[36363] trunk/dports/databases/db44/Portfile

rhwood at macports.org rhwood at macports.org
Mon Apr 28 02:35:21 PDT 2008


Revision: 36363
          http://trac.macosforge.org/projects/macports/changeset/36363
Author:   rhwood at macports.org
Date:     2008-04-28 02:35:20 -0700 (Mon, 28 Apr 2008)

Log Message:
-----------
Patch per #14777
Add tcl variant
Keep static libs
Add md5 and rmd160 checksums

Modified Paths:
--------------
    trunk/dports/databases/db44/Portfile

Modified: trunk/dports/databases/db44/Portfile
===================================================================
--- trunk/dports/databases/db44/Portfile	2008-04-28 08:51:11 UTC (rev 36362)
+++ trunk/dports/databases/db44/Portfile	2008-04-28 09:35:20 UTC (rev 36363)
@@ -36,15 +36,25 @@
 patch.dir               ${workpath}/${distname}
 
 checksums		${distname}${extract.suffix} \
+			  md5 d84dff288a19186b136b0daf7067ade3 \
 			  sha1 bb4c68a4afc14712eb2954b7991f5dc9fe93bf7b \
+			  rmd160 5940d9244b4df4897f66f1b67d3c967081c18b85 \
 			patch.${version}.1 \
+			  md5 66584d621355df055b6e05b4a02e9c3e \
 			  sha1 5843380b67561134432f46dce53b67a133ef7962 \
+			  rmd160 57ecff5ecb934e1eb771c49e4e67246d579702b2 \
 			patch.${version}.2 \
+			  md5 85df93a0867f6cace3501671cdeb6ed1 \
 			  sha1 75f0ae6ef06a23a690e5ebe6460552a11448ef32 \
+			  rmd160 e560b07cc20dbd6865d8aad91941515f8fb031c1 \
 			patch.${version}.3 \
+			  md5 88ee91889ebf5498b22b2e7bed945d41 \
 			  sha1 580265cdccc394ed988a6334f6c9a7d2bb15d141 \
+			  rmd160 668c8e88f6fde2c028a9a3ad1d6917a28e7b3e85 \
 			patch.${version}.4 \
-			  sha1 8875add3312fdc0548fbd4dedb71b4f8637dc6c9
+			  md5 c2ef7b3e59460c35950fab5f2faa3fc0 \
+			  sha1 8875add3312fdc0548fbd4dedb71b4f8637dc6c9 \
+			  rmd160 46cf2177aee1ce00c0044817610231541722c4d3
 
 worksrcdir		${distname}/build_unix
 
@@ -59,10 +69,6 @@
 				docdir=${destroot}${prefix}/share/${name}-${version}/
 
 post-destroot {
-	delete ${destroot}${prefix}/share
-	foreach lib { libdb.a libdb_cxx.a } {
-		delete ${destroot}${prefix}/lib/db44/${lib}
-	}
 	foreach bin { archive hotbackup dump dump185 printlog upgrade checkpoint recover verify deadlock load stat } {
 		move ${destroot}${prefix}/bin/db_${bin} \
 			${destroot}${prefix}/bin/db44_${bin}
@@ -73,6 +79,12 @@
 	configure.args-append --enable-java
 }
 
+variant tcl {
+	depends_lib-append port:tcl
+	configure.args-delete --disable-tcl
+	configure.args-append --enable-tcl --with-tcl=${prefix}/lib/
+}
+
 livecheck.check	regex
 livecheck.url	http://www.oracle.com/technology/software/products/berkeley-db/db/
 livecheck.regex	"Berkeley DB (4\\.4\\.\\d+(?:\\.\\d+)*)"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080428/91e392a6/attachment-0001.html


More information about the macports-changes mailing list