git: 624510a6e050 - main - ftp/freebsd-ftpd: Remove blacklist conditionals
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Sep 2023 15:10:29 UTC
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