Bug 72570 - [UNBREAK] graphics/agg with CC, CXX
Summary: [UNBREAK] graphics/agg with CC, CXX
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-12 13:20 UTC by Piet Delport
Modified: 2004-10-13 16:44 UTC (History)
0 users

See Also:


Attachments
agg.patch (639 bytes, patch)
2004-10-12 13:20 UTC, Piet Delport
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piet Delport 2004-10-12 13:20:28 UTC
Port graphics/agg:
	* does not build when CC contains whitespace.
	* ignores the value of CXX completely.

How-To-Repeat: 
% make
===>   agg-2.1 depends on executable: gmake - found
===>  Configuring for agg-2.1
===>  Building for agg-2.1
cc: SHELL=/bin/sh: No such file or directory
cc: PORTOBJFORMAT=elf: No such file or directory
cc: PREFIX=/usr/local: No such file or directory
cc: LOCALBASE=/usr/local: No such file or directory
cc: X11BASE=/usr/X11R6: No such file or directory
cc: MOTIFLIB=-L/usr/X11R6/lib -lXm -lXp: No such file or directory
cc: LIBDIR=/usr/lib: No such file or directory
cc: CFLAGS=-O -pipe -march=pentiumpro: No such file or directory
cc: CXXFLAGS= -O -pipe -march=pentiumpro: No such file or directory
cc: MANPREFIX=/usr/local: No such file or directory
cc: BSD_INSTALL_PROGRAM=install -c -s  -m 555: No such file or directory
cc: BSD_INSTALL_SCRIPT=install -c  -m 555: No such file or directory
cc: BSD_INSTALL_DATA=install -c  -m 444: No such file or directory
cc: BSD_INSTALL_MAN=install -c  -m 444: No such file or directory
cc: gmake: No such file or directory
cc: all: No such file or directory
cc: No input files specified
*** Error code 1

Stop in /usr/home/pjd/work/ports/agg.
%
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-10-13 16:44:10 UTC
State Changed
From-To: open->closed

Committed, thanks! 

I used a slightly less disruptive variation on your patch.