Bug 96894 - Correction to port misc/firestring
Summary: Correction to port misc/firestring
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-07 02:00 UTC by Dean Hollister
Modified: 2006-05-08 19:13 UTC (History)
0 users

See Also:


Attachments
file.diff (310 bytes, patch)
2006-05-07 02:00 UTC, Dean Hollister
no flags Details | Diff

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