summaryrefslogtreecommitdiff
path: root/editors/emacs
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-22 15:39:05 +0000
committerwiz <wiz@pkgsrc.org>2005-03-22 15:39:05 +0000
commitc3d984d08bc24c013125faccf3b658b7bf4a94a4 (patch)
tree006e15e0086b9cd03b43181504bf3241d9faa639 /editors/emacs
parent660a4643cd59a060d4187a242027d31691544537 (diff)
downloadpkgsrc-c3d984d08bc24c013125faccf3b658b7bf4a94a4.tar.gz
Define POSIX_SIGNALS on NetBSD, similar to FreeBSD. From Greg
Woods in PR 28977. Bump PKGREVISION.
Diffstat (limited to 'editors/emacs')
-rw-r--r--editors/emacs/Makefile3
-rw-r--r--editors/emacs/distinfo4
-rw-r--r--editors/emacs/patches/patch-xx12
3 files changed, 14 insertions, 5 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index b7cbaedb0dd..f0aa413d9a9 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.79 2005/03/17 13:36:29 wiz Exp $
+# $NetBSD: Makefile,v 1.80 2005/03/22 15:39:05 wiz Exp $
DISTNAME= emacs-21.4a
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GNU:=emacs/}
diff --git a/editors/emacs/distinfo b/editors/emacs/distinfo
index ed97da462d0..976be0a6b21 100644
--- a/editors/emacs/distinfo
+++ b/editors/emacs/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2005/02/26 16:01:32 wiz Exp $
+$NetBSD: distinfo,v 1.21 2005/03/22 15:39:05 wiz Exp $
SHA1 (emacs-21.4a.tar.gz) = cdb33731180fe4a912838af805dd35e3f55394d4
RMD160 (emacs-21.4a.tar.gz) = c312e739935b56d08783bbfe97992297a363cb8a
@@ -10,4 +10,4 @@ SHA1 (patch-ae) = e2b66b23efb90608470aef5ebd0c75e27bcd6b55
SHA1 (patch-ag) = 3d64c0d53e3a8a737eeb04a6080a92a826b73620
SHA1 (patch-ak) = c37ecdcb1e0b0211b15baa7100dd43eab3f0830b
SHA1 (patch-bg) = 567ccce83e2b6d898a87f20763d5ff4b19c30deb
-SHA1 (patch-xx) = a818041b6c851f8a675b17d4c7372ddb5f468c53
+SHA1 (patch-xx) = cf1cb21e0bd96202622ff54e39d202bdae78c942
diff --git a/editors/emacs/patches/patch-xx b/editors/emacs/patches/patch-xx
index b9ba7ddff9e..08a1034743a 100644
--- a/editors/emacs/patches/patch-xx
+++ b/editors/emacs/patches/patch-xx
@@ -1,6 +1,6 @@
-$NetBSD: patch-xx,v 1.5 2003/07/06 16:10:19 uebayasi Exp $
+$NetBSD: patch-xx,v 1.6 2005/03/22 15:39:05 wiz Exp $
---- src/s/netbsd.h.orig Fri Apr 18 19:04:10 2003
+--- src/s/netbsd.h.orig 2002-05-31 18:29:02.000000000 +0200
+++ src/s/netbsd.h
@@ -60,9 +60,17 @@
#endif /* not NO_SHARED_LIBS and not ELF */
@@ -20,3 +20,11 @@ $NetBSD: patch-xx,v 1.5 2003/07/06 16:10:19 uebayasi Exp $
#undef LIB_GCC
#define LIB_GCC
#endif
+@@ -123,3 +131,7 @@
+
+ #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
+
++/* Use sigprocmask(2) and friends instead of sigblock(2); the man page
++ of sigblock says it is obsolete. */
++
++#define POSIX_SIGNALS 1