Bug 135262 - [PATCH] Add MAKE_JOBS support for OpenOffice.org
Summary: [PATCH] Add MAKE_JOBS support for OpenOffice.org
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-openoffice (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 17:40 UTC by David Naylor
Modified: 2009-06-06 10:10 UTC (History)
0 users

See Also:


Attachments
file.diff (7.55 KB, patch)
2009-06-04 17:40 UTC, David Naylor
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Naylor 2009-06-04 17:40:01 UTC
editors/openoffice.org-* uses a custom do-build target (and a custom build script, perl I believe).  Although the build script does support concurrency, and even the Makefiles have the capability to use it (if the Makefile is edited or some non-standard variables set) it is not using the newly introduced MAKE_JOBS in bsd.port.mk

Fix: Apply attached patch, this marks the ports as SAFE and uses the variable MAKE_JOBS_NUMBER (instead of custom).

Patch attached with submission follows:
How-To-Repeat: n/a
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-06-04 21:13:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->openoffice

Over to maintainer(s).
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-06 10:07:42 UTC
maho        2009-06-06 09:07:29 UTC

  FreeBSD ports repository

  Modified files:
    editors/openoffice.org-2 Makefile 
    editors/openoffice.org-2-RC Makefile 
    editors/openoffice.org-2-devel Makefile 
    editors/openoffice.org-3 Makefile 
    editors/openoffice.org-3-RC Makefile 
    editors/openoffice.org-3-devel Makefile 
  Log:
  Add MAKE_JOBS support for OpenOffice.org.
  
  PR:             135262
  Submitted by:   David Naylor <naylor.b.david@gmail.com>
  Supported by:   pav
  Funded by: The OpenOffice.org community
  
  Revision  Changes    Path
  1.347     +3 -3      ports/editors/openoffice.org-2-RC/Makefile
  1.370     +6 -3      ports/editors/openoffice.org-2-devel/Makefile
  1.312     +3 -3      ports/editors/openoffice.org-2/Makefile
  1.383     +6 -3      ports/editors/openoffice.org-3-RC/Makefile
  1.425     +6 -3      ports/editors/openoffice.org-3-devel/Makefile
  1.317     +6 -3      ports/editors/openoffice.org-3/Makefile
_______________________________________________
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 Maho Nakata freebsd_committer freebsd_triage 2009-06-06 10:08:44 UTC
State Changed
From-To: open->closed

Committed, thanks.