diff options
Diffstat (limited to 'deskutils/gnomeutils2/files')
-rw-r--r-- | deskutils/gnomeutils2/files/patch-aa | 31 | ||||
-rw-r--r-- | deskutils/gnomeutils2/files/patch-ad | 28 | ||||
-rw-r--r-- | deskutils/gnomeutils2/files/patch-ah | 48 |
3 files changed, 0 insertions, 107 deletions
diff --git a/deskutils/gnomeutils2/files/patch-aa b/deskutils/gnomeutils2/files/patch-aa deleted file mode 100644 index 6f97cad1373c..000000000000 --- a/deskutils/gnomeutils2/files/patch-aa +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.orig Fri May 19 14:49:06 2000 -+++ configure Tue May 30 13:31:24 2000 -@@ -6350,17 +6350,13 @@ - if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then - echo "$ac_t""yes" 1>&6 - build_gfloppy=true -+ subdirs="gfloppy" - else -+ build_gfloppy=false - echo "$ac_t""no" 1>&6 - echo "configure: warning: *** gfloppy will not be built." 1>&2 - fi - --if $build_gfloppy; then -- subdirs="gfloppy" -- --fi -- -- - if test "$build_gfloppy" = true; then - BUILD_GFLOPPY_TRUE= - BUILD_GFLOPPY_FALSE='#' -@@ -8453,7 +8449,7 @@ - esac - done - -- for ac_config_dir in gfloppy; do -+ for ac_config_dir in $subdirs ; do - - # Do not complain, so a configure script can configure whichever - # parts of a large source tree are present. diff --git a/deskutils/gnomeutils2/files/patch-ad b/deskutils/gnomeutils2/files/patch-ad deleted file mode 100644 index 65ebff071c14..000000000000 --- a/deskutils/gnomeutils2/files/patch-ad +++ /dev/null @@ -1,28 +0,0 @@ ---- gdialog/dialog.h.orig Tue Jul 6 16:23:33 1999 -+++ gdialog/dialog.h Wed Aug 18 11:34:23 1999 -@@ -36,24 +36,7 @@ - #include <gnome.h> - #endif - --#ifdef ultrix --# include <cursesX.h> --#else --# if defined(USE_NCURSES) && !defined(RENAMED_NCURSES) --# include <ncurses.h> --# else --# if !defined(_XOPEN_SOURCE_EXTENDED) && !defined(__sgi) --# define hacked 1 --# define _XOPEN_SOURCE_EXTENDED --# define _ACS_COMPAT_CODE --# endif --# include <curses.h> --# ifdef hacked --# undef _XOPEN_SOURCE_EXTENDED --# undef _ACS_COMPAT_CODE --# endif --# endif --#endif -+#include <ncurses.h> - - /* - * Change these if you want diff --git a/deskutils/gnomeutils2/files/patch-ah b/deskutils/gnomeutils2/files/patch-ah deleted file mode 100644 index ba467beaa5a6..000000000000 --- a/deskutils/gnomeutils2/files/patch-ah +++ /dev/null @@ -1,48 +0,0 @@ ---- logview/actions.c.orig Wed Apr 26 22:32:02 2000 -+++ logview/actions.c Tue May 30 13:34:05 2000 -@@ -1,6 +1,7 @@ - #include "logview.h" - #include <string.h> - #include <stdlib.h> -+#include <sys/types.h> - #include <regex.h> - #include <config.h> - #include <gnome.h> ---- logview/desc_db.c.orig Wed Apr 26 22:32:02 2000 -+++ logview/desc_db.c Tue May 30 13:34:36 2000 -@@ -1,5 +1,6 @@ - #include "logview.h" - #include <string.h> -+#include <sys/types.h> - #include <regex.h> - #include <stdlib.h> - ---- logview/logrtns.c.orig Tue May 30 13:35:22 2000 -+++ logview/logrtns.c Tue May 30 13:37:45 2000 -@@ -679,7 +679,7 @@ - if (IsLeapYear (curmark->year - lastyear + thisyear)) - curmark->time += 24 * 60 * 60; /* Add one day */ - --#ifdef __NetBSD__ -+#if defined(__NetBSD__) || defined(__FreeBSD__) - curmark->time += correction - tmptm->tm_gmtoff; - #else - curmark->time += correction - timezone; -@@ -705,7 +705,7 @@ - if (IsLeapYear (thisyear)) - log->lstats.enddate += 24 * 60 * 60; /* Add one day */ - --#ifdef __NetBSD__ -+#if defined(__NetBSD__) || defined(__FreeBSD__) - log->lstats.enddate += correction - tmptm->tm_gmtoff; - #else - log->lstats.enddate += correction - timezone; -@@ -716,7 +716,7 @@ - if (IsLeapYear (thisyear - lastyear)) - log->lstats.startdate += 24 * 60 * 60; /* Add one day */ - --#ifdef __NetBSD__ -+#if defined(__NetBSD__) || defined(__FreeBSD__) - log->lstats.startdate += correction - tmptm->tm_gmtoff; - #else - log->lstats.startdate += correction - timezone; |