pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/perdition Fix build of perdition-gdbm.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc5c580702d8
branches:  trunk
changeset: 593802:dc5c580702d8
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Fri Oct 14 04:42:10 2011 +0000

description:
Fix build of perdition-gdbm.

diffstat:

 mail/perdition/distinfo                                           |   4 +-
 mail/perdition/patches/patch-makegdbm_options_h                   |  16 ++++++++++
 mail/perdition/patches/patch-perdition_db_gdbm_perditiondb_gdbm_h |  16 ++++++++++
 3 files changed, 35 insertions(+), 1 deletions(-)

diffs (54 lines):

diff -r 04c261518ca6 -r dc5c580702d8 mail/perdition/distinfo
--- a/mail/perdition/distinfo   Fri Oct 14 04:23:20 2011 +0000
+++ b/mail/perdition/distinfo   Fri Oct 14 04:42:10 2011 +0000
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.8 2010/06/02 12:50:03 adam Exp $
+$NetBSD: distinfo,v 1.9 2011/10/14 04:42:10 dholland Exp $
 
 SHA1 (perdition-1.18.tar.gz) = 60d76e2fca810fa1a12bebe369fc3e7d3452ebbb
 RMD160 (perdition-1.18.tar.gz) = 82065dcfb7f05d7bebcf98b72334f676d4fd5dad
 Size (perdition-1.18.tar.gz) = 602933 bytes
 SHA1 (patch-ac) = 01934fb919cc8ac7699e07e407d6e26706e98fbd
 SHA1 (patch-ag) = 3840c9b4ed6e6d286c1cbeebad7184f9ccdaac2a
+SHA1 (patch-makegdbm_options_h) = f412c826e78bc80b64cf2311b1f815c5a950a773
+SHA1 (patch-perdition_db_gdbm_perditiondb_gdbm_h) = 7cdbc04771f00c13133766d39851df03ad959b9b
diff -r 04c261518ca6 -r dc5c580702d8 mail/perdition/patches/patch-makegdbm_options_h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/perdition/patches/patch-makegdbm_options_h   Fri Oct 14 04:42:10 2011 +0000
@@ -0,0 +1,16 @@
+$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@localhost>\nReleased under the GNU GPL\n"
+ 
diff -r 04c261518ca6 -r dc5c580702d8 mail/perdition/patches/patch-perdition_db_gdbm_perditiondb_gdbm_h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/perdition/patches/patch-perdition_db_gdbm_perditiondb_gdbm_h Fri Oct 14 04:42:10 2011 +0000
@@ -0,0 +1,16 @@
+$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



Home | Main Index | Thread Index | Old Index