[92012] trunk/dports/x11

ryandesign at macports.org ryandesign at macports.org
Sun Apr 15 16:46:43 PDT 2012


Revision: 92012
          https://trac.macports.org/changeset/92012
Author:   ryandesign at macports.org
Date:     2012-04-15 16:46:42 -0700 (Sun, 15 Apr 2012)
Log Message:
-----------
pango, pango-devel: disable silent make rules

Modified Paths:
--------------
    trunk/dports/x11/pango/Portfile
    trunk/dports/x11/pango-devel/Portfile

Modified: trunk/dports/x11/pango/Portfile
===================================================================
--- trunk/dports/x11/pango/Portfile	2012-04-15 23:34:12 UTC (rev 92011)
+++ trunk/dports/x11/pango/Portfile	2012-04-15 23:46:42 UTC (rev 92012)
@@ -98,10 +98,10 @@
     -no-undefined \
     -bind_at_load
 
-configure.args \
-    --enable-static \
-    --disable-introspection \
-    --without-x
+configure.args          --enable-static \
+                        --disable-introspection \
+                        --disable-silent-rules \
+                        --without-x
 
 variant builtin_modules description {Build the modules into Pango statically (most users do not need this variant)} {
     configure.args-append   --with-included-modules

Modified: trunk/dports/x11/pango-devel/Portfile
===================================================================
--- trunk/dports/x11/pango-devel/Portfile	2012-04-15 23:34:12 UTC (rev 92011)
+++ trunk/dports/x11/pango-devel/Portfile	2012-04-15 23:46:42 UTC (rev 92012)
@@ -101,10 +101,10 @@
     -no-undefined \
     -bind_at_load
 
-configure.args \
-    --enable-static \
-    --disable-introspection \
-    --without-x
+configure.args          --enable-static \
+                        --disable-introspection \
+                        --disable-silent-rules \
+                        --without-x
 
 variant builtin_modules description {Build the modules into Pango statically (most users do not need this variant)} {
     configure.args-append   --with-included-modules
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120415/6f9608cf/attachment.html>


More information about the macports-changes mailing list