[137390] trunk/dports/devel

larryv at macports.org larryv at macports.org
Wed Jun 10 17:18:49 PDT 2015


Revision: 137390
          https://trac.macports.org/changeset/137390
Author:   larryv at macports.org
Date:     2015-06-10 17:18:49 -0700 (Wed, 10 Jun 2015)
Log Message:
-----------
cloog-devel: Merge into cloog

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

Added Paths:
-----------
    trunk/dports/devel/cloog/files/patch-ax_create_pkgconfig_info.m4.diff
    trunk/dports/devel/cloog/files/patch-configure.ac.diff

Removed Paths:
-------------
    trunk/dports/devel/cloog-devel/

Modified: trunk/dports/devel/cloog/Portfile
===================================================================
--- trunk/dports/devel/cloog/Portfile	2015-06-11 00:10:30 UTC (rev 137389)
+++ trunk/dports/devel/cloog/Portfile	2015-06-11 00:18:49 UTC (rev 137390)
@@ -9,6 +9,15 @@
 epoch               1
 version             0.18.2
 revision            2
+
+subport cloog-devel {
+    conflicts       cloog
+    epoch           0
+    version         0.18.2
+    revision        2
+    set gitSHA1     22643c94eba7b010ae4401c347289f4f52b9cd2b
+}
+
 categories          devel math
 platforms           darwin
 license             LGPL-2.1+
@@ -33,25 +42,50 @@
                     a very effective code.
 homepage            http://repo.or.cz/w/cloog.git
 
+subport cloog {
     depends_lib     port:gmp path:lib/pkgconfig/isl.pc:isl
 
     master_sites    http://www.bastoul.net/cloog/pages/download/count.php3?url=./
     checksums       rmd160  cbbbcbfb347efaa062aacd540c8735cce3b59d28 \
                     sha256  ba3cc2d3750dfcb51f65ce029f0dda31347b8eeed216b1bac6170ab12d967581
+}
+subport cloog-devel {
+    depends_lib     port:gmp path:lib/pkgconfig/isl.pc:isl-devel
 
+    master_sites    http://repo.or.cz/w/cloog.git/snapshot
+    distname        ${gitSHA1}
+    checksums       rmd160  73e2cef4d7904e7bf109ee2d1a3f4d5cf566b37c \
+                    sha256  ea6b587d2cb8a19dbb34813b9497b9347f2eb99c3d4eb3a22f377d3c71bcf4ee
+
+    worksrcdir      cloog
+}
+
 # prevent -L/lib from being added to LDFLAGS
 # see http://groups.google.com/group/isl-development/t/37ad876557e50f2c 
+subport cloog {
     patchfiles      0002-Generate-safety-parentheses-around-compound-expressi.patch \
                     0004-cloog_domain_cube-reimplement-using-documented-funct.patch \
                     0007-expose-clast_pprint_expr.patch \
                     0009-Use-isl_val-instead-of-isl_int.patch \
                     missing-cmake.patch \
                     patch-configure.diff
+}
+subport cloog-devel {
+    patchfiles      patch-ax_create_pkgconfig_info.m4.diff \
+                    patch-configure.ac.diff
+}
 
 # Don't link using "-flat_namespace -undefined suppress" on Yosemite and
 # later (#45706).
+subport cloog {
     patchfiles-append   yosemite-libtool.patch
+}
 
+subport cloog-devel {
+    use_autoreconf          yes
+    autoreconf.args-append  --force
+}
+
 configure.args-append   --with-gmp=system \
                         --with-isl=system \
                         --with-osl=no
@@ -65,6 +99,13 @@
 test.run            yes
 test.target         check
 
+subport cloog {
     livecheck.type  regex
     livecheck.url   ${master_sites}
     livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
+}
+subport cloog-devel {
+    livecheck.type  md5
+    livecheck.url   ${master_sites}
+    livecheck.md5   76cd091b8e2638038429b764b98d6c61
+}

Copied: trunk/dports/devel/cloog/files/patch-ax_create_pkgconfig_info.m4.diff (from rev 137389, trunk/dports/devel/cloog-devel/files/patch-ax_create_pkgconfig_info.m4.diff)
===================================================================
--- trunk/dports/devel/cloog/files/patch-ax_create_pkgconfig_info.m4.diff	                        (rev 0)
+++ trunk/dports/devel/cloog/files/patch-ax_create_pkgconfig_info.m4.diff	2015-06-11 00:18:49 UTC (rev 137390)
@@ -0,0 +1,13 @@
+--- m4/ax_create_pkgconfig_info.m4.orig	2012-05-10 13:39:22.000000000 -0700
++++ m4/ax_create_pkgconfig_info.m4	2012-05-10 13:39:36.000000000 -0700
+@@ -214,8 +214,8 @@
+ Description: @PACKAGE_DESCRIPTION@
+ Version: @PACKAGE_VERSION@
+ Requires: @PACKAGE_REQUIRES@
+-Libs: -L\${libdir} @LDFLAGS@ @LIBS@
+-Cflags: -I\${includedir} @CPPFLAGS@
++Libs: -L\${libdir} @LIBS@
++Cflags: -I\${includedir}
+ AXEOF
+ fi # DONE generate $pkgconfig_generate.in
+ AC_MSG_NOTICE(creating $pkgconfig_generate)


Property changes on: trunk/dports/devel/cloog/files/patch-ax_create_pkgconfig_info.m4.diff
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/devel/cloog-devel/files/patch-ax_create_pkgconfig_info.m4.diff:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/cal/ports/devel/cloog-devel/files/patch-ax_create_pkgconfig_info.m4.diff:96570-97031

Copied: trunk/dports/devel/cloog/files/patch-configure.ac.diff (from rev 137389, trunk/dports/devel/cloog-devel/files/patch-configure.ac.diff)
===================================================================
--- trunk/dports/devel/cloog/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/devel/cloog/files/patch-configure.ac.diff	2015-06-11 00:18:49 UTC (rev 137390)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2014-02-20 17:56:01.000000000 -0800
++++ configure.ac	2014-02-20 17:56:13.000000000 -0800
+@@ -119,7 +119,7 @@ system)
+ 	CPPFLAGS="-I$with_gmp_prefix/include $CPPFLAGS"
+     fi
+     
+-    if test "$with_gmp_exec_prefix" != "yes" ; then
++    if test "x$with_gmp_exec_prefix" != "x" ; then
+ 	LDFLAGS="-L$with_gmp_exec_prefix/lib $LDFLAGS"
+     fi
+     ;;


Property changes on: trunk/dports/devel/cloog/files/patch-configure.ac.diff
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/devel/cloog-devel/files/patch-configure.ac.diff:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/cal/ports/devel/cloog-devel/files/patch-configure.ac.diff:96570-97031
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150610/f72bcb03/attachment-0001.html>


More information about the macports-changes mailing list