[csw-devel] SF.net SVN: gar:[8309] csw/mgar/pkg/cpan/BerkeleyDB/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Tue Feb 2 15:50:45 CET 2010


Revision: 8309
          http://gar.svn.sourceforge.net/gar/?rev=8309&view=rev
Author:   dmichelsen
Date:     2010-02-02 14:50:45 +0000 (Tue, 02 Feb 2010)

Log Message:
-----------
cpan/BerkeleyDB: Revert back to BDB 4.7 unless Perl has been compiled against 4.7 also

Modified Paths:
--------------
    csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile
    csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums
    csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/CSWpmberkeleydb.config.in.diff

Modified: csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile	2010-02-02 14:45:20 UTC (rev 8308)
+++ csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile	2010-02-02 14:50:45 UTC (rev 8309)
@@ -14,8 +14,8 @@
 PATCHFILES = CSWpmberkeleydb.config.in.diff
 
 NOISALIST = 1
-EXTRA_LIB = /opt/csw/bdb48/lib
+EXTRA_LIB = /opt/csw/bdb47/lib
 
-REQUIRED_PKGS = CSWbdb48
+REQUIRED_PKGS = CSWbdb47
 
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums	2010-02-02 14:45:20 UTC (rev 8308)
+++ csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums	2010-02-02 14:50:45 UTC (rev 8309)
@@ -1,2 +1,2 @@
 5941c90783a55ca4280c2963bbe1ac83  BerkeleyDB-0.41.tar.gz
-766a4131a285539b805d42253f7d739c  CSWpmberkeleydb.config.in.diff
+2061f2f285714a1b6a014c5254e69b92  CSWpmberkeleydb.config.in.diff

Modified: csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/CSWpmberkeleydb.config.in.diff
===================================================================
--- csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/CSWpmberkeleydb.config.in.diff	2010-02-02 14:45:20 UTC (rev 8308)
+++ csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/CSWpmberkeleydb.config.in.diff	2010-02-02 14:50:45 UTC (rev 8309)
@@ -6,7 +6,7 @@
  #INCLUDE	= /usr/local/include
  #INCLUDE	= ../..
 -INCLUDE	= /usr/local/BerkeleyDB/include
-+INCLUDE	= /opt/csw/bdb48/include
++INCLUDE	= /opt/csw/bdb47/include
  
  # 2. Where is libdb?
  #
@@ -15,7 +15,7 @@
  #LIB	= /usr/local/lib
  #LIB	= ../..
 -LIB	= /usr/local/BerkeleyDB/lib
-+LIB	= /opt/csw/bdb48/lib
++LIB	= /opt/csw/bdb47/lib
  
  # 3. Is the library called libdb?
  #
@@ -24,6 +24,6 @@
  #    you have picked.
  
 -#DBNAME = -ldb-3.0
-+DBNAME = -ldb-4.8
++DBNAME = -ldb-4.7
  
  # end of file config.in


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list