summaryrefslogtreecommitdiffstats
path: root/editors/xemacs21
Commit message (Collapse)AuthorAgeFilesLines
* Xemacs seems to be generally broken on sparc64. Add NOT_FOR_ARCHS=sparc64gj2003-10-131-0/+2
| | | | to the Makefile.
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* More manual pkg-comment cleanups.ade2003-03-061-1/+1
| | | | Approved by: portmgr (implicitly)
* Remove pkg-comment and add COMMENT to the Makefile.gj2003-03-062-1/+1
|
* xemacs21 and xemacs-devel: add a LIB_DEPENDS on compface.1 so thatgj2002-10-291-1/+2
| | | | | | | | | | | 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>
* xemacs21 is dumping core at start-up on -current. Add an additionalgj2002-10-221-1/+7
| | | | | | | CONFIGURE_ARGS line to define ldflags so that the core dump no longer happens. SUBMITTED BY: jhb
* Add WITHOUT_X11 to allow making these ports without X11 support.gj2002-01-281-4/+20
| | | | | | Add WITH_XAW3D for those who like a 3D look. Otherwise no changes were made to the contents of the ports.
* First round of auto* cleanups:will2002-01-061-1/+1
| | | | | | | | | | | | | - 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/
* Remove -- all FreeBSD platforms link the same now.obrien2001-12-091-19/+0
|
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵lioux2001-11-201-1/+1
| | | | the later case
* Add ``--with-ldap=no'' to the CONFIGURE_ARGS to avoid missing a dependencygj2001-10-301-0/+1
| | | | | | | | 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>
* Use ${WRKDIR} instead of /tmp for the temporary output from sed becausegj2001-10-271-2/+2
| | | | | | it's just generally a better idea. Why didn't I think of that ? Submitted by: nectar
* Put tmp_zot (output from sed) into /tmp in case /usr/ports is mountedgj2001-10-261-2/+2
| | | | | | | read only. PR: ports/31513 Submitted by: Marc Unangst (mju@unangst.org)
* Add a pre-configure target to patch some man pages such that theygj2001-10-081-0/+7
| | | | | | | reference the correct, gzipped source man pages. PR: ports/29523 Submitted by: swear@aa.net (Gary W. Swearingen)
* Bump png majorache2001-09-111-1/+1
|
* Update to version 21.1.4.gj2001-02-033-4/+11
| | | | Submitted by: kiri
* Version up to 21.1.13. Corresponding with this change,bsd.emacs.mk'skiri2001-01-193-9/+4
| | | | xemacs21 version will be changed by shige :)
* Remove missing file (lib/xemacs-21.1.12/lisp/package-get.el.orig).asami2000-11-011-1/+0
| | | | Submitted by: bento
* Use MASTER_SITE_XEMACS.knu2000-10-241-7/+3
| | | | | | | | | 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)
* Enable XIM support by default.knu2000-10-243-15/+60
| | | | | | | | Reflect Wnn4 -> FreeWnn change. Fix build problems. PR: ports/21549 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* Specify --with-database=berkdb in the CONFIGURE_ARGS to avoidgj2000-09-231-0/+1
| | | | | | | | | | | 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
* Update to version 21.1.12. The new release only made changes togj2000-08-094-12/+11
| | | | | | | | | | 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>
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to version 21.1.11.gj2000-07-254-506/+449
| | | | | | | | | 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
* The original tarball no longer exists on any of the servers. Changegj2000-07-133-128/+8
| | | | | | | | | | | | | | | | | | 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)
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-051-9/+21
| | | | | | | 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.
* Bump png shared library version.sobomax2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Update to version 21.1.10.gj2000-06-064-10/+15
| | | | Reminded from: Paul Traina <pst@juniper.net>
* various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.)mharo2000-04-203-3/+3
|
* Tiny cosmetic fixes.knu2000-04-141-1/+1
| | | | | Assure master ports and their lang-specific slaves of having consistent categories.
* Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.knu2000-04-131-3/+2
| | | | | | | - LANGPREFIX -> PKGNAMEPREFIX - PKGNAMEEXT -> PKGNAMESUFFIX Now ready to cooperate with `japanese/xemacs*'.
* I added logic to the Makefile to make it easier for me test whengj2000-02-181-16/+2
| | | | | | | 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 ?
* Update to version 21.1.9.gj2000-02-174-445/+644
| | | | | | | | | | 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
* Make yet more changes to support using xemacs21 with the xemacs-mule ports.gj2000-01-171-3/+3
| | | | | | | 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>
* Another change to support using this with xemacs-mule.gj2000-01-111-2/+0
| | | | | PR: 16051 (partly) Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* Make myself the maintainer.gj2000-01-071-1/+1
| | | | Requested by: the old maintainer (me@freebsd.org)
* Change xemacs binary name so as to distingush mule binary.gj2000-01-071-1/+1
| | | | | | PR: 15934 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Approved from: maintainer
* Update to version 21.1.8.gj1999-12-254-644/+477
| | | | | | | | | | | | | | | | | | | | | 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
* Fix a (assumed) cut-n-paste bug.marcel1999-11-261-0/+1
|
* Add Marcel's patches for Alpha support. I could only check that thesegj1999-11-183-0/+43
| | | | | | | | | 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
* Here is a summary of the changes in the patch:gj1999-11-162-2/+4
| | | | | | | | | | | - 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
* Make the lock directory, /var/run/emacs/lock, in PLIST.gj1999-10-211-0/+1
| | | | Noticed by: Sheldon Hearn <sheldonh@uunet.co.za>
* Update this puppy to 21.1.7.gj1999-10-204-24/+117
| | | | | | | | | | | | 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
* Keep up with the Joneses and update this port to version 21.1.6.gj1999-10-144-24/+109
| | | | | | | | | | | | | 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
* Fix reistall.markm1999-08-311-1/+1
|
* echo -> ${ECHO}/${ECHO_MSG}mharo1999-08-281-7/+7
| | | | ln -> ${LN}
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Fix PLIST to reflect the fact that I changed xemacs.sh to xemacs21.shgj1999-06-231-1/+1
| | | | (a la xemacs20), but forgot to update PLIST.
* This is the latest version of xemacs - Xemacs 21.1.gj1999-06-227-2961/+588
| | | | | | | | | | | | 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)
OpenPOWER on IntegriCloud