o Fix install problem In fact, it was not an install problem, but a build problem. The program was unable to install an executable that was never built. It seems that we do not have -mtune flag in g++ on FreeBSD 4. Just replace the ${FILESDIR}/patch-build-config.linux by the one below. Btw, this little app seems to be cool ;)
I just forgot this little detail: --- /usr/ports/multimedia/goggles/Makefile Tue Nov 23 20:15:46 2004 +++ multimedia/goggles/Makefile Mon Dec 13 22:50:29 2004 @@ -36,8 +36,6 @@ #BROKEN= "Does not compile on alpha 5.x" #.endif -BROKEN= "Install fails" - .ifdef(WITH_DVD_DEVICE) DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} .else
Responsible Changed From-To: freebsd-ports-bugs->lioux Over to maintainer.
State Changed From-To: open->closed Committed a similar fix, thanks!