diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-02-23 02:18:35 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-02-23 02:18:35 +0000 |
commit | f1985fd5424fcfb730794a5ba26b125f5050218d (patch) | |
tree | c012ee95d09ebe4a0c2a53dbb71655f51f3b0053 /devel/isl | |
parent | d2dc1c8a5242174c96ab78cc0087e65ef9280b03 (diff) | |
download | ports-f1985fd5424fcfb730794a5ba26b125f5050218d.tar.gz ports-f1985fd5424fcfb730794a5ba26b125f5050218d.zip |
Notes
Diffstat (limited to 'devel/isl')
-rw-r--r-- | devel/isl/Makefile | 9 | ||||
-rw-r--r-- | devel/isl/distinfo | 4 | ||||
-rw-r--r-- | devel/isl/files/patch-include_isl_ctx.h | 11 | ||||
-rw-r--r-- | devel/isl/pkg-plist | 4 |
4 files changed, 9 insertions, 19 deletions
diff --git a/devel/isl/Makefile b/devel/isl/Makefile index c210a607520c..fb242e4ebe30 100644 --- a/devel/isl/Makefile +++ b/devel/isl/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= isl -PORTVERSION= 0.15 -PORTREVISION= 1 +PORTVERSION= 0.16.1 CATEGORIES= devel MASTER_SITES= http://isl.gforge.inria.fr/ @@ -11,15 +10,17 @@ MAINTAINER= danilo@FreeBSD.org COMMENT= Integer Set Library LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp -CONFIGURE_ARGS+= --with-gmp-prefix=${LOCALBASE} +CONFIGURE_ARGS= --with-gmp-prefix=${LOCALBASE} GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip USES= libtool tar:xz USE_LDCONFIG= yes post-patch: - ${REINPLACE_CMD} -e 's@pkgconfig_libdir=.*@pkgconfig_libdir=$${prefix}/libdata/pkgconfig@' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's@pkgconfig_libdir=.*@pkgconfig_libdir=$${prefix}/libdata/pkgconfig@' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/devel/isl/distinfo b/devel/isl/distinfo index 61ff7647ff3b..1fd36e1ba6f9 100644 --- a/devel/isl/distinfo +++ b/devel/isl/distinfo @@ -1,2 +1,2 @@ -SHA256 (isl-0.15.tar.xz) = 104a608839771d809558f5fd7533ca1a3b8ee5a667c5dcd9dc3499bf0a1522d5 -SIZE (isl-0.15.tar.xz) = 1406988 +SHA256 (isl-0.16.1.tar.xz) = 45292f30b3cb8b9c03009804024df72a79e9b5ab89e41c94752d6ea58a1e4b02 +SIZE (isl-0.16.1.tar.xz) = 1449164 diff --git a/devel/isl/files/patch-include_isl_ctx.h b/devel/isl/files/patch-include_isl_ctx.h deleted file mode 100644 index 146889b35da6..000000000000 --- a/devel/isl/files/patch-include_isl_ctx.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/isl/ctx.h.orig 2015-08-07 18:18:01 UTC -+++ include/isl/ctx.h -@@ -80,7 +80,7 @@ enum isl_error { - }; - typedef enum { - isl_stat_error = -1, -- isl_stat_ok = 0, -+ isl_stat_ok = 0 - } isl_stat; - typedef enum { - isl_bool_error = -1, diff --git a/devel/isl/pkg-plist b/devel/isl/pkg-plist index aec623a3887b..19ab3ef06498 100644 --- a/devel/isl/pkg-plist +++ b/devel/isl/pkg-plist @@ -61,6 +61,6 @@ include/isl/vertices.h lib/libisl.a lib/libisl.so lib/libisl.so.15 -lib/libisl.so.15.0.0 -lib/libisl.so.15.0.0-gdb.py +lib/libisl.so.15.1.1 +lib/libisl.so.15.1.1-gdb.py libdata/pkgconfig/isl.pc |