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

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	freecolor
8
PORTNAME=	freecolor
9
PORTVERSION=	0.8.3
9
PORTVERSION=	0.8.3
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
12
MASTER_SITES=	http://www.rkeene.org/files/oss/freecolor/
12
MASTER_SITES=	http://www.rkeene.org/files/oss/freecolor/
13
13
(-)files/patch-configure (+34 lines)
Added Link Here
1
--- configure.bak	Wed May 19 22:46:01 2004
2
+++ configure	Wed May 19 22:46:41 2004
3
@@ -2940,6 +2940,7 @@
4
 cat >>conftest.$ac_ext <<_ACEOF
5
 /* end confdefs.h.  */
6
 $ac_includes_default
7
+#define SG_ENABLE_DEPRECATED
8
 #include <statgrab.h>
9
 _ACEOF
10
 rm -f conftest.$ac_objext
11
@@ -2983,6 +2984,7 @@
12
 cat confdefs.h >>conftest.$ac_ext
13
 cat >>conftest.$ac_ext <<_ACEOF
14
 /* end confdefs.h.  */
15
+#define SG_ENABLE_DEPRECATED
16
 #include <statgrab.h>
17
 _ACEOF
18
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
19
@@ -3179,6 +3181,7 @@
20
 cat >>conftest.$ac_ext <<_ACEOF
21
 /* end confdefs.h.  */
22
 $ac_includes_default
23
+#define SG_ENABLE_DEPRECATED
24
 #include <statgrab.h>
25
 _ACEOF
26
 rm -f conftest.$ac_objext
27
@@ -3222,6 +3225,7 @@
28
 cat confdefs.h >>conftest.$ac_ext
29
 cat >>conftest.$ac_ext <<_ACEOF
30
 /* end confdefs.h.  */
31
+#define SG_ENABLE_DEPRECATED
32
 #include <statgrab.h>
33
 _ACEOF
34
 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
(-)files/patch-freecolor.c (-3 / +10 lines)
Lines 1-6 Link Here
1
--- freecolor.c.bak	Wed Jan  7 20:04:01 2004
1
--- freecolor.c.bak	Wed May 19 22:43:41 2004
2
+++ freecolor.c	Wed Jan  7 20:04:13 2004
2
+++ freecolor.c	Wed May 19 22:44:50 2004
3
@@ -62,9 +62,6 @@
3
@@ -56,15 +56,13 @@
4
 #define PROC_MEMINFO "/proc/meminfo"
5
 #endif
6
 #else
7
+#define SG_ENABLE_DEPRECATED
8
 #include <statgrab.h>
9
 #endif
10
 #include <string.h>
4
 #include <unistd.h>
11
 #include <unistd.h>
5
 #include <stdlib.h>
12
 #include <stdlib.h>
6
 #include <stdio.h>
13
 #include <stdio.h>

Return to bug 66909