summaryrefslogtreecommitdiffstats
path: root/misc/gnomeutils2/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-10 11:43:42 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-10 11:43:42 +0800
commit98a87a8cf45bf63dcae1f9fc6959a3d4f24b7e59 (patch)
treec6a372285ff477be6e18fc47f1244e3c5bdf61c9 /misc/gnomeutils2/files
parent4eef85d519560731cb6018a1f8191d4fe092641c (diff)
downloadmarcuscom-ports-98a87a8cf45bf63dcae1f9fc6959a3d4f24b7e59.tar
marcuscom-ports-98a87a8cf45bf63dcae1f9fc6959a3d4f24b7e59.tar.gz
marcuscom-ports-98a87a8cf45bf63dcae1f9fc6959a3d4f24b7e59.tar.bz2
marcuscom-ports-98a87a8cf45bf63dcae1f9fc6959a3d4f24b7e59.tar.lz
marcuscom-ports-98a87a8cf45bf63dcae1f9fc6959a3d4f24b7e59.tar.xz
marcuscom-ports-98a87a8cf45bf63dcae1f9fc6959a3d4f24b7e59.tar.zst
marcuscom-ports-98a87a8cf45bf63dcae1f9fc6959a3d4f24b7e59.zip
Add gnomeutils2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@40 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..fb458fcea
--- /dev/null
+++ b/misc/gnomeutils2/files/patch-ai
@@ -0,0 +1,11 @@
+--- 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
new file mode 100644
index 000000000..5e293fbc0
--- /dev/null
+++ b/misc/gnomeutils2/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig Sun May 12 01:05:15 2002
++++ configure Sun May 12 01:08:20 2002
+@@ -8258,7 +8258,7 @@
+ < $srcdir/po/POTFILES.in > po/POTFILES
+
+ cat >>confdefs.h <<EOF
+-#define GNOME_ICONDIR "${prefix}/share/pixmaps"
++#define GNOME_ICONDIR "${datadir}/pixmaps"
+ EOF
+
+ ac_config_files="$ac_config_files Makefile gnome-utils.spec po/Makefile.in idl/Makefile gcalc/Makefile gcalc/help/Makefile gcalc/help/C/Makefile logview/Makefile logview/gnome-system-log-security logview/pixmaps/Makefile logview/help/Makefile logview/help/C/Makefile gcharmap/Makefile gcharmap/src/Makefile gcharmap/pixmaps/Makefile gcharmap/help/Makefile gcharmap/help/C/Makefile gsearchtool/Makefile gsearchtool/help/Makefile gsearchtool/help/C/Makefile gdialog/Makefile gdialog/help/Makefile gdialog/help/C/Makefile gdictsrc/Makefile gdictsrc/help/Makefile gdictsrc/help/C/Makefile gfloppy/Makefile gfloppy/doc/Makefile gfloppy/doc/C/Makefile gfloppy/src/Makefile meat-grinder/Makefile meat-grinder/help/Makefile meat-grinder/help/C/Makefile"
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..2007a271b
--- /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.1 2001/11/23 16:24:43 sobomax 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..74857aefb
--- /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.1 2001/11/23 16:24:43 sobomax 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);