summaryrefslogtreecommitdiff
path: root/math/isl
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-04-16 06:47:15 +0000
committeradam <adam@pkgsrc.org>2013-04-16 06:47:15 +0000
commit109a47bfba1949eff9b392d987749409f95d316a (patch)
tree78faa622af55230c32ee36d8a4d7e346ad06b3c9 /math/isl
parentceec6fd7bda61faf5e935bbc10b154677ef977a0 (diff)
downloadpkgsrc-109a47bfba1949eff9b392d987749409f95d316a.tar.gz
Changes 0.11.2:
* make code generation output the same on Solaris * fix some hard to trigger bugs
Diffstat (limited to 'math/isl')
-rw-r--r--math/isl/Makefile16
-rw-r--r--math/isl/PLIST4
-rw-r--r--math/isl/distinfo9
-rw-r--r--math/isl/patches/patch-Makefile.in18
4 files changed, 33 insertions, 14 deletions
diff --git a/math/isl/Makefile b/math/isl/Makefile
index 04c51b89699..a311b1ddd3a 100644
--- a/math/isl/Makefile
+++ b/math/isl/Makefile
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.2 2013/02/19 19:45:44 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2013/04/16 06:47:15 adam Exp $
-DISTNAME= isl-0.11.1
+DISTNAME= isl-0.11.2
CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_GNU:=gcc/infrastructure/}
+MASTER_SITES= http://garage.kotnet.org/~skimo/isl/ \
+ ${MASTER_SITE_GNU:=gcc/infrastructure/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://garage.kotnet.org/~skimo/isl/
COMMENT= Integer set library required by gcc graphite
-HOMEPAGE= http://repo.or.cz/w/isl.git
LICENSE= mit
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gmp=${BUILDLINK_PREFIX.gmpl}
TEST_TARGET= check
diff --git a/math/isl/PLIST b/math/isl/PLIST
index 2525a0290fe..413a05ed552 100644
--- a/math/isl/PLIST
+++ b/math/isl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2013/02/17 22:10:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/04/16 06:47:15 adam Exp $
include/isl/aff.h
include/isl/aff_type.h
include/isl/arg.h
@@ -42,6 +42,6 @@ include/isl/union_set_type.h
include/isl/vec.h
include/isl/version.h
include/isl/vertices.h
+lib/libisl-gdb.py
lib/libisl.la
-lib/libisl.so.10.1.1-gdb.py
lib/pkgconfig/isl.pc
diff --git a/math/isl/distinfo b/math/isl/distinfo
index 8663685ff5d..774dd2b4419 100644
--- a/math/isl/distinfo
+++ b/math/isl/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1 2013/02/17 22:10:47 wiz Exp $
+$NetBSD: distinfo,v 1.2 2013/04/16 06:47:15 adam Exp $
-SHA1 (isl-0.11.1.tar.bz2) = d7936929c3937e03f09b64c3c54e49422fa8ddb3
-RMD160 (isl-0.11.1.tar.bz2) = d091a2f0f7489d2d2f042514ab39ebdccb33d4e5
-Size (isl-0.11.1.tar.bz2) = 1244610 bytes
+SHA1 (isl-0.11.2.tar.bz2) = ca2c93a58e899379d39f2956b2299c62e3975018
+RMD160 (isl-0.11.2.tar.bz2) = a7034e76ac2676d4071f3a0220cfb16282758693
+Size (isl-0.11.2.tar.bz2) = 1252984 bytes
+SHA1 (patch-Makefile.in) = 5e614ec66d26a9ef6868fdd92720a90975dcb89f
diff --git a/math/isl/patches/patch-Makefile.in b/math/isl/patches/patch-Makefile.in
new file mode 100644
index 00000000000..ada02cc427b
--- /dev/null
+++ b/math/isl/patches/patch-Makefile.in
@@ -0,0 +1,18 @@
+$NetBSD: patch-Makefile.in,v 1.1 2013/04/16 06:47:15 adam Exp $
+
+'$$libisl' differs between systems, so use 'libisl' instead.
+
+--- Makefile.in.orig 2013-04-16 06:42:30.000000000 +0000
++++ Makefile.in
+@@ -2278,9 +2278,9 @@ install-data-local: $(srcdir)/isl.py
+ case $$libisl in \
+ '') echo Cannot find isl library name. GDB bindings not installed.;; \
+ *) echo $(INSTALL_DATA) $(srcdir)/isl.py \
+- $(DESTDIR)$(libdir)/$$libisl-gdb.py; \
++ $(DESTDIR)$(libdir)/libisl-gdb.py; \
+ test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"; \
+- $(INSTALL_DATA) $(srcdir)/isl.py $(DESTDIR)$(libdir)/$$libisl-gdb.py; esac
++ $(INSTALL_DATA) $(srcdir)/isl.py $(DESTDIR)$(libdir)/libisl-gdb.py; esac
+
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.