Configure error during "make package" under an user. http://package19.nyi.freebsd.org/data/120amd64-default-build-as-user/525454/logs/fidogate-5.7.log Looks like unprivileged user can't check files inside /usr/local/news because it doesn't have needed permissions. Need to consult with the Fidogate developer to have mechanism to turn off inn auto-detection and use option from the port's Makefile
Created attachment 211477 [details] Makefile Added lines: .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MINN} CONFIGURE_ARGS+= --with-inndir=${PREFIX}/news --with-innetcdir=${PREFIX}/news/etc --with-inndbdir=${PREFIX}/news/db --with-innspooldir=${PREFIX}/news/spool .endif
A commit references this bug: Author: danfe Date: Fri Jul 3 09:09:38 UTC 2020 New revision: 541090 URL: https://svnweb.freebsd.org/changeset/ports/541090 Log: - Unbreak configuring as unprivileged user - Start option descriptions with capital letter PR: 243983 Submitted by: maintainer Changes: head/news/fidogate/Makefile
I've committed better and shorter version of the proposed patch, thanks!