From fa631e663a3a0505af78344e2bbdf5d11b9c5370 Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 14 Aug 2006 22:34:42 +0000 Subject: Update to 0.7.3: Fish Fillets NG - 0.7.3 * Fixed missing n_selected.png. It is not needed any more. Fish Fillets NG - 0.7.2 * Experimental support for RTL texts * Tab/Enter are usable on worldmap * Flags show language tips * Lua is statically linked again Fish Fillets NG - 0.7.1 * Spanish translation * Dutch translation * minor bug fixes (default speech, mingw32 build) Fish Fillets NG - 0.7.0 * Italian translation * Polish translation * correction of English dialogs * step counter color depends on active fish * options menu is refreshed when lang is changed * added menu to choose speech ("cs" or "none") * enabled speech=cs as default * fixed fullscreen on win32 * updated halloffame score (thanks to many) Fish Fillets NG - 0.6.1 * fixed crash with empty lang --- games/fillets-ng/Makefile | 7 +++---- games/fillets-ng/distinfo | 9 +++++---- games/fillets-ng/patches/patch-aa | 29 +++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 8 deletions(-) create mode 100644 games/fillets-ng/patches/patch-aa (limited to 'games/fillets-ng') diff --git a/games/fillets-ng/Makefile b/games/fillets-ng/Makefile index fa2983a1bb6..38feac7a130 100644 --- a/games/fillets-ng/Makefile +++ b/games/fillets-ng/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2006/06/12 16:28:08 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/08/14 22:34:42 wiz Exp $ # -DISTNAME= fillets-ng-0.6.0 -PKGREVISION= 6 +DISTNAME= fillets-ng-0.7.3 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fillets/} @@ -10,7 +9,7 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://fillets.sf.net/ COMMENT= Puzzle game about witty fish saving the world sokoban style -DEPENDS+= fillets-ng-data-0.6.1:../../games/fillets-ng-data +DEPENDS+= fillets-ng-data-0.7.1:../../games/fillets-ng-data GNU_CONFIGURE= yes USE_LANGUAGES= c c++ diff --git a/games/fillets-ng/distinfo b/games/fillets-ng/distinfo index 8524510983b..733d9089284 100644 --- a/games/fillets-ng/distinfo +++ b/games/fillets-ng/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 23:11:57 agc Exp $ +$NetBSD: distinfo,v 1.4 2006/08/14 22:34:42 wiz Exp $ -SHA1 (fillets-ng-0.6.0.tar.gz) = 02be848bf89640402d56771a470e0d032b0ca5bb -RMD160 (fillets-ng-0.6.0.tar.gz) = eacc7f693c52aa9efa0d4b37c92a0f65ca34634b -Size (fillets-ng-0.6.0.tar.gz) = 303846 bytes +SHA1 (fillets-ng-0.7.3.tar.gz) = 58937e59c3108e0ed4d2a5e542f3d9b813655287 +RMD160 (fillets-ng-0.7.3.tar.gz) = 6c8f41feab9df2b6dee3942c18848d61ab2f2c7d +Size (fillets-ng-0.7.3.tar.gz) = 311799 bytes +SHA1 (patch-aa) = 355c8fd1a47335f41114786d65256293a9ca4968 diff --git a/games/fillets-ng/patches/patch-aa b/games/fillets-ng/patches/patch-aa new file mode 100644 index 00000000000..ed9b2f3e65f --- /dev/null +++ b/games/fillets-ng/patches/patch-aa @@ -0,0 +1,29 @@ +$NetBSD: patch-aa,v 1.1 2006/08/14 22:34:42 wiz Exp $ + +--- configure.orig 2005-10-04 18:12:32.000000000 +0000 ++++ configure +@@ -3194,7 +3194,7 @@ else + fi; + if test "x$LUAPFX" != x ; then + LUA_CFLAGS="-I$LUAPFX" +- LUA_LIBS="-L$LUAPFX -llua -llualib" ++ LUA_LIBS="-L$LUAPFX -llua" + else + for ac_prog in lua-config lua-config50 lua-config5.0 + do +@@ -3453,6 +3453,7 @@ fi + + fi + ++if false; then + + echo "$as_me:$LINENO: checking for luaopen_base in -llualib" >&5 + echo $ECHO_N "checking for luaopen_base in -llualib... $ECHO_C" >&6 +@@ -3665,6 +3666,7 @@ fi + + fi + fi ++fi + + + -- cgit v1.2.3