FreeBSD Bugzilla – Attachment 143980 Details for
Bug 191228
[PATCH] Add an option to disable SNMP support for net/ptpd2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add an option to turn on/off SNMP support
ptpd2.diff (text/plain), 670 bytes, created by
Jung-uk Kim
on 2014-06-21 00:03:44 UTC
(
hide
)
Description:
Add an option to turn on/off SNMP support
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2014-06-21 00:03:44 UTC
Size:
670 bytes
patch
obsolete
>Index: net/ptpd2/Makefile >=================================================================== >--- net/ptpd2/Makefile (revision 358656) >+++ net/ptpd2/Makefile (working copy) >@@ -14,8 +14,6 @@ LICENSE= BSD2CLAUSE > > CONFLICTS= ptpd2-devel.* > >-LIB_DEPENDS+= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp >- > ETCDIR= ${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX} > > USES= gmake >@@ -26,8 +24,12 @@ PORTDOCS= * > > USE_RC_SUBR= ptpd2 > >-OPTIONS_DEFINE= DOCS >+OPTIONS_DEFINE= DOCS SNMP >+OPTIONS_DEFAULT=DOCS SNMP > >+SNMP_CONFIGURE_ENABLE= snmp >+SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp >+ > .include <bsd.port.options.mk> > > run-autotools: run-autotools-autoreconf
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 191228
: 143980