Created attachment 189292 [details] svn diff for www/mod_dav_svn The www/mod_dav_svn currently sets USE_APACHE after including Makefile.common from the master port. Makefile.common includes bsd.port.pre.mk This creates an error when using the upcoming bsd.apache.mk USES replacemenet (Mk/Uses/apache.mk). The patch works with Mk/Uses/apache.mk, have not tested it yet with the existing bsd.apache.mk ``` www/mod_dav_svn: Don't set USE_* after bsd.port.pre.mk PR: Submitted by: brnrd (with hat apache@) ```
A commit references this bug: Author: lev Date: Thu Jan 4 21:02:06 UTC 2018 New revision: 458088 URL: https://svnweb.freebsd.org/changeset/ports/458088 Log: Don't set USE_* after bsd.port.pre.mk PR: 224797 Submitted by: brnrd (with hat apache@) Changes: head/www/mod_dav_svn/Makefile
Committed, thanx!