pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libpreludedb



Module Name:    pkgsrc
Committed By:   dholland
Date:           Tue Sep 12 06:04:59 UTC 2017

Modified Files:
        pkgsrc/security/libpreludedb: distinfo
Added Files:
        pkgsrc/security/libpreludedb/patches: patch-bindings_perl_PreludeDB.c

Log Message:
Don't #undef bool, it breaks the perl bindings build.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/libpreludedb/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/libpreludedb/patches/patch-bindings_perl_PreludeDB.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libpreludedb/distinfo
diff -u pkgsrc/security/libpreludedb/distinfo:1.16 pkgsrc/security/libpreludedb/distinfo:1.17
--- pkgsrc/security/libpreludedb/distinfo:1.16  Wed Nov  4 01:17:49 2015
+++ pkgsrc/security/libpreludedb/distinfo       Tue Sep 12 06:04:59 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.16 2015/11/04 01:17:49 agc Exp $
+$NetBSD: distinfo,v 1.17 2017/09/12 06:04:59 dholland Exp $
 
 SHA1 (libpreludedb-0.9.15.3.tar.gz) = 617ca366401f461380ceff5de037efa7743ca1ec
 RMD160 (libpreludedb-0.9.15.3.tar.gz) = 70af1692966a6b31d4b18a2342a74991d3e8bfed
@@ -8,3 +8,4 @@ SHA1 (patch-aa) = 11cb4f1353a5dbfc046992
 SHA1 (patch-ab) = 52fe326b51634cdc123d4ccb48ac054c7cf318c4
 SHA1 (patch-ac) = d71fa2d8ec5c84692dc68801e06651bc70628e89
 SHA1 (patch-ad) = abd409d4e955f202796a5cb9da3360a76e8d2855
+SHA1 (patch-bindings_perl_PreludeDB.c) = aa77ad738e5d5d9b65cf0f4e2b5d7fdd14e9f7bf

Added files:

Index: pkgsrc/security/libpreludedb/patches/patch-bindings_perl_PreludeDB.c
diff -u /dev/null pkgsrc/security/libpreludedb/patches/patch-bindings_perl_PreludeDB.c:1.1
--- /dev/null   Tue Sep 12 06:04:59 2017
+++ pkgsrc/security/libpreludedb/patches/patch-bindings_perl_PreludeDB.c        Tue Sep 12 06:04:59 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-bindings_perl_PreludeDB.c,v 1.1 2017/09/12 06:04:59 dholland Exp $
+
+Don't undef bool; it breaks the build.
+
+--- bindings/perl/PreludeDB.c~ 2009-07-15 07:38:21.000000000 +0000
++++ bindings/perl/PreludeDB.c
+@@ -1425,7 +1425,7 @@ SWIG_Perl_SetModule(swig_module_info *mo
+   #undef eof
+ #endif
+ #ifdef bool
+-  #undef bool
++//  #undef bool
+ #endif
+ #ifdef close
+   #undef close



Home | Main Index | Thread Index | Old Index