aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/gcc-arm-embedded/Makefile2
-rw-r--r--devel/isl/Makefile9
-rw-r--r--devel/isl/distinfo4
-rw-r--r--devel/isl/files/patch-include_isl_ctx.h11
-rw-r--r--devel/isl/pkg-plist4
-rw-r--r--math/cloog/Makefile1
6 files changed, 11 insertions, 20 deletions
diff --git a/devel/gcc-arm-embedded/Makefile b/devel/gcc-arm-embedded/Makefile
index aea3d3d99e5..1b0016fbbb1 100644
--- a/devel/gcc-arm-embedded/Makefile
+++ b/devel/gcc-arm-embedded/Makefile
@@ -2,7 +2,7 @@
PORTNAME= gcc-arm-embedded
PORTVERSION= 5.2.20151219
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/
DISTNAME= ${ORIGINAL_PACKAGE_NAME}-src
diff --git a/devel/isl/Makefile b/devel/isl/Makefile
index c210a607520..fb242e4ebe3 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 61ff7647ff3..1fd36e1ba6f 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 146889b35da..00000000000
--- 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 aec623a3887..19ab3ef0649 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
diff --git a/math/cloog/Makefile b/math/cloog/Makefile
index 0da8b09a59a..f015fee6376 100644
--- a/math/cloog/Makefile
+++ b/math/cloog/Makefile
@@ -3,6 +3,7 @@
PORTNAME= cloog
PORTVERSION= 0.18.4
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://www.bastoul.net/cloog/pages/download/