mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Remove support for WITH_SVN_FBSD.
This commit is contained in:
parent
657c08e181
commit
a8f9d2f998
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283680
1 changed files with 2 additions and 2 deletions
|
@ -275,7 +275,7 @@ PLIST_SUB+= GUI="@comment "
|
||||||
MAKE_ARGS+= NO_TCLTK=yes
|
MAKE_ARGS+= NO_TCLTK=yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.ifdef (WITH_SVN) || defined (WITH_SVN_FBSD)
|
.ifdef (WITH_SVN)
|
||||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
|
||||||
RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion \
|
RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion \
|
||||||
${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion
|
${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/p5-subversion
|
||||||
|
@ -363,7 +363,7 @@ post-patch:
|
||||||
s/git-cvsserver//' \
|
s/git-cvsserver//' \
|
||||||
${WRKSRC}/Makefile
|
${WRKSRC}/Makefile
|
||||||
.endif
|
.endif
|
||||||
.ifndef (WITH_SVN) && !defined (WITH_SVN_FBSD)
|
.ifndef (WITH_SVN)
|
||||||
@${REINPLACE_CMD} -e '/git-svn.perl/d' ${WRKSRC}/Makefile
|
@${REINPLACE_CMD} -e '/git-svn.perl/d' ${WRKSRC}/Makefile
|
||||||
.endif
|
.endif
|
||||||
.ifndef (WITH_GITWEB)
|
.ifndef (WITH_GITWEB)
|
||||||
|
|
Loading…
Add table
Reference in a new issue