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
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
State Changed From-To: open->closed Fixed, thanks for your submission.
Responsible Changed From-To: freebsd-ports-bugs->vs Fixed, thanks for your submission.