Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2017 11:32:14 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441979 - in head: archivers/tardy cad/cascade editors/jove games/wolfpack lang/kawa mail/opensmtpd-devel math/primegen sysutils/safecat sysutils/stmpclean sysutils/symon textproc/wiggle
Message-ID:  <201705291132.v4TBWEAr059346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon May 29 11:32:14 2017
New Revision: 441979
URL: https://svnweb.freebsd.org/changeset/ports/441979

Log:
  Register dependency on groff
  
  PR:		213725

Modified:
  head/archivers/tardy/Makefile
  head/cad/cascade/Makefile
  head/editors/jove/Makefile
  head/games/wolfpack/Makefile
  head/lang/kawa/Makefile
  head/mail/opensmtpd-devel/Makefile
  head/math/primegen/Makefile
  head/sysutils/safecat/Makefile
  head/sysutils/stmpclean/Makefile
  head/sysutils/symon/Makefile
  head/textproc/wiggle/Makefile

Modified: head/archivers/tardy/Makefile
==============================================================================
--- head/archivers/tardy/Makefile	Mon May 29 09:08:52 2017	(r441978)
+++ head/archivers/tardy/Makefile	Mon May 29 11:32:14 2017	(r441979)
@@ -19,6 +19,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boos
 LIB_DEPENDS=	libexplain.so:devel/libexplain
 
 GNU_CONFIGURE=	yes
+USES=		groff
 
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/cad/cascade/Makefile
==============================================================================
--- head/cad/cascade/Makefile	Mon May 29 09:08:52 2017	(r441978)
+++ head/cad/cascade/Makefile	Mon May 29 11:32:14 2017	(r441979)
@@ -10,6 +10,7 @@ MAINTAINER=	hrs@FreeBSD.org
 COMMENT=	Simple tool to analyze noise and distortion of a RF system
 
 GNU_CONFIGURE=	yes
+USES=		groff
 PORTDOCS=	ex1.gif index.html
 PORTEXAMPLES=	README.examples ex1.cas ex1.gif ex1.out cascade-mode.el
 PLIST_FILES=	bin/cascade man/man1/cascade.1.gz

Modified: head/editors/jove/Makefile
==============================================================================
--- head/editors/jove/Makefile	Mon May 29 09:08:52 2017	(r441978)
+++ head/editors/jove/Makefile	Mon May 29 11:32:14 2017	(r441979)
@@ -16,7 +16,7 @@ LICENSE_NAME=	JOVE License
 LICENSE_FILE=	${WRKSRC}/README
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		ncurses
+USES=		groff ncurses
 MAKE_ARGS=	LIBS="${LDFLAGS} -lncurses"
 WRKSRC=		${WRKDIR}/${PORTNAME}
 

Modified: head/games/wolfpack/Makefile
==============================================================================
--- head/games/wolfpack/Makefile	Mon May 29 09:08:52 2017	(r441978)
+++ head/games/wolfpack/Makefile	Mon May 29 11:32:14 2017	(r441979)
@@ -12,7 +12,7 @@ MAINTAINER=	johans@FreeBSD.org
 COMMENT=	Long term multiplayer strategy game
 
 MAKEFILE=	GNUmakefile
-USES=		gmake perl5
+USES=		gmake groff perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 BINDIR=		${PREFIX}/lib/${PORTNAME}

Modified: head/lang/kawa/Makefile
==============================================================================
--- head/lang/kawa/Makefile	Mon May 29 09:08:52 2017	(r441978)
+++ head/lang/kawa/Makefile	Mon May 29 11:32:14 2017	(r441979)
@@ -11,7 +11,7 @@ COMMENT=	Java-based Scheme implementatio
 
 LICENSE=	MIT
 
-USES=		gmake readline
+USES=		gmake groff readline
 USE_JAVA=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-kawa-frontend \

Modified: head/mail/opensmtpd-devel/Makefile
==============================================================================
--- head/mail/opensmtpd-devel/Makefile	Mon May 29 09:08:52 2017	(r441978)
+++ head/mail/opensmtpd-devel/Makefile	Mon May 29 11:32:14 2017	(r441979)
@@ -29,7 +29,7 @@ MAILERCONF_DESC=	Activate OpenSMTPD in m
 SSL_PORT_DESC=		SSL/TLS support via OpenSSL/LibreSSL from port
 TABLE_DB_DESC=		Build table-db plugin (aliases)
 
-USES=		cpe libtool ssl
+USES=		cpe groff libtool ssl
 GNU_CONFIGURE=	yes
 
 CPE_VENDOR=	openbsd

Modified: head/math/primegen/Makefile
==============================================================================
--- head/math/primegen/Makefile	Mon May 29 09:08:52 2017	(r441978)
+++ head/math/primegen/Makefile	Mon May 29 11:32:14 2017	(r441979)
@@ -9,6 +9,7 @@ MASTER_SITES=	http://cr.yp.to/primegen/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small, fast library to generate prime numbers in order
 
+USES=		groff
 ALL_TARGET=	default
 
 PLIST_FILES=	bin/primes bin/primegaps \

Modified: head/sysutils/safecat/Makefile
==============================================================================
--- head/sysutils/safecat/Makefile	Mon May 29 09:08:52 2017	(r441978)
+++ head/sysutils/safecat/Makefile	Mon May 29 11:32:14 2017	(r441979)
@@ -14,6 +14,7 @@ COMMENT=	Safely write data to maildir di
 LICENSE=	BSD4CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		groff
 ALL_TARGET=	it
 INSTALL_TARGET=	setup check
 MAKE_JOBS_UNSAFE=yes

Modified: head/sysutils/stmpclean/Makefile
==============================================================================
--- head/sysutils/stmpclean/Makefile	Mon May 29 09:08:52 2017	(r441978)
+++ head/sysutils/stmpclean/Makefile	Mon May 29 11:32:14 2017	(r441979)
@@ -9,6 +9,7 @@ MASTER_SITES=	http://shlang.com/stmpclea
 MAINTAINER=	shalunov@shlang.com
 COMMENT=	Remove old files from temporary directories
 
+USES=		groff
 PLIST_FILES=	sbin/stmpclean man/man8/stmpclean.8.gz
 
 post-patch:

Modified: head/sysutils/symon/Makefile
==============================================================================
--- head/sysutils/symon/Makefile	Mon May 29 09:08:52 2017	(r441978)
+++ head/sysutils/symon/Makefile	Mon May 29 11:32:14 2017	(r441979)
@@ -12,7 +12,7 @@ COMMENT=	Performance and information mon
 
 SUB_FILES=	pkg-message
 
-USES=		perl5 shebangfix
+USES=		groff perl5 shebangfix
 SHEBANG_FILES=	client/getsymonitem.pl
 USE_PERL5=	build
 MAKE_JOBS_UNSAFE=	yes

Modified: head/textproc/wiggle/Makefile
==============================================================================
--- head/textproc/wiggle/Makefile	Mon May 29 09:08:52 2017	(r441978)
+++ head/textproc/wiggle/Makefile	Mon May 29 11:32:14 2017	(r441979)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	bash:shells/bash
 
 BROKEN_powerpc64=	Does not build: error: nested functions are disabled, use -fnested-functions to re-enable
 
-USES=		compiler:nestedfct gmake ncurses
+USES=		compiler:nestedfct gmake groff ncurses
 
 MAKE_ARGS+=	CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter"
 



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