[97174] trunk/dports/graphics/plotutils

michaelld at macports.org michaelld at macports.org
Tue Aug 28 16:51:37 PDT 2012


Revision: 97174
          https://trac.macports.org/changeset/97174
Author:   michaelld at macports.org
Date:     2012-08-28 16:51:34 -0700 (Tue, 28 Aug 2012)
Log Message:
-----------
plotutils: fix +universal to be truly universal and not just a stub for non-native arch.

Modified Paths:
--------------
    trunk/dports/graphics/plotutils/Portfile

Added Paths:
-----------
    trunk/dports/graphics/plotutils/files/
    trunk/dports/graphics/plotutils/files/patch-configure.ac.diff

Modified: trunk/dports/graphics/plotutils/Portfile
===================================================================
--- trunk/dports/graphics/plotutils/Portfile	2012-08-28 22:21:19 UTC (rev 97173)
+++ trunk/dports/graphics/plotutils/Portfile	2012-08-28 23:51:34 UTC (rev 97174)
@@ -6,7 +6,7 @@
 name             plotutils
 epoch            1
 version          2.6
-revision         1
+revision         2
 categories       graphics
 platforms        darwin
 maintainers      snc openmaintainer
@@ -27,6 +27,10 @@
 checksums           rmd160  2a32244eb20e00b82a0742dde7b690f688e82774 \
                     sha256  4f4222820f97ca08c7ea707e4c53e5a3556af4d8f1ab51e0da6ff1627ff433ab
 
+patchfiles       patch-configure.ac.diff
+
+use_autoreconf   yes
+
 configure.args   --without-x \
                  --enable-libplotter \
                  --mandir=${prefix}/share/man \

Added: trunk/dports/graphics/plotutils/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/graphics/plotutils/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/graphics/plotutils/files/patch-configure.ac.diff	2012-08-28 23:51:34 UTC (rev 97174)
@@ -0,0 +1,12 @@
+--- configure.ac.orig	2012-08-28 17:27:03.000000000 -0400
++++ configure.ac	2012-08-28 17:27:30.000000000 -0400
+@@ -8,6 +8,9 @@
+ AM_INIT_AUTOMAKE([plotutils],[2.6])
+ AM_CONFIG_HEADER(config.h:config.hin)
+ 
++AC_PROG_CXX
++AC_PROG_CC
++
+ # The following will be defined in config.h, if appropriate.
+ 
+ # Miscellaneous.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120828/f90dbac2/attachment.html>


More information about the macports-changes mailing list