Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Apr 2019 13:09:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236664] bsnmpget cannot open 'tc.def'
Message-ID:  <bug-236664-227-cFZboVvjXL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236664-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236664-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236664

Ed Maste <emaste@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste@freebsd.org,
                   |                            |harti@FreeBSD.org

--- Comment #1 from Ed Maste <emaste@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+=3D   DEFS
+DEFSDIR?=3D      ${SHAREDIR}/snmp/defs
+DEFS=3D          tc.def

and reverted in r216605 "Unbreak the build by temprorarily not using include
directives"

-FILESGROUPS+=3D   DEFS
-DEFSDIR?=3D      ${SHAREDIR}/snmp/defs
-DEFS=3D          tc.def

r335885 "Update bsnmp to version 1.13" restored

+include "tc.def"

statements without addressing the build infrastructure

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236664-227-cFZboVvjXL>