[Bug 236664] bsnmpget cannot open 'tc.def'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 1 13:09:27 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236664
Ed Maste <emaste at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |emaste at freebsd.org,
| |harti at FreeBSD.org
--- Comment #1 from Ed Maste <emaste at freebsd.org> ---
tc.def arrived in r216594 "Bring in a SNMP module that allows configuration of
SNMPv3 Notification targets."
which added in lib/libbsnmp/libbsnmp/Makefile:
+FILESGROUPS+= DEFS
+DEFSDIR?= ${SHAREDIR}/snmp/defs
+DEFS= tc.def
and reverted in r216605 "Unbreak the build by temprorarily not using include
directives"
-FILESGROUPS+= DEFS
-DEFSDIR?= ${SHAREDIR}/snmp/defs
-DEFS= tc.def
r335885 "Update bsnmp to version 1.13" restored
+include "tc.def"
statements without addressing the build infrastructure
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list