FreeBSD Bugzilla – Attachment 10094 Details for
Bug 20377
Fix devel/cdk port - master site, some func prototypes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.78 KB, created by
Peter Pentchev
on 2000-08-03 12:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter Pentchev
Created:
2000-08-03 12:20:01 UTC
Size:
1.78 KB
patch
obsolete
>diff -u -urN ports/devel/cdk/Makefile myports/devel/cdk/Makefile >--- ports/devel/cdk/Makefile Thu Aug 3 13:50:08 2000 >+++ myports/devel/cdk/Makefile Thu Aug 3 13:51:18 2000 >@@ -10,8 +10,7 @@ > PORTVERSION= 4.9.9 > CATEGORIES= devel > MASTER_SITES= http://www.vexus.ca/release/ >-DISTNAME= latestCDK >-EXTRACT_SUFX= .tgz >+DISTNAME= cdk > > MAINTAINER= obrien@FreeBSD.org > >diff -u -urN ports/devel/cdk/files/md5 myports/devel/cdk/files/md5 >--- ports/devel/cdk/files/md5 Thu Aug 3 13:50:37 2000 >+++ myports/devel/cdk/files/md5 Thu Aug 3 13:51:23 2000 >@@ -1 +1 @@ >-MD5 (latestCDK.tgz) = 51b00c111424a4431b2295df5a69a620 >+MD5 (cdk.tar.gz) = 51b00c111424a4431b2295df5a69a620 >diff -u -urN ports/devel/cdk/patches/patch-ac myports/devel/cdk/patches/patch-ac >--- ports/devel/cdk/patches/patch-ac Thu Jan 1 02:00:00 1970 >+++ myports/devel/cdk/patches/patch-ac Thu Aug 3 14:04:04 2000 >@@ -0,0 +1,11 @@ >+--- include/cdk_util.h Fri Dec 11 05:10:43 1998 >++++ include/cdk_util.h Thu Aug 3 14:02:25 2000 >+@@ -41,7 +41,7 @@ >+ * flush the stream, so it will only beep until a force is made. >+ * This forces a flush after issuing the beep command. >+ */ >+-void Beep(); >++void Beep(void); >+ >+ /* >+ * This aligns a 'box' on the given window with the height and >diff -u -urN ports/devel/cdk/patches/patch-ad myports/devel/cdk/patches/patch-ad >--- ports/devel/cdk/patches/patch-ad Thu Jan 1 02:00:00 1970 >+++ myports/devel/cdk/patches/patch-ad Thu Aug 3 14:04:10 2000 >@@ -0,0 +1,15 @@ >+--- include/cdkscreen.h Tue Apr 7 19:24:55 1998 >++++ include/cdkscreen.h Thu Aug 3 14:02:33 2000 >+@@ -137,10 +137,10 @@ >+ * This shuts down curses and everything else needed to >+ * exit cleanly. >+ */ >+-void endCDK(); >++void endCDK(void); >+ >+ /* >+ * This creates all the color pairs. >+ */ >+-void initCDKColor(); >++void initCDKColor(void); >+ #endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20377
: 10094