Bug 80169 - ports/devel/libusb doesn't require GCC 3.1+ [patch]
Summary: ports/devel/libusb doesn't require GCC 3.1+ [patch]
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: Volker Stolz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-20 21:10 UTC by Helge Oldach
Modified: 2005-06-29 11:49 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (786 bytes, patch)
2005-04-20 21:10 UTC, Helge Oldach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Oldach 2005-04-20 21:10:29 UTC
ports/devel/libusb/Makefile requires USE_GCC=3.1+

This is not necessary. The port in fact compiles and works fine using
STABLE-4's stock 2.95.4 with the trivial patch below. There is no need
for the lengthy installation of a ports' gcc for those users who don't
require it otherwise.

I might be mistaken with respect to the "uppercase" patch below, but
this only relates to a test program.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-04-21 09:21:55 UTC
Dear maintainer, please review the proposed patch!

Volker
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2005-04-21 09:22:09 UTC
State Changed
From-To: open->feedback

Forwarded PR to maintainer 


Comment 3 Volker Stolz freebsd_committer freebsd_triage 2005-04-21 09:22:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vs

I like 4.x!
Comment 4 Volker Stolz freebsd_committer freebsd_triage 2005-06-29 11:49:07 UTC
State Changed
From-To: feedback->closed

Committed, thanks!