summaryrefslogtreecommitdiffstats
path: root/x11/gnomepanel/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-20 06:20:25 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-02-20 06:20:25 +0800
commit52eb0c363dbd39ca18828556aa6e06a0f55cdad1 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /x11/gnomepanel/files
parent02ae0012100b6d06fd4310bcc5e44198eaf8930e (diff)
downloadmarcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.gz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.bz2
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.lz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.xz
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.zst
marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.zip
Remove the GNOME 2.1 ports. These have been merged into FreeBSD CVS
as GNOME 2.2....next up, GNOME 2.3. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@538 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel/files')
-rw-r--r--x11/gnomepanel/files/patch-applets::gen_util::clock.c27
-rw-r--r--x11/gnomepanel/files/patch-config.h.in11
-rw-r--r--x11/gnomepanel/files/patch-configure19
-rw-r--r--x11/gnomepanel/files/patch-doc_reference_panel-applet_Makefile.in11
-rw-r--r--x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in13
5 files changed, 0 insertions, 81 deletions
diff --git a/x11/gnomepanel/files/patch-applets::gen_util::clock.c b/x11/gnomepanel/files/patch-applets::gen_util::clock.c
deleted file mode 100644
index 96f5d3f44..000000000
--- a/x11/gnomepanel/files/patch-applets::gen_util::clock.c
+++ /dev/null
@@ -1,27 +0,0 @@
-
-$FreeBSD$
-
---- applets/gen_util/clock.c 2002/05/14 14:08:16 1.1
-+++ applets/gen_util/clock.c 2002/05/14 14:12:56
-@@ -14,7 +14,9 @@
- #include <dirent.h>
- #include <string.h>
- #include <time.h>
-+#ifdef HAVE_LANGINFO_H
- #include <langinfo.h>
-+#endif
-
- #include <panel-applet.h>
- #include <panel-applet-gconf.h>
-@@ -684,7 +686,11 @@
- cd->hourformat = panel_applet_gconf_get_int (applet, KEY_HOUR_FORMAT, &error);
- if (error || (cd->hourformat != 12 && cd->hourformat != 24)) {
- /* if value is not valid, set it according to locale */
-+#ifdef HAVE_LANGINFO_H
- const char *am = nl_langinfo (AM_STR);
-+#else
-+ const char *am = "AM";
-+#endif
- cd->hourformat = (am[0] == '\0') ? 24 : 12;
-
- if (error)
diff --git a/x11/gnomepanel/files/patch-config.h.in b/x11/gnomepanel/files/patch-config.h.in
deleted file mode 100644
index 8a59166a5..000000000
--- a/x11/gnomepanel/files/patch-config.h.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.h.in.orig Thu Jan 2 19:50:41 2003
-+++ config.h.in Mon Jan 6 13:11:12 2003
-@@ -96,6 +96,8 @@
- /* Define to 1 if you have the <stdlib.h> header file. */
- #undef HAVE_STDLIB_H
-
-+#undef HAVE_LANGINFO_H
-+
- /* Define to 1 if you have the <strings.h> header file. */
- #undef HAVE_STRINGS_H
-
diff --git a/x11/gnomepanel/files/patch-configure b/x11/gnomepanel/files/patch-configure
deleted file mode 100644
index a94d4761c..000000000
--- a/x11/gnomepanel/files/patch-configure
+++ /dev/null
@@ -1,19 +0,0 @@
---- configure.orig Mon Jan 6 01:04:20 2003
-+++ configure Mon Jan 6 13:12:56 2003
-@@ -4254,7 +4254,7 @@
-
-
- for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
-- inttypes.h stdint.h unistd.h
-+ inttypes.h stdint.h unistd.h langinfo.h
- do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
- echo "$as_me:$LINENO: checking for $ac_header" >&5
-@@ -7878,6 +7878,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11/gnomepanel/files/patch-doc_reference_panel-applet_Makefile.in b/x11/gnomepanel/files/patch-doc_reference_panel-applet_Makefile.in
deleted file mode 100644
index 0d70349ad..000000000
--- a/x11/gnomepanel/files/patch-doc_reference_panel-applet_Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/reference/panel-applet/Makefile.in.orig Tue Apr 30 23:24:10 2002
-+++ doc/reference/panel-applet/Makefile.in Tue Apr 30 23:28:36 2002
-@@ -149,7 +149,7 @@
- DOC_MODULE = panel-applet
-
- # Where the html is to be installed
--HTML_DIR = $(datadir)/gtk-doc/html
-+HTML_DIR = $(prefix)/share/doc
-
- # The top-level SGML file. Change it if you want.
- DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml
diff --git a/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in b/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in
deleted file mode 100644
index b89c57317..000000000
--- a/x11/gnomepanel/files/patch-gnome-panel::GNOME_Panel.server.in
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- gnome-panel/GNOME_Panel.server.in 2002/05/09 21:00:58 1.1
-+++ gnome-panel/GNOME_Panel.server.in 2002/05/09 21:01:11
-@@ -1,6 +1,6 @@
- <oaf_info>
-
--<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="panel-2">
-+<oaf_server iid="OAFIID:GNOME_PanelShell" type="exe" location="gnome-panel">
- <oaf_attribute name="repo_ids" type="stringv">
- <item value="IDL:GNOME/Vertigo/PanelShell:1.0"/>
- <item value="IDL:Bonobo/Unknown:1.0"/>