Index: head/devel/isl/Makefile =================================================================== --- head/devel/isl/Makefile (revision 393707) +++ head/devel/isl/Makefile (revision 393708) @@ -1,24 +1,25 @@ # Created by: Gea-Suan Lin # $FreeBSD$ PORTNAME= isl PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://isl.gforge.inria.fr/ MAINTAINER= danilo@FreeBSD.org COMMENT= Integer Set Library LICENSE= MIT LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp CONFIGURE_ARGS+= --with-gmp-prefix=${LOCALBASE} GNU_CONFIGURE= yes USES= libtool tar:xz USE_LDCONFIG= yes post-patch: ${REINPLACE_CMD} -e 's@pkgconfig_libdir=.*@pkgconfig_libdir=$${prefix}/libdata/pkgconfig@' ${WRKSRC}/configure .include Index: head/devel/isl/files/patch-include_isl_ctx.h =================================================================== --- head/devel/isl/files/patch-include_isl_ctx.h (nonexistent) +++ head/devel/isl/files/patch-include_isl_ctx.h (revision 393708) @@ -0,0 +1,11 @@ +--- 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, Property changes on: head/devel/isl/files/patch-include_isl_ctx.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property