diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-29 19:51:49 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-29 19:51:49 +0800 |
commit | 8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f (patch) | |
tree | aa36495f5124ac6bc2c0e1cdd65be80b326b33e6 | |
parent | d69c3063e99ef188cf56b839f12dac6654025bf2 (diff) | |
download | marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.tar marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.tar.gz marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.tar.bz2 marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.tar.lz marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.tar.xz marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.tar.zst marcuscom-ports-8de0f081ea0d920a4d3a6aa3784318a5dedf2a3f.zip |
Chase clutter 1.0.0 update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12538 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/gnome-games/Makefile | 5 | ||||
-rw-r--r-- | games/gnome-games/files/patch-configure | 24 |
2 files changed, 27 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index d854732c1..fc9a27024 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.198 2009/07/18 22:54:09 kwm Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.199 2009/07/28 11:29:26 kwm Exp $ # PORTNAME= gnome-games PORTVERSION= 2.27.5 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,7 +18,7 @@ COMMENT= The game applications package for the GNOME 2 Desktop Environment LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ clutter-gtk-0.9.0:${PORTSDIR}/graphics/clutter-gtk \ - clutter-glx-0.9.0:${PORTSDIR}/graphics/clutter \ + clutter-glx-1.0.0:${PORTSDIR}/graphics/clutter \ ggzmod.5:${PORTSDIR}/games/ggz-client-libs USE_BZIP2= yes diff --git a/games/gnome-games/files/patch-configure b/games/gnome-games/files/patch-configure new file mode 100644 index 000000000..14c4dcf18 --- /dev/null +++ b/games/gnome-games/files/patch-configure @@ -0,0 +1,24 @@ +--- configure.orig 2009-07-29 13:44:23.000000000 +0200 ++++ configure 2009-07-29 13:47:19.000000000 +0200 +@@ -22384,10 +22384,10 @@ + CLUTTER_API_VERSION= + { $as_echo "$as_me:$LINENO: checking for clutter API version" >&5 + $as_echo_n "checking for clutter API version... " >&6; } +- for API_VERSION in 0.9; do ++ for API_VERSION in 1.0; do + if test -n "$PKG_CONFIG" && \ +- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"clutter-\$API_VERSION clutter-gtk-\$API_VERSION\"") >&5 +- ($PKG_CONFIG --exists --print-errors "clutter-$API_VERSION clutter-gtk-$API_VERSION") 2>&5 ++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"clutter-API_VERSION clutter-gtk-0.9\"") >&5 ++ ($PKG_CONFIG --exists --print-errors "clutter-$API_VERSION clutter-gtk-0.9") 2>&5 + ac_status=$? + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); }; then +@@ -22538,6 +22538,7 @@ + $as_echo_n "checking for CLUTTER_GTK... " >&6; } + + if test -n "$PKG_CONFIG"; then ++CLUTTER_API_VERSION=0.9; + if test -n "$CLUTTER_GTK_CFLAGS"; then + pkg_cv_CLUTTER_GTK_CFLAGS="$CLUTTER_GTK_CFLAGS" + else |