summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-25 08:44:29 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-10-25 08:44:29 +0000
commit128ca9d9ae445e4b2c3af2d2fee5a215b1eea108 (patch)
treed2dabbc6bf1c9ad03ce6f096f7b097f03eef30e7
parent- Update to 1.16.10 (diff)
- Mark broken on FreeBSD 9.x: does not build
jwe.c:752: error: 'EVP_CTRL_GCM_GET_TAG' undeclared (first use in this function) jwe.c:752: error: (Each undeclared identifier is reported only once jwe.c:752: error: for each function it appears in.) - Remove unneeded GH_PROJECT - Add LICENSE_FILE Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=424606
-rw-r--r--devel/cjose/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/cjose/Makefile b/devel/cjose/Makefile
index 43e28afab0d3..0f1ee3b2cecc 100644
--- a/devel/cjose/Makefile
+++ b/devel/cjose/Makefile
@@ -8,8 +8,11 @@ MAINTAINER= jamie@chair6.net
COMMENT= C library implementing Javascript Object Signing & Encryption (JOSE)
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS+= libjansson.so:devel/jansson
+LIB_DEPENDS= libjansson.so:devel/jansson
+
+BROKEN_FreeBSD_9= does not build
USES= libtool pathfix pkgconfig ssl
USE_LDCONFIG= yes
@@ -17,7 +20,6 @@ INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= cisco
-GH_PROJECT= cjose
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-jansson=${PREFIX} --with-openssl=${OPENSSLBASE}