[142980] trunk/dports/graphics/gimp-lqr-plugin/files/patch-autogen.sh.diff

devans at macports.org devans at macports.org
Sat Dec 12 08:03:01 PST 2015


Revision: 142980
          https://trac.macports.org/changeset/142980
Author:   devans at macports.org
Date:     2015-11-30 12:08:03 -0800 (Mon, 30 Nov 2015)
Log Message:
-----------
gimp-lqr-plugin: rework autogen.sh patch to fix build on SL.

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

Modified: trunk/dports/graphics/gimp-lqr-plugin/files/patch-autogen.sh.diff
===================================================================
--- trunk/dports/graphics/gimp-lqr-plugin/files/patch-autogen.sh.diff	2015-11-30 19:37:38 UTC (rev 142979)
+++ trunk/dports/graphics/gimp-lqr-plugin/files/patch-autogen.sh.diff	2015-11-30 20:08:03 UTC (rev 142980)
@@ -1,5 +1,5 @@
---- autogen.sh.orig	2010-03-30 10:19:38.000000000 -0700
-+++ autogen.sh	2015-05-18 12:26:46.000000000 -0700
+--- autogen.sh.orig	2015-11-30 12:01:21.000000000 -0800
++++ autogen.sh	2015-11-30 12:01:49.000000000 -0800
 @@ -13,7 +13,7 @@
  FILE=src/render.c
  
@@ -9,16 +9,18 @@
  GLIB_REQUIRED_VERSION=2.0.0
  INTLTOOL_REQUIRED_VERSION=0.17
  
-@@ -68,6 +68,9 @@
- elif (automake-1.11 --version) < /dev/null > /dev/null 2>&1; then
-    AUTOMAKE=automake-1.11
-    ACLOCAL=aclocal-1.11
-+elif (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then
+@@ -53,7 +53,10 @@
+ fi
+ 
+ echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
+-if (automake-1.7 --version) < /dev/null > /dev/null 2>&1; then
++if (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then
 +   AUTOMAKE=automake-1.15
 +   ACLOCAL=aclocal-1.15
- elif (automake-1.6 --version) < /dev/null > /dev/null 2>&1; then
-    AUTOMAKE=automake-1.6
-    ACLOCAL=aclocal-1.6
++elif (automake-1.7 --version) < /dev/null > /dev/null 2>&1; then
+    AUTOMAKE=automake-1.7
+    ACLOCAL=aclocal-1.7
+ elif (automake-1.8 --version) < /dev/null > /dev/null 2>&1; then
 @@ -130,7 +133,7 @@
  echo
  echo "I am going to run ./configure with the following arguments:"
@@ -28,12 +30,3 @@
  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/20151212/20355a26/attachment.html>


More information about the macports-changes mailing list