Bug 62143

Summary: x11/servers/driglide wants to run /usr/libexec/cpp0
Product: Ports & Packages Reporter: Brandon S Allbery KF8NH <allbery>
Component: Individual Port(s)Assignee: Volker Stolz <vs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Brandon S Allbery KF8NH 2004-01-31 04:40:09 UTC
	The x11-servers/driglide port tries to use /usr/libexec/cpp0 to
	preprocess an assember source file.  FreeBSD 5.x does not have
	/usr/libexec/cpp0.

Fix: 

Symlinking /usr/bin/cpp to /usr/libexec/cpp0 allows the port to
	install, and the resulting libraries appear to work correctly.
	Presumably the port should be modified to use /usr/bin/cpp instead
	of /usr/libexec/cpp0.
How-To-Repeat: 	cd /usr/ports/x11-servers/driglide
	make
Comment 1 Kris Kennaway 2004-03-06 12:33:31 UTC
On Fri, Jan 30, 2004 at 11:36:26PM -0500, Brandon S Allbery KF8NH wrote:

> 	The x11-servers/driglide port tries to use /usr/libexec/cpp0 to
> 	preprocess an assember source file.  FreeBSD 5.x does not have
> 	/usr/libexec/cpp0.
> 
> >How-To-Repeat:
> 	cd /usr/ports/x11-servers/driglide
> 	make
> 
> >Fix:
> 	Symlinking /usr/bin/cpp to /usr/libexec/cpp0 allows the port to
> 	install, and the resulting libraries appear to work correctly.
> 	Presumably the port should be modified to use /usr/bin/cpp instead
> 	of /usr/libexec/cpp0.

Can you please submit a patch to implement this?

Kris
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-03-11 15:03:20 UTC
State Changed
From-To: open->closed

Fixed, thanks for your submission. 


Comment 3 Volker Stolz freebsd_committer freebsd_triage 2004-03-11 15:03:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

Fixed, thanks for your submission.