Bug 74901 - [PATCH] lang/gcc34 port fails to build (syntax error in Makefile)
Summary: [PATCH] lang/gcc34 port fails to build (syntax error in Makefile)
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: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-09 20:40 UTC by Pasi Hirvonen
Modified: 2004-12-10 10:54 UTC (History)
0 users

See Also:


Attachments
gcc34-patch (457 bytes, text/plain)
2004-12-09 20:40 UTC, Pasi Hirvonen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pasi Hirvonen 2004-12-09 20:40:28 UTC
lang/gcc34 port fails to build because of a syntax error in
its Makefile. One of the lines lacks '"'.

Fix: This patch fixes the error:
How-To-Repeat: 
cd /usr/ports/lang/gcc34 && make
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-12-10 08:49:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gerald

Over to maintainer
Comment 2 Gerald Pfeifer freebsd_committer freebsd_triage 2004-12-10 10:53:54 UTC
State Changed
From-To: open->closed

Thanks, I just committed the patch.  I am still wondering why this did not 
surface earlier; are you using some later version of make or a newer/different 
shell by any chance?