summaryrefslogtreecommitdiff
path: root/editors/emacs
AgeCommit message (Collapse)AuthorFilesLines
1999-08-13Substitute for ${PKGNAME} when generating the PLIST files.agc1-2/+2
1999-07-09Add package patch-sum filesagc1-0/+33
1999-06-15Make mipsel-*-netbsd* set $machine to pmax.bad1-2/+3
XXX I guess there is a cleaner way to do this.
1999-06-13When doing ELF, use ORDINARY_LINK instead of START_FILES+LIB_STANDARD.cgd1-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-12ElfW, not ElfW, in the new code being added by this patch. lets thiscgd1-3/+3
patched code compile on alpha again!
1999-06-04I don't pretend to understand the ELF crap either, but this makes Emacsthorpej1-0/+23
build/work on i386 ELF (and probably SPARC ELF, too).
1999-06-04Must remember to get the paths right...mycroft3-7/+7
1999-06-04I'm not going to pretend to fully grok the ELF magick, but this makes Emacsmycroft4-126/+285
work on the macppc port.
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-04-08Generalise this:agc1-13/+13
s/netbsd/${LOWER_OPSYS}/g and use the ${LOWER_VENDOR} definition on Solaris.
1999-03-29Add site-init.el to PLISTsommerfe1-1/+2
1999-03-26Find send-pr.el in /usr/share/gnatssommerfe1-3/+8
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
1999-02-28-current has info files in /usr/share/info now.sommerfe1-0/+7
Let emacs know this..
1999-02-25Delete site-load.el since it's not needed any moresommerfe1-2/+1
1999-02-25Correct patches (last set didn't apply correctly).sommerfe2-31/+45
1999-02-25Fix mh-e's use of nmh (previous patch was insufficient, as nmh issommerfe4-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-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-31/+31
1999-02-04Make UNEXEC work on NetBSD/pmax - this makes the DOC-link-trickfrueauf5-18/+317
unnecessary and emacs work much better on pmax. Thanks to Jonathan Stone for the src/unexelf.c patch.
1999-01-31Make at least the CANNOT_DUMP version of emacs work on NetBSD/pmax.frueauf6-9/+71
Two patches provided by Jonathan Stone.
1999-01-04Set NOT_FOR_ARCHS=mips cause they need more porting to work on pmax.frueauf1-1/+3
1999-01-04Don't check for deprecated symbol "unix".tron1-0/+17
1998-11-17I'm not going to pretend I know why there are two copies of this file, butmycroft1-1/+2
they should both be in the PLIST.
1998-10-03Gracefully try to delete the site-lisp dirs, and quietly continue if thetv1-3/+3
directories are not empty. Fixes PR 6232, Greg Woods <woods@weird.com>.
1998-09-04pkglint: "rm" -> "${RM}"tron1-2/+2
1998-09-04Lots of bug fixes:tron21-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-02Oops, we need to include the emacs executable in the packing list for best ↵mellon1-0/+2
results.
1998-09-01Clean things up a bit. Support arm32. Fix install failures.mellon7-818/+846
1998-08-31Update "emacs" package to version 20.3.tron6-1298/+1314
1998-08-28There are multiple reports that this patch causes problems. Back itagc1-123/+0
out for now.
1998-08-20The Grand Homepagification:tsarna1-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-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc7-0/+14
1998-07-10This emacs understands GNU autoconf's --host option; don't try to overridetv1-2/+2
that setting from <bsd.pkg.mk> with a configure command line option.
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-06-03Use MACHINE_GNU_ARCH in PLISTs that require it, so that arm32 (andtv1-13/+13
possibly other future platforms) will get the `right' name.
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-7/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-04-13Apply patches supplied by Johnny C. Lam PR pkg/5069 to make emacs MH-E totron2-1/+126
cooperate with our nmh package.
1998-04-07Use -nostartfiles, not -L/usr/lib. Don't try to hack around the system;tv1-9/+9
use it to your advantage.
1998-03-16Adapt to changed behaviour of gcc's "-nostdlib" option.tron1-0/+11
1998-03-16Oops; fix pasto.mycroft1-1/+1
1998-03-16Use openpty(3) and POSIX signal functions.mycroft1-5/+51
Remove HAVE_UNION_WAIT.
1998-03-10portlint: use ${RM} instead of rm.frueauf1-2/+2
1998-03-03Next attempt to fix PR 4979 (DOC file)hubertf2-4/+4
1998-02-23"${PREFIX}/share/emacs" should be owned by "bin:bin" not by the ownertron1-1/+2
of "pkgsrc/editors/emacs/work".
1998-02-22Fix problem with the removal this package.tron1-4/+4
1998-02-22Thou shalt not clobber other packages files.tron6-50/+81
1998-02-12Better handling of binary stripping and DOC file handling, based onhubertf3-8/+26
suggestions from PR 4979 by Johnny Chi-Lung Lam <jlbg+@andrew.cmu.edu>.