svn commit: r436596 - head/net-mgmt/net-snmp

Ryan Steinmetz zi at FreeBSD.org
Tue Mar 21 12:49:16 UTC 2017


Author: zi
Date: Tue Mar 21 12:49:15 2017
New Revision: 436596
URL: https://svnweb.freebsd.org/changeset/ports/436596

Log:
  - Force use of base OpenSSL for now (libpkg links against this) to resolve build failures under 10.3 i386
  
  PR:		210299
  Submitted by:	Michael Osipov
  Reported by:	software at bertram-scharpf.de

Modified:
  head/net-mgmt/net-snmp/Makefile

Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile	Tue Mar 21 12:46:39 2017	(r436595)
+++ head/net-mgmt/net-snmp/Makefile	Tue Mar 21 12:49:15 2017	(r436596)
@@ -3,7 +3,7 @@
 
 PORTNAME=	snmp
 PORTVERSION=	5.7.3
-PORTREVISION=	13
+PORTREVISION=	14
 CATEGORIES=	net-mgmt ipv6
 MASTER_SITES=	SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION}
 PKGNAMEPREFIX=	net-
@@ -84,7 +84,7 @@ PLIST_SUB+=	PYDISTUTILS_PKGVERSION=${PYD
 PLIST_SUB+=	WITH_PYTHON="@comment "
 .endif
 
-CONFIGURE_ARGS+=--with-openssl="${OPENSSLBASE}"
+CONFIGURE_ARGS+=--with-openssl="/usr"
 
 .if ${PORT_OPTIONS:MDUMMY}
 CONFIGURE_ARGS+=--with-dummy-values


More information about the svn-ports-all mailing list