[93580] trunk/dports/devel/isl

mcalhoun at macports.org mcalhoun at macports.org
Sun May 27 08:08:34 PDT 2012


Revision: 93580
          https://trac.macports.org/changeset/93580
Author:   mcalhoun at macports.org
Date:     2012-05-27 08:08:34 -0700 (Sun, 27 May 2012)
Log Message:
-----------
isl: Don't attempt to make same change in two places.
     Fixes #34623. See also #34489.

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

Removed Paths:
-------------
    trunk/dports/devel/isl/files/patch-configure.diff

Modified: trunk/dports/devel/isl/Portfile
===================================================================
--- trunk/dports/devel/isl/Portfile	2012-05-27 14:58:48 UTC (rev 93579)
+++ trunk/dports/devel/isl/Portfile	2012-05-27 15:08:34 UTC (rev 93580)
@@ -6,7 +6,7 @@
 
 name                isl
 version             0.07
-revision            1
+revision            2
 epoch               1
 categories          devel math
 
@@ -28,9 +28,11 @@
 use_bzip2           yes
 
 # See http://groups.google.com/group/isl-development/t/37ad876557e50f2c
-patchfiles          patch-ax_create_pkgconfig_info.m4.diff \
-                    patch-configure.diff
+patchfiles          patch-ax_create_pkgconfig_info.m4.diff
 
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 checksums           rmd160  bded741256ad5510d43542775673e3b383c1e30e \
                     sha256  ddcf3fa454c98d0c657a4474c194ba07eb197b72f263a7307ebe719ee1aefd4e
 

Deleted: trunk/dports/devel/isl/files/patch-configure.diff
===================================================================
--- trunk/dports/devel/isl/files/patch-configure.diff	2012-05-27 14:58:48 UTC (rev 93579)
+++ trunk/dports/devel/isl/files/patch-configure.diff	2012-05-27 15:08:34 UTC (rev 93580)
@@ -1,11 +0,0 @@
---- configure.orig	2012-05-20 08:17:05.000000000 -0700
-+++ configure	2012-05-20 08:17:22.000000000 -0700
-@@ -15793,7 +15793,7 @@
- Description: @PACKAGE_DESCRIPTION@
- Version: @PACKAGE_VERSION@
- Requires: @PACKAGE_REQUIRES@
--Libs: -L\${libdir} @LDFLAGS@ @LIBS@
-+Libs: -L\${libdir} @LIBS@
- Cflags: -I\${includedir} @CPPFLAGS@
- AXEOF
- fi # DONE generate $pkgconfig_generate.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120527/6639eb48/attachment.html>


More information about the macports-changes mailing list