multimedia/gstreamer{,1}-plugins-{good,bad,ugly} have their own do-build targets since long ago and did not catch the MAKE_JOBS_* ports infrastructure update. So they do not make good use of multi-core CPUs on modern machines. This patch brings these ports in line with others to use ${_MAKE_JOBS} flags when calling ${GMAKE}. The end result is faster build on multi-core machines. Fix: patch attached. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->portmgr bsd.port.mk is portmgr territory (via the GNATS Auto Assign Tool)
Responsible Changed From-To: portmgr->multimedia Give that to the right maintainer.
Responsible Changed From-To: multimedia->freebsd-multimedia Canonicalize assignment.
A commit references this bug: Author: riggs Date: Sat Jul 26 07:23:16 UTC 2014 New revision: 362958 URL: http://svnweb.freebsd.org/changeset/ports/362958 Log: - Make gstreamer{,1}-plugins-{good,bad,ugly} respect MAKE_JOBS during build PR: 189096 Submitted by: jiashiun@gmail.com Approved by: mentors (implicit) Changes: head/multimedia/gstreamer-plugins-bad/Makefile head/multimedia/gstreamer-plugins-good/Makefile head/multimedia/gstreamer-plugins-ugly/Makefile head/multimedia/gstreamer1-plugins-bad/Makefile head/multimedia/gstreamer1-plugins-good/Makefile head/multimedia/gstreamer1-plugins-ugly/Makefile