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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 17 12:00:45 UTC 2018


Author: sunpoet
Date: Sat Feb 17 12:00:42 2018
New Revision: 462139
URL: https://svnweb.freebsd.org/changeset/ports/462139

Log:
  Use BROKEN_SSL
  
  Approved by:	portmgr (blanket)

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

Modified: head/net-mgmt/net-snmp/Makefile
==============================================================================
--- head/net-mgmt/net-snmp/Makefile	Sat Feb 17 12:00:38 2018	(r462138)
+++ head/net-mgmt/net-snmp/Makefile	Sat Feb 17 12:00:42 2018	(r462139)
@@ -16,6 +16,8 @@ COMMENT=	Extendable SNMP implementation
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_SSL=	openssl-devel
+
 LIB_DEPENDS=	libpkg.so:ports-mgmt/pkg
 
 NOT_FOR_ARCHS=		mips mips64
@@ -215,10 +217,6 @@ DOC_FILES=	AGENT.txt COPYING FAQ NEWS README \
 CONFLICTS=	ucd-snmp-4.* net-snmp-5.3.*
 
 .include <bsd.port.pre.mk>
-
-.if ${SSL_DEFAULT:Mopenssl-devel}
-BROKEN=		Does not build with openssl-devel
-.endif
 
 .if ${SSL_DEFAULT} != base
 LCRYPTO=	-lcrypto


More information about the svn-ports-head mailing list