1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00

Add support ssh+svn://.

PR:		ports/81889
Submitted by:	Matthias Fechner <idefix@fechner.net>
Approved by:	rushani (maintainer)
This commit is contained in:
Norikatsu Shigemura 2005-06-18 18:50:26 +00:00
parent b1dc0c94e2
commit 9424c94b3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137698

View File

@ -48,6 +48,10 @@
# default: undefined
# define if you want to enable subversion compatibility.
#
# WITH_SCPONLY_SVNSERVE
# default: undefined
# define if you want to enable subversion compatibility with svn+ssh://
#
# WITH_SCPONLY_UNISON
# default: undefined
# define if you want to enable unison compatibility.
@ -115,6 +119,11 @@ RUN_DEPENDS+= ${BUILD_DEPENDS}
CONFIGURE_ARGS+=--enable-svn-compat
.endif
.if defined(WITH_SCPONLY_SVNSERVE)
BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion
RUN_DEPENDS+= ${BUILD_DEPENDS}
.endif
.if defined(WITH_SCPONLY_UNISON)
BUILD_DEPENDS+= unison:${PORTSDIR}/net/unison
RUN_DEPENDS+= ${BUILD_DEPENDS}