Bug 44467 - [patch] Update port: graphics/gplot, fix GCC3 breakage
Summary: [patch] Update port: graphics/gplot, fix GCC3 breakage
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: Christian Weisgerber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-25 18:40 UTC by Volker Stolz
Modified: 2002-10-26 02:40 UTC (History)
0 users

See Also:


Attachments
file.diff (16.89 KB, patch)
2002-10-25 18:40 UTC, Volker Stolz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Stolz 2002-10-25 18:40:01 UTC
gplot doesn't build with GCC3 because of a type error in cpp-magic.

- Make portlint happy
- Patch Makefile into submission (s/cc/$(CC)/, CFLAGS)
- Remove *unused* code in utils.c which causes the compiler to trip.

It would be good if the committer could double-check that the offending
str[n]cpy is indeed never reached.
Comment 1 Christian Weisgerber freebsd_committer freebsd_triage 2002-10-26 02:12:28 UTC
Responsible Changed
From-To: freebsd-ports->naddy

I'm looking into this.
Comment 2 Christian Weisgerber freebsd_committer freebsd_triage 2002-10-26 02:40:06 UTC
State Changed
From-To: open->closed

Committed, thanks.