Date: Fri, 12 Dec 2014 21:58:48 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374606 - in head/security: p5-Crypt-OpenSSL-AES p5-Crypt-OpenSSL-DSA p5-Crypt-OpenSSL-X509 p5-OpenCA-OpenSSL p5-POE-Filter-SSL Message-ID: <201412122158.sBCLwmts007894@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Dec 12 21:58:47 2014 New Revision: 374606 URL: https://svnweb.freebsd.org/changeset/ports/374606 QAT: https://qat.redports.org/buildarchive/r374606/ Log: Respect WITH_OPENSSL_PORT=yes Modified: head/security/p5-Crypt-OpenSSL-AES/Makefile head/security/p5-Crypt-OpenSSL-DSA/Makefile head/security/p5-Crypt-OpenSSL-X509/Makefile head/security/p5-OpenCA-OpenSSL/Makefile head/security/p5-POE-Filter-SSL/Makefile Modified: head/security/p5-Crypt-OpenSSL-AES/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-AES/Makefile Fri Dec 12 21:31:37 2014 (r374605) +++ head/security/p5-Crypt-OpenSSL-AES/Makefile Fri Dec 12 21:58:47 2014 (r374606) @@ -3,7 +3,7 @@ PORTNAME= Crypt-OpenSSL-AES PORTVERSION= 0.02 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,5 +13,7 @@ COMMENT= Perl wrapper around OpenSSL's A USES= perl5 USE_PERL5= configure +USE_OPENSSL= yes +MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} .include <bsd.port.mk> Modified: head/security/p5-Crypt-OpenSSL-DSA/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-DSA/Makefile Fri Dec 12 21:31:37 2014 (r374605) +++ head/security/p5-Crypt-OpenSSL-DSA/Makefile Fri Dec 12 21:58:47 2014 (r374606) @@ -3,7 +3,7 @@ PORTNAME= Crypt-OpenSSL-DSA PORTVERSION= 0.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +16,8 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +USE_OPENSSL= yes +MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} post-patch: @${RM} ${WRKSRC}/lib/Crypt/OpenSSL/DSA.pm.orig Modified: head/security/p5-Crypt-OpenSSL-X509/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-X509/Makefile Fri Dec 12 21:31:37 2014 (r374605) +++ head/security/p5-Crypt-OpenSSL-X509/Makefile Fri Dec 12 21:58:47 2014 (r374606) @@ -3,7 +3,7 @@ PORTNAME= Crypt-OpenSSL-X509 PORTVERSION= 1.8.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,6 +17,8 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +USE_OPENSSL= yes +MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} post-patch: @${REINPLACE_CMD} -e '/^cc_optimize_flags/ s| -Werror||' ${WRKSRC}/Makefile.PL Modified: head/security/p5-OpenCA-OpenSSL/Makefile ============================================================================== --- head/security/p5-OpenCA-OpenSSL/Makefile Fri Dec 12 21:31:37 2014 (r374605) +++ head/security/p5-OpenCA-OpenSSL/Makefile Fri Dec 12 21:58:47 2014 (r374606) @@ -3,7 +3,7 @@ PORTNAME= OpenCA-OpenSSL PORTVERSION= 2.0.29 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MADWOLF @@ -19,5 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +USE_OPENSSL= yes +MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} .include <bsd.port.mk> Modified: head/security/p5-POE-Filter-SSL/Makefile ============================================================================== --- head/security/p5-POE-Filter-SSL/Makefile Fri Dec 12 21:31:37 2014 (r374605) +++ head/security/p5-POE-Filter-SSL/Makefile Fri Dec 12 21:58:47 2014 (r374606) @@ -3,7 +3,7 @@ PORTNAME= POE-Filter-SSL PORTVERSION= 0.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PRIVI @@ -23,5 +23,7 @@ TEST_DEPENDS= p5-Test-Simple>=0:${PORTSD USES= perl5 USE_PERL5= configure +USE_OPENSSL= yes +MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412122158.sBCLwmts007894>