https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236664
Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #1 from Ed Maste <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
