1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Gary Jennejohn
825aeb45c0 Fix PLIST to reflect the fact that I changed xemacs.sh to xemacs21.sh
(a la xemacs20), but forgot to update PLIST.
1999-06-23 19:47:34 +00:00
Gary Jennejohn
667b857a75 This is the latest version of xemacs - Xemacs 21.1.
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)
1999-06-22 22:02:00 +00:00
Steve Price
8564e7f4c1 Use XEMACS_ARCH and XEMACS_VER and cleanup PLIST. 1999-02-03 23:44:30 +00:00
Gary Jennejohn
4bae9571bb Forgot to update the PLISTs to reflect xemacs20.sh 1998-10-07 22:30:21 +00:00
Gary Jennejohn
91fca4dbdc Install xemacs.sh into ${PREFIX}/etc/rc.d to create /var/run/xemacs
dynamically. This is needed now that /etc/rc removes everything in
/var/run.
1998-06-03 19:30:13 +00:00
Gary Jennejohn
c0655ba8db Update Xeamcs to version 20.4. MASTERSITES cleaned up; a lot of them
either didn't have xemacs-20.4 or it was located in a different place.
Tested packaging and re-installing.
Submitted by:	maintainer
1998-04-20 05:15:54 +00:00
David E. O'Brien
ff3efb61de Xemac's send-pr is causing me too many problems and it's broken anyway,
so totally remove it.
Portlint this baby.
1998-03-02 01:38:49 +00:00
Gary Jennejohn
92ad704911 update to xemacs-20.3. Packaging tested (under -current).
Obtained from: maintainer (me@freebsd.org)
1997-12-15 20:07:46 +00:00
Gary Jennejohn
c890f896ed By popular demand remove the ``@unexec rm -rf'' and replace it with
@dirrm instead. Do not delete share/emacs since it may also be used
by emacs.
1997-11-12 21:42:50 +00:00
Gary Jennejohn
9cdff1f22f Put the lock file in /var/run/xemacs/lock rather than
${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
1997-11-08 22:19:00 +00:00
Gary Jennejohn
a6c260bba8 Submitted by: me@freebsd.org
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).
1997-09-03 19:27:58 +00:00