Bug 133025 - [patch] graphics/libGL: mark Mesa ports as MAKE_JOBS_SAFE
Summary: [patch] graphics/libGL: mark Mesa ports as MAKE_JOBS_SAFE
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-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-24 20:20 UTC by swell.k
Modified: 2009-05-17 01:10 UTC (History)
0 users

See Also:


Attachments
mark.diff (485 bytes, patch)
2009-03-24 20:20 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2009-03-24 20:20:01 UTC
Utilize more horsepower by building the port using several instances
of GCC on SMP boxes.

Fix: Use feature introduced by recent commit to Mk/bsd.port.mk

http://docs.FreeBSD.org/cgi/mid.cgi?200903221028.n2MASrjk002315
http://docs.FreeBSD.org/cgi/mid.cgi?1237901632.1849.19.camel
How-To-Repeat: Apply attached patch and run

    $ make MAKE_JOBS_NUMBER=8

in the following ports

    graphics/dri
    graphics/libGL
    graphics/libGLU
    graphics/libGLw
    graphics/libglut
    graphics/mesa-demos
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-24 20:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-17 01:04:14 UTC
miwi        2009-05-17 00:04:04 UTC

  FreeBSD ports repository

  Modified files:
    graphics/libGL       bsd.mesalib.mk 
  Log:
  - Make following ports MAKE_JOBS_SAFE:
  
  graphics/dri
  graphics/libGL
  graphics/libGLU
  graphics/libGLw
  graphics/libglut
  graphics/mesa-demos
  
  PR:             133025
  Submitted by:   Anonymous <swell.k@gmail.com>
  Oked:           rnoland
  
  Revision  Changes    Path
  1.12      +2 -1      ports/graphics/libGL/bsd.mesalib.mk
_______________________________________________
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-05-17 01:04:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!