Bug 163094 - [patch] www/netsurf: respect CC/_MAKE_JOBS (libs)
Summary: [patch] www/netsurf: respect CC/_MAKE_JOBS (libs)
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-06 17:40 UTC by Jan Beich
Modified: 2011-12-29 15:20 UTC (History)
0 users

See Also:


Attachments
cc.diff (1.50 KB, patch)
2011-12-06 17:40 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2011-12-06 17:40:06 UTC
- HOST_CC is reset to `cc' when HOST != TARGET for libs
  and HOST_CC is `gcc' when building netsurf, override it
- build libs with multiple jobs, too
- make `cd' more verbose by using `-C' from gmake(1) making it easier
  to tell in which directory error occured
- allow specifying PREFIX on command line
- properly detect clang when the first word contains system name, e.g.

    $ clang --version
    FreeBSD clang version 3.0 (branches/release_30 142614) 20111021
    Target: x86_64-unknown-freebsd10.0
    Thread model: posix

How-To-Repeat: http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp-clang.20111205013108.pointyhat-west/netsurf-2.8.log

$ make install PREFIX=/test
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-06 17:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2011-12-29 15:19:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-12-29 15:19:16 UTC
miwi        2011-12-29 15:18:58 UTC

  FreeBSD ports repository

  Modified files:
    www/netsurf          Makefile 
  Log:
  - Respect CC/_MAKE_JOBS
  
  PR:             163094
  Submitted by:   Jan Beich <jbeich@tormail.net>
  
  Revision  Changes    Path
  1.14      +5 -3      ports/www/netsurf/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"