summaryrefslogtreecommitdiff
path: root/editors/xemacs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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-011-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. 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
* 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
* Put the lock file in /var/run/xemacs/lock rather thanGary Jennejohn1997-11-081-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 Notes: svn path=/head/; revision=8526
* Put the lock file in /var/run/xemacs/lock rather thanGary Jennejohn1997-11-081-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 Notes: svn path=/head/; revision=8525
* Submitted by: me@freebsd.orgGary Jennejohn1997-09-036-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). Notes: svn path=/head/; revision=7766