Bug 75040 - Patch port: multimedia/goggles fix install
Summary: Patch port: multimedia/goggles fix install
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: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-14 04:40 UTC by Serge Gagnon
Modified: 2004-12-14 10:59 UTC (History)
1 user (show)

See Also:


Attachments
patch-build-config.linux (1.91 KB, text/plain)
2004-12-14 04:40 UTC, Serge Gagnon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!