Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
1999-01-31 | Make at least the CANNOT_DUMP version of emacs work on NetBSD/pmax. | frueauf | 6 | -9/+71 | |
Two patches provided by Jonathan Stone. | |||||
1999-01-04 | Set NOT_FOR_ARCHS=mips cause they need more porting to work on pmax. | frueauf | 1 | -1/+3 | |
1999-01-04 | Don't check for deprecated symbol "unix". | tron | 1 | -0/+17 | |
1998-11-17 | I'm not going to pretend I know why there are two copies of this file, but | mycroft | 1 | -1/+2 | |
they should both be in the PLIST. | |||||
1998-10-03 | Gracefully try to delete the site-lisp dirs, and quietly continue if the | tv | 1 | -3/+3 | |
directories are not empty. Fixes PR 6232, Greg Woods <woods@weird.com>. | |||||
1998-09-04 | pkglint: "rm" -> "${RM}" | tron | 1 | -2/+2 | |
1998-09-04 | Lots of bug fixes: | tron | 21 | -221/+313 | |
- sync package list with reality and use "mkdir -p" - add missing RCSIds - split patches - don't install texinfo documentation - avoid conflict with "xemacs" and "vim" - remove unnecessary "${WRKSRC}" - add missing info files to "${INFO}" - don't remove "share/emacs/20.3/etc/DOC-20.3.[13-9]*" (fixes PR pkg/6097) | |||||
1998-09-02 | Oops, we need to include the emacs executable in the packing list for best ↵ | mellon | 1 | -0/+2 | |
results. | |||||
1998-09-01 | Clean things up a bit. Support arm32. Fix install failures. | mellon | 7 | -818/+846 | |
1998-08-31 | Update "emacs" package to version 20.3. | tron | 6 | -1298/+1314 | |
1998-08-28 | There are multiple reports that this patch causes problems. Back it | agc | 1 | -123/+0 | |
out for now. | |||||
1998-08-20 | The Grand Homepagification: | tsarna | 1 | -1/+2 | |
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section. | |||||
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 7 | -0/+14 | |
1998-07-10 | This emacs understands GNU autoconf's --host option; don't try to override | tv | 1 | -2/+2 | |
that setting from <bsd.pkg.mk> with a configure command line option. | |||||
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-06-03 | Use MACHINE_GNU_ARCH in PLISTs that require it, so that arm32 (and | tv | 1 | -13/+13 | |
possibly other future platforms) will get the `right' name. | |||||
1998-04-17 | Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them. | agc | 1 | -7/+2 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-04-13 | Apply patches supplied by Johnny C. Lam PR pkg/5069 to make emacs MH-E to | tron | 2 | -1/+126 | |
cooperate with our nmh package. | |||||
1998-04-07 | Use -nostartfiles, not -L/usr/lib. Don't try to hack around the system; | tv | 1 | -9/+9 | |
use it to your advantage. | |||||
1998-03-16 | Adapt to changed behaviour of gcc's "-nostdlib" option. | tron | 1 | -0/+11 | |
1998-03-16 | Oops; fix pasto. | mycroft | 1 | -1/+1 | |
1998-03-16 | Use openpty(3) and POSIX signal functions. | mycroft | 1 | -5/+51 | |
Remove HAVE_UNION_WAIT. | |||||
1998-03-10 | portlint: use ${RM} instead of rm. | frueauf | 1 | -2/+2 | |
1998-03-03 | Next attempt to fix PR 4979 (DOC file) | hubertf | 2 | -4/+4 | |
1998-02-23 | "${PREFIX}/share/emacs" should be owned by "bin:bin" not by the owner | tron | 1 | -1/+2 | |
of "pkgsrc/editors/emacs/work". | |||||
1998-02-22 | Fix problem with the removal this package. | tron | 1 | -4/+4 | |
1998-02-22 | Thou shalt not clobber other packages files. | tron | 6 | -50/+81 | |
1998-02-12 | Better handling of binary stripping and DOC file handling, based on | hubertf | 3 | -8/+26 | |
suggestions from PR 4979 by Johnny Chi-Lung Lam <jlbg+@andrew.cmu.edu>. | |||||
1998-02-09 | - Fix stripping of binaries (caused by fixing PR4884) | hubertf | 2 | -4/+4 | |
- Remove unneeded DOC files (pointed our by Charles Hannum) | |||||
1998-01-28 | Replace "<$ARCH"> by "${MACHINE_ARCH}", keep "<$ARCH>" | hubertf | 1 | -13/+13 | |
(in bsd.port.mk) for backward compatibility. | |||||
1998-01-25 | Define OPSYS before using it; reported by Thorsten Frueauf | hubertf | 1 | -1/+2 | |
1998-01-24 | portlint: fix RCS Id, move WRKSRC | hubertf | 1 | -4/+4 | |
1997-12-22 | Fix setting CONFIGURE_ARGS ("=" -> "+=") | hubertf | 1 | -2/+2 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-11 | No longer needed. | hubertf | 1 | -11/+0 | |
1997-10-11 | Update: 19.34/FreeBSD -> 20.2/NetBSD | hubertf | 6 | -1020/+1328 | |
1997-10-11 | Import of FSF emacs 19.34 port | hubertf | 8 | -0/+1354 | |