From 4a98616c066c9e54f8b7ad6761fa54f8373478ec Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 20 Jun 1999 18:21:54 +0000 Subject: [PATCH] Take advantage of FreeBSD `system info' code --- x11/kdebase/patches/patch-ak | 11 +++++++++++ x11/kdebase/patches/patch-al | 10 ++++++++++ x11/kdebase/patches/patch-am | 11 +++++++++++ x11/kdebase/patches/patch-an | 10 ++++++++++ 4 files changed, 42 insertions(+) create mode 100644 x11/kdebase/patches/patch-ak create mode 100644 x11/kdebase/patches/patch-al create mode 100644 x11/kdebase/patches/patch-am create mode 100644 x11/kdebase/patches/patch-an diff --git a/x11/kdebase/patches/patch-ak b/x11/kdebase/patches/patch-ak new file mode 100644 index 00000000000..ff73bb2428a --- /dev/null +++ b/x11/kdebase/patches/patch-ak @@ -0,0 +1,11 @@ +--- kcontrol/info/info.cpp.orig Sun Jun 20 19:40:46 1999 ++++ kcontrol/info/info.cpp Sun Jun 20 19:41:18 1999 +@@ -112,7 +112,7 @@ + #include "info_linux.cpp" + #elif sgi || sun + #include "info_sgi.cpp" +-#elif __FreeBSD__ ++#elif __FreeBSD__ || __OpenBSD__ + #include "info_fbsd.cpp" + #elif hpux + #include "info_hpux.cpp" diff --git a/x11/kdebase/patches/patch-al b/x11/kdebase/patches/patch-al new file mode 100644 index 00000000000..6f399fd22a0 --- /dev/null +++ b/x11/kdebase/patches/patch-al @@ -0,0 +1,10 @@ +--- kcontrol/info/info_fbsd.cpp.orig Sun Jun 20 19:43:01 1999 ++++ kcontrol/info/info_fbsd.cpp Sun Jun 20 19:43:13 1999 +@@ -25,6 +25,7 @@ + */ + + #include ++#include + #include + + #include diff --git a/x11/kdebase/patches/patch-am b/x11/kdebase/patches/patch-am new file mode 100644 index 00000000000..7657772b74f --- /dev/null +++ b/x11/kdebase/patches/patch-am @@ -0,0 +1,11 @@ +--- kcontrol/info/memory.cpp.orig Sun Jun 20 19:40:56 1999 ++++ kcontrol/info/memory.cpp Sun Jun 20 19:41:26 1999 +@@ -86,7 +86,7 @@ + #include "memory_linux.cpp" + #elif sgi + #include "memory_sgi.cpp" +-#elif __FreeBSD__ ++#elif __FreeBSD__ || __OpenBSD__ + #include "memory_fbsd.cpp" + #elif hpux + #include "memory_hpux.cpp" diff --git a/x11/kdebase/patches/patch-an b/x11/kdebase/patches/patch-an new file mode 100644 index 00000000000..ea9e95d1085 --- /dev/null +++ b/x11/kdebase/patches/patch-an @@ -0,0 +1,10 @@ +--- kcontrol/info/memory_fbsd.cpp.orig Sun Jun 20 19:43:22 1999 ++++ kcontrol/info/memory_fbsd.cpp Sun Jun 20 19:43:36 1999 +@@ -1,6 +1,7 @@ + // $Id: patch-an,v 1.1 1999/06/20 18:21:55 espie Exp $ + + #include ++#include + #include + #include // For atoi() +