summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2011-05-08 23:28:44 +0000
committerminskim <minskim@pkgsrc.org>2011-05-08 23:28:44 +0000
commit8051fcd7d59b13258f629d77b91cbe3577a342d8 (patch)
tree002e3a9ef12ec6bab3f31593d61e48fad8372bc8 /editors
parent6fb6ebd6d5a83c6b062cf81e5efbfb5796aaff15 (diff)
downloadpkgsrc-8051fcd7d59b13258f629d77b91cbe3577a342d8.tar.gz
Update emacs-snapshot to 24.0.50.20110505.
Patches provided by Makoto Fujiwara in PR 44871. Changes: - keep config.log (Bug#765) and delete config.log~. - Fix bug with --enable-checking=stringoverrun to have no effect. - Suppress unnecessary checks for size_t for configure. - Add strtoumax for GNULIB_MODULES. - Check for GnuTLS certificate verify callbacks. - Don't erase config.status in case of error. (See ChangeLog for the complete list of changes.)
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-snapshot/Makefile4
-rw-r--r--editors/emacs-snapshot/Makefile.common4
-rw-r--r--editors/emacs-snapshot/PLIST8
-rw-r--r--editors/emacs-snapshot/distinfo8
4 files changed, 12 insertions, 12 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile
index 58eb4a31ff4..cbd7e65e492 100644
--- a/editors/emacs-snapshot/Makefile
+++ b/editors/emacs-snapshot/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2011/04/22 14:40:42 obache Exp $
+# $NetBSD: Makefile,v 1.22 2011/05/08 23:28:44 minskim Exp $
CONFLICTS+= emacs-nox11-[0-9]*
.include "../../editors/emacs-snapshot/Makefile.common"
-PKGREVISION= 1
-
.include "options.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
diff --git a/editors/emacs-snapshot/Makefile.common b/editors/emacs-snapshot/Makefile.common
index 573ad83e896..63a44e4e7f0 100644
--- a/editors/emacs-snapshot/Makefile.common
+++ b/editors/emacs-snapshot/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.26 2011/04/17 03:52:18 minskim Exp $
+# $NetBSD: Makefile.common,v 1.27 2011/05/08 23:28:44 minskim Exp $
-DISTNAME= emacs-snapshot_20110408.orig
+DISTNAME= emacs-snapshot_20110505.orig
PKGNAME= ${DISTNAME:S/snapshot_/${EMACS_VERSION}./:S/.orig//}
CATEGORIES= editors
MASTER_SITES= http://emacs.naquadah.org/unstable/
diff --git a/editors/emacs-snapshot/PLIST b/editors/emacs-snapshot/PLIST
index 5260cf2bf6c..157dc757631 100644
--- a/editors/emacs-snapshot/PLIST
+++ b/editors/emacs-snapshot/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2011/04/17 03:52:18 minskim Exp $
+@comment $NetBSD: PLIST,v 1.21 2011/05/08 23:28:44 minskim Exp $
bin/ctags
bin/ebrowse
bin/emacs
@@ -1858,8 +1858,6 @@ share/emacs/${EMACS_VERSION}/lisp/erc/erc-fill.el.gz
share/emacs/${EMACS_VERSION}/lisp/erc/erc-fill.elc
share/emacs/${EMACS_VERSION}/lisp/erc/erc-goodies.el.gz
share/emacs/${EMACS_VERSION}/lisp/erc/erc-goodies.elc
-share/emacs/${EMACS_VERSION}/lisp/erc/erc-hecomplete.el.gz
-share/emacs/${EMACS_VERSION}/lisp/erc/erc-hecomplete.elc
share/emacs/${EMACS_VERSION}/lisp/erc/erc-ibuffer.el.gz
share/emacs/${EMACS_VERSION}/lisp/erc/erc-ibuffer.elc
share/emacs/${EMACS_VERSION}/lisp/erc/erc-identd.el.gz
@@ -2837,6 +2835,8 @@ share/emacs/${EMACS_VERSION}/lisp/obsolete/cl-compat.el.gz
share/emacs/${EMACS_VERSION}/lisp/obsolete/cl-compat.elc
share/emacs/${EMACS_VERSION}/lisp/obsolete/complete.el.gz
share/emacs/${EMACS_VERSION}/lisp/obsolete/complete.elc
+share/emacs/${EMACS_VERSION}/lisp/obsolete/erc-hecomplete.el.gz
+share/emacs/${EMACS_VERSION}/lisp/obsolete/erc-hecomplete.elc
share/emacs/${EMACS_VERSION}/lisp/obsolete/fast-lock.el.gz
share/emacs/${EMACS_VERSION}/lisp/obsolete/fast-lock.elc
share/emacs/${EMACS_VERSION}/lisp/obsolete/iso-acc.el.gz
@@ -3633,6 +3633,8 @@ share/emacs/${EMACS_VERSION}/lisp/url/url-privacy.el.gz
share/emacs/${EMACS_VERSION}/lisp/url/url-privacy.elc
share/emacs/${EMACS_VERSION}/lisp/url/url-proxy.el.gz
share/emacs/${EMACS_VERSION}/lisp/url/url-proxy.elc
+share/emacs/${EMACS_VERSION}/lisp/url/url-queue.el.gz
+share/emacs/${EMACS_VERSION}/lisp/url/url-queue.elc
share/emacs/${EMACS_VERSION}/lisp/url/url-util.el.gz
share/emacs/${EMACS_VERSION}/lisp/url/url-util.elc
share/emacs/${EMACS_VERSION}/lisp/url/url-vars.el.gz
diff --git a/editors/emacs-snapshot/distinfo b/editors/emacs-snapshot/distinfo
index 3fabbb3b721..8bfebba51f3 100644
--- a/editors/emacs-snapshot/distinfo
+++ b/editors/emacs-snapshot/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.31 2011/04/17 03:52:18 minskim Exp $
+$NetBSD: distinfo,v 1.32 2011/05/08 23:28:44 minskim Exp $
-SHA1 (emacs-snapshot_20110408.orig.tar.xz) = 2cfc069868ca62f672c8deb970c5d1aaf888fb2a
-RMD160 (emacs-snapshot_20110408.orig.tar.xz) = fcff524894c3da6896be00a85c4b8be0de9e8f0c
-Size (emacs-snapshot_20110408.orig.tar.xz) = 23120960 bytes
+SHA1 (emacs-snapshot_20110505.orig.tar.xz) = ed3b55181e067aa8da628c27e69c5af65f27e964
+RMD160 (emacs-snapshot_20110505.orig.tar.xz) = 4ec77f83902a1ba65bb5261d39e9253a64617c13
+Size (emacs-snapshot_20110505.orig.tar.xz) = 23165992 bytes
SHA1 (patch-aa) = 052ea84f7e3b35d1aba08bd641d7250ec07d09aa
SHA1 (patch-ac) = cbc72f45d6648b3ab7f76af8d5a2156fd154b16a
SHA1 (patch-ad) = b8faf958f7ab3effd6c8dbcbf51fe70ddb2ecdae