Index: head/devel/cjose/Makefile =================================================================== --- head/devel/cjose/Makefile (revision 421698) +++ head/devel/cjose/Makefile (revision 421699) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= cjose PORTVERSION= 0.4.1 CATEGORIES= devel MAINTAINER= jamie@chair6.net COMMENT= C library implementing Javascript Object Signing & Encryption (JOSE) LICENSE= MIT LIB_DEPENDS+= libjansson.so:devel/jansson -USES= libtool pathfix ssl +USES= libtool pathfix pkgconfig ssl USE_LDCONFIG= yes INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= cisco GH_PROJECT= cjose GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-jansson=${PREFIX} --with-openssl=${PREFIX} +CONFIGURE_ARGS= --with-jansson=${PREFIX} --with-openssl=${OPENSSLBASE} .include Index: head/devel/cjose/files/patch-include_cjose_util.h =================================================================== --- head/devel/cjose/files/patch-include_cjose_util.h (nonexistent) +++ head/devel/cjose/files/patch-include_cjose_util.h (revision 421699) @@ -0,0 +1,12 @@ +--- include/cjose/util.h.orig 2016-08-04 17:08:47 UTC ++++ include/cjose/util.h +@@ -25,7 +25,9 @@ extern "C" + { + #endif + ++#ifndef LIBRESSL_VERSION_NUMBER + #define CJOSE_OPENSSL_11X OPENSSL_VERSION_NUMBER >= 0x10100005L ++#endif + + /** + * Macro to explicitly mark a parameter unused, and usable across multiple Property changes on: head/devel/cjose/files/patch-include_cjose_util.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