[111025] trunk/dports

larryv at macports.org larryv at macports.org
Fri Sep 13 13:09:35 PDT 2013


Revision: 111025
          https://trac.macports.org/changeset/111025
Author:   larryv at macports.org
Date:     2013-09-13 13:09:35 -0700 (Fri, 13 Sep 2013)
Log Message:
-----------
db46, harfbuzz-icu, poppler: Just run autoreconf always.

Modified Paths:
--------------
    trunk/dports/databases/db46/Portfile
    trunk/dports/graphics/harfbuzz/Portfile
    trunk/dports/graphics/poppler/Portfile

Modified: trunk/dports/databases/db46/Portfile
===================================================================
--- trunk/dports/databases/db46/Portfile	2013-09-13 20:05:30 UTC (rev 111024)
+++ trunk/dports/databases/db46/Portfile	2013-09-13 20:09:35 UTC (rev 111025)
@@ -52,22 +52,17 @@
                 sha1    e2190185c667edb97e800495ce6eb4f95f43eb87 \
                 rmd160  f1d18e59c311fb4e1f00a3b6220269fca17df312
 
-if {[info exists configure.cxx_stdlib] &&
-    ${configure.cxx_stdlib} ne {} &&
-    [string match *clang* ${configure.cxx}]
-} then {
-    # Generate libtool that understands -stdlib.
-    use_autoreconf          yes
-    autoreconf.dir          ${worksrcpath}/dist
-    autoreconf.cmd          ${autoreconf.dir}/s_config
-    autoreconf.args         --force \
-                            --include=${prefix}/share/aclocal \
-                            --include=${autoreconf.dir}/aclocal \
-                            --include=${autoreconf.dir}/aclocal_java \
-                            --verbose
-    patchfiles-append       autoreconf-fix.patch
-    depends_build-append    port:autoconf port:automake port:libtool
-}
+# Generate libtool that understands -stdlib.
+use_autoreconf          yes
+autoreconf.dir          ${worksrcpath}/dist
+autoreconf.cmd          ${autoreconf.dir}/s_config
+autoreconf.args         --force \
+                        --include=${prefix}/share/aclocal \
+                        --include=${autoreconf.dir}/aclocal \
+                        --include=${autoreconf.dir}/aclocal_java \
+                        --verbose
+patchfiles-append       autoreconf-fix.patch
+depends_build-append    port:autoconf port:automake port:libtool
 
 configure.dir   ${worksrcpath}/build_unix
 build.dir       ${configure.dir}

Modified: trunk/dports/graphics/harfbuzz/Portfile
===================================================================
--- trunk/dports/graphics/harfbuzz/Portfile	2013-09-13 20:05:30 UTC (rev 111024)
+++ trunk/dports/graphics/harfbuzz/Portfile	2013-09-13 20:09:35 UTC (rev 111025)
@@ -73,11 +73,9 @@
                     port:harfbuzz \
                     port:icu
     
-    if {[info exists configure.cxx_stdlib] && ${configure.cxx_stdlib} ne {} && [string match *clang* ${configure.cxx}]} {
-        # Generate a newer libtool that passes -stdlib when linking C++ dylibs.
-        use_autoreconf  yes
-        autoreconf.args --force --verbose
-    }
+    # Generate a newer libtool that passes -stdlib when linking C++ dylibs.
+    use_autoreconf  yes
+    autoreconf.args --force --verbose
 
     configure.args-append \
                     --without-cairo \

Modified: trunk/dports/graphics/poppler/Portfile
===================================================================
--- trunk/dports/graphics/poppler/Portfile	2013-09-13 20:05:30 UTC (rev 111024)
+++ trunk/dports/graphics/poppler/Portfile	2013-09-13 20:09:35 UTC (rev 111025)
@@ -48,14 +48,9 @@
         ${worksrcpath}/qt4/Makefile.in
 }
 
-if {[info exists configure.cxx_stdlib] &&
-    ${configure.cxx_stdlib} ne {} &&
-    [string match *clang* ${configure.cxx}]
-} then {
-    # Generate newer libtool that passes -stdlib when linking dylibs.
-    use_autoreconf  yes
-    autoreconf.args --force --verbose
-}
+# Generate newer libtool that passes -stdlib when linking dylibs.
+use_autoreconf  yes
+autoreconf.args --force --verbose
 
 configure.args  --disable-poppler-qt4 \
                 --disable-gtk-test \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130913/3354180f/attachment.html>


More information about the macports-changes mailing list