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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Sep 10 17:01:08 CEST 2010


Revision: 10948
          http://gar.svn.sourceforge.net/gar/?rev=10948&view=rev
Author:   dmichelsen
Date:     2010-09-10 15:01:08 +0000 (Fri, 10 Sep 2010)

Log Message:
-----------
cpan/BerkeleyDB: Update to 0.43 and compile against bdb 4.8

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-09-10 13:47:39 UTC (rev 10947)
+++ csw/mgar/pkg/cpan/BerkeleyDB/trunk/Makefile	2010-09-10 15:01:08 UTC (rev 10948)
@@ -1,5 +1,5 @@
 GARNAME = BerkeleyDB
-GARVERSION = 0.42
+GARVERSION = 0.43
 CATEGORIES = cpan
 AUTHOR = PMQS
 
@@ -16,8 +16,8 @@
 PATCHFILES = CSWpmberkeleydb.config.in.diff
 
 NOISALIST = 1
-EXTRA_LIB = /opt/csw/bdb47/lib
+EXTRA_LIB = /opt/csw/bdb48/lib
 
-RUNTIME_DEP_PKGS = CSWbdb47
+RUNTIME_DEP_PKGS = CSWbdb48
 
 include gar/category.mk

Modified: csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums
===================================================================
--- csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums	2010-09-10 13:47:39 UTC (rev 10947)
+++ csw/mgar/pkg/cpan/BerkeleyDB/trunk/checksums	2010-09-10 15:01:08 UTC (rev 10948)
@@ -1,3 +1 @@
-4b9c1f6e62b6ef40e6bdc673a3a30a32  BerkeleyDB-0.42.tar.gz
-bf78b3346925446f99c2a7f081322109  COPYING
-2061f2f285714a1b6a014c5254e69b92  CSWpmberkeleydb.config.in.diff
+3d0cf0651ed8cd3fc36e328d5924a1e9  BerkeleyDB-0.43.tar.gz

Modified: csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/CSWpmberkeleydb.config.in.diff
===================================================================
--- csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/CSWpmberkeleydb.config.in.diff	2010-09-10 13:47:39 UTC (rev 10947)
+++ csw/mgar/pkg/cpan/BerkeleyDB/trunk/files/CSWpmberkeleydb.config.in.diff	2010-09-10 15:01:08 UTC (rev 10948)
@@ -6,7 +6,7 @@
  #INCLUDE	= /usr/local/include
  #INCLUDE	= ../..
 -INCLUDE	= /usr/local/BerkeleyDB/include
-+INCLUDE	= /opt/csw/bdb47/include
++INCLUDE	= /opt/csw/bdb48/include
  
  # 2. Where is libdb?
  #
@@ -15,7 +15,7 @@
  #LIB	= /usr/local/lib
  #LIB	= ../..
 -LIB	= /usr/local/BerkeleyDB/lib
-+LIB	= /opt/csw/bdb47/lib
++LIB	= /opt/csw/bdb48/lib
  
  # 3. Is the library called libdb?
  #
@@ -24,6 +24,6 @@
  #    you have picked.
  
 -#DBNAME = -ldb-3.0
-+DBNAME = -ldb-4.7
++DBNAME = -ldb-4.8
  
  # 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