The NetBSD Project

CVS log for pkgsrc/editors/xemacs-nox11/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / editors / xemacs-nox11

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Apr 24 14:13:47 2025 UTC (3 weeks, 2 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
*: recursive bump for jpeg -> libjpeg-turbo switch

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Oct 24 22:09:03 2023 UTC (18 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2 lines
*: bump for openssl 3

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Oct 21 17:10:07 2023 UTC (18 months, 3 weeks ago) by gdt
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
recursive revbump for tiff update

Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Oct 3 17:53:11 2021 UTC (3 years, 7 months ago) by hauke
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -5 lines
For the sake of MKPIE, we need to .include Makefile.common before
options.mk.

Since Makefile.common now does not see the x11 option, we have to move
all x11 related commands into options.mk. Within options, move
.includes to the end for consistency.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Mar 28 10:36:33 2021 UTC (4 years, 1 month ago) by hauke
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Use gtar instead of the base tar(1) in the xemacs* top-level Makefile
because of a problem with NetBSD-current libarchive-as-tar, see bin/56080.

Note this depencency is not a burden, since xemacs-packages requires
gtar, anyway.

Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Sun Oct 4 09:28:06 2020 UTC (4 years, 7 months ago) by bsiegert
Branches: pkgsrc-2020Q3
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +2 -4 lines
Pullup ticket #6331 - requested by hauke
editors/xemacs: Linux build fix

Revisions pulled up:
- editors/xemacs-current-nox11/Makefile                         1.12
- editors/xemacs-current/Makefile                               1.107
- editors/xemacs-current/distinfo                               1.38
- editors/xemacs-current/patches/patch-src_process.c            1.1
- editors/xemacs-nox11/Makefile                                 1.36
- editors/xemacs/Makefile                                       1.133
- editors/xemacs/distinfo                                       1.32
- editors/xemacs/patches/patch-src_process.c                    1.1

---
   Module Name:    pkgsrc
   Committed By:   hauke
   Date:           Fri Oct  2 11:31:14 UTC 2020

   Modified Files:
            pkgsrc/editors/xemacs: Makefile distinfo
            pkgsrc/editors/xemacs-current: Makefile distinfo
            pkgsrc/editors/xemacs-current-nox11: Makefile
            pkgsrc/editors/xemacs-nox11: Makefile
   Added Files:
            pkgsrc/editors/xemacs-current/patches: patch-src_process.c
            pkgsrc/editors/xemacs/patches: patch-src_process.c

   Log Message:
   Linux glibc 2.32+ has removed sys_siglist

   Remove stale reference to nb version in Makefile.common

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Oct 2 11:31:14 2020 UTC (4 years, 7 months ago) by hauke
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -4 lines
Linux glibc 2.32+ has removed sys_siglist

Remove stale reference to nb version in Makefile.common

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Aug 31 18:09:26 2020 UTC (4 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base
Branch point for: pkgsrc-2020Q3
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
*: bump PKGREVISION for perl-5.32.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Nov 27 14:35:16 2019 UTC (5 years, 5 months ago) by hauke
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
For Solarish, select _XOPEN_SOURCE version depending on __STDC_VERSION__,
see <https://gist.github.com/jperkin/b08f9108daf8d0ac695067d71f882a9d>

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Oct 11 14:42:48 2019 UTC (5 years, 7 months ago) by hauke
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Sorry, barked up the wrong tree.

gtexinfo 6.7 appears to default to utf8, and error out on non-7bit
ascii gremlins. Fixing those lets the texinfo files compile (with
warnings) both with the NetBSD base makeinfo and the v6.7 pkgsrc one.

OTOH, I don't have to remove the patches I forgot to add in the
previous commit...

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Oct 11 12:36:44 2019 UTC (5 years, 7 months ago) by hauke
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
This package patches the texinfo sources for use with NetBSD's
makeinfo v4.8. The 6.7 update to devel/gtexinfo broke backwards
compatibility more, so we pull out the patches and conditionally apply
them on NetBSD, only. (Other candidates?)

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Oct 8 12:40:55 2019 UTC (5 years, 7 months ago) by hauke
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Declare use of perl.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Jul 3 10:06:50 2019 UTC (5 years, 10 months ago) by hauke
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Explicitly disable postgresql support. We do not declare the
dependency, and configure picks it up outside LOCALBASE on 'rich' base
OS installations (read: Linuxen).

If anyone seriously wanted to use postgresql from XEmacs, it would
have to be made a proper option.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Apr 11 16:05:24 2019 UTC (6 years, 1 month ago) by hauke
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Build the XEmacsen with CFLAGS=-no-pie for newer gcc versions - the
dumped binary crashes otherwise.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Wed Dec 19 13:37:42 2018 UTC (6 years, 4 months ago) by hauke
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
Fix debug option arg, which is different from 21.5

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Feb 14 12:51:58 2018 UTC (7 years, 3 months ago) by hauke
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -2 lines
GC hacks.mk -- switching to system malloc has taken care of the issue.

Unbreak package by including options.mk, which keeps configure from
looking fro X11.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Feb 1 14:25:30 2018 UTC (7 years, 3 months ago) by hauke
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
Move PKGREVISION up from Makefile.common into the individual packages'
Makefile. As wiz convincingly pointed out, differing dependencies may
make for differing PKGREVISION.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jan 30 11:52:18 2018 UTC (7 years, 3 months ago) by hauke
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -2 lines
The xemacs* package Makefiles are minimal, with all common information
factored out to Makefile.common. This includes both upstream and
pkgsrc specific.version information.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Jan 28 20:10:49 2018 UTC (7 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
Bump PKGREVISION for gdbm shlib major bump

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Dec 30 23:27:14 2016 UTC (8 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -10 lines
Fix options framework abuse by xemacs-nox11/xemacs.

Partially tested, xemacs-nox11 hangs during build with 99% CPU for me.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Apr 13 13:54:30 2016 UTC (9 years, 1 month ago) by hauke
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -3 lines
After editors/xemacs update, gc unsupported toolkit options

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Oct 3 11:43:47 2012 UTC (12 years, 7 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -4 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Apr 24 15:32:16 2008 UTC (17 years ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +11 -20 lines
Restructure the following packages:

	editors/xemacs
	editors/xemacs-nox11

The latter is now just editors/xemacs built with a specific set of
options.  Changes include:

+ Add support for the following new options in options.mk:

	x11		Support X11 displays
	lucid		Use Lucid widget set

  Also add commented out support for the following options for
  alternative widget sets:

	gtk		GTK widgets
	motif		Motif widgets
	xaw		Athena widgets

  Note that USE_ATHENA, USE_GTK, and USE_MOTIF are legacy variables for
  the corresponding options.

+ Remove Makefile.common and move all logic into xemacs/Makefile and
  xemacs/options.mk.

+ Rename the "mule" PLIST variable to "canna", which more accurately
  reflects what is conditionally installed.

+ Include termcap.buildlink3.mk to properly deal with termcap/curses
  issues (xemacs needs termcap).  Drop the --with-ncurses=no setting
  as the issue is handled by termcap.buildlink3.mk.

+ In xemacs/Makefile, we don't need separate EXTRACT_ONLY and EXTRA_FILES
  if we're actually going to extract all of those files all of the time.
  Just list them all in DISTFILES.

+ Be slightly more aware of ${X11_TYPE} == "modular" by not referring to
  ${X11BASE} in that case.

+ In patch-ak, directly substitute the local value of etcdir (``../etc/'')
  into src/Makefile.in.in.  This allows for overriding etcdir via
  INSTALL_MAKE_FLAGS at install-time so that destdir-style installation
  will work.

+ Support DESTDIR installation by adding INSTALL_MAKE_FLAGS to override
  where files are installed during the install phase.

+ Honor PKGMANDIR.

+ Bump the PKGREVISION for xemacs and xemacs-nox11 to 4.  Both packages
  now track and use the same PKGREVISION number.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Apr 12 22:43:00 2008 UTC (17 years, 1 month ago) by jlam
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -3 lines
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Feb 15 14:27:48 2007 UTC (18 years, 3 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
Add DragonFly and modular Xorg support.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Sep 6 15:38:32 2006 UTC (18 years, 8 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Remove Mario Kemper as maintainer of these package on his request.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Mar 20 18:21:29 2006 UTC (19 years, 2 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Fix xemacs packages to honor PKGINFODIR in the default INFOPATH when
reading info files.  Also strip the split info files from the PLIST
as the plist module handles them automatically.  Lastly, define
INFO_FILES so that the pkginstall framework properly manages the "dir"
info file database index in the xemacs info directory.

Bump the PKGREVISION.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:08:59 2006 UTC (19 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Apr 25 17:23:50 2005 UTC (20 years ago) by magick
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -1 lines
Xemacs and Xemacs-nox11 share the same PLIST but netbsd-x11 doesn't
install mule-x-init.elc which breaks "make package"
Fix this by uncommenting the entry for mule-x-init.elc in the
nox11 package as suggested by the submitter of pr 30020.
This fixes pr 30020

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Mar 3 16:16:03 2005 UTC (20 years, 2 months ago) by uebayasi
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -1 lines
* Correct PLIST when !defined(PKG_OPTIONS.xemacs:Mcanna).
* Move library/header path configurations from xemacs/Makefile.common
  to xemacs/Makefile and xemacs-nox11/Makefile.  Don't add X-related
  paths for -nox11.  Fix build failure reported by bulk builds.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Feb 15 03:01:57 2004 UTC (21 years, 3 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Do not override version.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Feb 15 02:58:46 2004 UTC (21 years, 3 months ago) by minskim
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -102 lines
Let xemacs and xemacs-nox11 share xemacs/Makefile.common.  This
synchornizes xemacs and xemace-nox11 again.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Feb 9 07:16:13 2004 UTC (21 years, 3 months ago) by minskim
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Use XEMACS_USE_CANNA instead of EMACS_CANNA for consistency, and add
it to BUILD_DEFS.  Approved by uebayasi@.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 3 18:49:40 2004 UTC (21 years, 4 months ago) by reed
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:35:13 2003 UTC (21 years, 10 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon May 5 17:34:53 2003 UTC (22 years ago) by grant
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
be noisier in post-install, whitespace fix.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 2 11:54:47 2003 UTC (22 years ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Mar 30 08:51:52 2003 UTC (22 years, 1 month ago) by jmc
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -13 lines
Fix this package so it works with the latest updates to the xemacs package.
Builds and runs on x86 after testing the build

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 19 06:52:56 2003 UTC (22 years, 4 months ago) by salo
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -3 lines
s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 17 02:40:25 2003 UTC (22 years, 4 months ago) by uebayasi
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
PLIST_SRC points to a file.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jan 13 21:28:42 2003 UTC (22 years, 4 months ago) by magick
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
xemacs-nox -> xemacs-nox11

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Jan 13 21:22:43 2003 UTC (22 years, 4 months ago) by magick
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of xemacs-nox11. It's a xemacs compiled without any
X11 dependencies.
Submitted by Masao Uebayashi in private mail

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jan 13 21:22:43 2003 UTC (22 years, 4 months ago) by magick
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>