FreeBSD Bugzilla – Attachment 222670 Details for
Bug 253000
[PATCH] net/bsdrcmds - fix build under -CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix r564865 WERROR OPTIONS breakage
net_bsdrcmds_Makefile.patch (text/plain), 811 bytes, created by
Harald Schmalzbauer
on 2021-02-20 12:53:30 UTC
(
hide
)
Description:
Fix r564865 WERROR OPTIONS breakage
Filename:
MIME Type:
Creator:
Harald Schmalzbauer
Created:
2021-02-20 12:53:30 UTC
Size:
811 bytes
patch
obsolete
>Index: net/bsdrcmds/Makefile >=================================================================== >--- net/bsdrcmds/Makefile (revision 566144) >+++ net/bsdrcmds/Makefile (working copy) >@@ -17,6 +17,13 @@ > > MAKE_ARGS+= BINOWN=${BINOWN} BINMODE=${BINMODE} > >+OPTIONS_DEFINE= IPV6 LIBBLACKLIST >+OPTIONS_DEFAULT= >+OPTIONS_DEFAULT= LIBBLACKLIST >+.if !exists(/usr/include/blacklist.h) >+OPTIONS_EXCLUDE= LIBBLACKLIST >+.endif >+ > .include <bsd.port.options.mk> > > .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1300134 >@@ -25,12 +32,6 @@ > MAKE_ENV+= NO_WERROR=1 > .endif > >-OPTIONS_DEFINE= IPV6 LIBBLACKLIST >-OPTIONS_DEFAULT= LIBBLACKLIST >-.if !exists(/usr/include/blacklist.h) >-OPTIONS_EXCLUDE= LIBBLACKLIST >-.endif >- > IPV6_MAKE_ARGS= USE_IPV6=yes > > LIBBLACKLIST_DESC= libblacklist(3) support for rlogind(8) and rshd(8)
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 253000
:
221909
|
222270
| 222670