Bug 161855 - [patch] emulators/qemu-devel: respect CC (sgabios)
Summary: [patch] emulators/qemu-devel: respect CC (sgabios)
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: Juergen Lock
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-21 06:40 UTC by Nali Toja
Modified: 2011-10-22 20:00 UTC (History)
0 users

See Also:


Attachments
cc.diff (547 bytes, patch)
2011-10-21 06:40 UTC, Nali Toja
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nali Toja 2011-10-21 06:40:09 UTC
Also, make gmake(1) print directory before desceding into it

  gmake: Entering directory `WRKDIR/sgabios-read-only'

As .depend target failed just after `cd' it required a bit of guesswork
to deduce where the error occured.

How-To-Repeat: $ printf 'CC=clang\nCXX=clang++\nCPP=clang -E\n' >>/etc/make.conf
$ make V=1
[...]
rm -f .depend
cc -E -M -Wall -Os -m32 -nostdlib  sgabios.S >.tmpdepend && mv .tmpdepend .depend
gmake: *** [.depend] Error 1
*** Error code 2
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-21 06:40:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nox

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-22 19:56:13 UTC
nox         2011-10-22 18:56:05 UTC

  FreeBSD ports repository

  Modified files:
    emulators/qemu-devel Makefile pkg-plist 
  Log:
  - Respect CC (sgabios) [1]
  - Respect STRIP [2]
  - Respect NOPORTDOCS, even if it's empty [3]
  - Trim deps for -nographic [4]
  
  PR:             ports/161855 [1], ports/161856 [2], ports/161857 [3],
                  ports/161858 [4]
  Submitted by:   Nali Toja <nalitoja@gmail.com>
  
  Revision  Changes    Path
  1.129     +32 -8     ports/emulators/qemu-devel/Makefile
  1.32      +1 -1      ports/emulators/qemu-devel/pkg-plist
_______________________________________________
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 Juergen Lock freebsd_committer freebsd_triage 2011-10-22 19:58:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!