Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-12-16 | emacs and mule install files with the same name in info -- make | wiz | 1 | -1/+3 | |
them CONFLICT. | |||||
2000-11-29 | s/unexelf.c/unexelf.o/ | minoura | 2 | -4/+4 | |
This caused a circular dependency. Pointed out by Satoshi Yatagawa <yatagawa@cc.teu.ac.jp>. | |||||
2000-09-26 | Add support for NetBSD/sparc64. | eeh | 10 | -13/+232 | |
2000-09-08 | try 2nd and subsequent destination if we have multiple addresses resolved | itojun | 2 | -84/+70 | |
from an FQDN hostname. patch from kazu@kame.net, sync with kame tree. repairs PR 10972. | |||||
2000-09-03 | add RCS Id | wiz | 1 | -0/+1 | |
2000-08-23 | fix build failure on alpha, | toshii | 3 | -23/+25 | |
and merge patch-ac into patch-az | |||||
2000-07-10 | Make "emacs" package build on "pmax" port. Patch supplied by Joel Reicher | tron | 2 | -1/+14 | |
in PR pkg/10548. | |||||
2000-06-24 | Updated to 20.7. Tests needed. | minoura | 13 | -1534/+1339 | |
2000-03-28 | Include bsd.prefs.mk so that one can control this package using mk.conf | enami | 1 | -3/+6 | |
as well as command line. | |||||
2000-03-26 | Add the four control variable used in this package to BUILD_DEFS. | enami | 1 | -1/+3 | |
2000-03-26 | Introduce three control variable for this package; EMACS_USE_{POP,X,X_TOOLKIT}. | enami | 1 | -3/+14 | |
The first one defaults to `yes' and latter two aren't defined by default (so, the configure script will configure automagically). | |||||
2000-03-18 | Garbage in the previous commit. Thanks to Sean Doran <smd@ebone.net>. | minoura | 2 | -5/+6 | |
2000-03-16 | Replace patch-aj with the one supplied by IWMOTO Toshihiro | minoura | 2 | -44/+25 | |
<iwamoto@sat.t.u-tokyo.ac.jp>, via PR pkg/9458. The old one's error handling was not sufficient. | |||||
2000-03-10 | Updated to Emacs-20.6. | minoura | 5 | -1383/+1279 | |
Emacs-20.6 is a bug-fix release with one user-visible change * Support for ARM-based non-RISCiX machines has been added. (patches/patch-be was removed because of this addition). I believe it can run on any ports on which Emacs-20.5a runs. | |||||
2000-03-09 | Quit the address loop after a successful connection, to avoid | minoura | 2 | -7/+9 | |
multiple connection to a v4/v6 host. Pointed out by IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>. | |||||
2000-03-01 | Patch for configure.in. | minoura | 2 | -2/+39 | |
Not used for building but useful to update to 20.6 (and later). | |||||
2000-03-01 | Fixed the problem that it does not fallback to IPv4 | minoura | 4 | -877/+127 | |
after an IPv6 connection fails. Patch supplied by Love<lha@stacken.kth.se>. Thank you! In addition configure script and pkgsrc Makefile is modified to be able to disable IPv6 support, looking at USE_INET6 (Makefile) and --without-ipv6 (configure). | |||||
2000-02-18 | Regen. | mycroft | 1 | -3/+3 | |
2000-02-18 | GC | mycroft | 1 | -44/+4 | |
2000-02-18 | Make this work on MIPS again. | mycroft | 2 | -11/+12 | |
2000-01-22 | Use run time library path on a.out systems, too. | tron | 2 | -6/+12 | |
2000-01-05 | Strip trailing '.', and/or leading '(a|an) ' | abs | 1 | -1/+1 | |
2000-01-02 | replaced some commands by their ${COMMAND} counterparts | wiz | 1 | -2/+2 | |
1999-12-28 | Update "emacs" package to version 20.5a based on patches supplied by | tron | 27 | -2049/+2532 | |
Minoura Makoto in PR pkg/9014. This version fixes several bugs discovered since version 20.3 and support a precompiled user startup file (".emacs.el" and ".emacs.elc"). | |||||
1999-12-28 | RCS tag added | wiz | 1 | -0/+1 | |
1999-12-05 | chown->${CHOWN} | bouyer | 1 | -2/+2 | |
1999-12-03 | There is no need to calculate the operating system type every time this | agc | 1 | -2/+1 | |
Makefile is read. | |||||
1999-11-05 | make this work with NetBSD <elf.h> | mrg | 2 | -20/+44 | |
1999-10-07 | Remove me as maintainer of those packages. | tron | 1 | -2/+2 | |
1999-08-13 | Substitute for ${PKGNAME} when generating the PLIST files. | agc | 1 | -2/+2 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+33 | |
1999-06-15 | Make mipsel-*-netbsd* set $machine to pmax. | bad | 1 | -2/+3 | |
XXX I guess there is a cleaner way to do this. | |||||
1999-06-13 | When doing ELF, use ORDINARY_LINK instead of START_FILES+LIB_STANDARD. | cgd | 1 | -3/+2 | |
This works on e.g. NetBSD/i386 (and probably other new-to-ELF ports), as well as NetBSD/alpha. It also looks like it'll work on powerpc, though mips may have problems. If possible, this is probably the 'right' way to do this. | |||||
1999-06-12 | ElfW, not ElfW, in the new code being added by this patch. lets this | cgd | 1 | -3/+3 | |
patched code compile on alpha again! | |||||
1999-06-04 | I don't pretend to understand the ELF crap either, but this makes Emacs | thorpej | 1 | -0/+23 | |
build/work on i386 ELF (and probably SPARC ELF, too). | |||||
1999-06-04 | Must remember to get the paths right... | mycroft | 3 | -7/+7 | |
1999-06-04 | I'm not going to pretend to fully grok the ELF magick, but this makes Emacs | mycroft | 4 | -126/+285 | |
work on the macppc port. | |||||
1999-04-14 | Remove unnecessary slash from master site list. | tron | 1 | -2/+2 | |
1999-04-08 | Generalise this: | agc | 1 | -13/+13 | |
s/netbsd/${LOWER_OPSYS}/g and use the ${LOWER_VENDOR} definition on Solaris. | |||||
1999-03-29 | Add site-init.el to PLIST | sommerfe | 1 | -1/+2 | |
1999-03-26 | Find send-pr.el in /usr/share/gnats | sommerfe | 1 | -3/+8 | |
1999-03-22 | Catch up with MASTER_SITE_GNU reorganization. | bad | 1 | -2/+2 | |
1999-02-28 | -current has info files in /usr/share/info now. | sommerfe | 1 | -0/+7 | |
Let emacs know this.. | |||||
1999-02-25 | Delete site-load.el since it's not needed any more | sommerfe | 1 | -2/+1 | |
1999-02-25 | Correct patches (last set didn't apply correctly). | sommerfe | 2 | -31/+45 | |
1999-02-25 | Fix mh-e's use of nmh (previous patch was insufficient, as nmh is | sommerfe | 4 | -10/+228 | |
split in three parts, not two; also, repl's interface changed in nmh so reply-to-all was busted) Fix report-emacs-bug. Re-byte-compile patched mh-*.el | |||||
1999-02-20 | Fix CONFLICTS (remove redundancy, mostly) | hubertf | 1 | -3/+1 | |
1999-02-11 | Use install-info in $PATH, so that systems with it in base will work too. | tv | 1 | -31/+31 | |
1999-02-04 | Make UNEXEC work on NetBSD/pmax - this makes the DOC-link-trick | frueauf | 5 | -18/+317 | |
unnecessary and emacs work much better on pmax. Thanks to Jonathan Stone for the src/unexelf.c patch. |