svn commit: r482156 - head/benchmarks/apib

Alexey Dokuchaev danfe at FreeBSD.org
Mon Oct 15 13:43:57 UTC 2018


Author: danfe
Date: Mon Oct 15 13:43:56 2018
New Revision: 482156
URL: https://svnweb.freebsd.org/changeset/ports/482156

Log:
  Attempt to unbreak against OpenSSL 1.1.1.
  
  Reported by:	pkg-fallout

Modified:
  head/benchmarks/apib/Makefile

Modified: head/benchmarks/apib/Makefile
==============================================================================
--- head/benchmarks/apib/Makefile	Mon Oct 15 13:17:24 2018	(r482155)
+++ head/benchmarks/apib/Makefile	Mon Oct 15 13:43:56 2018	(r482156)
@@ -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


More information about the svn-ports-all mailing list