From owner-svn-ports-all@freebsd.org Sun May 28 21:18:06 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C31C4D8599B; Sun, 28 May 2017 21:18:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9D9771716; Sun, 28 May 2017 21:18:06 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4SLI58j002690; Sun, 28 May 2017 21:18:05 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4SLI4KR002678; Sun, 28 May 2017 21:18:04 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705282118.v4SLI4KR002678@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 28 May 2017 21:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441925 - in head: databases/py-python-rrdtool devel/rcs dns/dnsproxy dns/dnsutl dns/libbind games/unnethack mail/dot-forward mail/fastforward mail/qmail-contrib mail/qmail-rblchk secur... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 May 2017 21:18:06 -0000 Author: antoine Date: Sun May 28 21:18:04 2017 New Revision: 441925 URL: https://svnweb.freebsd.org/changeset/ports/441925 Log: Register dependency on groff PR: 213725 Modified: head/databases/py-python-rrdtool/Makefile head/devel/rcs/Makefile head/dns/dnsproxy/Makefile head/dns/dnsutl/Makefile head/dns/libbind/Makefile head/games/unnethack/Makefile head/mail/dot-forward/Makefile head/mail/fastforward/Makefile head/mail/qmail-contrib/Makefile head/mail/qmail-rblchk/Makefile head/security/openiked/Makefile head/sysutils/clockspeed/Makefile Modified: head/databases/py-python-rrdtool/Makefile ============================================================================== --- head/databases/py-python-rrdtool/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/databases/py-python-rrdtool/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -14,7 +14,7 @@ LICENSE= LGPL3 LIB_DEPENDS= librrd.so:databases/rrdtool -USES= pkgconfig python +USES= groff pkgconfig python USE_GNOME= cairo glib20 libxml2 USE_PYTHON= distutils autoplist Modified: head/devel/rcs/Makefile ============================================================================== --- head/devel/rcs/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/devel/rcs/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -10,7 +10,7 @@ COMMENT= Version control system LICENSE= GPLv3 -USES= makeinfo tar:xz +USES= groff makeinfo tar:xz GNU_CONFIGURE= yes INFO= rcs Modified: head/dns/dnsproxy/Makefile ============================================================================== --- head/dns/dnsproxy/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/dns/dnsproxy/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -14,6 +14,7 @@ LIB_DEPENDS= libevent.so:devel/libevent GNU_CONFIGURE= yes +USES= groff USE_RC_SUBR= dnsproxy PLIST_FILES= sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample \ Modified: head/dns/dnsutl/Makefile ============================================================================== --- head/dns/dnsutl/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/dns/dnsutl/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -19,6 +19,7 @@ ALL_TARGET= all sure CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes +USES= groff post-install: ${INSTALL_MAN} ${WRKSRC}/man1/*.1 ${STAGEDIR}${MANPREFIX}/man/man1 Modified: head/dns/libbind/Makefile ============================================================================== --- head/dns/libbind/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/dns/libbind/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -18,6 +18,7 @@ MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --with-randomdev=/dev/random +USES= groff OPTIONS_DEFINE= IPV6 THREADS OPTIONS_DEFAULT= THREADS Modified: head/games/unnethack/Makefile ============================================================================== --- head/games/unnethack/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/games/unnethack/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -10,7 +10,7 @@ MAINTAINER= knu@FreeBSD.org COMMENT= New variant of NetHack GNU_CONFIGURE= yes -USES= gmake ncurses +USES= gmake groff ncurses MAKE_JOBS_UNSAFE= yes VARDIR_REL= var/games/${PORTNAME} Modified: head/mail/dot-forward/Makefile ============================================================================== --- head/mail/dot-forward/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/mail/dot-forward/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -9,7 +9,7 @@ MASTER_SITES= http://cr.yp.to/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Dot-forward reads sendmail's .forward files under qmail -USES= gmake +USES= gmake groff ALL_TARGET= default Modified: head/mail/fastforward/Makefile ============================================================================== --- head/mail/fastforward/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/mail/fastforward/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -9,7 +9,7 @@ MASTER_SITES= http://cr.yp.to/software/ MAINTAINER= ports@FreeBSD.org COMMENT= Fastforward handles qmail forwarding according to a cdb database -USES= gmake +USES= gmake groff ALL_TARGET= default Modified: head/mail/qmail-contrib/Makefile ============================================================================== --- head/mail/qmail-contrib/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/mail/qmail-contrib/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -15,7 +15,7 @@ COMMENT= Contributed programs for qmail OPTIONS_DEFINE= DOCS -USES= qmail:run +USES= groff qmail:run ALL_TARGET= prog INSTALL_TARGET= setup Modified: head/mail/qmail-rblchk/Makefile ============================================================================== --- head/mail/qmail-rblchk/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/mail/qmail-rblchk/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -11,7 +11,7 @@ MASTER_SITES= http://www.morettoni.net/q MAINTAINER= ports@FreeBSD.org COMMENT= Qmail RBL filter -USES= qmail:run +USES= groff qmail:run LDFLAGS?= -s CFLAGS?= -O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized \ Modified: head/security/openiked/Makefile ============================================================================== --- head/security/openiked/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/security/openiked/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -18,7 +18,7 @@ USE_RC_SUBR= iked USERS= _iked GROUPS= _iked -USES= autoreconf libtool ssl +USES= autoreconf groff libtool ssl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} Modified: head/sysutils/clockspeed/Makefile ============================================================================== --- head/sysutils/clockspeed/Makefile Sun May 28 21:12:07 2017 (r441924) +++ head/sysutils/clockspeed/Makefile Sun May 28 21:18:04 2017 (r441925) @@ -15,6 +15,7 @@ LIB_DEPENDS= libtai.so:devel/libtai ALL_TARGET= it INSTALL_TARGET= setup check +USES= groff MAN_FILES= clockadd.1 clockspeed.1 clockview.1 sntpclock.1 \ taiclock.1 taiclockd.1