Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
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. |