aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs21
Commit message (Collapse)AuthorAgeFilesLines
* Specify --with-database=berkdb in the CONFIGURE_ARGS to avoidGary Jennejohn2000-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 Notes: svn path=/head/; revision=33049
* Update to version 21.1.12. The new release only made changes toGary Jennejohn2000-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> Notes: svn path=/head/; revision=31451
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-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 Notes: svn path=/head/; revision=31272
* Update to version 21.1.11.Gary Jennejohn2000-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 Notes: svn path=/head/; revision=31035
* The original tarball no longer exists on any of the servers. ChangeGary Jennejohn2000-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) Notes: svn path=/head/; revision=30590
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-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. Notes: svn path=/head/; revision=30229
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org> Notes: svn path=/head/; revision=30165
* Update to version 21.1.10.Gary Jennejohn2000-06-064-10/+15
| | | | | | | Reminded from: Paul Traina <pst@juniper.net> Notes: svn path=/head/; revision=29275
* various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.)Michael Haro2000-04-203-3/+3
| | | | Notes: svn path=/head/; revision=27796
* Tiny cosmetic fixes.Akinori MUSHA2000-04-141-1/+1
| | | | | | | | Assure master ports and their lang-specific slaves of having consistent categories. Notes: svn path=/head/; revision=27531
* Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.Akinori MUSHA2000-04-131-3/+2
| | | | | | | | | | - LANGPREFIX -> PKGNAMEPREFIX - PKGNAMEEXT -> PKGNAMESUFFIX Now ready to cooperate with `japanese/xemacs*'. Notes: svn path=/head/; revision=27474
* I added logic to the Makefile to make it easier for me test whenGary Jennejohn2000-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 ? Notes: svn path=/head/; revision=25951
* Update to version 21.1.9.Gary Jennejohn2000-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 Notes: svn path=/head/; revision=25943
* Make yet more changes to support using xemacs21 with the xemacs-mule ports.Gary Jennejohn2000-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> Notes: svn path=/head/; revision=24801
* Another change to support using this with xemacs-mule.Gary Jennejohn2000-01-111-2/+0
| | | | | | | | PR: 16051 (partly) Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=24651
* Make myself the maintainer.Gary Jennejohn2000-01-071-1/+1
| | | | | | | Requested by: the old maintainer (me@freebsd.org) Notes: svn path=/head/; revision=24522
* Change xemacs binary name so as to distingush mule binary.Gary Jennejohn2000-01-071-1/+1
| | | | | | | | | PR: 15934 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Approved from: maintainer Notes: svn path=/head/; revision=24521
* Update to version 21.1.8.Gary Jennejohn1999-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 Notes: svn path=/head/; revision=24049
* Fix a (assumed) cut-n-paste bug.Marcel Moolenaar1999-11-261-0/+1
| | | | Notes: svn path=/head/; revision=23346
* Add Marcel's patches for Alpha support. I could only check that theseGary Jennejohn1999-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 Notes: svn path=/head/; revision=23186
* Here is a summary of the changes in the patch:Gary Jennejohn1999-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 Notes: svn path=/head/; revision=23156
* Make the lock directory, /var/run/emacs/lock, in PLIST.Gary Jennejohn1999-10-211-0/+1
| | | | | | | Noticed by: Sheldon Hearn <sheldonh@uunet.co.za> Notes: svn path=/head/; revision=22568
* Update this puppy to 21.1.7.Gary Jennejohn1999-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 Notes: svn path=/head/; revision=22540
* Keep up with the Joneses and update this port to version 21.1.6.Gary Jennejohn1999-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 Notes: svn path=/head/; revision=22459
* Fix reistall.Mark Murray1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21167
* echo -> ${ECHO}/${ECHO_MSG}Michael Haro1999-08-281-7/+7
| | | | | | | ln -> ${LN} Notes: svn path=/head/; revision=21046
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Fix PLIST to reflect the fact that I changed xemacs.sh to xemacs21.shGary Jennejohn1999-06-231-1/+1
| | | | | | | (a la xemacs20), but forgot to update PLIST. Notes: svn path=/head/; revision=19729
* This is the latest version of xemacs - Xemacs 21.1.Gary Jennejohn1999-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) Notes: svn path=/head/; revision=19689
* Make it compile under -current again.Gary Jennejohn1999-03-231-0/+20
| | | | | | | Reported by: Satoshi's log file Notes: svn path=/head/; revision=17365
* Use XEMACS_ARCH and XEMACS_VER and cleanup PLIST.Steve Price1999-02-032-3271/+3340
| | | | Notes: svn path=/head/; revision=16527
* Add --with-session=yes to the config options. This is slightly differentGary Jennejohn1999-01-251-1/+2
| | | | | | | | from the patch in the PR. PR: 9552 Notes: svn path=/head/; revision=16298
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
| | | | Notes: svn path=/head/; revision=16275
* Add --with-clash-detection to CONFIGURE_ARGS so that the file lockingSteve Price1999-01-041-1/+2
| | | | | | | | | code is compiled in. Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp> Notes: svn path=/head/; revision=15811
* Forgot to update the PLISTs to reflect xemacs20.shGary Jennejohn1998-10-071-1/+1
| | | | Notes: svn path=/head/; revision=13723
* Move the lock directory to /var/run/emacs/lock per Satoshi'sGary Jennejohn1998-10-071-5/+5
| | | | | | | | | request. To avoid conflicts with other emacsen rename xemacs.sh to xemacs20.sh. Notes: svn path=/head/; revision=13719
* Do not use libDnd if we are package building (this is the --with-offix option).Gary Jennejohn1998-10-011-3/+5
| | | | Notes: svn path=/head/; revision=13583
* Roll back libpng major to 2.Satoshi Asami1998-09-171-2/+2
| | | | Notes: svn path=/head/; revision=13192
* Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itSatoshi Asami1998-09-171-2/+2
| | | | | | | in the first place. Notes: svn path=/head/; revision=13190
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13148
* jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.Satoshi Asami1998-09-151-2/+2
| | | | | | | | (Note, since the shlib major didn't change this just removes the regexp support.) Notes: svn path=/head/; revision=13147
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | | | | ELF conversion. Notes: svn path=/head/; revision=13144
* Fix the last commit so that it really works. There was a ';' in theGary Jennejohn1998-06-041-2/+2
| | | | | | | | wrong place. Lesson learned: do not use old patches when committing ! Notes: svn path=/head/; revision=11252
* Install xemacs.sh into ${PREFIX}/etc/rc.d to create /var/run/xemacsGary Jennejohn1998-06-032-1/+5
| | | | | | | | dynamically. This is needed now that /etc/rc removes everything in /var/run. Notes: svn path=/head/; revision=11230
* Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1998-05-041-2/+2
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=10846
* Update Xeamcs to version 20.4. MASTERSITES cleaned up; a lot of themGary Jennejohn1998-04-203-3504/+3270
| | | | | | | | | either didn't have xemacs-20.4 or it was located in a different place. Tested packaging and re-installing. Submitted by: maintainer Notes: svn path=/head/; revision=10606
* Switch remaining ports to use jpeg lib version 8.0.Justin M. Seger1998-04-151-2/+2
| | | | Notes: svn path=/head/; revision=10525
* upgrade png majorAndrey A. Chernov1998-03-281-2/+2
| | | | Notes: svn path=/head/; revision=10365
* Xemac's send-pr is causing me too many problems and it's broken anyway,David E. O'Brien1998-03-022-4/+4
| | | | | | | | so totally remove it. Portlint this baby. Notes: svn path=/head/; revision=9987