Bug 189206 - [patch] audio/pulseaudio is sound enough to parallel build
Summary: [patch] audio/pulseaudio is sound enough to parallel build
Status: Closed Overcome By Events
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-01 16:50 UTC by Jia-Shiun Li
Modified: 2015-03-29 08:49 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (374 bytes, patch)
2014-05-01 16:50 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-05-01 16:50:01 UTC
pulseaudio was marked MAKE_JOBS_UNSAFE 5 years ago[1]. It looks fine to parallel build now.


jsli@4cbsd:/usr/ports/audio/pulseaudio # sysctl kern.smp.cpus hw.model
kern.smp.cpus: 4
hw.model: Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz
jsli@4cbsd:/usr/ports/audio/pulseaudio # time make -DBATCH MAKE_JOBS_NUMBER=64
..
..
====> Compressing man pages (compress-man)
93.880u 83.810s 1:24.92 209.2%  15228+249k 22+382io 0pf+0w
jsli@4cbsd:/usr/ports/audio/pulseaudio # 


[1] http://docs.freebsd.org/cgi/getmsg.cgi?fetch=298620+0+/usr/local/www/db/text/2009/cvs-ports/20090419.cvs-ports

Fix: patch attached to enable parallel build.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-01 16:50:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Koop Mast freebsd_committer freebsd_triage 2015-03-29 08:49:55 UTC
The MAKE_JOBS_UNSAFE flag was removed in the 5.0 update.