summaryrefslogtreecommitdiff
path: root/editors/emacs21
diff options
context:
space:
mode:
authorwiz <wiz>2015-02-19 14:20:51 +0000
committerwiz <wiz>2015-02-19 14:20:51 +0000
commitb299bf3918f3a663a546ea3390c38593098ae424 (patch)
tree854dbc38ad4000e2e715125f9ba204f5f2760eb0 /editors/emacs21
parent048844dde245366cc0ea5be9b66e1dab454828b9 (diff)
downloadpkgsrc-b299bf3918f3a663a546ea3390c38593098ae424.tar.gz
Remove configure.in patch -- autoconf isn't run, and the corresponding
patch for configure has many more changes anyway.
Diffstat (limited to 'editors/emacs21')
-rw-r--r--editors/emacs21/distinfo3
-rw-r--r--editors/emacs21/patches/patch-bg21
2 files changed, 1 insertions, 23 deletions
diff --git a/editors/emacs21/distinfo b/editors/emacs21/distinfo
index 509baf34dde..19da967feb0 100644
--- a/editors/emacs21/distinfo
+++ b/editors/emacs21/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2015/02/19 14:18:52 wiz Exp $
+$NetBSD: distinfo,v 1.19 2015/02/19 14:20:51 wiz Exp $
SHA1 (emacs-21.4a.tar.gz) = cdb33731180fe4a912838af805dd35e3f55394d4
RMD160 (emacs-21.4a.tar.gz) = c312e739935b56d08783bbfe97992297a363cb8a
@@ -31,7 +31,6 @@ SHA1 (patch-ay) = 82e4eb371be4dff891878973888c38ca53e9f326
SHA1 (patch-az) = 43753accb1b9ffc2c63e638c31236b8e4880080b
SHA1 (patch-ba) = ae05985ce8cabffdfbfb84905e1d6b0de7690b25
SHA1 (patch-bb) = bf748292c57459b1240da01f9d3df16e4dc40fa2
-SHA1 (patch-bg) = 567ccce83e2b6d898a87f20763d5ff4b19c30deb
SHA1 (patch-cf) = 1b5b83eb02872414fd7ca29c344c0560feaf1b7e
SHA1 (patch-src_Makefile.in) = cecef2516c4b9a4171926080a32826fad92ea077
SHA1 (patch-src_alloc_c) = c9d2c7832b8b48835b81789f938540e3827f7cd8
diff --git a/editors/emacs21/patches/patch-bg b/editors/emacs21/patches/patch-bg
deleted file mode 100644
index a114b99c9eb..00000000000
--- a/editors/emacs21/patches/patch-bg
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-bg,v 1.1 2007/06/11 13:38:44 markd Exp $
-
---- configure.in.orig Fri Apr 18 19:04:25 2003
-+++ configure.in
-@@ -2177,6 +2177,16 @@
- # Fixme: This should be replaced when we have autoconf 2.14.
- AC_SIZE_T
-
-+# NETBSD: NetBSD's newer run-time linker fix.
-+if test $opsys = netbsd; then
-+ if test -f /usr/lib/crti.o; then
-+ AC_DEFINE(HAVE_NETBSD_CRTI)
-+ fi
-+ if test -f /usr/lib/crtn.o; then
-+ AC_DEFINE(HAVE_NETBSD_CRTN)
-+ fi
-+fi
-+
- # Set up the CFLAGS for real compilation, so we can substitute it.
- CFLAGS="$REAL_CFLAGS"
- CPPFLAGS="$REAL_CPPFLAGS"