mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- This requires perl5 for contrib scripts
- Silence patching Approved by: portmgr blanket
This commit is contained in:
parent
5df261c393
commit
bfca66f96b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398212
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= cvs
|
PORTNAME= cvs
|
||||||
PORTVERSION= 1.12.13
|
PORTVERSION= 1.12.13
|
||||||
PORTREVISION= 11
|
PORTREVISION= 12
|
||||||
CATEGORIES= devel ipv6
|
CATEGORIES= devel ipv6
|
||||||
MASTER_SITES= GNU/non-gnu/${PORTNAME}/source/feature/${PORTVERSION}
|
MASTER_SITES= GNU/non-gnu/${PORTNAME}/source/feature/${PORTVERSION}
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
@ -13,7 +13,7 @@ COMMENT= IPv6 enabled cvs. You can use IPv6 connection when using pserver
|
||||||
|
|
||||||
CONFLICTS= cvsnt-[12]* cvs+ipv6-[12]*
|
CONFLICTS= cvsnt-[12]* cvs+ipv6-[12]*
|
||||||
|
|
||||||
USES= makeinfo tar:bzip2
|
USES= makeinfo perl5 tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \
|
CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \
|
||||||
--with-editor="vi" \
|
--with-editor="vi" \
|
||||||
|
@ -25,7 +25,7 @@ CVS_SITE?= :pserver:anoncvs@anoncvs.jp.FreeBSD.org:/home/ncvs
|
||||||
CVS_VER?= v${PORTVERSION:S//_/g}
|
CVS_VER?= v${PORTVERSION:S//_/g}
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} 's/${PORTVERSION:S/./\./g}/&-devel/g' \
|
@${REINPLACE_CMD} 's/${PORTVERSION:S/./\./g}/&-devel/g' \
|
||||||
${WRKSRC}/configure
|
${WRKSRC}/configure
|
||||||
@${CP} ${FILESDIR}/missing ${WRKSRC}
|
@${CP} ${FILESDIR}/missing ${WRKSRC}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue