FreeBSD Bugzilla – Attachment 43004 Details for
Bug 66909
[MAINTAINER] sysutils/freecolor: Fix to work with new libstatgrab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
freecolor-0.8.3_2.patch
freecolor-0.8.3_2.patch (text/plain), 2.43 KB, created by
Tim Bishop
on 2004-05-19 23:00:30 UTC
(
hide
)
Description:
freecolor-0.8.3_2.patch
Filename:
MIME Type:
Creator:
Tim Bishop
Created:
2004-05-19 23:00:30 UTC
Size:
2.43 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /u1/freebsd/cvs/ports/sysutils/freecolor/Makefile,v >retrieving revision 1.4 >diff -u -r1.4 Makefile >--- Makefile 19 May 2004 20:59:12 -0000 1.4 >+++ Makefile 19 May 2004 21:47:15 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= freecolor > PORTVERSION= 0.8.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > MASTER_SITES= http://www.rkeene.org/files/oss/freecolor/ > >Index: files/patch-configure >=================================================================== >RCS file: files/patch-configure >diff -N files/patch-configure >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-configure 19 May 2004 21:46:54 -0000 >@@ -0,0 +1,34 @@ >+--- configure.bak Wed May 19 22:46:01 2004 >++++ configure Wed May 19 22:46:41 2004 >+@@ -2940,6 +2940,7 @@ >+ cat >>conftest.$ac_ext <<_ACEOF >+ /* end confdefs.h. */ >+ $ac_includes_default >++#define SG_ENABLE_DEPRECATED >+ #include <statgrab.h> >+ _ACEOF >+ rm -f conftest.$ac_objext >+@@ -2983,6 +2984,7 @@ >+ cat confdefs.h >>conftest.$ac_ext >+ cat >>conftest.$ac_ext <<_ACEOF >+ /* end confdefs.h. */ >++#define SG_ENABLE_DEPRECATED >+ #include <statgrab.h> >+ _ACEOF >+ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 >+@@ -3179,6 +3181,7 @@ >+ cat >>conftest.$ac_ext <<_ACEOF >+ /* end confdefs.h. */ >+ $ac_includes_default >++#define SG_ENABLE_DEPRECATED >+ #include <statgrab.h> >+ _ACEOF >+ rm -f conftest.$ac_objext >+@@ -3222,6 +3225,7 @@ >+ cat confdefs.h >>conftest.$ac_ext >+ cat >>conftest.$ac_ext <<_ACEOF >+ /* end confdefs.h. */ >++#define SG_ENABLE_DEPRECATED >+ #include <statgrab.h> >+ _ACEOF >+ if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 >Index: files/patch-freecolor.c >=================================================================== >RCS file: /u1/freebsd/cvs/ports/sysutils/freecolor/files/patch-freecolor.c,v >retrieving revision 1.1 >diff -u -r1.1 patch-freecolor.c >--- files/patch-freecolor.c 7 Jan 2004 23:53:23 -0000 1.1 >+++ files/patch-freecolor.c 19 May 2004 21:45:02 -0000 >@@ -1,6 +1,13 @@ >---- freecolor.c.bak Wed Jan 7 20:04:01 2004 >-+++ freecolor.c Wed Jan 7 20:04:13 2004 >-@@ -62,9 +62,6 @@ >+--- freecolor.c.bak Wed May 19 22:43:41 2004 >++++ freecolor.c Wed May 19 22:44:50 2004 >+@@ -56,15 +56,13 @@ >+ #define PROC_MEMINFO "/proc/meminfo" >+ #endif >+ #else >++#define SG_ENABLE_DEPRECATED >+ #include <statgrab.h> >+ #endif >+ #include <string.h> > #include <unistd.h> > #include <stdlib.h> > #include <stdio.h>
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 66909
: 43004