[136480] trunk/dports/graphics/gimp-lqr-plugin

devans at macports.org devans at macports.org
Mon May 18 12:40:54 PDT 2015


Revision: 136480
          https://trac.macports.org/changeset/136480
Author:   devans at macports.org
Date:     2015-05-18 12:40:54 -0700 (Mon, 18 May 2015)
Log Message:
-----------
gimp-lqr-plugin: disable maintainer mode, silent rules.

Modified Paths:
--------------
    trunk/dports/graphics/gimp-lqr-plugin/Portfile
    trunk/dports/graphics/gimp-lqr-plugin/files/patch-autogen.sh.diff

Modified: trunk/dports/graphics/gimp-lqr-plugin/Portfile
===================================================================
--- trunk/dports/graphics/gimp-lqr-plugin/Portfile	2015-05-18 18:17:35 UTC (rev 136479)
+++ trunk/dports/graphics/gimp-lqr-plugin/Portfile	2015-05-18 19:40:54 UTC (rev 136480)
@@ -41,6 +41,8 @@
 
 configure.cmd   ./autogen.sh
 
+configure.args  --disable-silent-rules
+
 livecheck.type  regex
 livecheck.url   http://liquidrescale.wikidot.com/en:download-page
 livecheck.regex "(\\d+(?:\\.\\d+)*).* released on"

Modified: trunk/dports/graphics/gimp-lqr-plugin/files/patch-autogen.sh.diff
===================================================================
--- trunk/dports/graphics/gimp-lqr-plugin/files/patch-autogen.sh.diff	2015-05-18 18:17:35 UTC (rev 136479)
+++ trunk/dports/graphics/gimp-lqr-plugin/files/patch-autogen.sh.diff	2015-05-18 19:40:54 UTC (rev 136480)
@@ -1,5 +1,5 @@
---- autogen.sh.orig	2015-04-24 08:00:06.000000000 -0700
-+++ autogen.sh	2015-04-24 08:00:59.000000000 -0700
+--- autogen.sh.orig	2010-03-30 10:19:38.000000000 -0700
++++ autogen.sh	2015-05-18 12:26:46.000000000 -0700
 @@ -13,7 +13,7 @@
  FILE=src/render.c
  
@@ -19,3 +19,21 @@
  elif (automake-1.6 --version) < /dev/null > /dev/null 2>&1; then
     AUTOMAKE=automake-1.6
     ACLOCAL=aclocal-1.6
+@@ -130,7 +133,7 @@
+ echo
+ echo "I am going to run ./configure with the following arguments:"
+ echo
+-echo "  --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS $@"
++echo "  $AUTOGEN_CONFIGURE_ARGS $@"
+ echo
+ 
+ if test -z "$*"; then
+@@ -180,7 +183,7 @@
+ 
+ cd $ORIGDIR
+ 
+-$srcdir/configure --enable-maintainer-mode $AUTOGEN_CONFIGURE_ARGS "$@"
++$srcdir/configure $AUTOGEN_CONFIGURE_ARGS "$@"
+ RC=$?
+ if test $RC -ne 0; then
+   echo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150518/7a705135/attachment.html>


More information about the macports-changes mailing list