From owner-svn-ports-head@freebsd.org Thu May 25 14:35:51 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 48793D812BB; Thu, 25 May 2017 14:35:51 +0000 (UTC) (envelope-from bapt@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 258A61E00; Thu, 25 May 2017 14:35:51 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4PEZoOH057676; Thu, 25 May 2017 14:35:50 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4PEZn7r057669; Thu, 25 May 2017 14:35:49 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201705251435.v4PEZn7r057669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Thu, 25 May 2017 14:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r441694 - in head: emulators/tiemu3 lang/clang33 lang/clang34 mail/gnarwl math/gnuplot misc/freebsd-doc-en net/corosync 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: Thu, 25 May 2017 14:35:51 -0000 Author: bapt Date: Thu May 25 14:35:49 2017 New Revision: 441694 URL: https://svnweb.freebsd.org/changeset/ports/441694 Log: Register dependency on groff Modified: head/emulators/tiemu3/Makefile head/lang/clang33/Makefile head/lang/clang34/Makefile head/mail/gnarwl/Makefile head/math/gnuplot/Makefile head/misc/freebsd-doc-en/Makefile head/net/corosync/Makefile Modified: head/emulators/tiemu3/Makefile ============================================================================== --- head/emulators/tiemu3/Makefile Thu May 25 14:25:12 2017 (r441693) +++ head/emulators/tiemu3/Makefile Thu May 25 14:35:49 2017 (r441694) @@ -16,7 +16,7 @@ LIB_DEPENDS= libticalcs2.so:comms/libtic libticables2.so:comms/libticables2 \ libtifiles2.so:devel/libtifiles2 -USES= gmake libtool pkgconfig +USES= gmake groff libtool pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 libglade2 USE_SDL= sdl Modified: head/lang/clang33/Makefile ============================================================================== --- head/lang/clang33/Makefile Thu May 25 14:25:12 2017 (r441693) +++ head/lang/clang33/Makefile Thu May 25 14:35:49 2017 (r441694) @@ -33,7 +33,7 @@ PYTHONLIBDIR= ${LLVM_PREFIX}/lib/python GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} -USES= gmake perl5 python +USES= gmake groff perl5 python USE_LDCONFIG= yes MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \ Modified: head/lang/clang34/Makefile ============================================================================== --- head/lang/clang34/Makefile Thu May 25 14:25:12 2017 (r441693) +++ head/lang/clang34/Makefile Thu May 25 14:35:49 2017 (r441694) @@ -36,7 +36,7 @@ PYTHONLIBDIR= ${LLVM_PREFIX}/lib/python GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${LLVM_PREFIX} -USES= gmake libedit perl5 python +USES= gmake groff libedit perl5 python USE_LDCONFIG= yes MAKE_ARGS= CLANG_TBLGEN=${WRKSRC}/${RELTYPE}/bin/clang-tblgen \ Modified: head/mail/gnarwl/Makefile ============================================================================== --- head/mail/gnarwl/Makefile Thu May 25 14:25:12 2017 (r441693) +++ head/mail/gnarwl/Makefile Thu May 25 14:35:49 2017 (r441694) @@ -13,7 +13,7 @@ COMMENT= Email autoresponder that gets d LIB_DEPENDS= libgdbm.so:databases/gdbm BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:textproc/gsed -USES= iconv gmake tar:tgz +USES= iconv gmake groff tar:tgz USE_OPENLDAP= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --localstatedir="${PREFIX}/var" Modified: head/math/gnuplot/Makefile ============================================================================== --- head/math/gnuplot/Makefile Thu May 25 14:25:12 2017 (r441693) +++ head/math/gnuplot/Makefile Thu May 25 14:35:49 2017 (r441694) @@ -14,7 +14,7 @@ LICENSE_NAME= Gnuplot license LICENSE_FILE= ${WRKSRC}/Copyright LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -USES= iconv lua pkgconfig readline +USES= groff iconv lua pkgconfig readline USE_TEX= kpathsea GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} Modified: head/misc/freebsd-doc-en/Makefile ============================================================================== --- head/misc/freebsd-doc-en/Makefile Thu May 25 14:25:12 2017 (r441693) +++ head/misc/freebsd-doc-en/Makefile Thu May 25 14:35:49 2017 (r441694) @@ -13,7 +13,7 @@ COMMENT?= Documentation from the FreeBSD BUILD_DEPENDS= docproj>=2.0_6:textproc/docproj -USES= uidfix +USES= groff uidfix WRKSRC= ${WRKDIR}/doc PLIST_SUB= DOCSDIR=${DOCBASE} \ DOCLANG=${DOCLANG} \ Modified: head/net/corosync/Makefile ============================================================================== --- head/net/corosync/Makefile Thu May 25 14:25:12 2017 (r441693) +++ head/net/corosync/Makefile Thu May 25 14:35:49 2017 (r441694) @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libnss3.so:security/nss \ libqb.so:devel/libqb -USES= gmake libtool pathfix pkgconfig +USES= gmake groff libtool pathfix pkgconfig USE_GCC= yes # segfaults when built with Clang USE_LDCONFIG= yes USE_RC_SUBR= ${PORTNAME} ${PORTNAME}-notifyd