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
This commit is contained in:
Antoine Brodin 2019-09-30 05:47:06 +00:00
parent 49d0de437d
commit 110de4a35d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513326

View file

@ -11,11 +11,13 @@ 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
CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR}