aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs20
Commit message (Collapse)AuthorAgeFilesLines
* Don't bother using MASTER_SITE_XEMACS at all in these ports since theGary Jennejohn2001-03-231-2/+1
| | | | | | | | dist files are no longer on any of the standard sites. Hopefully this will (fractionally) speed up the Fenner dist file testing. Notes: svn path=/head/; revision=40289
* Add 2 new sites to fetch the sources from. These were found usingGary Jennejohn2001-02-211-0/+2
| | | | | | | | ftpsearch. The standard master sites have apparently deleted these older versions from their repositories. Notes: svn path=/head/; revision=38572
* Use MASTER_SITE_XEMACS.Akinori MUSHA2000-10-241-6/+2
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=34180
* Rename PLIST.mule to pkg-plist.mule.Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33504
* (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
* 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
* various portlint nits (spacing, variable ordering, SLAVEDIRS, etc.)Michael Haro2000-04-201-2/+2
| | | | Notes: svn path=/head/; revision=27796
* Standardize all user defined options to the booleans WITH_FOO andJeremy Lea2000-04-171-2/+2
| | | | | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports Notes: svn path=/head/; revision=27679
* Convert to PORT{NAME,VERSION}/PKGNAME{PREFIX,SUFFIX}.Akinori MUSHA2000-04-131-2/+2
| | | | | | | | | | - LANGPREFIX -> PKGNAMEPREFIX - PKGNAMEEXT -> PKGNAMESUFFIX Now ready to cooperate with `japanese/xemacs*'. Notes: svn path=/head/; revision=27474
* Remove one info file (w3.info-4) that doesn't exist.Satoshi Asami2000-02-282-2/+0
| | | | | | | Found by: bento Notes: svn path=/head/; revision=26402
* Fix the texi code in man/texinfo.texi so that the newer version ofGary Jennejohn2000-02-251-0/+22
| | | | | | | | | | | makeinfo in -CURRENT doesn't barf. I don't know whether this will break building on -STABLE. Reported by: asami Notes: svn path=/head/; revision=26291
* Make myself the maintainer.Gary Jennejohn2000-01-071-1/+1
| | | | | | | Requested by: the old maintainer (me@freebsd.org) Notes: svn path=/head/; revision=24522
* Add --infopath entry to the configuration section so that mail/mew-xemacs20Gary Jennejohn1999-11-301-0/+1
| | | | | | | | | | finds the info dirs. Submitted by: kiri@pis.toba-cmt.ac.jp Approved by: the maintainer Notes: svn path=/head/; revision=23515
* Fix PLIST and PLIST.mule to make the lock directory correctly. It shouldGary Jennejohn1999-10-212-2/+2
| | | | | | | | | be /var/run/emacs/lock and not /var/run/xemacs/lock ! Wonder how this went unnoticed for so long ? Notes: svn path=/head/; revision=22569
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-6/+6
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21032
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-221-4/+4
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* 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-033-6829/+6983
| | | | 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-072-2/+2
| | | | Notes: svn path=/head/; revision=13723
* Move the lock directory to /var/run/emacs/lock per Satoshi'sGary Jennejohn1998-10-072-5/+19
| | | | | | | | | 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
* Add patch-ah to make xemacs20 ELF ready. I tested this with both elf andGary Jennejohn1998-09-301-0/+44
| | | | | | | | | | aout with no problems. PR: 8092 Submitted by: Satoshi Taoka Notes: svn path=/head/; revision=13563
* 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
* Remove manpages, but _NOT_ from the multi-lingualTim Vanderhoek1998-08-171-7/+0
| | | | | | | | emacsen (*mule-common, mule). That is left for someone more familiar with their twisty incestuous relationships. Notes: svn path=/head/; revision=12575
* 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-033-1/+6
| | | | | | | | 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-204-7291/+6828
| | | | | | | | | 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-023-5/+4
| | | | | | | | so totally remove it. Portlint this baby. Notes: svn path=/head/; revision=9987
* 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 Notes: svn path=/head/; revision=9756
* Build this port with '--with-xface=no'.Steve Price1998-02-151-1/+2
| | | | | | | PR: 5656 Notes: svn path=/head/; revision=9730
* PR: ports/5357Gary Jennejohn1998-01-012-1/+3821
| | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=9242
* 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. Notes: svn path=/head/; revision=9196
* update to xemacs-20.3. Packaging tested (under -current).Gary Jennejohn1997-12-154-3520/+3524
| | | | | | | Obtained from: maintainer (me@freebsd.org) Notes: svn path=/head/; revision=9087
* Eliminate a harmless warning caused by recent changes to the dynamicJohn Polstra1997-12-121-0/+21
| | | | | | | linker. Notes: svn path=/head/; revision=9060
* replace /usr/local with ${PREFIX} in CONFIGURE_ARGSGary Jennejohn1997-11-181-3/+3
| | | | | | | Obtained from: maintainer Notes: svn path=/head/; revision=8698
* By popular demand remove the ``@unexec rm -rf'' and replace it withGary Jennejohn1997-11-121-3/+3
| | | | | | | | @dirrm instead. Do not delete share/emacs since it may also be used by emacs. Notes: svn path=/head/; revision=8596
* Change shared/xemacs/site-lisp to shared/emacs/site-lisp. AccordingGary Jennejohn1997-11-121-3/+3
| | | | | | | | to the maintainer this directory is supposed to be shared between emacs and xemacs. Notes: svn path=/head/; revision=8595