From ad416e1705ca397ede8150655aabb4c345a3636b Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 15 Aug 2007 06:04:51 +0000 Subject: Sync w/ FreeBSD ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9415 df743ca5-7f9a-e211-a948-0013205c9059 --- games/gnmm/files/patch-gnmm.cc | 11 +++++++++++ games/gnomememoryblocks/Makefile | 1 + games/wesnoth/Makefile | 4 ++-- games/wesnoth/distinfo | 6 +++--- games/wesnoth/pkg-plist | 8 ++++++++ 5 files changed, 25 insertions(+), 5 deletions(-) create mode 100644 games/gnmm/files/patch-gnmm.cc (limited to 'games') diff --git a/games/gnmm/files/patch-gnmm.cc b/games/gnmm/files/patch-gnmm.cc new file mode 100644 index 000000000..9e971192f --- /dev/null +++ b/games/gnmm/files/patch-gnmm.cc @@ -0,0 +1,11 @@ +--- src/gnmm.cc.orig 2007-08-02 14:24:29.000000000 +0200 ++++ src/gnmm.cc 2007-08-02 14:24:52.000000000 +0200 +@@ -177,7 +177,7 @@ + if (!gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(w))) + return; + +- int id = (int)data; ++ intptr_t id = (intptr_t)data; + + if (id>=10) pref_black_level = id-10; + else pref_white_level = id; diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile index d5a6594f4..03981b28c 100644 --- a/games/gnomememoryblocks/Makefile +++ b/games/gnomememoryblocks/Makefile @@ -18,6 +18,7 @@ COMMENT= Memory Blocks game for GNOME USE_GETTEXT= yes USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 053c18cd0..a2915a655 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -6,8 +6,8 @@ # PORTNAME= wesnoth -PORTVERSION= 1.2.5 -PORTREVISION= 2 +PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.wesnoth.org/files/ diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo index aa06cd927..ba8b3e152 100644 --- a/games/wesnoth/distinfo +++ b/games/wesnoth/distinfo @@ -1,3 +1,3 @@ -MD5 (wesnoth-1.2.5.tar.bz2) = 40e00ac97680fb69499191c30f130774 -SHA256 (wesnoth-1.2.5.tar.bz2) = 8e1bcab7165bd5eaf8c1d2eef0fce03a8c81daf885983dc0fda68998100e8cd0 -SIZE (wesnoth-1.2.5.tar.bz2) = 68758427 +MD5 (wesnoth-1.2.6.tar.bz2) = accb3d5e3c4423324a17755571ac9204 +SHA256 (wesnoth-1.2.6.tar.bz2) = 43499b99cfa06fd6966d5756cd756eab672d30a605a20da6bc4441126aca28ee +SIZE (wesnoth-1.2.6.tar.bz2) = 68854174 diff --git a/games/wesnoth/pkg-plist b/games/wesnoth/pkg-plist index d5054a347..ba8a2e35a 100644 --- a/games/wesnoth/pkg-plist +++ b/games/wesnoth/pkg-plist @@ -4878,6 +4878,14 @@ share/locale/zh_CN/LC_MESSAGES/wesnoth.mo %%DATADIR%%/images/units/human-outlaws/trapper-attack3.png %%DATADIR%%/images/units/human-outlaws/trapper-bow-defend.png %%DATADIR%%/images/units/human-outlaws/trapper-defend.png +%%DATADIR%%/images/units/human-outlaws/trapper-die-1.png +%%DATADIR%%/images/units/human-outlaws/trapper-die-2.png +%%DATADIR%%/images/units/human-outlaws/trapper-die-3.png +%%DATADIR%%/images/units/human-outlaws/trapper-die-4.png +%%DATADIR%%/images/units/human-outlaws/trapper-die-5.png +%%DATADIR%%/images/units/human-outlaws/trapper-die-6.png +%%DATADIR%%/images/units/human-outlaws/trapper-die-7.png +%%DATADIR%%/images/units/human-outlaws/trapper-die-8.png %%DATADIR%%/images/units/human-outlaws/trapper.png %%DATADIR%%/images/units/merfolk/diviner-defend.png %%DATADIR%%/images/units/merfolk/diviner-magic1.png -- cgit v1.2.3