Received: by mail.netbsd.org (Postfix, from userid 605) id A3A5E84DAF; Thu, 4 Jul 2019 17:15:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2CCD284CEA for ; Thu, 4 Jul 2019 17:15:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Lb7y_lqusBIi for ; Thu, 4 Jul 2019 17:15:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 69BA584CCF for ; Thu, 4 Jul 2019 17:15:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 635EEFBF4; Thu, 4 Jul 2019 17:15:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1562260521103180" MIME-Version: 1.0 Date: Thu, 4 Jul 2019 17:15:21 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/liquidwar To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190704171521.635EEFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1562260521103180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Thu Jul 4 17:15:21 UTC 2019 Modified Files: pkgsrc/games/liquidwar: Makefile PLIST distinfo Added Files: pkgsrc/games/liquidwar/patches: patch-configure Removed Files: pkgsrc/games/liquidwar/patches: patch-ab Log Message: liquidwar: Update to 5.6.5 This allows it to build with the latest Allegro version in pkgsrc. Changes: * Code cleanup, updated Allegro calls, indent & lint. * Introduced Docker files to build the game and run a server. * Fixed PHP metaserver. * Fixed DOS & MS-Windows Makefiles to include Polish. * Using proper PHP tags. * Added make dist to Jenkins script. * Fixed Debian issue #716610, was caused by lazy arg parsing. * First Polish translation by Jan Szenborn. * Added Jenkins (continuous integration) script. * Removed compiler warnings. * Added 5 new maps by Joey Dodson (psyforce). * Turned on waves by default. Computers are fast now. * Trying to fix the game for native GP2X support. * Added informations on how to compile for GP2X. * German translation update by Jan Gretschuskin. * Updated 'upgrade to LW6' message. * Added icon support under X-Windows. * Doc update. * Added hi-res icon. * Changed READMEs charset to UTF-8. * Makefile distclean fix. * Updated config.guess & other configure scripts. * Mac OS X package fix. * Fixed RPM generation. * target -> host in configure/Makefile * Information "Liquid War 6 is out" when starting game. * Fixed Debian Bug #555468, missing -lm in mapgen Makefile * Makefile updates for native OS/X support. * Security patch by Mikhail Yakshin. * New solsystem map by Rezifull * .desktop patch by SA Gevatter (FreeDesktop.org compliance) * Added sample logrotate.d file. * Liquid War server no more leaves defunct childs on callback. * Now somewhat version agnostic, will accept 5.6.3 & more. * Fixed CPU detection, ASM was compiled on x86_64 but isn't linkable. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/games/liquidwar/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/liquidwar/PLIST cvs rdiff -u -r1.8 -r1.9 pkgsrc/games/liquidwar/distinfo cvs rdiff -u -r1.3 -r0 pkgsrc/games/liquidwar/patches/patch-ab cvs rdiff -u -r0 -r1.1 pkgsrc/games/liquidwar/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1562260521103180 Content-Disposition: inline Content-Length: 3970 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/liquidwar/Makefile diff -u pkgsrc/games/liquidwar/Makefile:1.12 pkgsrc/games/liquidwar/Makefile:1.13 --- pkgsrc/games/liquidwar/Makefile:1.12 Sat Oct 6 11:54:46 2012 +++ pkgsrc/games/liquidwar/Makefile Thu Jul 4 17:15:21 2019 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2012/10/06 11:54:46 asau Exp $ +# $NetBSD: Makefile,v 1.13 2019/07/04 17:15:21 nia Exp $ # -DISTNAME= liquidwar-5.6.4 -PKGREVISION= 1 +DISTNAME= liquidwar-5.6.5 CATEGORIES= games -MASTER_SITES= http://www.ufoot.org/download/liquidwar/v5/5.6.4/ +MASTER_SITES= https://www.ufoot.org/download/liquidwar/v5/${PKGVERSION_NOREV}/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.ufoot.org/liquidwar/v5 +HOMEPAGE= https://ufoot.org/liquidwar/v5 COMMENT= Unique multiplayer wargame +LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake GNU_CONFIGURE= YES Index: pkgsrc/games/liquidwar/PLIST diff -u pkgsrc/games/liquidwar/PLIST:1.2 pkgsrc/games/liquidwar/PLIST:1.3 --- pkgsrc/games/liquidwar/PLIST:1.2 Sun Jun 14 17:56:50 2009 +++ pkgsrc/games/liquidwar/PLIST Thu Jul 4 17:15:21 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:56:50 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2019/07/04 17:15:21 nia Exp $ bin/liquidwar bin/liquidwar-mapgen bin/liquidwar-server @@ -8,6 +8,7 @@ share/doc/liquidwar/README share/doc/liquidwar/README.de share/doc/liquidwar/README.dk share/doc/liquidwar/README.fr +share/doc/liquidwar/README.pl share/games/liquidwar/liquidwar.dat share/games/liquidwar/map/meditate.bmp share/games/liquidwar/map/pacman.bmp Index: pkgsrc/games/liquidwar/distinfo diff -u pkgsrc/games/liquidwar/distinfo:1.8 pkgsrc/games/liquidwar/distinfo:1.9 --- pkgsrc/games/liquidwar/distinfo:1.8 Tue Nov 3 20:56:58 2015 +++ pkgsrc/games/liquidwar/distinfo Thu Jul 4 17:15:21 2019 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 20:56:58 agc Exp $ +$NetBSD: distinfo,v 1.9 2019/07/04 17:15:21 nia Exp $ -SHA1 (liquidwar-5.6.4.tar.gz) = a3006c4da9517c3af3b7bf165b2c86fa369a71c6 -RMD160 (liquidwar-5.6.4.tar.gz) = 991da4af05d1a8cf292faf23e9c06c1f7571672c -SHA512 (liquidwar-5.6.4.tar.gz) = 7145a8362c46a0f39662327edf81b341659a3ce8216f9fb3bb32e483de618c0f46169ed916fe2c4c651ebc5925ecdc534b372c381e16c3ddae9a50fb48f98ed7 -Size (liquidwar-5.6.4.tar.gz) = 3268432 bytes +SHA1 (liquidwar-5.6.5.tar.gz) = 42cc7d02a2f21ab826af1e064a79ede04f36b067 +RMD160 (liquidwar-5.6.5.tar.gz) = c925cbf2d81c38e581db4832ee4da036cba9fdbf +SHA512 (liquidwar-5.6.5.tar.gz) = 15dc2cacd1f3b00f8dcac4318cbaf5c713f2d0e111392d14dd56eec7ae97a64af1487a11038dc108743baf3c995e9136100d56331fadc4cf19dc5702d5051a25 +Size (liquidwar-5.6.5.tar.gz) = 6508987 bytes SHA1 (patch-aa) = b47749852d8e56844bd5f21791f6b0b8f2389968 -SHA1 (patch-ab) = da49f5a2695fb95ceff6b9445b4cae34031d215b +SHA1 (patch-configure) = 8a4e57c1d658875d463674157d6b4f9062b850b9 Added files: Index: pkgsrc/games/liquidwar/patches/patch-configure diff -u /dev/null pkgsrc/games/liquidwar/patches/patch-configure:1.1 --- /dev/null Thu Jul 4 17:15:21 2019 +++ pkgsrc/games/liquidwar/patches/patch-configure Thu Jul 4 17:15:21 2019 @@ -0,0 +1,24 @@ +$NetBSD: patch-configure,v 1.1 2019/07/04 17:15:21 nia Exp $ + +Remove bashisms. + +--- configure.orig 2018-12-23 19:04:36.000000000 +0000 ++++ configure +@@ -4385,7 +4385,7 @@ $as_echo_n "checking for host specific o + # Check whether --enable-host-opt was given. + if test "${enable_host_opt+set}" = set; then : + enableval=$enable_host_opt; +- if test "$I386" == "yes" && test "$enableval" != "no" ; then ++ if test "$I386" = "yes" && test "$enableval" != "no" ; then + HOST_OPT=yes + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enabled" >&5 + $as_echo "enabled" >&6; } +@@ -4397,7 +4397,7 @@ $as_echo "disabled" >&6; } + + else + +- if test "$I386" == "yes" ; then ++ if test "$I386" = "yes" ; then + HOST_OPT=yes + { $as_echo "$as_me:${as_lineno-$LINENO}: result: enabled" >&5 + $as_echo "enabled" >&6; } --_----------=_1562260521103180--