From 034b4e6d7d437138dbfefd2b66761189a12e9fa5 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 29 May 2017 11:32:14 +0000 Subject: [PATCH] Register dependency on groff PR: 213725 --- archivers/tardy/Makefile | 1 + cad/cascade/Makefile | 1 + editors/jove/Makefile | 2 +- games/wolfpack/Makefile | 2 +- lang/kawa/Makefile | 2 +- mail/opensmtpd-devel/Makefile | 2 +- math/primegen/Makefile | 1 + sysutils/safecat/Makefile | 1 + sysutils/stmpclean/Makefile | 1 + sysutils/symon/Makefile | 2 +- textproc/wiggle/Makefile | 2 +- 11 files changed, 11 insertions(+), 6 deletions(-) diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 64ee3df3b2ae..5de39654f362 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:devel/boost-libs \ LIB_DEPENDS= libexplain.so:devel/libexplain GNU_CONFIGURE= yes +USES= groff MAKE_JOBS_UNSAFE= yes diff --git a/cad/cascade/Makefile b/cad/cascade/Makefile index 35d9a6e3abf3..9d8948452f2d 100644 --- a/cad/cascade/Makefile +++ b/cad/cascade/Makefile @@ -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 diff --git a/editors/jove/Makefile b/editors/jove/Makefile index 36ba7dccb455..ed3b148192ff 100644 --- a/editors/jove/Makefile +++ b/editors/jove/Makefile @@ -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} diff --git a/games/wolfpack/Makefile b/games/wolfpack/Makefile index 0e2e18595015..450b6f094a24 100644 --- a/games/wolfpack/Makefile +++ b/games/wolfpack/Makefile @@ -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} diff --git a/lang/kawa/Makefile b/lang/kawa/Makefile index b5e103eb3eb4..b698dcdc12d6 100644 --- a/lang/kawa/Makefile +++ b/lang/kawa/Makefile @@ -11,7 +11,7 @@ COMMENT= Java-based Scheme implementation LICENSE= MIT -USES= gmake readline +USES= gmake groff readline USE_JAVA= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-kawa-frontend \ diff --git a/mail/opensmtpd-devel/Makefile b/mail/opensmtpd-devel/Makefile index 0bebe059ff61..a2cfaefa386b 100644 --- a/mail/opensmtpd-devel/Makefile +++ b/mail/opensmtpd-devel/Makefile @@ -29,7 +29,7 @@ MAILERCONF_DESC= Activate OpenSMTPD in mailer.conf(5) 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 diff --git a/math/primegen/Makefile b/math/primegen/Makefile index 759762127e76..070cb9b18baf 100644 --- a/math/primegen/Makefile +++ b/math/primegen/Makefile @@ -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 \ diff --git a/sysutils/safecat/Makefile b/sysutils/safecat/Makefile index 5275d9fc9037..017e521f60c5 100644 --- a/sysutils/safecat/Makefile +++ b/sysutils/safecat/Makefile @@ -14,6 +14,7 @@ COMMENT= Safely write data to maildir directory LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING +USES= groff ALL_TARGET= it INSTALL_TARGET= setup check MAKE_JOBS_UNSAFE=yes diff --git a/sysutils/stmpclean/Makefile b/sysutils/stmpclean/Makefile index 969586ebc284..2b507d6c7796 100644 --- a/sysutils/stmpclean/Makefile +++ b/sysutils/stmpclean/Makefile @@ -9,6 +9,7 @@ MASTER_SITES= http://shlang.com/stmpclean/ MAINTAINER= shalunov@shlang.com COMMENT= Remove old files from temporary directories +USES= groff PLIST_FILES= sbin/stmpclean man/man8/stmpclean.8.gz post-patch: diff --git a/sysutils/symon/Makefile b/sysutils/symon/Makefile index ce3a6364629a..6949e92e695c 100644 --- a/sysutils/symon/Makefile +++ b/sysutils/symon/Makefile @@ -12,7 +12,7 @@ COMMENT= Performance and information monitoring tool SUB_FILES= pkg-message -USES= perl5 shebangfix +USES= groff perl5 shebangfix SHEBANG_FILES= client/getsymonitem.pl USE_PERL5= build MAKE_JOBS_UNSAFE= yes diff --git a/textproc/wiggle/Makefile b/textproc/wiggle/Makefile index 14ba1b8119b3..d3f83d569d81 100644 --- a/textproc/wiggle/Makefile +++ b/textproc/wiggle/Makefile @@ -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"