From owner-svn-ports-head@freebsd.org Sat Jun 25 21:33:11 2016 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 5A37CB81FB3; Sat, 25 Jun 2016 21:33:11 +0000 (UTC) (envelope-from mat@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 2A8D516D3; Sat, 25 Jun 2016 21:33:11 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5PLXAoU029916; Sat, 25 Jun 2016 21:33:10 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5PLXAnN029915; Sat, 25 Jun 2016 21:33:10 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201606252133.u5PLXAnN029915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Sat, 25 Jun 2016 21:33:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417489 - head/textproc/groff 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.22 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: Sat, 25 Jun 2016 21:33:11 -0000 Author: mat Date: Sat Jun 25 21:33:10 2016 New Revision: 417489 URL: https://svnweb.freebsd.org/changeset/ports/417489 Log: Make MAKE_JOBS_UNSAFE, tries to use stuff before building them, for example: /wrkdirs/usr/ports/textproc/groff/work/groff-1.22.2/src/devices/gropdf/pdfmom: not found gmake[3]: *** [Makefile.sub:117: examples/letter.pdf] Error 127 While there, remove the bsd.port.pre/post inclusion. Sponsored by: Absolight Modified: head/textproc/groff/Makefile (contents, props changed) Modified: head/textproc/groff/Makefile ============================================================================== --- head/textproc/groff/Makefile Sat Jun 25 21:00:21 2016 (r417488) +++ head/textproc/groff/Makefile Sat Jun 25 21:33:10 2016 (r417489) @@ -15,6 +15,8 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/bin/psselect:print/psutils RUN_DEPENDS:= ${BUILD_DEPENDS} +MAKE_JOBS_UNSAFE= yes + USES= cpe ghostscript gmake perl5 shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-awk=/usr/bin/awk @@ -48,7 +50,6 @@ DATADIR= ${PREFIX}/share/${PORTNAME}/${P DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} EXAMPLESDIR= ${DOCSDIR}/examples -.include .include .if ! ${PORT_OPTIONS:MX11} @@ -89,4 +90,4 @@ post-configure: post-install: ${INSTALL_DATA} ${FILESDIR}/mdoc.local ${STAGEDIR}/${PREFIX}/share/groff/site-tmac -.include +.include