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:
parent
49d0de437d
commit
110de4a35d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=513326
1 changed files with 4 additions and 2 deletions
|
@ -11,11 +11,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= arved@FreeBSD.org
|
MAINTAINER= arved@FreeBSD.org
|
||||||
COMMENT= Python SNMP module based on net-snmp
|
COMMENT= Python SNMP module based on net-snmp
|
||||||
|
|
||||||
LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
|
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
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
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR}
|
CPPFLAGS+= -I${LOCALBASE}/include -I${PYTHON_INCLUDEDIR}
|
||||||
|
|
Loading…
Reference in a new issue