Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2016 21:33:10 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417489 - head/textproc/groff
Message-ID:  <201606252133.u5PLXAnN029915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 .include <bsd.port.options.mk>
 
 .if ! ${PORT_OPTIONS:MX11}
@@ -89,4 +90,4 @@ post-configure:
 post-install:
 	${INSTALL_DATA} ${FILESDIR}/mdoc.local ${STAGEDIR}/${PREFIX}/share/groff/site-tmac
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606252133.u5PLXAnN029915>