[Bug 294941] ftp/freebsd-ftpd: does not compile on a system without libblacklist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 May 2026 21:16:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294941
Bug ID: 294941
Summary: ftp/freebsd-ftpd: does not compile on a system without
libblacklist
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: cy@FreeBSD.org
Reporter: wollman@FreeBSD.org
Assignee: cy@FreeBSD.org
Flags: maintainer-feedback?(cy@FreeBSD.org)
I am not sure if this is actually a ftp/freebsd-ftpd bug or a
ports-mgmt/poudriere bug. After a successful `poudriere jail -u` to update our
14.3 build environment after recent security patches, I ran a build of our
package set. Our 14.3 is built WITHOUT_BLACKLIST= and
/usr/local/etc/poudriere.d/releng143-src.conf reflects this. But when building
ftp/freebsd-ftpd, there is no /etc/src.conf. The port makefile expects that
defining USE_LIBBLACKLIST will cause the source makefile to build support for
libblacklist, but in fact, the source makefile doesn't look at that at all, and
is conditioned entirely on MK_BLACKLIST_SUPPORT which gets its value from
/etc/src.conf.
I just manually defined MK_BLACKLIST_SUPPORT=no in MAKE_ENV but that's
obviously not correct. I know that building this package worked correctly in
the past, as we have been building it since we switched to 14.x.
--
You are receiving this mail because:
You are the assignee for the bug.