Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Sep 2023 15:10:29 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: 624510a6e050 - main - ftp/freebsd-ftpd: Remove blacklist conditionals
Message-ID:  <202309301510.38UFAT4k070207@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=624510a6e0503241a6a9ac94a08178366d8428f9

commit 624510a6e0503241a6a9ac94a08178366d8428f9
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-09-30 12:32:57 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-09-30 15:10:19 +0000

    ftp/freebsd-ftpd: Remove blacklist conditionals
    
    All supported FreeBSD release now has blacklist support so remove the
    extra conditionals.
    
    Approved by:    portmgr (blanket)
---
 ftp/freebsd-ftpd/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/ftp/freebsd-ftpd/Makefile b/ftp/freebsd-ftpd/Makefile
index d2f6869f249c..9eb9980babeb 100644
--- a/ftp/freebsd-ftpd/Makefile
+++ b/ftp/freebsd-ftpd/Makefile
@@ -21,9 +21,6 @@ MAKE_ENV+=		MAKESYSPATH=/usr/src/share/mk \
 
 OPTIONS_DEFINE=		IPV6 LIBBLACKLIST
 OPTIONS_DEFAULT=	IPV6 LIBBLACKLIST
-.if !exists(/usr/include/blacklist.h)
-OPTIONS_EXCLUDE=	LIBBLACKLIST
-.endif
 
 LIBBLACKLIST_DESC=	libblacklist(3) support for rlogind(8) and rshd(8)
 LIBBLACKLIST_MAKE_ARGS=	USE_LIBBLACKLIST=yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309301510.38UFAT4k070207>