svn commit: r482644 - branches/2018Q4/benchmarks/apib

Antoine Brodin antoine at FreeBSD.org
Sun Oct 21 07:45:56 UTC 2018


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


More information about the svn-ports-all mailing list