[101623] trunk/dports/math/gnudatalanguage

takeshi at macports.org takeshi at macports.org
Tue Jan 15 00:25:49 PST 2013


Revision: 101623
          https://trac.macports.org/changeset/101623
Author:   takeshi at macports.org
Date:     2013-01-15 00:25:49 -0800 (Tue, 15 Jan 2013)
Log Message:
-----------
gnudatalangauge: renamed the patch. use autoconf rather than use_autoreconf, closing #37440

Modified Paths:
--------------
    trunk/dports/math/gnudatalanguage/Portfile

Added Paths:
-----------
    trunk/dports/math/gnudatalanguage/files/patch-configure.in.diff

Removed Paths:
-------------
    trunk/dports/math/gnudatalanguage/files/configure.in.patch

Modified: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile	2013-01-15 07:23:39 UTC (rev 101622)
+++ trunk/dports/math/gnudatalanguage/Portfile	2013-01-15 08:25:49 UTC (rev 101623)
@@ -5,7 +5,7 @@
 
 name                        gnudatalanguage
 version                     0.9.2
-revision                    2
+revision                    3
 epoch                       1
 categories                  math science
 maintainers                 takeshi igf.fuw.edu.pl:slayoo
@@ -25,7 +25,7 @@
 set gshhsdata       gshhs_${dataversion}.zip
 distfiles           ${gdlsrc}:gdl
 worksrcdir                  gdl-${version}
-patchfiles          configure.in.patch
+patchfiles          patch-configure.in.diff
 
 checksums           ${gdlsrc} \
                     md5      7178304e6737a8dca910d2c1061ff63c \
@@ -60,7 +60,7 @@
    reinplace "s|\.\./gshhs|gshhs|" ${worksrcpath}/src/gshhs.cpp
 }
 
-use_autoreconf              yes
+use_autoconf                yes
 if {${configure.compiler}=="clang"} {
     configure.compiler llvm-gcc-4.2
 }

Deleted: trunk/dports/math/gnudatalanguage/files/configure.in.patch
===================================================================
--- trunk/dports/math/gnudatalanguage/files/configure.in.patch	2013-01-15 07:23:39 UTC (rev 101622)
+++ trunk/dports/math/gnudatalanguage/files/configure.in.patch	2013-01-15 08:25:49 UTC (rev 101623)
@@ -1,13 +0,0 @@
---- configure.in.orig	2012-11-18 09:42:02.000000000 -0600
-+++ configure.in	2012-11-18 10:08:03.000000000 -0600
-@@ -700,8 +700,8 @@
- 
- if test "x$with_mpich" != "xno"; then
-   if test "x$with_mpich" != "xyes"; then
--    LIBS="$LIBS -L$with_mpich/lib -lmpich"
--    INCLUDES="$INCLUDES -I$with_mpich/include"
-+    LIBS="$LIBS -L$with_mpich/lib -lpmpich -lmpich -lopa -lmpl"
-+    INCLUDES="$INCLUDES -I$with_mpich/include/mpich"
-   else
-     INCLUDES="$INCLUDES -I/usr/include"
-     LIBS="$LIBS -lmpich"

Copied: trunk/dports/math/gnudatalanguage/files/patch-configure.in.diff (from rev 101620, trunk/dports/math/gnudatalanguage/files/configure.in.patch)
===================================================================
--- trunk/dports/math/gnudatalanguage/files/patch-configure.in.diff	                        (rev 0)
+++ trunk/dports/math/gnudatalanguage/files/patch-configure.in.diff	2013-01-15 08:25:49 UTC (rev 101623)
@@ -0,0 +1,13 @@
+--- configure.in.orig	2012-11-18 09:42:02.000000000 -0600
++++ configure.in	2012-11-18 10:08:03.000000000 -0600
+@@ -700,8 +700,8 @@
+ 
+ if test "x$with_mpich" != "xno"; then
+   if test "x$with_mpich" != "xyes"; then
+-    LIBS="$LIBS -L$with_mpich/lib -lmpich"
+-    INCLUDES="$INCLUDES -I$with_mpich/include"
++    LIBS="$LIBS -L$with_mpich/lib -lpmpich -lmpich -lopa -lmpl"
++    INCLUDES="$INCLUDES -I$with_mpich/include/mpich"
+   else
+     INCLUDES="$INCLUDES -I/usr/include"
+     LIBS="$LIBS -lmpich"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130115/3529cc6d/attachment.html>


More information about the macports-changes mailing list