FreeBSD Bugzilla – Attachment 222372 Details for
Bug 253240
net/widentd: Replace deprecated variable (fixes build)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
version 2 patch for net/widentd
net_widentd02.diff (text/plain), 626 bytes, created by
Chris Hutchinson
on 2021-02-11 19:41:06 UTC
(
hide
)
Description:
version 2 patch for net/widentd
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2021-02-11 19:41:06 UTC
Size:
626 bytes
patch
obsolete
>Index: widentd/Makefile >=================================================================== >--- widentd/Makefile (revision 561698) >+++ widentd/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= widentd > PORTVERSION= 1.04 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= https://BSDforge.com/projects/source/net/widentd/ > >@@ -13,7 +14,11 @@ > > USES= ncurses uidfix tar:xz > MAKE_ENV+= BINDIR="${PREFIX}/sbin" MANDIR="${PREFIX}/man/man" >-MAKE_ENV+= NO_WERROR="defined" >+.if ${OSREL:R} < 13 >+MAKE_ENV+=NO_WERROR=1 >+.else >+MAKE_ENV+=MK_WERROR=no >+.endif > > PLIST_FILES= sbin/widentd man/man8/widentd.8.gz > USE_RC_SUBR= widentd
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
Flags:
portmaster
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 253240
:
222154
|
222372
|
222745
|
222762
|
222764