[Bug 258627] devel/subversion remove FREEBSD_TEMPLATE from defaults
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Sep 2021 12:19:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258627 Bug ID: 258627 Summary: devel/subversion remove FREEBSD_TEMPLATE from defaults Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: lev@FreeBSD.org Reporter: darcy@druid.net Flags: maintainer-feedback?(lev@FreeBSD.org) Assignee: lev@FreeBSD.org 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 -- You are receiving this mail because: You are the assignee for the bug.