Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2019 22:52:30 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521031 - head/devel/cvs
Message-ID:  <201912272252.xBRMqUpA026584@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Fri Dec 27 22:52:29 2019
New Revision: 521031
URL: https://svnweb.freebsd.org/changeset/ports/521031

Log:
  - Turn building and installation of cvs info documentation into an option
    (default-on but allowing to get rid of indexinfo and texinfo dependencies).
  - Pet portlint.

Modified:
  head/devel/cvs/Makefile

Modified: head/devel/cvs/Makefile
==============================================================================
--- head/devel/cvs/Makefile	Fri Dec 27 22:24:05 2019	(r521030)
+++ head/devel/cvs/Makefile	Fri Dec 27 22:52:29 2019	(r521031)
@@ -11,19 +11,22 @@ COMMENT?=	Version control system
 
 LICENSE=	GPLv2+
 
+USES=		cpe shebangfix tar:xz uidfix
+
 CONFLICTS_INSTALL?=	cvs+ipv6-[12]* cvs-devel-[12]*
 
-OPTIONS_DEFINE=	IPV6 KERBEROS EXAMPLES
-OPTIONS_DEFAULT=KERBEROS
+OPTIONS_DEFINE=	INFO IPV6 KERBEROS EXAMPLES
+OPTIONS_DEFAULT=INFO KERBEROS
 .if !make(makesum)
 OPTIONS_EXCLUDE?=IPV6
 .endif
 
+INFO_INFO=		cvs cvsclient
+INFO_USES=		makeinfo
 IPV6_PATCH_SITES=	LOCAL/ume
 IPV6_PATCHFILES=	${DISTNAME}-v6-20140105.diff.gz:-p1
 KERBEROS_MAKE_ARGS=	KERBEROS_SUPPORT=yes
 
-USES=		cpe makeinfo shebangfix tar:xz uidfix
 CPE_VENDOR=	gnu
 SHEBANG_FILES=	contrib/clmerge contrib/cln_hist \
 		contrib/commit_prep contrib/cvs_acls \
@@ -32,7 +35,6 @@ SHEBANG_FILES=	contrib/clmerge contrib/cln_hist \
 		contrib/rcslock
 PATCH_WRKSRC=	${WRKDIR}/call/cvs
 WRKSRC=		${WRKDIR}/call/cvs-build
-INFO=		cvs cvsclient
 
 # bsd.stage.makes sets the wrong value for DESTDIR
 DESTDIRNAME=	NADA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912272252.xBRMqUpA026584>