git: 43179a695c58 - main - devel/subversion-lts: Fix build with SVNSERVE_WRAPPER=on
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Apr 2022 09:48:22 UTC
The branch main has been updated by lev:
URL: https://cgit.FreeBSD.org/ports/commit/?id=43179a695c589c7fbd1e6650fc21099e79a59263
commit 43179a695c589c7fbd1e6650fc21099e79a59263
Author: Lev A. Serebryakov <lev@FreeBSD.org>
AuthorDate: 2022-04-14 09:47:29 +0000
Commit: Lev A. Serebryakov <lev@FreeBSD.org>
CommitDate: 2022-04-14 09:48:19 +0000
devel/subversion-lts: Fix build with SVNSERVE_WRAPPER=on
PR: 263274
---
devel/subversion-lts/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/subversion-lts/Makefile b/devel/subversion-lts/Makefile
index 4e9dbc9b1535..6f8d87d48819 100644
--- a/devel/subversion-lts/Makefile
+++ b/devel/subversion-lts/Makefile
@@ -57,9 +57,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}
@@ -133,7 +135,7 @@ LIBS+= -lc++ -lm
.endif
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 \