Bug 20377

Summary: Fix devel/cdk port - master site, some func prototypes
Product: Ports & Packages Reporter: Peter Pentchev <roam>
Component: Individual Port(s)Assignee: David E. O'Brien <obrien>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Peter Pentchev 2000-08-03 12:20:01 UTC
The devel/cdk port lists lastestCDK.tgz as the distname on its master
site; however, this has been renamed to cdk.tar.gz. The port version
is still 4.9.9, the MD5 checksum is the same, just the filename changed.

Included are also two patches to silence gcc -Wall's warnings about
a function without an argument list having no prototype; both are
trivial changes serving only to make gcc happy.

How-To-Repeat: 
make fetch in /usr/ports/devel/cdk fails to fetch the listed distfile.

gcc -Wall -W of any program which includes cdk/cdk.h complains about
Beep(), endCDK() and initCDKColor() having no prototypes.
Comment 1 dannyboy freebsd_committer freebsd_triage 2000-08-18 21:07:01 UTC
Responsible Changed
From-To: freebsd-ports->obrien

Over to maintainer.
Comment 2 David O'Brien 2000-08-27 01:13:51 UTC
I am not interested in adding patches that just quiet GCC warnings.
As they probably will not apply cleanly on the next update by the author
due to changes in the code around the line(s) that quiet GCC.  You should
submit these patches to the cdk author instead.
Comment 3 David E. O'Brien freebsd_committer freebsd_triage 2000-08-27 01:16:32 UTC
State Changed
From-To: open->closed

Port was updated to 4.9.10.  The GCC quieting patches I am not interested in.