aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs21
Commit message (Collapse)AuthorAgeFilesLines
* Bump png majorAndrey A. Chernov2001-09-111-1/+1
|
* Update to version 21.1.4.Gary Jennejohn2001-02-033-4/+11
| | | | Submitted by: kiri
* Version up to 21.1.13. Corresponding with this change,bsd.emacs.mk'sKiriyama Kazuhiko2001-01-193-9/+4
| | | | xemacs21 version will be changed by shige :)
* Remove missing file (lib/xemacs-21.1.12/lisp/package-get.el.orig).Satoshi Asami2000-11-021-1/+0
| | | | Submitted by: bento
* Use MASTER_SITE_XEMACS.Akinori MUSHA2000-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.Akinori MUSHA2000-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 avoidGary Jennejohn2000-09-241-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 toGary Jennejohn2000-08-104-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 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
* Update to version 21.1.11.Gary Jennejohn2000-07-264-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. ChangeGary Jennejohn2000-07-143-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 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.
* Bump png shared library version.Maxim Sobolev2000-07-041-1/+1
| | | | Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* Update to version 21.1.10.Gary Jennejohn2000-06-074-10/+15
| | | | Reminded from: Paul Traina <pst@juniper.net>
* various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.)Michael Haro2000-04-213-3/+3
|
* Tiny cosmetic fixes.Akinori MUSHA2000-04-151-1/+1
| | | | | Assure master ports and their lang-specific slaves of having consistent categories.
* 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*'.
* 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 ?
* Update to version 21.1.9.Gary Jennejohn2000-02-184-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.Gary Jennejohn2000-01-181-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.Gary Jennejohn2000-01-121-2/+0
| | | | | PR: 16051 (partly) Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
* Make myself the maintainer.Gary Jennejohn2000-01-081-1/+1
| | | | Requested by: the old maintainer (me@freebsd.org)
* Change xemacs binary name so as to distingush mule binary.Gary Jennejohn2000-01-081-1/+1
| | | | | | PR: 15934 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Approved from: maintainer
* 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
* Fix a (assumed) cut-n-paste bug.Marcel Moolenaar1999-11-271-0/+1
|
* Add Marcel's patches for Alpha support. I could only check that theseGary Jennejohn1999-11-193-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:Gary Jennejohn1999-11-172-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.Gary Jennejohn1999-10-221-0/+1
| | | | Noticed by: Sheldon Hearn <sheldonh@uunet.co.za>
* Update this puppy to 21.1.7.Gary Jennejohn1999-10-214-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.Gary Jennejohn1999-10-154-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.Mark Murray1999-08-311-1/+1
|
* echo -> ${ECHO}/${ECHO_MSG}Michael Haro1999-08-281-7/+7
| | | | ln -> ${LN}
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
|
* chmod -> ${CHMOD}Michael Haro1999-08-231-2/+2
| | | | chown -> ${CHOWN}
* Fix PLIST to reflect the fact that I changed xemacs.sh to xemacs21.shGary Jennejohn1999-06-241-1/+1
| | | | (a la xemacs20), but forgot to update PLIST.
* This is the latest version of xemacs - Xemacs 21.1.Gary Jennejohn1999-06-237-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)
* Make it compile under -current again.Gary Jennejohn1999-03-241-0/+20
| | | | Reported by: Satoshi's log file
* Use XEMACS_ARCH and XEMACS_VER and cleanup PLIST.Steve Price1999-02-042-3271/+3340
|
* Add --with-session=yes to the config options. This is slightly differentGary Jennejohn1999-01-261-1/+2
| | | | | from the patch in the PR. PR: 9552
* Bump png's major number to 3.Vanilla I. Shu1999-01-231-2/+2
|
* 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>
* Forgot to update the PLISTs to reflect xemacs20.shGary Jennejohn1998-10-081-1/+1
|
* Move the lock directory to /var/run/emacs/lock per Satoshi'sGary Jennejohn1998-10-081-5/+5
| | | | | | request. To avoid conflicts with other emacsen rename xemacs.sh to xemacs20.sh.
* Do not use libDnd if we are package building (this is the --with-offix option).Gary Jennejohn1998-10-021-3/+5
|
* Roll back libpng major to 2.Satoshi Asami1998-09-171-2/+2
|
* 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.
* libpng major is now 3. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | ELF conversion.
* 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.)
* libXpm major is now 5. Also remove regexp support in preparation forSatoshi Asami1998-09-151-2/+2
| | | | ELF conversion.
* Fix the last commit so that it really works. There was a ';' in theGary Jennejohn1998-06-051-2/+2
| | | | | wrong place. Lesson learned: do not use old patches when committing !
* Install xemacs.sh into ${PREFIX}/etc/rc.d to create /var/run/xemacsGary Jennejohn1998-06-042-1/+5
| | | | | dynamically. This is needed now that /etc/rc removes everything in /var/run.
* Change JPEG shared library number to 9. This is to make sure that everyoneJustin M. Seger1998-05-051-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
* 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
* Switch remaining ports to use jpeg lib version 8.0.Justin M. Seger1998-04-161-2/+2
|
* upgrade png majorAndrey A. Chernov1998-03-291-2/+2
|
* 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.
* Revert previous change. Now faces will be autodetected as beforeSteve Price1998-02-161-3/+7
| | | | | | | except when PACKAGE_BUILDING is defined where it will be disabled by default. Suggested by: asami and eivind
* Build this port with '--with-xface=no'.Steve Price1998-02-151-1/+2
| | | | PR: 5656
* PR: ports/5357Gary Jennejohn1998-01-021-1/+9
| | | | | | | | | | | | | 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.
* Make the USE_MULE variable work (the mule distfile was separated).Satoshi Asami1997-12-272-3/+5
| | | | | | | 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.
* update to xemacs-20.3. Packaging tested (under -current).Gary Jennejohn1997-12-164-3520/+3524
| | | | Obtained from: maintainer (me@freebsd.org)
* replace /usr/local with ${PREFIX} in CONFIGURE_ARGSGary Jennejohn1997-11-191-3/+3
| | | | Obtained from: maintainer
* By popular demand remove the ``@unexec rm -rf'' and replace it withGary Jennejohn1997-11-131-3/+3
| | | | | @dirrm instead. Do not delete share/emacs since it may also be used by emacs.
* Change shared/xemacs/site-lisp to shared/emacs/site-lisp. AccordingGary Jennejohn1997-11-131-3/+3
| | | | | to the maintainer this directory is supposed to be shared between emacs and xemacs.
* Put the lock file in /var/run/xemacs/lock rather thanGary Jennejohn1997-11-091-9/+4
| | | | | | | | | | | | ${PREFIX}/lib/xemacs/lock. Also simplfy removal of some directories with pkg_delete. Previously, the contents of ${PREFIX}/{lib,share}/xemacs/site-lisp was deleted and then the directories themselves using @dirrm. This didn't work in my tests, so I changed it to just ``@exec rm -rf'' the directories. PR: ports/4976 Submitted by: Sheldon Hearn
* Put the lock file in /var/run/xemacs/lock rather thanGary Jennejohn1997-11-091-1/+6
| | | | | | | | | | | ${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
* Submitted by: me@freebsd.orgGary Jennejohn1997-09-046-0/+3610
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).