Commit Graph

79 Commits

Author SHA1 Message Date
Ade Lovett
a5be358b9d More manual pkg-comment cleanups.
Approved by:	portmgr (implicitly)
2003-03-06 21:01:40 +00:00
Gary Jennejohn
16db3e6d3b Remove pkg-comment and add COMMENT to the Makefile. 2003-03-06 11:02:59 +00:00
Gary Jennejohn
824629f4a1 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>
2002-10-29 13:03:48 +00:00
Gary Jennejohn
dfbb4be26a 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
2002-10-22 08:09:58 +00:00
Gary Jennejohn
fc3d466431 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.
2002-01-28 20:44:11 +00:00
Will Andrews
f3171de7e6 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/
2002-01-06 06:20:22 +00:00
David E. O'Brien
33adb33ed2 Remove -- all FreeBSD platforms link the same now. 2001-12-09 02:27:01 +00:00
Mario Sergio Fujikawa Ferreira
75ad5febcb Style police: WWW tags should either end in a file/script or TRAILING /; Fix the later case 2001-11-20 23:29:38 +00:00
Gary Jennejohn
e7d750da69 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>
2001-10-30 23:13:34 +00:00
Gary Jennejohn
f950dd3d7e 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
2001-10-27 16:24:43 +00:00
Gary Jennejohn
a29d05256b 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)
2001-10-26 22:46:40 +00:00
Gary Jennejohn
4fecd6e3ce 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)
2001-10-08 10:34:46 +00:00
Andrey A. Chernov
5676988fbd Bump png major 2001-09-11 03:32:41 +00:00
Gary Jennejohn
365a27cf4e Update to version 21.1.4.
Submitted by:	kiri
2001-02-03 12:29:22 +00:00
Kiriyama Kazuhiko
558ecff830 Version up to 21.1.13. Corresponding with this change,bsd.emacs.mk's
xemacs21 version will be changed by shige :)
2001-01-19 15:14:13 +00:00
Satoshi Asami
8043f83218 Remove missing file (lib/xemacs-21.1.12/lisp/package-get.el.orig).
Submitted by:	bento
2000-11-01 23:31:56 +00:00
Akinori MUSHA
7f17e86481 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)
2000-10-24 12:09:17 +00:00
Akinori MUSHA
5d0b889000 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>
2000-10-24 10:53:40 +00:00
Gary Jennejohn
3c87ed7cf6 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
2000-09-23 19:27:31 +00:00
Gary Jennejohn
39483f00d3 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>
2000-08-09 17:45:19 +00:00
Satoshi Asami
c6bcad2436 (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
2000-08-03 09:28:57 +00:00
Gary Jennejohn
cae4619702 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
2000-07-25 20:22:07 +00:00
Gary Jennejohn
7a4354f6f4 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)
2000-07-13 21:03:03 +00:00
Thomas Gellekum
546041ba31 As threatened on freebsd-ports: all startup scripts know about the two
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.

The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Gary Jennejohn
eca60c8e7a Update to version 21.1.10.
Reminded from:	Paul Traina <pst@juniper.net>
2000-06-06 18:17:14 +00:00
Michael Haro
7c7f73ded5 various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.) 2000-04-20 19:39:00 +00:00
Akinori MUSHA
6eff5967a7 Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having
consistent categories.
2000-04-14 17:10:50 +00:00
Akinori MUSHA
3b9ce2e864 Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.
- LANGPREFIX -> PKGNAMEPREFIX
  - PKGNAMEEXT -> PKGNAMESUFFIX

Now ready to cooperate with `japanese/xemacs*'.
2000-04-13 06:50:45 +00:00
Gary Jennejohn
127577ee39 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 ?
2000-02-18 01:59:03 +00:00
Gary Jennejohn
07e0162344 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
2000-02-17 21:38:02 +00:00
Gary Jennejohn
82190a55d9 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>
2000-01-17 20:59:15 +00:00
Gary Jennejohn
10e463be45 Another change to support using this with xemacs-mule.
PR:		16051 (partly)
Submitted by:	KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
2000-01-11 20:12:05 +00:00
Gary Jennejohn
4797a93052 Make myself the maintainer.
Requested by:	the old maintainer (me@freebsd.org)
2000-01-07 22:19:00 +00:00
Gary Jennejohn
406875bbb7 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
2000-01-07 21:17:34 +00:00
Gary Jennejohn
83cf5c71ef 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
1999-12-25 12:34:09 +00:00
Marcel Moolenaar
18283fe6be Fix a (assumed) cut-n-paste bug. 1999-11-26 16:50:03 +00:00
Gary Jennejohn
7e477f978b Add Marcel's patches for Alpha support. I could only check that these
patches apply without error. I don't have an Alpha to test on, but I assume
that Marcel knows what he's doing.

PR:		addendum to 14916
Submitted by:	marcel
Approved by:	the maintainer
1999-11-18 20:56:15 +00:00
Gary Jennejohn
321f603c14 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
1999-11-16 21:14:47 +00:00
Gary Jennejohn
0b8a61a213 Make the lock directory, /var/run/emacs/lock, in PLIST.
Noticed by:	Sheldon Hearn <sheldonh@uunet.co.za>
1999-10-21 20:37:44 +00:00
Gary Jennejohn
11c1c91707 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
1999-10-20 19:43:27 +00:00
Gary Jennejohn
89980f4fd7 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
1999-10-14 21:47:04 +00:00
Mark Murray
cd5dcf3386 Fix reistall. 1999-08-31 15:14:15 +00:00
Michael Haro
17314cf2c3 echo -> ${ECHO}/${ECHO_MSG}
ln -> ${LN}
1999-08-28 01:52:21 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Gary Jennejohn
825aeb45c0 Fix PLIST to reflect the fact that I changed xemacs.sh to xemacs21.sh
(a la xemacs20), but forgot to update PLIST.
1999-06-23 19:47:34 +00:00
Gary Jennejohn
667b857a75 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)
1999-06-22 22:02:00 +00:00
Gary Jennejohn
5c41e9cace Make it compile under -current again.
Reported by:	Satoshi's log file
1999-03-23 21:29:51 +00:00
Steve Price
8564e7f4c1 Use XEMACS_ARCH and XEMACS_VER and cleanup PLIST. 1999-02-03 23:44:30 +00:00