Index: misc/bbdb/Makefile =================================================================== RCS file: /e/cvsync/cvsync/pkgsrc/misc/bbdb/Makefile,v retrieving revision 1.22 diff -u -r1.22 Makefile --- misc/bbdb/Makefile 6 May 2010 06:06:47 -0000 1.22 +++ misc/bbdb/Makefile 2 Apr 2011 11:51:29 -0000 @@ -3,7 +3,7 @@ DISTNAME= bbdb-2.34 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= mail misc news MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbdb/} Index: misc/bbdb/distinfo =================================================================== RCS file: /e/cvsync/cvsync/pkgsrc/misc/bbdb/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- misc/bbdb/distinfo 19 Nov 2008 13:03:37 -0000 1.3 +++ misc/bbdb/distinfo 2 Apr 2011 11:54:36 -0000 @@ -4,3 +4,4 @@ RMD160 (bbdb-2.34.tar.gz) = 24e4606cb94b5c311139fab910af909f5b95e0fa Size (bbdb-2.34.tar.gz) = 363841 bytes SHA1 (patch-aa) = 4b9942a4b1f8e2675cdaca67777c80d6490d01ac +SHA1 (patch-ab) = fc8010d35f001cb0f2b0dfa2feb6df1ebd7c715e Index: misc/bbdb/patches/patch-ab =================================================================== RCS file: misc/bbdb/patches/patch-ab diff -N misc/bbdb/patches/patch-ab --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ misc/bbdb/patches/patch-ab 2 Apr 2011 11:54:28 -0000 @@ -0,0 +1,21 @@ +$NetBSD$ + +To avoid being flagged by emacs-24.0.50 + bbdb-mhe.el:56:41:Error: Invalid function: + bbdb-mhe.el:38:30:Warning: `(\` (let* ((attrs (file-attributes ((\, + ..... (ommitted) + status-time-2)))))' is a malformed function + bbdb-mhe.el:56:41:Error: Invalid function: (\` (let* ((attrs + *** Error code 1 + +--- work/bbdb-2.34/lisp/bbdb-mhe.el.orig 2011-04-02 20:42:13.000000000 +0900 ++++ lisp/bbdb-mhe.el 2011-04-02 20:42:28.000000000 +0900 +@@ -37,7 +37,7 @@ + + (defmacro bbdb/mh-cache-key (message) + "Return a (numeric) key for MESSAGE" +- (`(let* ((attrs (file-attributes (, message))) ++ ( ` (let* ((attrs (file-attributes (, message))) + (status-time (nth 6 attrs)) + (status-time-2 (cdr status-time)) + (inode (nth 10 attrs)))