Bug 75040

Summary: Patch port: multimedia/goggles fix install
Product: Ports & Packages Reporter: Serge Gagnon <ser_gagnon>
Component: Individual Port(s)Assignee: Mario Sergio Fujikawa Ferreira <lioux>
Status: Closed FIXED    
Severity: Affects Only Me CC: lioux
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-build-config.linux none

Description Serge Gagnon 2004-12-14 04:40:23 UTC
	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 ;)
Comment 1 Serge Gagnon 2004-12-14 04:49:21 UTC
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
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-12-14 09:53:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer.
Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2004-12-14 10:43:57 UTC
State Changed
From-To: open->closed

Committed a similar fix, thanks!