[97183] trunk/dports

hum at macports.org hum at macports.org
Wed Aug 29 05:36:28 PDT 2012


Revision: 97183
          https://trac.macports.org/changeset/97183
Author:   hum at macports.org
Date:     2012-08-29 05:36:24 -0700 (Wed, 29 Aug 2012)
Log Message:
-----------
TinySVM, pecco, vowpal_wabbit, giza-pp, irstlm: simplify to use llvm-gcc-4.2 instead of clang.

Modified Paths:
--------------
    trunk/dports/math/TinySVM/Portfile
    trunk/dports/math/pecco/Portfile
    trunk/dports/math/vowpal_wabbit/Portfile
    trunk/dports/textproc/giza-pp/Portfile
    trunk/dports/textproc/irstlm/Portfile

Modified: trunk/dports/math/TinySVM/Portfile
===================================================================
--- trunk/dports/math/TinySVM/Portfile	2012-08-29 11:46:03 UTC (rev 97182)
+++ trunk/dports/math/TinySVM/Portfile	2012-08-29 12:36:24 UTC (rev 97183)
@@ -27,9 +27,7 @@
 # respect build_arch / universal_archs
 patchfiles          patch-configure.diff
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+compiler.blacklist  clang
 
 configure.args      --disable-shared \
                     --mandir=${prefix}/share/man

Modified: trunk/dports/math/pecco/Portfile
===================================================================
--- trunk/dports/math/pecco/Portfile	2012-08-29 11:46:03 UTC (rev 97182)
+++ trunk/dports/math/pecco/Portfile	2012-08-29 12:36:24 UTC (rev 97183)
@@ -21,9 +21,7 @@
 
 use_bzip2           yes
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+compiler.blacklist  clang
 
 post-destroot {
     file mkdir ${destroot}${prefix}/share/doc/${name}

Modified: trunk/dports/math/vowpal_wabbit/Portfile
===================================================================
--- trunk/dports/math/vowpal_wabbit/Portfile	2012-08-29 11:46:03 UTC (rev 97182)
+++ trunk/dports/math/vowpal_wabbit/Portfile	2012-08-29 12:36:24 UTC (rev 97183)
@@ -27,9 +27,7 @@
 
 variant universal   {}
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+compiler.blacklist  clang
 
 build.args          COMPILER=${configure.cxx} \
                     FLAGS="-I${prefix}/include ${configure.cxxflags} [get_canonical_archflags cxx]" \

Modified: trunk/dports/textproc/giza-pp/Portfile
===================================================================
--- trunk/dports/textproc/giza-pp/Portfile	2012-08-29 11:46:03 UTC (rev 97182)
+++ trunk/dports/textproc/giza-pp/Portfile	2012-08-29 12:36:24 UTC (rev 97183)
@@ -31,9 +31,7 @@
 
 variant universal {}
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler llvm-gcc-4.2
-}
+compiler.blacklist  clang
 
 build.args          CXX=${configure.cxx} CFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]"
 

Modified: trunk/dports/textproc/irstlm/Portfile
===================================================================
--- trunk/dports/textproc/irstlm/Portfile	2012-08-29 11:46:03 UTC (rev 97182)
+++ trunk/dports/textproc/irstlm/Portfile	2012-08-29 12:36:24 UTC (rev 97183)
@@ -35,9 +35,7 @@
     system -W ${worksrcpath} "sh regenerate-makefiles.sh"
 }
 
-if {${configure.compiler} == "clang"} {
-    configure.compiler "llvm-gcc-4.2"
-}
+compiler.blacklist  clang
 
 post-destroot {
     foreach f [glob -directory ${destroot}${prefix}/bin -type f *] {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120829/6f4b7926/attachment.html>


More information about the macports-changes mailing list