Date: Sat, 30 Sep 2023 15:10:31 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6808f9715428 - main - net/bsdrcmds: Remove blacklist conditionals Message-ID: <202309301510.38UFAV8Q070288@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6808f9715428d490a044a5fe69fd11c735d94828 commit 6808f9715428d490a044a5fe69fd11c735d94828 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-09-30 12:53:30 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-09-30 15:10:20 +0000 net/bsdrcmds: Remove blacklist conditionals All supported FreeBSD release now has blacklist support so remove the extra conditionals. Approved by: portmgr (blanket) --- net/bsdrcmds/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/net/bsdrcmds/Makefile b/net/bsdrcmds/Makefile index dcae2c4ff5ef..66456f61ffd3 100644 --- a/net/bsdrcmds/Makefile +++ b/net/bsdrcmds/Makefile @@ -16,9 +16,6 @@ MAKE_ARGS+= BINOWN=${BINOWN} BINMODE=${BINMODE} OPTIONS_DEFINE= IPV6 LIBBLACKLIST OPTIONS_DEFAULT= LIBBLACKLIST -.if !exists(/usr/include/blacklist.h) -OPTIONS_EXCLUDE= LIBBLACKLIST -.endif IPV6_MAKE_ARGS= USE_IPV6=yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309301510.38UFAV8Q070288>