Bug 188461 - devel/doxygen is MAKE_JOBS_SAFE now
Summary: devel/doxygen is MAKE_JOBS_SAFE now
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-11 17:20 UTC by Jia-Shiun Li
Modified: 2014-05-02 13:40 UTC (History)
0 users

See Also:


Attachments
file.diff (487 bytes, patch)
2014-04-11 17:20 UTC, Jia-Shiun Li
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jia-Shiun Li 2014-04-11 17:20:00 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-11 17:20:03 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2014-04-11 17:20:03 UTC
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
Comment 3 Naram Qashat 2014-04-11 23:53:35 UTC
I'm fine with the patch.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2014-04-12 01:56:40 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 dfilter service freebsd_committer freebsd_triage 2014-05-02 13:36:51 UTC
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"
Comment 6 John Marino freebsd_committer freebsd_triage 2014-05-02 13:37:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!