git: 32d20960fffb - main - devel/subversion: Fix build with SVNSERVE_WRAPPER=on
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 09:38:45 UTC
The branch main has been updated by lev: URL: https://cgit.FreeBSD.org/ports/commit/?id=32d20960fffb61219dd79dda52b2baee18d9e004 commit 32d20960fffb61219dd79dda52b2baee18d9e004 Author: Lev A. Serebryakov <lev@FreeBSD.org> AuthorDate: 2022-04-14 09:37:52 +0000 Commit: Lev A. Serebryakov <lev@FreeBSD.org> CommitDate: 2022-04-14 09:37:52 +0000 devel/subversion: Fix build with SVNSERVE_WRAPPER=on PR: 263274 --- devel/subversion/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index 5af347c3cf2e..a03fcda75d75 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -56,9 +56,11 @@ CONFIGURE_ARGS+= --without-gnome-keyring \ .if ${PORT_OPTIONS:MSVNSERVE_WRAPPER} SUB_LIST+= SVNSERVE_BIN_EXT=".bin" PLIST_SUB+= NO_SVNSERVE_WRAPPER="@comment " +SVNSERVE_EXT= .bin .else SUB_LIST+= SVNSERVE_BIN_EXT="" PLIST_SUB+= NO_SVNSERVE_WRAPPER="" +SVNSERVE_EXT= .endif .if ${PORT_OPTIONS:MTEST} @@ -87,7 +89,7 @@ MKREPOS_TARGET= _mkrepos BINS_TO_STRIP= svn svnadmin svnbench svndumpfilter svnfsfs svnlook svnmucc \ - svnrdump svnserve svnsync svnversion + svnrdump svnserve${SVNSERVE_EXT} svnsync svnversion TOOLS_TO_STRIP= fsfs-access-map svn-mergeinfo-normalizer \ svn-populate-node-origins-index svnauthz \