Date: Sun, 21 Oct 2018 07:45:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482644 - branches/2018Q4/benchmarks/apib Message-ID: <201810210745.w9L7jtLE055152@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Oct 21 07:45:54 2018 New Revision: 482644 URL: https://svnweb.freebsd.org/changeset/ports/482644 Log: MFH: r482156 Attempt to unbreak against OpenSSL 1.1.1. Reported by: pkg-fallout Modified: branches/2018Q4/benchmarks/apib/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/benchmarks/apib/Makefile ============================================================================== --- branches/2018Q4/benchmarks/apib/Makefile Sun Oct 21 06:00:27 2018 (r482643) +++ branches/2018Q4/benchmarks/apib/Makefile Sun Oct 21 07:45:54 2018 (r482644) @@ -26,6 +26,9 @@ PORTEXAMPLES= env.sh pivot run.sh rungroup.sh tojson OPTIONS_DEFINE= EXAMPLES +post-patch: + @${REINPLACE_CMD} -e 's, LIBS="-lssl,& -lcrypto,' ${WRKSRC}/configure + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/apib ${WRKSRC}/apibmon \ ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810210745.w9L7jtLE055152>