[63750] trunk/dports/science/clhep/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Feb 13 20:55:47 PST 2010


Revision: 63750
          http://trac.macports.org/changeset/63750
Author:   ryandesign at macports.org
Date:     2010-02-13 20:55:47 -0800 (Sat, 13 Feb 2010)
Log Message:
-----------
clhep: remove -arch flags from *-config scripts; see #23325

Modified Paths:
--------------
    trunk/dports/science/clhep/Portfile

Modified: trunk/dports/science/clhep/Portfile
===================================================================
--- trunk/dports/science/clhep/Portfile	2010-02-14 04:54:19 UTC (rev 63749)
+++ trunk/dports/science/clhep/Portfile	2010-02-14 04:55:47 UTC (rev 63750)
@@ -4,6 +4,7 @@
 
 name                clhep
 version             2.0.4.5
+revision            1
 categories          science
 maintainers         pd.infn.it:cristiano.fontana
 license             public-domain
@@ -25,3 +26,19 @@
         }
     }
 }
+
+post-build {
+    reinplace -E {s|-arch [^ ]+||g} \
+        ${worksrcpath}/clhep-config \
+        ${worksrcpath}/Cast/Cast-config \
+        ${worksrcpath}/Evaluator/Evaluator-config \
+        ${worksrcpath}/Exceptions/Exceptions-config \
+        ${worksrcpath}/GenericFunctions/GenericFunctions-config \
+        ${worksrcpath}/Geometry/Geometry-config \
+        ${worksrcpath}/Matrix/Matrix-config \
+        ${worksrcpath}/Random/Random-config \
+        ${worksrcpath}/RandomObjects/RandomObjects-config \
+        ${worksrcpath}/RefCount/RefCount-config \
+        ${worksrcpath}/Units/Units-config \
+        ${worksrcpath}/Vector/Vector-config
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100213/d2f7aa19/attachment.html>


More information about the macports-changes mailing list