summaryrefslogtreecommitdiff
path: root/games/gcompris2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-18 06:49:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-18 06:49:37 +0000
commit9c0caae1c20155b432bb0feb074a8fd9cc1c12bc (patch)
tree534d0190982c831de589344c3003940ec6f2d6b1 /games/gcompris2
parentFollowup commit: Unbreak XFree86-4-Server-snap on -stable -- gcc 2 has no (diff)
Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
Notes
Notes: svn path=/head/; revision=89023
Diffstat (limited to 'games/gcompris2')
-rw-r--r--games/gcompris2/Makefile2
-rw-r--r--games/gcompris2/files/patch-src::boards::menu.c10
2 files changed, 11 insertions, 1 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile
index 5e1ecd9c31d7..795138e8ce78 100644
--- a/games/gcompris2/Makefile
+++ b/games/gcompris2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gcompris2
PORTVERSION= 2.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gcompris
diff --git a/games/gcompris2/files/patch-src::boards::menu.c b/games/gcompris2/files/patch-src::boards::menu.c
new file mode 100644
index 000000000000..a5908d515cca
--- /dev/null
+++ b/games/gcompris2/files/patch-src::boards::menu.c
@@ -0,0 +1,10 @@
+--- src/boards/menu.c.orig Wed Apr 23 21:38:22 2003
++++ src/boards/menu.c Wed Apr 23 21:39:20 2003
+@@ -153,6 +153,7 @@
+ gcomprisBoard->maxlevel=1;
+ gcompris_bar_set(GCOMPRIS_BAR_CONFIG|GCOMPRIS_BAR_ABOUT);
+
++ gnome_canvas_update_now(gcomprisBoard->canvas);
+ menu_pause(FALSE);
+
+ }