svn commit: r384057 - in head/devel/cvs-devel: . files
Jan Beich
jbeich at FreeBSD.org
Wed Apr 15 15:35:06 UTC 2015
Author: jbeich
Date: Wed Apr 15 15:35:05 2015
New Revision: 384057
URL: https://svnweb.freebsd.org/changeset/ports/384057
Log:
- 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
Added:
head/devel/cvs-devel/files/patch-cvs.info.texinfo-5.x (contents, props changed)
Modified:
head/devel/cvs-devel/Makefile
Modified: head/devel/cvs-devel/Makefile
==============================================================================
--- head/devel/cvs-devel/Makefile Wed Apr 15 15:30:07 2015 (r384056)
+++ head/devel/cvs-devel/Makefile Wed Apr 15 15:35:05 2015 (r384057)
@@ -3,7 +3,7 @@
PORTNAME= cvs
PORTVERSION= 1.12.13
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= devel ipv6
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= non-gnu/${PORTNAME}/source/feature/${PORTVERSION}
@@ -14,8 +14,8 @@ COMMENT= IPv6 enabled cvs. You can use
CONFLICTS= cvsnt-[12]* cvs+ipv6-[12]*
+USES= makeinfo tar:bzip2
GNU_CONFIGURE= yes
-USES= tar:bzip2
CONFIGURE_ARGS= --enable-ipv6 --without-gssapi \
--with-editor="vi" \
--with-tmpdir="/tmp"
Added: head/devel/cvs-devel/files/patch-cvs.info.texinfo-5.x
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/cvs-devel/files/patch-cvs.info.texinfo-5.x Wed Apr 15 15:35:05 2015 (r384057)
@@ -0,0 +1,22 @@
+From 6733b1455f97531bace80bf7118dc644fe73fd3d Mon Sep 17 00:00:00 2001
+From: tg <tg at 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}
+- at sp
++ at sp 1
+ @center @titlefont{with}
+- at sp
++ at sp 1
+ @center @titlefont{CVS}
+ @sp 2
+ @center for @sc{cvs} @value{VERSION}
More information about the svn-ports-all
mailing list