aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/evince/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-04-30 08:47:21 +0800
committermarcus <marcus@FreeBSD.org>2006-04-30 08:47:21 +0800
commit7315b1c16ae631c60d787b73475db448b86b7e0b (patch)
tree0a7edc722d829b9a98914843c0c09d978324e75f /graphics/evince/files
parente43bffa408ddb90519bcbf271791632a33f25217 (diff)
downloadfreebsd-ports-gnome-7315b1c16ae631c60d787b73475db448b86b7e0b.tar.gz
freebsd-ports-gnome-7315b1c16ae631c60d787b73475db448b86b7e0b.tar.zst
freebsd-ports-gnome-7315b1c16ae631c60d787b73475db448b86b7e0b.zip
Presenting GNOME 2.14.1 for FreeBSD! Checkout
http://www.gnome.org/start/2.14/ for the official release notes, and a list of all the gooides in this new release. In particular, GNOME 2.14 focused on performance, and they did not miss the mark. There's some new eye candy, but most of the big things are waiting until GNOME 2.16. On the FreeBSD side, we tried to clean up all the crashers we could. In particular, we really improved GNOME's 64-bit support. The good news is that this release does not bring any big shared library version bumps, so you can almost do a simple portupgrade to get to 2.14. There are a few minor gotchas that will be documented in UPDATING shortly. The FreeBSD GNOME Team would like th thank the following users for their patches, feedback, and sometimes incessant complaing about crashes (you know who you are). Yasuda Keisuke <kysd@po.harenet.ne.jp> Pascal Hofstee <caelian@gmail.com> rmgls@wanadoo.fr tmclaugh Yuri Pankov <yuri.pankov@gmail.com> sajd on #freebsd-gnome ade ankon on #FreeBSD-Gnome mux Pascal Hofstee <caelian@gmail.com> QuiRK on #freebsd-gnome Vladimir Timofeev <vovkasm@gmail.com>
Diffstat (limited to 'graphics/evince/files')
-rw-r--r--graphics/evince/files/patch-djvu_djvu-text.h10
-rw-r--r--graphics/evince/files/patch-shell_main.c20
2 files changed, 10 insertions, 20 deletions
diff --git a/graphics/evince/files/patch-djvu_djvu-text.h b/graphics/evince/files/patch-djvu_djvu-text.h
new file mode 100644
index 000000000000..ab717fac730c
--- /dev/null
+++ b/graphics/evince/files/patch-djvu_djvu-text.h
@@ -0,0 +1,10 @@
+--- djvu/djvu-text.h.orig Fri Apr 21 23:12:56 2006
++++ djvu/djvu-text.h Fri Apr 21 23:14:09 2006
+@@ -24,7 +24,6 @@
+ #include <glib.h>
+ #include <libdjvu/ddjvuapi.h>
+
+-typedef struct miniexp_s* miniexp_t;
+ extern const miniexp_t miniexp_nil;
+ extern const miniexp_t miniexp_dummy;
+
diff --git a/graphics/evince/files/patch-shell_main.c b/graphics/evince/files/patch-shell_main.c
deleted file mode 100644
index 05a0c788287d..000000000000
--- a/graphics/evince/files/patch-shell_main.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- shell/main.c.dbus-fix 2005-09-01 04:14:54.000000000 -0400
-+++ shell/main.c 2005-09-01 04:15:33.000000000 -0400
-@@ -152,7 +152,7 @@
- if (!files) {
- #if DBUS_VERSION <= 33
- call = dbus_g_proxy_begin_call (remote_object, "OpenWindow",
-- DBUS_TYPE_UINT32, timestamp,
-+ DBUS_TYPE_UINT32, &timestamp,
- DBUS_TYPE_INVALID);
-
- if (!dbus_g_proxy_end_call (remote_object, call, &error, DBUS_TYPE_INVALID)) {
-@@ -193,7 +193,7 @@
- call = dbus_g_proxy_begin_call (remote_object, "OpenURI",
- DBUS_TYPE_STRING, &uri,
- DBUS_TYPE_STRING, &page_label,
-- DBUS_TYPE_UINT32, timestamp,
-+ DBUS_TYPE_UINT32, &timestamp,
- DBUS_TYPE_INVALID);
-
- if (!dbus_g_proxy_end_call (remote_object, call, &error, DBUS_TYPE_INVALID)) {