From owner-svn-ports-head@freebsd.org Mon May 29 11:32:16 2017 Return-Path: Delivered-To: svn-ports-head@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 5E2BBCFC938; Mon, 29 May 2017 11:32:16 +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 3535F75C67; Mon, 29 May 2017 11:32:16 +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 v4TBWFPn059357; Mon, 29 May 2017 11:32:15 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4TBWEAr059346; Mon, 29 May 2017 11:32:14 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201705291132.v4TBWEAr059346@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Mon, 29 May 2017 11:32:14 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 11:32:16 -0000 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"