As discussed in the ports mailing list: Or at least not make it the default. I have never understood why this was the default anyway. FreeBSD committers will most likely build from source and can add that flag if they want. As default it becomes the option for people installing from packages and they can't remove that template for all of their non-FreeBSD work. Now that we have switched to git it seems even more so that it should not be the default. diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 5df5175b25a8..2841c92b9c09 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -26,7 +26,7 @@ OPTIONS_DEFINE= \ TEST \ TOOLS -OPTIONS_DEFAULT=FREEBSD_TEMPLATE GPG_AGENT SERF TOOLS +OPTIONS_DEFAULT=GPG_AGENT SERF TOOLS FREEBSD_TEMPLATE_DESC= FreeBSD Project log template GPG_AGENT_DESC= Enable GPG agent password store
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3e88f1fdba33034989bbc390503bb2e18275a538 commit 3e88f1fdba33034989bbc390503bb2e18275a538 Author: Lev A. Serebryakov <lev@FreeBSD.org> AuthorDate: 2022-04-14 11:22:24 +0000 Commit: Lev A. Serebryakov <lev@FreeBSD.org> CommitDate: 2022-04-14 11:22:24 +0000 devel/subversion: Turn off FREEBSD_TEMPLATE by default. As now subversion is not used for FreeBSD development, have this option turned on by default has little sense. PR: 258627 devel/subversion/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=213ca78238f0fc5290e4132339e8c80db25a6663 commit 213ca78238f0fc5290e4132339e8c80db25a6663 Author: Lev A. Serebryakov <lev@FreeBSD.org> AuthorDate: 2022-04-14 11:20:55 +0000 Commit: Lev A. Serebryakov <lev@FreeBSD.org> CommitDate: 2022-04-14 11:20:55 +0000 devel/subversion-lts: Turn off FREEBSD_TEMPLATE by default. As now subversion is not used for FreeBSD development, have this option turned on by default has little sense. PR: 258627 devel/subversion-lts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Committed, thanx!
*** Bug 263422 has been marked as a duplicate of this bug. ***