View | Details | Raw Unified | Return to bug 20377
Collapse All | Expand All

(-)myports/devel/cdk/Makefile (-2 / +1 lines)
Lines 10-17 Link Here
10
PORTVERSION=		4.9.9
10
PORTVERSION=		4.9.9
11
CATEGORIES=		devel
11
CATEGORIES=		devel
12
MASTER_SITES=	http://www.vexus.ca/release/
12
MASTER_SITES=	http://www.vexus.ca/release/
13
DISTNAME=	latestCDK
13
DISTNAME=	cdk
14
EXTRACT_SUFX=	.tgz
15
14
16
MAINTAINER=	obrien@FreeBSD.org
15
MAINTAINER=	obrien@FreeBSD.org
17
16
(-)myports/devel/cdk/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (latestCDK.tgz) = 51b00c111424a4431b2295df5a69a620
1
MD5 (cdk.tar.gz) = 51b00c111424a4431b2295df5a69a620
(-)myports/devel/cdk/patches/patch-ac (+11 lines)
Line 0 Link Here
1
--- include/cdk_util.h	Fri Dec 11 05:10:43 1998
2
+++ include/cdk_util.h	Thu Aug  3 14:02:25 2000
3
@@ -41,7 +41,7 @@
4
  * flush the stream, so it will only beep until a force is made.
5
  * This forces a flush after issuing the beep command.
6
  */
7
-void Beep();
8
+void Beep(void);
9
 
10
 /*
11
  * This aligns a 'box' on the given window with the height and
(-)myports/devel/cdk/patches/patch-ad (+15 lines)
Line 0 Link Here
1
--- include/cdkscreen.h	Tue Apr  7 19:24:55 1998
2
+++ include/cdkscreen.h	Thu Aug  3 14:02:33 2000
3
@@ -137,10 +137,10 @@
4
  * This shuts down curses and everything else needed to
5
  * exit cleanly.
6
  */
7
-void endCDK();
8
+void endCDK(void);
9
 
10
 /*
11
  * This creates all the color pairs.
12
  */
13
-void initCDKColor();
14
+void initCDKColor(void);
15
 #endif

Return to bug 20377