[114011] trunk/dports/devel/xxl

ryandesign at macports.org ryandesign at macports.org
Wed Nov 27 03:32:41 PST 2013


Revision: 114011
          https://trac.macports.org/changeset/114011
Author:   ryandesign at macports.org
Date:     2013-11-27 03:32:41 -0800 (Wed, 27 Nov 2013)
Log Message:
-----------
xxl: fix universal build by running autoreconf (#41469)

Modified Paths:
--------------
    trunk/dports/devel/xxl/Portfile

Added Paths:
-----------
    trunk/dports/devel/xxl/files/
    trunk/dports/devel/xxl/files/patch-configure.ac.diff

Modified: trunk/dports/devel/xxl/Portfile
===================================================================
--- trunk/dports/devel/xxl/Portfile	2013-11-27 10:57:29 UTC (rev 114010)
+++ trunk/dports/devel/xxl/Portfile	2013-11-27 11:32:41 UTC (rev 114011)
@@ -4,6 +4,7 @@
 
 name			xxl
 version			1.0.1
+revision		1
 categories		devel
 license			BSD
 maintainers		landonf openmaintainer
@@ -20,3 +21,8 @@
 master_sites		http://web.archive.org/web/20070324185351/http://www.zork.org/software/
 checksums		md5 d0151eab37aea456957ceaada5501ae7 \
 			sha256 7decbada52dabb0f7298b36982371c7ba4d817b281797498d0515ec2440b20f9
+
+patchfiles		patch-configure.ac.diff
+
+# build universal properly
+use_autoreconf		yes

Added: trunk/dports/devel/xxl/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/devel/xxl/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/devel/xxl/files/patch-configure.ac.diff	2013-11-27 11:32:41 UTC (rev 114011)
@@ -0,0 +1,14 @@
+--- configure.ac.orig	2005-01-30 11:42:38.000000000 -0600
++++ configure.ac	2013-11-27 05:28:08.000000000 -0600
+@@ -1,10 +1,10 @@
+ AC_PREREQ(2.57)
+ AC_COPYRIGHT([(c) Copyright 2003-2005 Matt Messier, John Viega])
+ AC_INIT([xxl], [1.0.1], [xxl at zork.org])
++AC_CONFIG_AUX_DIR(.)
+ AM_INIT_AUTOMAKE([1.7 foreign])
+ AM_CONFIG_HEADER([config.h xxl.h])
+ AC_CONFIG_SRCDIR([xxl.h.in])
+-AC_CONFIG_AUX_DIR(.)
+ AC_PREFIX_DEFAULT([/usr/local])
+ 
+ XXL_VERSION_CURRENT=2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131127/0f470f10/attachment.html>


More information about the macports-changes mailing list