[48653] trunk/dports/databases/db45/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu Mar 26 13:23:52 PDT 2009


Revision: 48653
          http://trac.macports.org/changeset/48653
Author:   mcalhoun at macports.org
Date:     2009-03-26 13:23:52 -0700 (Thu, 26 Mar 2009)
Log Message:
-----------
db45: Static libraries have always been deleted (r20556). 
The behavior has been copied from older db4X ports, but no explanation is given why it is needed.

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

Modified: trunk/dports/databases/db45/Portfile
===================================================================
--- trunk/dports/databases/db45/Portfile	2009-03-26 20:21:43 UTC (rev 48652)
+++ trunk/dports/databases/db45/Portfile	2009-03-26 20:23:52 UTC (rev 48653)
@@ -58,9 +58,6 @@
 
 post-destroot {
 	delete ${destroot}${prefix}/share
-	foreach lib { libdb.a libdb_cxx.a } {
-		delete ${destroot}${prefix}/lib/db45/${lib}
-	}
 	foreach bin { archive hotbackup dump dump185 printlog upgrade checkpoint recover verify deadlock load stat } {
 		file rename ${destroot}${prefix}/bin/db_${bin} \
 			${destroot}${prefix}/bin/db45_${bin}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090326/eaa61f9c/attachment.html>


More information about the macports-changes mailing list