Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/perlmods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26130/libs/perlmods

Added Files:
        db-file-pm581.info db-file-pm581.patch 
Log Message:
10.2-gcc3.3 -> 10.3


--- NEW FILE: db-file-pm581.patch ---
diff -Naur DB_File-1.806.orig/config.in DB_File-1.806/config.in
--- DB_File-1.806.orig/config.in        2002-10-22 06:12:40.000000000 -0400
+++ DB_File-1.806/config.in     2003-07-22 22:45:20.000000000 -0400
@@ -9,7 +9,7 @@
 #    Change the path below to point to the directory where db.h is
 #    installed on your system.
 
-INCLUDE        = /usr/local/BerkeleyDB/include
+INCLUDE        = @PREFIX@/include/db4
 #INCLUDE       = /usr/local/include
 #INCLUDE       = /usr/include
 
@@ -18,7 +18,7 @@
 #    Change the path below to point to the directory where libdb is
 #    installed on your system.
 
-LIB    = /usr/local/BerkeleyDB/lib
+LIB    = @PREFIX@/lib
 #LIB   = /usr/local/lib
 #LIB   = /usr/lib
 

--- NEW FILE: db-file-pm581.info ---
Package: db-file-pm581
Version: 1.806
Revision: 1
BuildDepends: fink (>= 0.13.0-1), db41 | db41-ssl, perl581-core
Depends: db41-shlibs | db41-ssl-shlibs, perl581-core
Source: mirror:cpan:authors/id/P/PM/PMQS/DB_File-%v.tar.gz
Source-MD5: 306033319ec016cbec2ff4f3238f3566
PatchScript: sed 's|@PREFIX@|%p|g ' <%a/%n.patch | patch -p1
Type: perl 5.8.1
UpdatePOD: true
DocFiles: Changes MANIFEST README dbinfo
Description: Perl interface to Berkeley DB 1.x library
DescDetail: <<
  This module provides a Perl interface to the Berkeley DB library. Only supports
  features from the 1.x version of Berkeley DB.
<<
License: Artistic
Maintainer: Daniel Johnson <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/dist/DB_File



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to