diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-06 20:22:57 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-06 20:22:57 +0000 |
| commit | efad845a4e9f7201ae0c648718d23a98ef3962f8 (patch) | |
| tree | d8cbeecf3c174f9fd29aa30c9c6d19109016a501 /misc/gnomeutils2/files | |
| parent | Move gnomeutils2 from misc to deskutils. It fits better here. (diff) | |
Remove misc/gnomeutils2 after a repo copy to deskutils/gnomeutils2.
Notes
Notes:
svn path=/head/; revision=86404
Diffstat (limited to 'misc/gnomeutils2/files')
| -rw-r--r-- | misc/gnomeutils2/files/patch-ad | 28 | ||||
| -rw-r--r-- | misc/gnomeutils2/files/patch-ai | 11 | ||||
| -rw-r--r-- | misc/gnomeutils2/files/patch-configure | 11 | ||||
| -rw-r--r-- | misc/gnomeutils2/files/patch-logview::log_repaint.c | 15 | ||||
| -rw-r--r-- | misc/gnomeutils2/files/patch-logview::logrtns.h | 15 | ||||
| -rw-r--r-- | misc/gnomeutils2/files/patch-logview_logview.c | 37 |
6 files changed, 0 insertions, 117 deletions
diff --git a/misc/gnomeutils2/files/patch-ad b/misc/gnomeutils2/files/patch-ad deleted file mode 100644 index 65ebff071c14..000000000000 --- a/misc/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/misc/gnomeutils2/files/patch-ai b/misc/gnomeutils2/files/patch-ai deleted file mode 100644 index fb458fceab12..000000000000 --- a/misc/gnomeutils2/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- sgmldocs.make.orig Mon May 6 23:46:55 2002 -+++ sgmldocs.make Mon May 6 23:47:10 2002 -@@ -32,7 +32,7 @@ - # dist-hook: app-dist-hook - # - --docdir = $(datadir)/gnome/help/$(docname)/$(lang) -+docdir = $(datadir)/help/$(docname)/$(lang) - - doc_DATA = index.html - diff --git a/misc/gnomeutils2/files/patch-configure b/misc/gnomeutils2/files/patch-configure deleted file mode 100644 index d5d7d0e103f2..000000000000 --- a/misc/gnomeutils2/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Nov 25 09:25:29 2002 -+++ configure Tue Nov 26 16:04:42 2002 -@@ -10347,7 +10347,7 @@ - - - cat >>confdefs.h <<_ACEOF --#define GNOME_ICONDIR "${prefix}/share/pixmaps" -+#define GNOME_ICONDIR "${datadir}/pixmaps" - _ACEOF - - diff --git a/misc/gnomeutils2/files/patch-logview::log_repaint.c b/misc/gnomeutils2/files/patch-logview::log_repaint.c deleted file mode 100644 index 3944b8205b12..000000000000 --- a/misc/gnomeutils2/files/patch-logview::log_repaint.c +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- logview/log_repaint.c 2001/11/23 16:01:55 1.1 -+++ logview/log_repaint.c 2001/11/23 16:02:30 -@@ -24,7 +24,9 @@ - #include <unistd.h> - #include <stdio.h> - #include <stdlib.h> -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#endif - #include <string.h> - #include <gnome.h> - #include "logview.h" diff --git a/misc/gnomeutils2/files/patch-logview::logrtns.h b/misc/gnomeutils2/files/patch-logview::logrtns.h deleted file mode 100644 index a39ce6a77b82..000000000000 --- a/misc/gnomeutils2/files/patch-logview::logrtns.h +++ /dev/null @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- logview/logrtns.h 2001/11/23 16:04:00 1.1 -+++ logview/logrtns.h 2001/11/23 16:04:14 -@@ -24,7 +24,9 @@ - #include <unistd.h> - #include <stdio.h> - #include <stdlib.h> -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#endif - #include <string.h> - #include "logview.h" - diff --git a/misc/gnomeutils2/files/patch-logview_logview.c b/misc/gnomeutils2/files/patch-logview_logview.c deleted file mode 100644 index 3fe0abf93a19..000000000000 --- a/misc/gnomeutils2/files/patch-logview_logview.c +++ /dev/null @@ -1,37 +0,0 @@ ---- logview/logview.c.orig Sun Feb 16 15:34:59 2003 -+++ logview/logview.c Wed Apr 23 14:51:26 2003 -@@ -774,7 +774,7 @@ - - if ( ! found) { - g_snprintf (full_name, sizeof (full_name), -- "%s/share/gnome-system-log/gnome-system-log-regexp.db", LOGVIEWINSTALLPREFIX); -+ "%s/gnome-system-log/gnome-system-log-regexp.db", DATADIR); - if (access (full_name, R_OK) == 0) { - found = TRUE; - g_free (cfg->regexp_db_path); -@@ -797,7 +797,7 @@ - - if ( ! found) { - g_snprintf (full_name, sizeof (full_name), -- "%s/share/gnome-system-log/gnome-system-log-descript.db", LOGVIEWINSTALLPREFIX); -+ "%s/gnome-system-log/gnome-system-log-descript.db", DATADIR); - if (access (full_name, R_OK) == 0) { - found = TRUE; - g_free (cfg->descript_db_path); -@@ -831,7 +831,7 @@ - - if ( ! found) { - g_snprintf (full_name, sizeof (full_name), -- "%s/share/gnome-system-log/gnome-system-log-actions.db", LOGVIEWINSTALLPREFIX); -+ "%s/gnome-system-log/gnome-system-log-actions.db", DATADIR); - if (access (full_name, R_OK) == 0) { - found = TRUE; - g_free (cfg->action_db_path); -@@ -882,7 +882,6 @@ - else - prefs->logfile = NULL; - } -- g_free (logfile); - } - - void SaveUserPrefs(UserPrefsStruct *prefs) |
