Bug 96894

Summary: Correction to port misc/firestring
Product: Ports & Packages Reporter: Dean Hollister <dean>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Dean Hollister 2006-05-07 02:00:34 UTC
Correction to port misc/firestring

		USE_GCC=3.2 missing "+" flag, this may cause some ports to install
		multiple versions of GCC or force installation of GCC again where a 
		newer version is installed.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2006-05-07 22:27:46 UTC
State Changed
From-To: open->feedback

This looks odd, the misc/firestring port reads: 

.include <bsd.port.pre.mk> 

USE_GCC=        3.4+ 

There is no OSVERSION comparision in there. Do you patch the right port? 


Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2006-05-07 22:27:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2006-05-08 19:12:54 UTC
State Changed
From-To: feedback->closed

Committed, thanks!