svn commit: r513628 - head/net-mgmt/py-yapsnmp
Tilman Keskinoz
arved at FreeBSD.org
Wed Oct 2 20:13:54 UTC 2019
Author: arved
Date: Wed Oct 2 20:13:54 2019
New Revision: 513628
URL: https://svnweb.freebsd.org/changeset/ports/513628
Log:
Unmark BROKEN.
The port was broken with the net-snmp 5.8 update, which was backed out.
While here add USES=ssl to appease a warning
Modified:
head/net-mgmt/py-yapsnmp/Makefile
Modified: head/net-mgmt/py-yapsnmp/Makefile
==============================================================================
--- head/net-mgmt/py-yapsnmp/Makefile Wed Oct 2 20:07:00 2019 (r513627)
+++ head/net-mgmt/py-yapsnmp/Makefile Wed Oct 2 20:13:54 2019 (r513628)
@@ -14,11 +14,9 @@ COMMENT= Python SNMP module based on net-snmp
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN= use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM'
-
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
-USES= gmake libtool python:2.7
+USES= gmake libtool python:2.7 ssl
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR}
LDFLAGS+= -L${LOCALBASE}/lib
More information about the svn-ports-all
mailing list