Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 20:13:54 +0000 (UTC)
From:      Tilman Keskinoz <arved@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513628 - head/net-mgmt/py-yapsnmp
Message-ID:  <201910022013.x92KDs7O095986@repo.freebsd.org>

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



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