summaryrefslogtreecommitdiff
path: root/editors/emacs20/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2016-11-26 06:38:06 +0000
committerdholland <dholland>2016-11-26 06:38:06 +0000
commit216dd613566bf04ffb77db8d17d5c47ce9e25777 (patch)
tree88f2aa36ae00b22d5f55049cfffbe7ff48b29158 /editors/emacs20/Makefile
parent6fd6661564d930c97e0aaefdaddfeee0b2c81583 (diff)
downloadpkgsrc-216dd613566bf04ffb77db8d17d5c47ce9e25777.tar.gz
Use paxctl +a like in emacs21 to make the build work on -current. It seems
that if you dump with a non-ASLR temacs you get a working emacs binary, and if you don't you don't, although I don't really see why -- perhaps it's something broken in crtstuff. Closes PR 51654. Note that pre-ASLR emacs20 binaries not dumped by an ASLR temacs also blow up in the same way, which doesn't make much sense either, but undoubtedly it's all connected. It's not particularly good that we apparently don't have backwards compatibility for old Emacs binaries because of this, but for the time being I'm more worried about it working at all. PKGREVISION++ again, to 22.
Diffstat (limited to 'editors/emacs20/Makefile')
-rw-r--r--editors/emacs20/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile
index cbfefaf704d..00404c8d9a1 100644
--- a/editors/emacs20/Makefile
+++ b/editors/emacs20/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.55 2016/11/26 03:50:16 dholland Exp $
+# $NetBSD: Makefile,v 1.56 2016/11/26 06:38:06 dholland Exp $
DISTNAME= emacs-20.7
PKGNAME= ${DISTNAME:S/emacs/emacs20/}
-PKGREVISION= 21
+PKGREVISION= 22
CATEGORIES= editors
MASTER_SITES= http://ftp.gnu.org/pub/old-gnu/emacs/ \
ftp://ftp.gnu.org/pub/old-gnu/emacs