summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-08-06 17:36:36 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2019-08-06 17:36:36 +0000
commit8a9986b914e0507b549a5d3de5280c31237a0dba (patch)
tree74a52d4f59710a088f53a87d1dc43e6295e0a725
parent- set deprecation (diff)
math/cvc4: simplify post-patch
* Bump PORTREVISION * Unbreak lang/maude and lang/solidity (broken in r508058 and r508059) Reported by: jbeich@ Reviewed by: jbeich@ Differential Revision: https://reviews.freebsd.org/D21170
-rw-r--r--lang/maude/Makefile2
-rw-r--r--lang/solidity/Makefile2
-rw-r--r--math/cvc4/Makefile4
3 files changed, 2 insertions, 6 deletions
diff --git a/lang/maude/Makefile b/lang/maude/Makefile
index b7c0ffa1ed1a..0bc46c0eeb0b 100644
--- a/lang/maude/Makefile
+++ b/lang/maude/Makefile
@@ -13,8 +13,6 @@ COMMENT= High-performance reflective language
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN= 'cvc4_public.h' file not found
-
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
LIB_DEPENDS= libbdd.so:science/buddy \
libtecla.so:devel/libtecla \
diff --git a/lang/solidity/Makefile b/lang/solidity/Makefile
index 229fa2ba0e47..030024c61751 100644
--- a/lang/solidity/Makefile
+++ b/lang/solidity/Makefile
@@ -13,8 +13,6 @@ COMMENT= Solidity Contract-Oriented Programming Language
LICENSE= GPLv3
-BROKEN= 'cvc4_public.h' file not found
-
BUILD_DEPENDS= boost-libs>=0:devel/boost-libs
LIB_DEPENDS= libjsoncpp.so:devel/jsoncpp
diff --git a/math/cvc4/Makefile b/math/cvc4/Makefile
index e1c263b32b44..016f9e925fc6 100644
--- a/math/cvc4/Makefile
+++ b/math/cvc4/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cvc4
DISTVERSION= 1.7
+PORTREVISION= 1
CATEGORIES= math java
MASTER_SITES+= http://www.antlr3.org/download/:antlr3
DISTFILES+= antlr-3.4-complete.jar:antlr3
@@ -87,9 +88,8 @@ post-extract:
@${CHMOD} +x ${WRKDIR}/antlr3
post-patch:
- @${REINPLACE_CMD} -e "s|sed -i 's|sed -i.bak 's|g" \
+ @${REINPLACE_CMD} -e "s|sed -i 's|sed -i '' 's|g" \
${WRKSRC}/src/fix-install-headers.sh
- @${FIND} ${WRKSRC} -name '*.bak' -delete
# make a relative symlink instead of absolute to build dir
post-install-JAVA-on: