summaryrefslogtreecommitdiffstats
path: root/misc/gnomeutils2/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 13:53:25 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 13:53:25 +0800
commitd164b6f4096f8991673f05e418779d5235171c37 (patch)
tree1d462fa1253467292ae0361a8b0965cf785d75ed /misc/gnomeutils2/files
parent0c85ae9db53ee0e5862df1af56aea1c990134264 (diff)
downloadmarcuscom-ports-d164b6f4096f8991673f05e418779d5235171c37.tar
marcuscom-ports-d164b6f4096f8991673f05e418779d5235171c37.tar.gz
marcuscom-ports-d164b6f4096f8991673f05e418779d5235171c37.tar.bz2
marcuscom-ports-d164b6f4096f8991673f05e418779d5235171c37.tar.lz
marcuscom-ports-d164b6f4096f8991673f05e418779d5235171c37.tar.xz
marcuscom-ports-d164b6f4096f8991673f05e418779d5235171c37.tar.zst
marcuscom-ports-d164b6f4096f8991673f05e418779d5235171c37.zip
Add gnomeutils2-2.3.x.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@627 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnomeutils2/files')
-rw-r--r--misc/gnomeutils2/files/patch-ad28
-rw-r--r--misc/gnomeutils2/files/patch-ai11
-rw-r--r--misc/gnomeutils2/files/patch-configure11
-rw-r--r--misc/gnomeutils2/files/patch-logview::log_repaint.c15
-rw-r--r--misc/gnomeutils2/files/patch-logview::logrtns.h15
-rw-r--r--misc/gnomeutils2/files/patch-logview_logview.c29
6 files changed, 109 insertions, 0 deletions
diff --git a/misc/gnomeutils2/files/patch-ad b/misc/gnomeutils2/files/patch-ad
new file mode 100644
index 000000000..65ebff071
--- /dev/null
+++ b/misc/gnomeutils2/files/patch-ad
@@ -0,0 +1,28 @@
+--- 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
new file mode 100644
index 000000000..5e5610983
--- /dev/null
+++ b/misc/gnomeutils2/files/patch-ai
@@ -0,0 +1,11 @@
+--- xmldocs.make.orig Mon Mar 25 22:21:17 2002
++++ xmldocs.make Sun Apr 13 01:23:01 2003
+@@ -37,7 +37,7 @@
+ # This variable (docdir) specifies where the documents should be installed.
+ # This default value should work for most packages.
+ # docdir = $(datadir)/@PACKAGE@/doc/$(docname)/$(lang)
+-docdir = $(datadir)/gnome/help/$(docname)/$(lang)
++docdir = $(datadir)/help/$(docname)/$(lang)
+
+ # ************** You should not have to edit below this line *******************
+ xml_files = $(entities) $(docname).xml
diff --git a/misc/gnomeutils2/files/patch-configure b/misc/gnomeutils2/files/patch-configure
new file mode 100644
index 000000000..d5d7d0e10
--- /dev/null
+++ b/misc/gnomeutils2/files/patch-configure
@@ -0,0 +1,11 @@
+--- 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
new file mode 100644
index 000000000..9f6e9eb3b
--- /dev/null
+++ b/misc/gnomeutils2/files/patch-logview::log_repaint.c
@@ -0,0 +1,15 @@
+
+$FreeBSD: ports/misc/gnomeutils2/files/patch-logview::log_repaint.c,v 1.2 2003/02/07 18:42:09 marcus Exp $
+
+--- 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
new file mode 100644
index 000000000..735b930ca
--- /dev/null
+++ b/misc/gnomeutils2/files/patch-logview::logrtns.h
@@ -0,0 +1,15 @@
+
+$FreeBSD: ports/misc/gnomeutils2/files/patch-logview::logrtns.h,v 1.2 2003/02/07 18:42:09 marcus Exp $
+
+--- 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
new file mode 100644
index 000000000..49e8b06b3
--- /dev/null
+++ b/misc/gnomeutils2/files/patch-logview_logview.c
@@ -0,0 +1,29 @@
+--- logview/logview.c.orig Tue May 7 00:03:16 2002
++++ logview/logview.c Tue May 7 00:04:37 2002
+@@ -903,7 +903,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);
+@@ -926,7 +926,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);
+@@ -960,7 +960,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);