Fri Oct 14 04:42:10 2011 UTC ()
Fix build of perdition-gdbm.


(dholland)
diff -r1.8 -r1.9 pkgsrc/mail/perdition/distinfo
diff -r0 -r1.1 pkgsrc/mail/perdition/patches/patch-makegdbm_options_h
diff -r0 -r1.1 pkgsrc/mail/perdition/patches/patch-perdition_db_gdbm_perditiondb_gdbm_h

cvs diff -r1.8 -r1.9 pkgsrc/mail/perdition/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/perdition/distinfo 2010/06/02 12:50:03 1.8
+++ pkgsrc/mail/perdition/distinfo 2011/10/14 04:42:10 1.9
@@ -1,7 +1,9 @@ @@ -1,7 +1,9 @@
1$NetBSD: distinfo,v 1.8 2010/06/02 12:50:03 adam Exp $ 1$NetBSD: distinfo,v 1.9 2011/10/14 04:42:10 dholland Exp $
2 2
3SHA1 (perdition-1.18.tar.gz) = 60d76e2fca810fa1a12bebe369fc3e7d3452ebbb 3SHA1 (perdition-1.18.tar.gz) = 60d76e2fca810fa1a12bebe369fc3e7d3452ebbb
4RMD160 (perdition-1.18.tar.gz) = 82065dcfb7f05d7bebcf98b72334f676d4fd5dad 4RMD160 (perdition-1.18.tar.gz) = 82065dcfb7f05d7bebcf98b72334f676d4fd5dad
5Size (perdition-1.18.tar.gz) = 602933 bytes 5Size (perdition-1.18.tar.gz) = 602933 bytes
6SHA1 (patch-ac) = 01934fb919cc8ac7699e07e407d6e26706e98fbd 6SHA1 (patch-ac) = 01934fb919cc8ac7699e07e407d6e26706e98fbd
7SHA1 (patch-ag) = 3840c9b4ed6e6d286c1cbeebad7184f9ccdaac2a 7SHA1 (patch-ag) = 3840c9b4ed6e6d286c1cbeebad7184f9ccdaac2a
 8SHA1 (patch-makegdbm_options_h) = f412c826e78bc80b64cf2311b1f815c5a950a773
 9SHA1 (patch-perdition_db_gdbm_perditiondb_gdbm_h) = 7cdbc04771f00c13133766d39851df03ad959b9b

File Added: pkgsrc/mail/perdition/patches/patch-makegdbm_options_h
$NetBSD: patch-makegdbm_options_h,v 1.1 2011/10/14 04:42:10 dholland Exp $

Fix build with recent gdbm.

--- makegdbm/options.h~	2009-09-29 02:17:19.000000000 +0000
+++ makegdbm/options.h
@@ -38,9 +38,6 @@
 #include "config.h"
 #endif
 
-extern gdbm_error gdbm_errno;
-extern char *gdbm_version;
-
 #define COPYRIGHT \
   "(c) 1999 Horms <horms@verge.net.au>\nReleased under the GNU GPL\n"
 

File Added: pkgsrc/mail/perdition/patches/patch-perdition_db_gdbm_perditiondb_gdbm_h
$NetBSD: patch-perdition_db_gdbm_perditiondb_gdbm_h,v 1.1 2011/10/14 04:42:10 dholland Exp $

Fix build with recent gdbm.

--- perdition/db/gdbm/perditiondb_gdbm.h~	2009-09-29 02:17:19.000000000 +0000
+++ perdition/db/gdbm/perditiondb_gdbm.h
@@ -30,9 +30,6 @@
 #include <ctype.h>
 #include <gdbm.h>
 
-extern gdbm_error gdbm_errno;
-extern char *gdbm_version;
-
 #ifndef PERDITIONDB_GDBM_SYSCONFDIR
 #define PERDITIONDB_GDBM_SYSCONFDIR "/usr/local/etc/perdition"
 #endif