[106351] trunk/dports/gnome/oregano
ryandesign at macports.org
ryandesign at macports.org
Thu May 23 03:42:32 PDT 2013
Revision: 106351
https://trac.macports.org/changeset/106351
Author: ryandesign at macports.org
Date: 2013-05-23 03:42:31 -0700 (Thu, 23 May 2013)
Log Message:
-----------
oregano: fix configure with current autoconf (#39204)
Modified Paths:
--------------
trunk/dports/gnome/oregano/Portfile
Added Paths:
-----------
trunk/dports/gnome/oregano/files/patch-configure.ac.diff
Removed Paths:
-------------
trunk/dports/gnome/oregano/files/patch-configure.in.diff
Modified: trunk/dports/gnome/oregano/Portfile
===================================================================
--- trunk/dports/gnome/oregano/Portfile 2013-05-23 10:41:43 UTC (rev 106350)
+++ trunk/dports/gnome/oregano/Portfile 2013-05-23 10:42:31 UTC (rev 106351)
@@ -29,8 +29,13 @@
port:libgnomecanvas \
port:libgnomeui
+post-extract {
+ move ${worksrcpath}/configure.in ${worksrcpath}/configure.ac
+ file mkdir ${worksrcpath}/m4
+}
+
patchfiles patch-autogen.sh.diff \
- patch-configure.in.diff \
+ patch-configure.ac.diff \
patch-glib-2.32.diff
use_autoreconf yes
Copied: trunk/dports/gnome/oregano/files/patch-configure.ac.diff (from rev 106340, trunk/dports/gnome/oregano/files/patch-configure.in.diff)
===================================================================
--- trunk/dports/gnome/oregano/files/patch-configure.ac.diff (rev 0)
+++ trunk/dports/gnome/oregano/files/patch-configure.ac.diff 2013-05-23 10:42:31 UTC (rev 106351)
@@ -0,0 +1,17 @@
+--- configure.ac.orig 2012-01-14 03:36:27.000000000 -0600
++++ configure.ac 2013-05-23 05:14:53.000000000 -0500
+@@ -1,12 +1,12 @@
+ AC_INIT(oregano-0.73, 0.73)
+ AM_INIT_AUTOMAKE(oregano, 0.73)
+
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AM_MAINTAINER_MODE
+
+ AC_CONFIG_MACRO_DIR([m4])
+
+-m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])œ
++m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
+ GETTEXT_PACKAGE=oregano
+ AC_SUBST(GETTEXT_PACKAGE)
Deleted: trunk/dports/gnome/oregano/files/patch-configure.in.diff
===================================================================
--- trunk/dports/gnome/oregano/files/patch-configure.in.diff 2013-05-23 10:41:43 UTC (rev 106350)
+++ trunk/dports/gnome/oregano/files/patch-configure.in.diff 2013-05-23 10:42:31 UTC (rev 106351)
@@ -1,11 +0,0 @@
---- configure.in.orig 2012-01-14 03:36:27.000000000 -0600
-+++ configure.in 2012-06-06 17:58:01.000000000 -0500
-@@ -6,7 +6,7 @@
-
- AC_CONFIG_MACRO_DIR([m4])
-
--m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])œ
-+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
-
- GETTEXT_PACKAGE=oregano
- AC_SUBST(GETTEXT_PACKAGE)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130523/eda1209a/attachment.html>
More information about the macports-changes
mailing list