[71399] trunk/dports/print/pdflib/Portfile

jmr at macports.org jmr at macports.org
Sat Sep 11 19:00:06 PDT 2010


Revision: 71399
          http://trac.macports.org/changeset/71399
Author:   jmr at macports.org
Date:     2010-09-11 19:00:03 -0700 (Sat, 11 Sep 2010)
Log Message:
-----------
pdflib: copy glibtool instead of linking, to avoid any possibility of writing to the installed copy

Modified Paths:
--------------
    trunk/dports/print/pdflib/Portfile

Modified: trunk/dports/print/pdflib/Portfile
===================================================================
--- trunk/dports/print/pdflib/Portfile	2010-09-12 01:40:23 UTC (rev 71398)
+++ trunk/dports/print/pdflib/Portfile	2010-09-12 02:00:03 UTC (rev 71399)
@@ -115,8 +115,7 @@
 if {[variant_isset universal]} {
     depends_build-append port:libtool
     post-configure {
-        file delete ${worksrcpath}/libtool
-        file link -s ${worksrcpath}/libtool ${prefix}/bin/glibtool
+        file copy -force ${prefix}/bin/glibtool ${worksrcpath}/libtool
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100911/740d473e/attachment.html>


More information about the macports-changes mailing list