From a39797b432ea5b904793cafba9b730a8d353e3ae Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 16 Apr 2013 06:47:15 +0000 Subject: Changes 0.11.2: * make code generation output the same on Solaris * fix some hard to trigger bugs --- math/isl/Makefile | 16 ++++++++-------- math/isl/PLIST | 4 ++-- math/isl/distinfo | 9 +++++---- math/isl/patches/patch-Makefile.in | 18 ++++++++++++++++++ 4 files changed, 33 insertions(+), 14 deletions(-) create mode 100644 math/isl/patches/patch-Makefile.in 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. -- cgit v1.2.3