summaryrefslogtreecommitdiff
path: root/misc/gnomeutils/files
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnomeutils/files')
-rw-r--r--misc/gnomeutils/files/patch-ad28
-rw-r--r--misc/gnomeutils/files/patch-ai11
-rw-r--r--misc/gnomeutils/files/patch-configure42
-rw-r--r--misc/gnomeutils/files/patch-gtt::util.c15
-rw-r--r--misc/gnomeutils/files/patch-logview::log_repaint.c15
-rw-r--r--misc/gnomeutils/files/patch-logview::logrtns.h15
-rw-r--r--misc/gnomeutils/files/patch-po::Makefile.in.in14
7 files changed, 0 insertions, 140 deletions
diff --git a/misc/gnomeutils/files/patch-ad b/misc/gnomeutils/files/patch-ad
deleted file mode 100644
index 65ebff071c14..000000000000
--- a/misc/gnomeutils/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/gnomeutils/files/patch-ai b/misc/gnomeutils/files/patch-ai
deleted file mode 100644
index ec9d6d7b3f42..000000000000
--- a/misc/gnomeutils/files/patch-ai
+++ /dev/null
@@ -1,11 +0,0 @@
---- sgmldocs.make 2001/07/03 13:56:19 1.1
-+++ sgmldocs.make 2001/07/03 13:56:34
-@@ -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/gnomeutils/files/patch-configure b/misc/gnomeutils/files/patch-configure
deleted file mode 100644
index 336f5e9ed741..000000000000
--- a/misc/gnomeutils/files/patch-configure
+++ /dev/null
@@ -1,42 +0,0 @@
---- configure.orig Sun Feb 9 15:51:58 2003
-+++ configure Tue Feb 11 21:52:32 2003
-@@ -6124,7 +6124,7 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- GUILE_LIBS="-ldl $GUILE_LIBS"
-+ GUILE_LIBS="$GUILE_LIBS"
- else
- echo "$ac_t""no" 1>&6
- fi
-@@ -6775,7 +6775,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lpam -ldl $LIBS"
-+LIBS="-lpam $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 6781 "configure"
- #include "confdefs.h"
-@@ -6815,7 +6815,7 @@
- echo $ac_n "(cached) $ac_c" 1>&6
- else
- ac_save_LIBS="$LIBS"
--LIBS="-lpam_misc -ldl -lpam $LIBS"
-+LIBS="-lpam_misc -lpam $LIBS"
- cat > conftest.$ac_ext <<EOF
- #line 6821 "configure"
- #include "confdefs.h"
-@@ -6843,10 +6843,10 @@
- fi
- if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
- echo "$ac_t""yes" 1>&6
-- PAM_LIBS="-ldl -lpam -lpam_misc"
-+ PAM_LIBS="-lpam -lpam_misc"
- else
- echo "$ac_t""no" 1>&6
--PAM_LIBS="-ldl -lpam"
-+PAM_LIBS="-lpam"
- fi
-
-
diff --git a/misc/gnomeutils/files/patch-gtt::util.c b/misc/gnomeutils/files/patch-gtt::util.c
deleted file mode 100644
index e22969c3273c..000000000000
--- a/misc/gnomeutils/files/patch-gtt::util.c
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- gtt/util.c 2001/10/10 09:55:09 1.1
-+++ gtt/util.c 2001/10/10 09:57:22
-@@ -32,7 +32,9 @@
- #include <gnome.h>
-
- /* hack alert --xxx fixme -- we need to configure.in for have_langinfo */
-+#if (defined __FreeBSD__) && (__FreeBSD_version > 500000)
- #define HAVE_LANGINFO_D_FMT
-+#endif
- #ifdef HAVE_LANGINFO_D_FMT
- #include <langinfo.h>
- #endif
diff --git a/misc/gnomeutils/files/patch-logview::log_repaint.c b/misc/gnomeutils/files/patch-logview::log_repaint.c
deleted file mode 100644
index 3944b8205b12..000000000000
--- a/misc/gnomeutils/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/gnomeutils/files/patch-logview::logrtns.h b/misc/gnomeutils/files/patch-logview::logrtns.h
deleted file mode 100644
index a39ce6a77b82..000000000000
--- a/misc/gnomeutils/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/gnomeutils/files/patch-po::Makefile.in.in b/misc/gnomeutils/files/patch-po::Makefile.in.in
deleted file mode 100644
index 2d1ff382a72f..000000000000
--- a/misc/gnomeutils/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001
-+++ po/Makefile.in.in Tue Jul 3 19:51:42 2001
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \