[97583] trunk/dports/aqua

ryandesign at macports.org ryandesign at macports.org
Sun Sep 9 08:23:33 PDT 2012


Revision: 97583
          https://trac.macports.org/changeset/97583
Author:   ryandesign at macports.org
Date:     2012-09-09 08:23:30 -0700 (Sun, 09 Sep 2012)
Log Message:
-----------
fltk, fltk-devel: disable silent rules

Modified Paths:
--------------
    trunk/dports/aqua/fltk/Portfile
    trunk/dports/aqua/fltk-devel/Portfile

Modified: trunk/dports/aqua/fltk/Portfile
===================================================================
--- trunk/dports/aqua/fltk/Portfile	2012-09-09 14:45:55 UTC (rev 97582)
+++ trunk/dports/aqua/fltk/Portfile	2012-09-09 15:23:30 UTC (rev 97583)
@@ -46,6 +46,9 @@
     reinplace "s|/Applications|${applications_dir}/${name}|g" \
         ${worksrcpath}/fluid/Makefile \
         ${worksrcpath}/test/Makefile
+    
+    # Disable silent rules
+    reinplace "/^\\.SILENT:$/d" ${worksrcpath}/makeinclude.in
 }
 
 variant universal {}

Modified: trunk/dports/aqua/fltk-devel/Portfile
===================================================================
--- trunk/dports/aqua/fltk-devel/Portfile	2012-09-09 14:45:55 UTC (rev 97582)
+++ trunk/dports/aqua/fltk-devel/Portfile	2012-09-09 15:23:30 UTC (rev 97583)
@@ -43,6 +43,9 @@
     reinplace "s|/Applications|${applications_dir}/fltk|g" \
         ${worksrcpath}/fluid/Makefile \
         ${worksrcpath}/test/Makefile
+    
+    # Disable silent rules
+    reinplace "/^\\.SILENT:$/d" ${worksrcpath}/makeinclude.in
 }
 
 variant universal {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120909/6a5e657d/attachment.html>


More information about the macports-changes mailing list