Skip site navigation (1)Skip section navigation (2)

CVS log for ports/editors/xemacs21/Attic/Makefile

[BACK] Up to [FreeBSD] / ports / editors / xemacs21

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.70
Sat Mar 27 13:44:27 2004 UTC (7 years, 10 months ago) by kris
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.69: +1 -1 lines
The xemacs21 port contained an old version that is no longer useful;
remove it in favour of the xemacs port.

Submitted by:	maintainer

Revision 1.69: download - view: text, markup, annotated - select for diffs
Mon Oct 13 09:29:34 2003 UTC (8 years, 4 months ago) by gj
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -0 lines
Xemacs seems to be generally broken on sparc64. Add NOT_FOR_ARCHS=sparc64
to the Makefile.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Wed Sep 24 09:37:02 2003 UTC (8 years, 4 months ago) by osa
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Mar 6 21:01:38 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
More manual pkg-comment cleanups.

Approved by:	portmgr (implicitly)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Thu Mar 6 11:02:59 2003 UTC (8 years, 11 months ago) by gj
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -0 lines
Remove pkg-comment and add COMMENT to the Makefile.

Revision 1.65: download - view: text, markup, annotated - select for diffs
Tue Oct 29 13:03:48 2002 UTC (9 years, 3 months ago) by gj
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +2 -1 lines
xemacs21 and xemacs-devel: add a LIB_DEPENDS on compface.1 so that
the mail/faces port cannot be accidentally deleted if xemacs uses it.

xemacs-devel: Add nonas,noeds to the --with-sound line because xemacs-devel
barfs when trying to use our sounds/nas port. Noticed while testing the
fix for the PR.

PR: 44588
Submitted by: Volker Stolz <vs@foldr.org>

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Oct 22 08:09:58 2002 UTC (9 years, 3 months ago) by gj
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +7 -1 lines
xemacs21 is dumping core at start-up on -current. Add an additional
CONFIGURE_ARGS line to define ldflags so that the core dump no longer
happens.

SUBMITTED BY: jhb

Revision 1.63: download - view: text, markup, annotated - select for diffs
Mon Jan 28 20:44:11 2002 UTC (10 years ago) by gj
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +20 -4 lines
Add WITHOUT_X11 to allow making these ports without X11 support.
Add WITH_XAW3D for those who like a 3D look.

Otherwise no changes were made to the contents of the ports.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Sun Jan 6 06:20:19 2002 UTC (10 years, 1 month ago) by will
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
First round of auto* cleanups:
 - USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/

Revision 1.61: download - view: text, markup, annotated - select for diffs
Tue Oct 30 23:13:34 2001 UTC (10 years, 3 months ago) by gj
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -0 lines
Add ``--with-ldap=no'' to the CONFIGURE_ARGS to avoid missing a dependency
in case the user has LDAP installed. This is one of those things which
are automatically detected at configure time.

PR:		31622
Submitted by:	Alec Wolman <wolman@cs.washington.edu>

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Oct 27 16:24:43 2001 UTC (10 years, 3 months ago) by gj
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -2 lines
Use ${WRKDIR} instead of /tmp for the temporary output from sed because
it's just generally a better idea. Why didn't I think of that ?

Submitted by:	nectar

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Oct 26 22:46:40 2001 UTC (10 years, 3 months ago) by gj
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -3 lines
Put tmp_zot (output from sed) into /tmp in case /usr/ports is mounted
read only.

PR:		ports/31513
Submitted by:	Marc Unangst (mju@unangst.org)

Revision 1.58: download - view: text, markup, annotated - select for diffs
Mon Oct 8 10:34:46 2001 UTC (10 years, 4 months ago) by gj
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +8 -1 lines
Add a pre-configure target to patch some man pages such that they
reference the correct, gzipped source man pages.

PR:		ports/29523
Submitted by:	swear@aa.net (Gary W. Swearingen)

Revision 1.57: download - view: text, markup, annotated - select for diffs
Tue Sep 11 03:05:10 2001 UTC (10 years, 5 months ago) by ache
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Bump png major

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sat Feb 3 12:29:21 2001 UTC (11 years ago) by gj
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +3 -2 lines
Update to version 21.1.4.

Submitted by:	kiri

Revision 1.55: download - view: text, markup, annotated - select for diffs
Fri Jan 19 15:14:04 2001 UTC (11 years ago) by kiri
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Version up to 21.1.13. Corresponding with this change,bsd.emacs.mk's
xemacs21 version will be changed by shige :)

Revision 1.54: download - view: text, markup, annotated - select for diffs
Tue Oct 24 12:09:17 2000 UTC (11 years, 3 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +4 -8 lines
Use MASTER_SITE_XEMACS.
Reorder variables to satisfy portlint.

Approved by:	Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
		(MAINTAINER of chinese/xemacs)
		KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
		(MAINTAINER of xemacs-*-packages)

Revision 1.53: download - view: text, markup, annotated - select for diffs
Tue Oct 24 10:53:36 2000 UTC (11 years, 3 months ago) by knu
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +6 -6 lines
Enable XIM support by default.
Reflect Wnn4 -> FreeWnn change.
Fix build problems.

PR:		ports/21549
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Sep 23 19:27:20 2000 UTC (11 years, 4 months ago) by gj
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -1 lines
Specify --with-database=berkdb in the CONFIGURE_ARGS to avoid
confusion when  databases/gdbm is installed. This change assures
that the Berkeley db in libc is used.

Since this is such a trivial change I also just went ahead and did
it for xemacs21-mule also.

PR:		21172
Submitted by:	OGAWA Takaya

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed Aug 9 17:45:08 2000 UTC (11 years, 6 months ago) by gj
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +4 -4 lines
Update to version 21.1.12. The new release only made changes to
configuration files and Emacs.ad and deleted xemacs-faq.info-6.

Use LOCALBASE instead of PREFIX in CONFIGURE_ARGS - that makes it
easier to test new versions of the port.

PR:		20480
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>

Revision 1.50: download - view: text, markup, annotated - select for diffs
Thu Aug 3 09:23:05 2000 UTC (11 years, 6 months ago) by asami
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3 lines
(1) Add new variable, XFREE86_VERSION, to specify which version of
    XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm

Revision 1.49: download - view: text, markup, annotated - select for diffs
Tue Jul 25 20:21:48 2000 UTC (11 years, 6 months ago) by gj
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +3 -3 lines
Update to version 21.1.11.

Patch patch-al was obsoleted by a change in the target file.

Except for one minor change in PLIST the submitted patch worked
without errors. Excellent !

Submitted by:	 kiri@pis.toba-cmt.ac.jp

Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Jul 13 21:02:52 2000 UTC (11 years, 7 months ago) by gj
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +8 -3 lines
The original tarball no longer exists on any of the servers. Change
the port to use the new one - xemacs-21.1.10a.tar.gz.

There are no changes to the source caused by this; only empty
directories which were made by the old version were removed.

Change PLIST to reflect removal of the directories. Since
xemacs/site-lisp is no longer created by the installation, make
the directory in Makefile.

Add patch-an to fix a bug in lisp/package-get.el caused by mishandling
of md5 package checksums.

PR:		19855
Submitted by:	Vivek Khera (PR), TAOKA Satoshi (patch - partly used),
		Mr. Kiriyama (patch-an)

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Jul 4 07:13:27 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
Bump png shared library version.

Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Jun 6 18:17:10 2000 UTC (11 years, 8 months ago) by gj
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -2 lines
Update to version 21.1.10.

Reminded from:	Paul Traina <pst@juniper.net>

Revision 1.45: download - view: text, markup, annotated - select for diffs
Thu Apr 20 19:38:53 2000 UTC (11 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -2 lines
various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.)

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Apr 14 17:10:49 2000 UTC (11 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Tiny cosmetic fixes.

Assure master ports and their lang-specific slaves of having
consistent categories.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Apr 13 06:50:41 2000 UTC (11 years, 10 months ago) by knu
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -4 lines
Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.
  - LANGPREFIX -> PKGNAMEPREFIX
  - PKGNAMEEXT -> PKGNAMESUFFIX

Now ready to cooperate with `japanese/xemacs*'.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Feb 18 01:59:03 2000 UTC (11 years, 11 months ago) by gj
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -17 lines
I added logic to the Makefile to make it easier for me test when
PREFIX != LOCALBASE. Unfortunately, the change is guaranteed to
break pacakging on bento. Revert to the old way of doing things.

Why does this sort of thing always have to happen at 3 AM ?

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Feb 17 21:37:52 2000 UTC (11 years, 11 months ago) by gj
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +19 -5 lines
Update to version 21.1.9.

As in ver. 21.1.7 the port creates lots of empty directories. This must
be reflected in PLIST, which explains the big diff. I wish they'd
make up their minds :-)

Tested on i386 and Alpha. Also tested packaging.

Submitted by:	kiri@pis.toba-cmt.ac.jp

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon Jan 17 20:59:15 2000 UTC (12 years ago) by gj
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +4 -4 lines
Make yet more changes to support using xemacs21 with the xemacs-mule ports.

Whilke I'm here, fix a FATAL error reported by the latest version
of portlint - can't use ${PREFIX} in a RUN_DEPENDS line anymore.

Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>

Revision 1.39: download - view: text, markup, annotated - select for diffs
Tue Jan 11 20:12:05 2000 UTC (12 years, 1 month ago) by gj
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +1 -3 lines
Another change to support using this with xemacs-mule.

PR:		16051 (partly)
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Jan 7 22:19:00 2000 UTC (12 years, 1 month ago) by gj
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
Make myself the maintainer.

Requested by:	the old maintainer (me@freebsd.org)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Jan 7 21:17:34 2000 UTC (12 years, 1 month ago) by gj
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Change xemacs binary name so as to distingush mule binary.

PR:		15934
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
Approved from:	maintainer

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Dec 25 12:34:01 1999 UTC (12 years, 1 month ago) by gj
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +28 -13 lines
Update to version 21.1.8.

This change adds a framework so that xemacs21 can be used as the base
port for the various xemacs-mule incarnations. This functionality has
not been tested by the committer !!!

Fixed up some fatal errors found by portlint.

The submitter added compface.1 to LIB_DEPENDS, but the maintainer did not
agree, so it has been eliminated.

Version 21.1.8 removed all the empty directories which were created by
version 21.1.7, so I had to modify PLIST accordingly. That explains the
large number of changes to PLIST.

This version does not seem to suffer from the "make world under -current
and xemacs core dumps" syndrome.

Submitted by:	kiri@pis.toba-cmt.ac.jp
Approved by:	maintainer

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Nov 16 21:14:37 1999 UTC (12 years, 2 months ago) by gj
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -2 lines
Here is a summary of the changes in the patch:

  - fixed the plist so that you don't get an error message when
    using pkg_delete

  - added "-with-tiff=yes" to the configure command line, and tiff.4
    to LIB_DEPENDS

Submitted by:	"Alec Wolman" <wolman@cs.washington.edu>
Reviewed by:	the maintainer

Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Oct 20 19:43:17 1999 UTC (12 years, 3 months ago) by gj
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
Update this puppy to 21.1.7.

Modified PLIST to make empty directories which are installed by the port.
These empty directories are also removed in PLIST.

Tested install/deinstall and pkg_add/pkg_delete.

mail/mew/Makefile should be updated to reflect this change.

PR:		14329
Requested by:	the maintainer

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Oct 14 21:46:54 1999 UTC (12 years, 4 months ago) by gj
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -15 lines
Keep up with the Joneses and update this port to version 21.1.6.

Delete the MULE support and refer the user to the xemacs-mule port.

Add --with-png=yes to the list of CONFIGURE_ARGS.

The port now creates scads of empty directories which, hopefully, can
be deleted if the package gets deleted.

Tested install/deinstall and packaging.

Requested by:	the maintainer

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Aug 31 15:14:15 1999 UTC (12 years, 5 months ago) by markm
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Fix reistall.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sat Aug 28 01:52:21 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +8 -8 lines
echo -> ${ECHO}/${ECHO_MSG}
ln -> ${LN}

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:44:57 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Change Id->FreeBSD.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Sun Aug 22 18:57:46 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
chmod -> ${CHMOD}
chown -> ${CHOWN}

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Jun 22 22:01:23 1999 UTC (12 years, 7 months ago) by gj
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +31 -22 lines
This is the latest version of xemacs - Xemacs 21.1.

This requires xemacs-packages which be will committed next. Xemacs now
allows the user to maintain packages himself. See DESCR.

This supersedes PR 11618, which was based on an older release.

This commit was blasted over a repository copy of xemacs20, which is why
there are so many changes.

Submitted by:	Michael Elbel (me@freebsd.org)

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Feb 3 23:44:25 1999 UTC (13 years ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +4 -2 lines
Use XEMACS_ARCH and XEMACS_VER and cleanup PLIST.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jan 25 22:06:11 1999 UTC (13 years ago) by gj
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -1 lines
Add --with-session=yes to the config options. This is slightly different
from the patch in the PR.
PR:		9552

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Jan 23 07:05:34 1999 UTC (13 years ago) by vanilla
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Bump png's major number to 3.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Jan 4 03:29:20 1999 UTC (13 years, 1 month ago) by steve
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
Add --with-clash-detection to CONFIGURE_ARGS so that the file locking
code is compiled in.

Submitted by:	TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Oct 7 21:37:20 1998 UTC (13 years, 4 months ago) by gj
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -5 lines
Move the lock directory to /var/run/emacs/lock per Satoshi's
request.

To avoid conflicts with other emacsen rename xemacs.sh to xemacs20.sh.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Oct 1 19:29:50 1998 UTC (13 years, 4 months ago) by gj
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -3 lines
Do not use libDnd if we are package building (this is the --with-offix option).

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Sep 17 00:50:47 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Roll back libpng major to 2.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Sep 17 00:32:31 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Roll back libXpm major to 4.  Sorry, it wasn't a good idea to bump it
in the first place.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Sep 15 11:57:40 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
libpng major is now 3.  Also remove regexp support in preparation for
ELF conversion.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Sep 15 11:45:50 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp
 support.)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Sep 15 11:13:05 1998 UTC (13 years, 4 months ago) by asami
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
libXpm major is now 5.  Also remove regexp support in preparation for
ELF conversion.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Jun 4 19:21:46 1998 UTC (13 years, 8 months ago) by gj
Branches: MAIN
CVS tags: RELEASE_2_2_7
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Fix the last commit so that it really works. There was a ';' in the
wrong place.
Lesson learned: do not use old patches when committing !

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jun 3 19:29:58 1998 UTC (13 years, 8 months ago) by gj
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -1 lines
Install xemacs.sh into ${PREFIX}/etc/rc.d to create /var/run/xemacs
dynamically. This is needed now that /etc/rc removes everything in
/var/run.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon May 4 20:23:24 1998 UTC (13 years, 9 months ago) by jseger
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Change JPEG shared library number to 9.  This is to make sure that everyone
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default.  Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.

Approved by:    asami

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Apr 20 05:15:38 1998 UTC (13 years, 9 months ago) by gj
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -9 lines
Update Xeamcs to version 20.4. MASTERSITES cleaned up; a lot of them
either didn't have xemacs-20.4 or it was located in a different place.
Tested packaging and re-installing.
Submitted by:	maintainer

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Apr 15 22:18:19 1998 UTC (13 years, 10 months ago) by jseger
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Switch remaining ports to use jpeg lib version 8.0.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Mar 28 19:42:15 1998 UTC (13 years, 10 months ago) by ache
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
upgrade png major

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Mar 2 01:38:47 1998 UTC (13 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -3 lines
Xemac's send-pr is causing me too many problems and it's broken anyway,
   so totally remove it.
Portlint this baby.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Mon Feb 16 14:38:26 1998 UTC (13 years, 11 months ago) by steve
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +7 -3 lines
Revert previous change.  Now faces will be autodetected as before
except when PACKAGE_BUILDING is defined where it will be disabled
by default.

Suggested by:	asami and eivind

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Feb 15 15:43:42 1998 UTC (13 years, 11 months ago) by steve
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Build this port with '--with-xface=no'.

PR:		5656

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Jan 1 21:06:35 1998 UTC (14 years, 1 month ago) by gj
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -1 lines
PR:		ports/5357
Obtained from:	Maintainer (partly)
modify the Makefile to use PLIST.mule if USE_MULE is defined. This
will allow the version with mule to be successfullt packaged and
pkg_delete'd.
Add a warning, obtained from the Maintainer, in the case where
HAVE_MOTIF is defined but MOTIF is really lesstif. It seems that
some users have seen problems with that constellation.
Add pkg/PLIST.mule to be used for the mule version.
Satoshi forgot to close the PR when he made his commit for the
reported problem with generating a version with mule.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Dec 27 02:53:16 1997 UTC (14 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -3 lines
Make the USE_MULE variable work (the mule distfile was separated).
I know some people are working on splitting this port up, so this
is just a stop-gap solution until then.

Also remove the extra "\" at the end of the last master site.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Dec 15 20:07:20 1997 UTC (14 years, 1 month ago) by gj
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +16 -13 lines
update to xemacs-20.3. Packaging tested (under -current).
Obtained from: maintainer (me@freebsd.org)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Nov 18 20:41:44 1997 UTC (14 years, 2 months ago) by gj
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
replace /usr/local with ${PREFIX} in CONFIGURE_ARGS
Obtained from: maintainer

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 12 21:41:33 1997 UTC (14 years, 3 months ago) by gj
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
Change shared/xemacs/site-lisp to shared/emacs/site-lisp. According
to the maintainer this directory is supposed to be shared between
emacs and xemacs.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Nov 8 22:15:37 1997 UTC (14 years, 3 months ago) by gj
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -1 lines
Put the lock file in /var/run/xemacs/lock rather than
${PREFIX}/lib/xemacs/lock.

Also modify post-install to set the permissions on /var/run/xemacs/lock,
${PREFIX}/lib/xemacs/site-lisp and ${PREFIX}/share/xemacs/site-lisp, as
done in PLIST, since ``make install'' doesn't do it.

PR:		ports/4976
Submitted by:	Sheldon Hearn

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Sep 3 19:27:57 1997 UTC (14 years, 5 months ago) by gj
Branches: ME
CVS tags: xemacs20_2, RELEASE_2_2_5
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Submitted by:	me@freebsd.org
new import of xemacs 20.2, including MULE support. Note that I tested
that I could build with mule support, but I couldn't actually check the
functionality.
"make package" and pkg_delete both tested (under -current).

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Sep 3 19:27:57 1997 UTC (14 years, 5 months ago) by gj
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