The print/jadetex port seems to fail for me with FORCE_MAKE_JOBS defined. It seems to need MAKE_JOBS_UNSAFE defined. Fix: +MAKE_JOBS_UNSAFE= yes MAKE_ENV= TEXMFCNF=${FILESDIR}:${TEXMFDIR}/web2c PKGMESSAGE= ${WRKDIR}/pkg-message--dkYt6IXVbBTgC8Kncvus3JAYlf1NSQxLvcNrf6qT9LtK3oEe Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile.orig 2010-06-28 08:43:01.398013547 -0400 +++ Makefile 2010-06-28 08:38:08.256110865 -0400 @@ -18,6 +18,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png RUN_DEPENDS= etex:${PORTSDIR}/print/teTeX-base How-To-Repeat: Try to build print/jadetex with FORCE_MAKE_JOBS defined.
Responsible Changed From-To: freebsd-ports-bugs->hrs Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: hrs->swills swills is now a committer
swills 2010-09-11 17:29:25 UTC FreeBSD ports repository Modified files: print/jadetex Makefile Log: - Mark MAKE_JOBS_UNSAFE=yes PR: ports/148210 Approved by: maintainer timeout (hrs ; 75 days), pgollucci (mentor) Revision Changes Path 1.37 +1 -0 ports/print/jadetex/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!