diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-31 18:01:31 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-31 18:01:31 +0800 |
commit | 904e61b5933e2ed86cff7c795566eaa03026b995 (patch) | |
tree | 8704cc09a7342c2dd1d28329b1bd262c4c1bdb44 /games/gnome-games | |
parent | e9e59c87081eb39f251061770d2f51df797cfcc0 (diff) | |
download | marcuscom-ports-904e61b5933e2ed86cff7c795566eaa03026b995.tar marcuscom-ports-904e61b5933e2ed86cff7c795566eaa03026b995.tar.gz marcuscom-ports-904e61b5933e2ed86cff7c795566eaa03026b995.tar.bz2 marcuscom-ports-904e61b5933e2ed86cff7c795566eaa03026b995.tar.lz marcuscom-ports-904e61b5933e2ed86cff7c795566eaa03026b995.tar.xz marcuscom-ports-904e61b5933e2ed86cff7c795566eaa03026b995.tar.zst marcuscom-ports-904e61b5933e2ed86cff7c795566eaa03026b995.zip |
Chase clutter-gtk update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12548 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 6 | ||||
-rw-r--r-- | games/gnome-games/files/patch-configure | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index fc9a27024..ffa380c04 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.199 2009/07/28 11:29:26 kwm Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.200 2009/07/29 11:51:49 kwm Exp $ # PORTNAME= gnome-games PORTVERSION= 2.27.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org 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-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ clutter-glx-1.0.0:${PORTSDIR}/graphics/clutter \ ggzmod.5:${PORTSDIR}/games/ggz-client-libs diff --git a/games/gnome-games/files/patch-configure b/games/gnome-games/files/patch-configure index 14c4dcf18..f78adaa37 100644 --- a/games/gnome-games/files/patch-configure +++ b/games/gnome-games/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig 2009-07-29 13:44:23.000000000 +0200 -+++ configure 2009-07-29 13:47:19.000000000 +0200 +--- configure.orig 2009-07-31 11:42:12.000000000 +0200 ++++ configure 2009-07-31 11:42:44.000000000 +0200 @@ -22384,10 +22384,10 @@ CLUTTER_API_VERSION= { $as_echo "$as_me:$LINENO: checking for clutter API version" >&5 @@ -9,8 +9,8 @@ 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 ++ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"clutter-API_VERSION clutter-gtk-0.10\"") >&5 ++ ($PKG_CONFIG --exists --print-errors "clutter-$API_VERSION clutter-gtk-0.10") 2>&5 ac_status=$? $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then @@ -18,7 +18,7 @@ $as_echo_n "checking for CLUTTER_GTK... " >&6; } if test -n "$PKG_CONFIG"; then -+CLUTTER_API_VERSION=0.9; ++CLUTTER_API_VERSION=0.10; if test -n "$CLUTTER_GTK_CFLAGS"; then pkg_cv_CLUTTER_GTK_CFLAGS="$CLUTTER_GTK_CFLAGS" else |