[48598] trunk/dports/databases/db46/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Wed Mar 25 21:18:39 PDT 2009


Revision: 48598
          http://trac.macports.org/changeset/48598
Author:   mcalhoun at macports.org
Date:     2009-03-25 21:18:38 -0700 (Wed, 25 Mar 2009)
Log Message:
-----------
db46: Static libraries have always been deleted (r28242).                       
The behavior has been copied from older db4X ports, but no explanation is given why it is needed.

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

Modified: trunk/dports/databases/db46/Portfile
===================================================================
--- trunk/dports/databases/db46/Portfile	2009-03-26 04:14:19 UTC (rev 48597)
+++ trunk/dports/databases/db46/Portfile	2009-03-26 04:18:38 UTC (rev 48598)
@@ -53,9 +53,6 @@
 				docdir=${destroot}${prefix}/share/doc/db-${version}/
 
 post-destroot {
-	foreach lib { libdb.a libdb_cxx.a } {
-		delete ${destroot}${prefix}/lib/db46/${lib}
-	}
 	foreach bin { archive hotbackup dump printlog upgrade checkpoint recover verify deadlock load stat codegen dump185 } {
 		move ${destroot}${prefix}/bin/db_${bin} \
 			${destroot}${prefix}/bin/db46_${bin}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090325/e445e203/attachment.html>


More information about the macports-changes mailing list