aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs-devel/files
Commit message (Collapse)AuthorAgeFilesLines
* Add patch-emacs.c to fix the following problem as quoted from the PR:Gary Jennejohn2004-07-211-0/+11
| | | | | | | | | | | | | The port patches src/mem-limits.h to declare the "lim_data" variable as rlim_t (a 64-bit type), but src/emacs.c still defines it as an integer. This makes the memory limit checking think that there are zero bytes available. PR: 69347 Submitted by: Andrew Heybey <ath@niksun.com> Notes: svn path=/head/; revision=114371
* Add patch-regex.c to handle an overflow which is caused by long linesGary Jennejohn2004-04-181-0/+11
| | | | | | | | | | produced by compile and make output in xemacs. PR: ports/62437 Submitted by: Palle Girgensohn <girgen@pingpong.net> Notes: svn path=/head/; revision=107488
* Port to amd64.Kris Kennaway2004-03-252-1/+12
| | | | | | | Submitted by: James Van Artsdalen <james-freebsd-amd64 at jrv.org>, gallatin, kan Notes: svn path=/head/; revision=105220
* Update to version 21.5.11.Gary Jennejohn2003-05-022-25/+25
| | | | | | | Remove GTK support until I figure out why it isn't working. Notes: svn path=/head/; revision=80010
* Add patch-al to work around an apparent bug in gcc31 in -current. TheGary Jennejohn2002-06-291-0/+11
| | | | | | | | | | problem was not observed with the gcc in -stable. The apparent bug results in an endless loop if a certain routine in lstream.c is inline'd. Notes: svn path=/head/; revision=62175
* Since obrien deleted patch-aj from xemacs21, I guess it isn't neededGary Jennejohn2001-12-091-18/+0
| | | | | | | here either. Notes: svn path=/head/; revision=51288
* Initial checkin of xemacs-devel after xemacs21 was repo copied.Gary Jennejohn2001-10-253-39/+12
| | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=49205
* Enable XIM support by default.Akinori MUSHA2000-10-242-10/+55
| | | | | | | | | | | Reflect Wnn4 -> FreeWnn change. Fix build problems. PR: ports/21549 Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=34176
* Update to version 21.1.12. The new release only made changes toGary Jennejohn2000-08-091-5/+5
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=31451
* Update to version 21.1.11.Gary Jennejohn2000-07-251-6/+6
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=31035
* 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
* Update to version 21.1.10.Gary Jennejohn2000-06-061-6/+6
| | | | | | | Reminded from: Paul Traina <pst@juniper.net> Notes: svn path=/head/; revision=29275
* Update to version 21.1.9.Gary Jennejohn2000-02-171-6/+6
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=25943
* Update to version 21.1.8.Gary Jennejohn1999-12-251-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=24049
* Fix a (assumed) cut-n-paste bug.Marcel Moolenaar1999-11-261-0/+1
| | | | Notes: svn path=/head/; revision=23346
* Add Marcel's patches for Alpha support. I could only check that theseGary Jennejohn1999-11-183-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 Notes: svn path=/head/; revision=23186
* Update this puppy to 21.1.7.Gary Jennejohn1999-10-201-5/+5
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=22540
* Keep up with the Joneses and update this port to version 21.1.6.Gary Jennejohn1999-10-141-5/+5
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=22459
* This is the latest version of xemacs - Xemacs 21.1.Gary Jennejohn1999-06-222-10/+24
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=19689
* Make it compile under -current again.Gary Jennejohn1999-03-231-0/+20
| | | | | | | Reported by: Satoshi's log file Notes: svn path=/head/; revision=17365
* update to xemacs-20.3. Packaging tested (under -current).Gary Jennejohn1997-12-151-11/+11
| | | | | | | Obtained from: maintainer (me@freebsd.org) Notes: svn path=/head/; revision=9087
* Submitted by: me@freebsd.orgGary Jennejohn1997-09-031-0/+11
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