Date: Sun, 11 Sep 2016 06:16:39 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421801 - head/security/pvk Message-ID: <201609110616.u8B6Gdu0031644@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sun Sep 11 06:16:39 2016 New Revision: 421801 URL: https://svnweb.freebsd.org/changeset/ports/421801 Log: security/pvk: Document SSL requirement and honor its flags Approved by: SSL blanket Modified: head/security/pvk/Makefile Modified: head/security/pvk/Makefile ============================================================================== --- head/security/pvk/Makefile Sun Sep 11 06:08:44 2016 (r421800) +++ head/security/pvk/Makefile Sun Sep 11 06:16:39 2016 (r421801) @@ -11,7 +11,14 @@ EXTRACT_SUFX= .tgz.bin MAINTAINER= sobomax@FreeBSD.org COMMENT= Tool to convert a RSA key in PEM format into a PVK file and vice versa +USES= ssl WRKSRC= ${WRKDIR} +CFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} + +post-patch: + ${REINPLACE_CMD} -e 's|\(-lcrypto\)|$$(LDFLAGS) \1|g' \ + ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pvk ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609110616.u8B6Gdu0031644>