[135621] trunk/dports/gnome/gnome-photo-print
devans at macports.org
devans at macports.org
Mon Apr 27 22:52:02 PDT 2015
Revision: 135621
https://trac.macports.org/changeset/135621
Author: devans at macports.org
Date: 2015-04-27 22:52:02 -0700 (Mon, 27 Apr 2015)
Log Message:
-----------
gnome-photo-print: reconfigure using upstream autogen.sh for intltool 0.51 compatibility.
Modified Paths:
--------------
trunk/dports/gnome/gnome-photo-print/Portfile
Added Paths:
-----------
trunk/dports/gnome/gnome-photo-print/files/
trunk/dports/gnome/gnome-photo-print/files/patch-autogen.sh.diff
Modified: trunk/dports/gnome/gnome-photo-print/Portfile
===================================================================
--- trunk/dports/gnome/gnome-photo-print/Portfile 2015-04-28 05:30:49 UTC (rev 135620)
+++ trunk/dports/gnome/gnome-photo-print/Portfile 2015-04-28 05:52:02 UTC (rev 135621)
@@ -22,17 +22,21 @@
rmd160 7a96e9b5cd05f2c6ce8017888aa2751934283a80
depends_build port:intltool \
- port:pkgconfig
+ port:pkgconfig \
+ port:autoconf \
+ port:automake \
+ port:libtool
depends_lib port:libgnomeprintui \
port:libgnomeui \
port:desktop-file-utils
-# autoreconf to reconfigure with our intltool.m4
+patchfiles patch-autogen.sh.diff
-use_autoreconf yes
-autoreconf.args -fvi
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+configure.cmd ./autogen.sh
+
post-activate {
system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
Added: trunk/dports/gnome/gnome-photo-print/files/patch-autogen.sh.diff
===================================================================
--- trunk/dports/gnome/gnome-photo-print/files/patch-autogen.sh.diff (rev 0)
+++ trunk/dports/gnome/gnome-photo-print/files/patch-autogen.sh.diff 2015-04-28 05:52:02 UTC (rev 135621)
@@ -0,0 +1,27 @@
+--- autogen.sh.orig 2015-04-27 22:38:26.000000000 -0700
++++ autogen.sh 2015-04-27 22:45:25.000000000 -0700
+@@ -3,11 +3,11 @@
+
+ : ${AUTOCONF=autoconf}
+ : ${AUTOHEADER=autoheader}
+-: ${AUTOMAKE=automake-1.9}
+-: ${ACLOCAL=aclocal-1.9}
+-: ${LIBTOOLIZE=libtoolize}
++: ${AUTOMAKE=automake-1.15}
++: ${ACLOCAL=aclocal-1.15}
++: ${LIBTOOLIZE=glibtoolize}
+ : ${INTLTOOLIZE=intltoolize}
+-: ${LIBTOOL=libtool}
++: ${LIBTOOL=glibtool}
+ : ${GNOME_DOC_PREPARE=gnome-doc-prepare}
+
+ srcdir=`dirname $0`
+@@ -165,7 +165,7 @@
+ fi
+ done
+
+-conf_flags="--enable-maintainer-mode"
++conf_flags=""
+
+ cd "$ORIGDIR"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150427/5f4e2744/attachment.html>
More information about the macports-changes
mailing list