Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 05:47:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513326 - head/net-mgmt/py-yapsnmp
Message-ID:  <201909300547.x8U5l6qb049358@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep 30 05:47:06 2019
New Revision: 513326
URL: https://svnweb.freebsd.org/changeset/ports/513326

Log:
  Mark BROKEN
  
  net-snmp_wrap.c:11400:78: error: use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM'
           PyDict_SetItemString(d,"SNMP_DEFAULT_AUTH_PROTOLEN", PyInt_FromLong((long) USM_LENGTH_OID_TRANSFORM));
                                                                                      ^
  net-snmp_wrap.c:11402:78: error: use of undeclared identifier 'USM_LENGTH_OID_TRANSFORM'
           PyDict_SetItemString(d,"SNMP_DEFAULT_PRIV_PROTOLEN", PyInt_FromLong((long) USM_LENGTH_OID_TRANSFORM));
                                                                                      ^
  
  Reported by:	pkg-fallout

Modified:
  head/net-mgmt/py-yapsnmp/Makefile

Modified: head/net-mgmt/py-yapsnmp/Makefile
==============================================================================
--- head/net-mgmt/py-yapsnmp/Makefile	Mon Sep 30 05:39:18 2019	(r513325)
+++ head/net-mgmt/py-yapsnmp/Makefile	Mon Sep 30 05:47:06 2019	(r513326)
@@ -11,10 +11,12 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	arved@FreeBSD.org
 COMMENT=	Python SNMP module based on net-snmp
 
-LIB_DEPENDS=	libnetsnmp.so:net-mgmt/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
 GNU_CONFIGURE=	yes



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