Commit graph

20 commits

Author SHA1 Message Date
Gary Jennejohn
4995e75afe Also update distinfo to reflect the update to 21.4.12. 2003-01-17 22:36:05 +00:00
Gary Jennejohn
c3b23cf49e Update to 21.4.8. 2002-06-29 17:26:39 +00:00
Gary Jennejohn
7fd890f0e4 Update to version 21.4.6.
Submitted by:	Jerry A! <jerry@thehutt.org>
2002-01-09 18:55:37 +00:00
Gary Jennejohn
85b6bb484e Update to 21.4.5. The problem with a Lisp error occuring when the user
does a font change in the Options menu seems to be fixed, although no
change actually seems to result.

The GTK binding does not seem to be any better, but it's also not any
worse.
2001-10-29 22:31:13 +00:00
Gary Jennejohn
3b9c12a3d4 Initial checkin of xemacs-devel after xemacs21 was repo copied.
Several people have requested this, so here it is.

This port is intended to track the GAMMA version of the XEmacs
editor.

This is version is based on xemacs-21.4.4, which has a GTK binding.

Note that the GTK support is buggy (at least on my system), although
I haven't noticed any fatal problems, just annoying ones.

There are other bugs in this version, e.g. any attempts to make font
changes in the Options menu result in a Lisp error.

Please do not file any PRs on XEmacs errors, the maintaine will terminate
them with extreme prejudice.

I haven't tested this at all on Alpha because beast won't let me in.
2001-10-25 18:30:16 +00:00
Gary Jennejohn
365a27cf4e Update to version 21.1.4.
Submitted by:	kiri
2001-02-03 12:29:22 +00:00
Kiriyama Kazuhiko
558ecff830 Version up to 21.1.13. Corresponding with this change,bsd.emacs.mk's
xemacs21 version will be changed by shige :)
2001-01-19 15:14:13 +00:00
Gary Jennejohn
39483f00d3 Update to version 21.1.12. The new release only made changes to
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>
2000-08-09 17:45:19 +00:00
Gary Jennejohn
cae4619702 Update to version 21.1.11.
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
2000-07-25 20:22:07 +00:00
Gary Jennejohn
7a4354f6f4 The original tarball no longer exists on any of the servers. Change
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)
2000-07-13 21:03:03 +00:00
Gary Jennejohn
eca60c8e7a Update to version 21.1.10.
Reminded from:	Paul Traina <pst@juniper.net>
2000-06-06 18:17:14 +00:00
Gary Jennejohn
07e0162344 Update to version 21.1.9.
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
2000-02-17 21:38:02 +00:00
Gary Jennejohn
83cf5c71ef Update to version 21.1.8.
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
1999-12-25 12:34:09 +00:00
Gary Jennejohn
11c1c91707 Update this puppy to 21.1.7.
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
1999-10-20 19:43:27 +00:00
Gary Jennejohn
89980f4fd7 Keep up with the Joneses and update this port to version 21.1.6.
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
1999-10-14 21:47:04 +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
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
Satoshi Asami
8d985e1922 Make the USE_MULE variable work (the mule distfile was separated).
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.
1997-12-27 02:53:26 +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
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