mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- Track makeinfo(1) dependency in order to regen patched INFO docs on
11.0-CURRENT which lacks /usr/bin/makeinfo since base r276551 - Unbreak build against print/texinfo [1] Obtained from: Debian [1] Approved by: portmgr blanket
This commit is contained in:
parent
90ddbe7045
commit
4ef246c8c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384057
2 changed files with 24 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= cvs
|
PORTNAME= cvs
|
||||||
PORTVERSION= 1.12.13
|
PORTVERSION= 1.12.13
|
||||||
PORTREVISION= 10
|
PORTREVISION= 11
|
||||||
CATEGORIES= devel ipv6
|
CATEGORIES= devel ipv6
|
||||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||||
MASTER_SITE_SUBDIR= non-gnu/${PORTNAME}/source/feature/${PORTVERSION}
|
MASTER_SITE_SUBDIR= non-gnu/${PORTNAME}/source/feature/${PORTVERSION}
|
||||||
|
@ -14,8 +14,8 @@ 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
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USES= tar:bzip2
|
|
||||||
CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \
|
CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \
|
||||||
--with-editor="vi" \
|
--with-editor="vi" \
|
||||||
--with-tmpdir="/tmp"
|
--with-tmpdir="/tmp"
|
||||||
|
|
22
devel/cvs-devel/files/patch-cvs.info.texinfo-5.x
Normal file
22
devel/cvs-devel/files/patch-cvs.info.texinfo-5.x
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
From 6733b1455f97531bace80bf7118dc644fe73fd3d Mon Sep 17 00:00:00 2001
|
||||||
|
From: tg <tg@mirbsd.org>
|
||||||
|
Date: Wed, 26 Jun 2013 18:15:51 +0000
|
||||||
|
Subject: Make cvs.texinfo compatible with newer makeinfo (Closes: #711298)
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/doc/cvs.texinfo b/doc/cvs.texinfo
|
||||||
|
index a0136a5..d11a5e1 100644
|
||||||
|
--- doc/cvs.texinfo
|
||||||
|
+++ doc/cvs.texinfo
|
||||||
|
@@ -113,9 +113,9 @@ approved by the Free Software Foundation.
|
||||||
|
@sp 4
|
||||||
|
@comment The title is printed in a large font.
|
||||||
|
@center @titlefont{Version Management}
|
||||||
|
-@sp
|
||||||
|
+@sp 1
|
||||||
|
@center @titlefont{with}
|
||||||
|
-@sp
|
||||||
|
+@sp 1
|
||||||
|
@center @titlefont{CVS}
|
||||||
|
@sp 2
|
||||||
|
@center for @sc{cvs} @value{VERSION}
|
Loading…
Add table
Reference in a new issue