[Bug 260928] www/apache24: Install from ports fails because pkg-static complains of unknown keywords

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 09 Jan 2022 02:34:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260928

--- Comment #2 from Stefan B. <sblachmann@gmail.com> ---
Thank you for checking, Stefan Esser!

I now have found what the cause of the error is:
System was installed with the DVD installer option "install ports tree".

So, with ports tree generated by the FreeBSD DVD installer, make install of the
apache build failed as described.

But after I removed the ports tree and reinstalled it using portsnap, the
problem was gone and build/install worked:
rm -r /usr/src/*
rm -r /usr/src/.*
portsnap fetch
portsnap extract
portsnap update

Could there be something wrong with the ports tree being installed by the DVD
installer ?

-- 
You are receiving this mail because:
You are the assignee for the bug.