Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Oct 2018 13:43:56 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482156 - head/benchmarks/apib
Message-ID:  <201810151343.w9FDhuTP070420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810151343.w9FDhuTP070420>