[csw-devel] SF.net SVN: gar:[6658] csw/mgar/pkg/bdb4

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Oct 2 11:33:12 CEST 2009


Revision: 6658
          http://gar.svn.sourceforge.net/gar/?rev=6658&view=rev
Author:   dmichelsen
Date:     2009-10-02 09:33:12 +0000 (Fri, 02 Oct 2009)

Log Message:
-----------
bdb4: Make package a stub to CSWbdb42

Added Paths:
-----------
    csw/mgar/pkg/bdb4/tags/legacy-4.1.25/
    csw/mgar/pkg/bdb4/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/bdb4/trunk/Makefile
    csw/mgar/pkg/bdb4/trunk/legacy/

Deleted: csw/mgar/pkg/bdb4/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb4/trunk/Makefile	2009-10-02 09:28:43 UTC (rev 6657)
+++ csw/mgar/pkg/bdb4/trunk/Makefile	2009-10-02 09:33:12 UTC (rev 6658)
@@ -1,88 +0,0 @@
-GARNAME = db
-GARVERSION = 4.2.52
-CATEGORIES = lib
-
-DESCRIPTION = This is a stub to BerkeleyDB 4.7 libraries from CSWbdb
-define BLURB
-  Berkeley DB (libdb) is a programmatic toolkit that provides embedded database
-  support for both traditional and client/server applications. It includes
-  b+tree, queue, extended linear hashing, fixed, and variable-length record
-  access methods, transactions, locking, logging, shared memory caching and
-  database recovery. DB supports C, C++, Java, and Perl APIs. It is available
-  for a wide variety of UNIX platforms as well as Windows NT and Windows 95
-  (MSVC 4, 5 and 6).
-endef
-
-
-REQUIRED_PKGS = CSWbdb
-
-PACKAGES = CSWbdb4
-CATALOGNAME = berkeleydb4 
-
-SPKG_SOURCEURL = http://www.oracle.com/technology/software/products/berkeley-db/db/index.html
-
-CONFIGURE_SCRIPTS = 
-BUILD_SCRIPTS = 
-INSTALL_SCRIPTS = custom-$(GARCH) custom-all
-TEST_SCRIPTS = 
-
-ENABLE_CHECK = 0
-
-include gar/category.mk
-
-install-custom-sparc:
-	ginstall -d $(DESTDIR)$(prefix)/bdb4/lib/sparcv9
-	ginstall -d $(DESTDIR)$(prefix)/bdb4/bin/sparcv9
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s . sparcv8
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s sparcv9 64
-	cd $(DESTDIR)$(prefix)/bdb4/lib/sparcv9 && gln -s $(libdir)/sparcv9/db.jar db.jar
-	cd $(DESTDIR)$(prefix)/bdb4/lib/sparcv9 && gln -s $(libdir)/sparcv9/libdb-4.so libdb-4.2.so
-	cd $(DESTDIR)$(prefix)/bdb4/lib/sparcv9 && gln -s $(libdir)/sparcv9/libdb-4.so libdb-4.so
-	cd $(DESTDIR)$(prefix)/bdb4/lib/sparcv9 && gln -s $(libdir)/sparcv9/libdb.so libdb.so
-	cd $(DESTDIR)$(prefix)/bdb4/lib/sparcv9 && gln -s $(libdir)/sparcv9/libdb_cxx-4.so libdb_cxx-4.2.so 
-	cd $(DESTDIR)$(prefix)/bdb4/lib/sparcv9 && gln -s $(libdir)/sparcv9/libdb_cxx-4.so libdb_cxx-4.so
-	cd $(DESTDIR)$(prefix)/bdb4/lib/sparcv9 && gln -s $(libdir)/sparcv9/libdb_cxx.so libdb_cxx.so 
-	cd $(DESTDIR)$(prefix)/bdb4/lib/sparcv9 && gln -s $(libdir)/sparcv9/libdb_java-4.so libdb_java-4.2.so
-	cd $(DESTDIR)$(prefix)/bdb4/lib/sparcv9 && gln -s $(libdir)/sparcv9/libdb_java-4.so libdb_java-4.2_g.so
-	cd $(DESTDIR)$(prefix)/bdb4/lib/sparcv9 && gln -s $(libdir)/sparcv9/libdb_java-4.so libdb_java-4.so 
-	cd $(DESTDIR)$(prefix)/bdb4/lib/sparcv9 && gln -s $(libdir)/sparcv9/libdb_java.so libdb_java.so
-	cd $(DESTDIR)$(prefix)/bdb4/bin/sparcv9 && gln -s $(bindir)/sparcv9/db_archive db_archive
-	cd $(DESTDIR)$(prefix)/bdb4/bin/sparcv9 && gln -s $(bindir)/sparcv9/db_checkpoint db_checkpoint 
-	cd $(DESTDIR)$(prefix)/bdb4/bin/sparcv9 && gln -s $(bindir)/sparcv9/db_deadlock db_deadlock
-	cd $(DESTDIR)$(prefix)/bdb4/bin/sparcv9 && gln -s $(bindir)/sparcv9/db_dump db_dump 
-	cd $(DESTDIR)$(prefix)/bdb4/bin/sparcv9 && gln -s $(bindir)/sparcv9/db_load db_load
-	cd $(DESTDIR)$(prefix)/bdb4/bin/sparcv9 && gln -s $(bindir)/sparcv9/db_printlog db_printlog
-	cd $(DESTDIR)$(prefix)/bdb4/bin/sparcv9 && gln -s $(bindir)/sparcv9/db_recover db_recover
-	cd $(DESTDIR)$(prefix)/bdb4/bin/sparcv9 && gln -s $(bindir)/sparcv9/db_stat db_stat
-	cd $(DESTDIR)$(prefix)/bdb4/bin/sparcv9 && gln -s $(bindir)/sparcv9/db_upgrade db_upgrade
-	cd $(DESTDIR)$(prefix)/bdb4/bin/sparcv9 && gln -s $(bindir)/sparcv9/db_verify db_verify
-
-install-custom-i386:
-	ginstall -d $(DESTDIR)$(prefix)/bdb4/lib
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s . i386
-
-install-custom-all:
-	ginstall -d $(DESTDIR)$(prefix)/bdb4/lib
-	ginstall -d $(DESTDIR)$(prefix)/bdb4/bin
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s . 32
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s $(libdir)/db.jar db.jar
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s $(libdir)/libdb-4.so libdb-4.2.so
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s $(libdir)/libdb-4.so libdb-4.so
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s $(libdir)/libdb.so libdb.so
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s $(libdir)/libdb_cxx-4.so libdb_cxx-4.2.so 
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s $(libdir)/libdb_cxx-4.so libdb_cxx-4.so
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s $(libdir)/libdb_cxx.so libdb_cxx.so 
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s $(libdir)/libdb_java-4.so libdb_java-4.2.so
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s $(libdir)/libdb_java-4.so libdb_java-4.2_g.so
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s $(libdir)/libdb_java-4.so libdb_java-4.so 
-	cd $(DESTDIR)$(prefix)/bdb4/lib && gln -s $(libdir)/libdb_java.so libdb_java.so
-	cd $(DESTDIR)$(prefix)/bdb4/bin && gln -s $(bindir)/db_archive db_archive
-	cd $(DESTDIR)$(prefix)/bdb4/bin && gln -s $(bindir)/db_checkpoint db_checkpoint
-	cd $(DESTDIR)$(prefix)/bdb4/bin && gln -s $(bindir)/db_deadlock db_deadlock
-	cd $(DESTDIR)$(prefix)/bdb4/bin && gln -s $(bindir)/db_dump db_dump
-	cd $(DESTDIR)$(prefix)/bdb4/bin && gln -s $(bindir)/db_load db_load 
-	cd $(DESTDIR)$(prefix)/bdb4/bin && gln -s $(bindir)/db_printlog db_printlog
-	cd $(DESTDIR)$(prefix)/bdb4/bin && gln -s $(bindir)/db_recover db_recover 
-	cd $(DESTDIR)$(prefix)/bdb4/bin && gln -s $(bindir)/db_stat db_stat
-	cd $(DESTDIR)$(prefix)/bdb4/bin && gln -s $(bindir)/db_upgrade db_upgrade
-	cd $(DESTDIR)$(prefix)/bdb4/bin && gln -s $(bindir)/db_verify db_verify 

Copied: csw/mgar/pkg/bdb4/trunk/Makefile (from rev 6657, csw/mgar/pkg/bdb3/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/bdb4/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/bdb4/trunk/Makefile	2009-10-02 09:33:12 UTC (rev 6658)
@@ -0,0 +1,33 @@
+GARNAME = db
+GARVERSION = 4.2.52
+CATEGORIES = lib
+
+DESCRIPTION = Stub package as contents moved to CSWbdb42
+define BLURB
+  Berkeley DB (libdb) is a programmatic toolkit that provides embedded database
+  support for both traditional and client/server applications. It includes
+  b+tree, queue, extended linear hashing, fixed, and variable-length record
+  access methods, transactions, locking, logging, shared memory caching and
+  database recovery. DB supports C, C++, Java, and Perl APIs. It is available
+  for a wide variety of UNIX platforms as well as Windows NT and Windows 95
+  (MSVC 4, 5 and 6).
+endef
+
+PACKAGES = CSWbdb4
+CATALOGNAME = berkeleydb4
+
+ARCHALL = 1
+REQUIRED_PKGS = CSWbdb42
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+INSTALL_SCRIPTS = custom
+
+TEST_SCRIPTS =
+
+include gar/category.mk
+
+install-custom:
+	ginstall -d $(DESTDIR)$(prefix)
+	ln -s bdb42 $(DESTDIR)$(prefix)/bdb4
+	@$(MAKECOOKIE)


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