It's been a long time since ports/135381 made devel/doxygen MAKE_JOBS_UNSAFE. Now it builds fine without MAKE_JOBS_UNSAFE and with MAKE_JOBS_NUMBER=16. jsli@4cbsd:/mnt/doxygen # sysctl kern.smp.cpus hw.model kern.smp.cpus: 4 hw.model: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz jsli@4cbsd:/mnt/doxygen # time make -DBATCH MAKE_JOBS_NUMBER=16 .. gmake[1]: Leaving directory `/mnt/doxygen/work/doxygen-1.8.3.1/examples' 86.672u 2.608s 0:34.03 262.3% 36758+383k 0+3io 0pf+0w jsli@4cbsd:/mnt/doxygen # df -h /mnt Filesystem Size Used Avail Capacity Mounted on tmpfs 500M 80M 420M 16% /mnt jsli@4cbsd:/mnt/doxygen # Fix: one-line patch is attached to remove MAKE_JOBS_UNSAFE. Patch attached with submission follows:
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of devel/doxygen, Please note that PR ports/188461 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188461 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
I'm fine with the patch.
State Changed From-To: feedback->open Maintainer approved.
Author: marino Date: Fri May 2 12:36:47 2014 New Revision: 352809 URL: http://svnweb.freebsd.org/changeset/ports/352809 QAT: https://qat.redports.org/buildarchive/r352809/ Log: devel/doxygen: Remove "jobs unsafe" designation PR: ports/188461 Submitted by: Jia-Shiun Li Approved by: maintainer (Naram Qashat) Modified: head/devel/doxygen/Makefile Modified: head/devel/doxygen/Makefile ============================================================================== --- head/devel/doxygen/Makefile Fri May 2 12:10:20 2014 (r352808) +++ head/devel/doxygen/Makefile Fri May 2 12:36:47 2014 (r352809) @@ -24,7 +24,6 @@ HAS_CONFIGURE= yes QT_NONSTANDARD= yes # non-standard configure arguments CONFIGURE_ARGS= --prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \ --install "${INSTALL}" -MAKE_JOBS_UNSAFE= yes REINPLACE_ARGS= -i '' EXTRACT_AFTER_ARGS= --exclude '*/libmd5' \ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!