diff options
Diffstat (limited to 'security/lasso/Makefile')
-rw-r--r-- | security/lasso/Makefile | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/security/lasso/Makefile b/security/lasso/Makefile index a08a8ac302aa..8f1593af9858 100644 --- a/security/lasso/Makefile +++ b/security/lasso/Makefile @@ -1,16 +1,8 @@ PORTNAME= lasso -PORTVERSION= 2.8.2 -PORTREVISION= 1 +DISTVERSION= 2.9.0 CATEGORIES= security MASTER_SITES= https://dev.entrouvert.org/releases/lasso/ -PATCH_SITES= https://git.entrouvert.org/entrouvert/lasso/commit/ -PATCHFILES= 46caef81855e58629516f09b101e40bf8778981d.patch:-p1 \ - 1ca8e8699ce1ed072f99ed881a7348f9a78b1e1f.patch:-p1 \ - 66c9f50f1f6b00d621a9a0ca2f924875f94d14ae.patch:-p1 \ - 21c224cfefa1018be9e40fab9a7e36865bf4d0d6.patch:-p1 \ - 3768f1bedf1502a54634195dbb88e5a54869d9b9.patch:-p1 - MAINTAINER= bofh@FreeBSD.org COMMENT= Free Liberty Alliance Implementation WWW= https://lasso.entrouvert.org/ @@ -33,8 +25,13 @@ CONFIGURE_ARGS= --disable-java \ --disable-php5 \ --with-zlib +BINARY_ALIAS= make=${GMAKE} + INSTALL_TARGET= install-strip +SOLIB= 3.16.0 +PLIST_SUB= SOLIB=${SOLIB} + OPTIONS_DEFINE= DOCS PERL PYTHON OPTIONS_SUB= yes @@ -42,17 +39,8 @@ PERL_USES= perl5 PERL_CONFIGURE_ENABLE= perl PYTHON_CONFIGURE_ENABLE= python -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD -CFLAGS+= -Wno-error=int-conversion -Wno-error=incompatible-function-pointer-types -.endif - post-patch: @${REINPLACE_CMD} -E 's,(xmlsec1-openssl >= 1\.2\.6) openssl,\1,' \ ${CONFIGURE_WRKSRC}/configure -# Fix build with new xmlsec1 as this function was deprecated - @${REINPLACE_CMD} -e 's|BAD_CAST XMLSEC_CRYPTO|BAD_CAST xmlSecGetDefaultCrypto()|g' \ - ${WRKSRC}/lasso/lasso.c .include <bsd.port.mk> |