pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: games/wesnoth



Hi, Tim,
I think you need audio/libvorbis.

Attached patch is not complete, PLIST part is huge, so omitted.
But I think you can make. (And may see three errors)

I don't have time today, but I will do more if you want, tomorrow.

Thank you.
---
mef%NetBSD.org@localhost
Makoto Fujiwara, 
  http://www.ki.nu/~makoto/pkgsrc/check-update/00_Summary.html

Index: games/wesnoth/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/games/wesnoth/Makefile,v
retrieving revision 1.110
diff -u -r1.110 Makefile
--- games/wesnoth/Makefile	7 Nov 2014 19:39:33 -0000	1.110
+++ games/wesnoth/Makefile	9 Mar 2015 16:33:37 -0000
@@ -1,7 +1,6 @@
 # $NetBSD: Makefile,v 1.110 2014/11/07 19:39:33 adam Exp $
 
-DISTNAME=	wesnoth-1.10.7
-PKGREVISION=	1
+DISTNAME=	wesnoth-1.12.1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=wesnoth/}
 EXTRACT_SUFX=	.tar.bz2
@@ -70,6 +69,7 @@
 
 BUILDLINK_API_DEPENDS.SDL_mixer+=	SDL_mixer>=1.2.5nb3
 .include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
 .include "../../converters/fribidi/buildlink3.mk"
 BUILDLINK_API_DEPENDS.SDL+=		SDL>=1.2.7
 .include "../../devel/SDL/buildlink3.mk"
Index: games/wesnoth/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/games/wesnoth/distinfo,v
retrieving revision 1.51
diff -u -r1.51 distinfo
--- games/wesnoth/distinfo	28 Oct 2014 13:17:32 -0000	1.51
+++ games/wesnoth/distinfo	9 Mar 2015 16:33:37 -0000
@@ -1,11 +1,9 @@
-$NetBSD: distinfo,v 1.51 2014/10/28 13:17:32 wiz Exp $
+$NetBSD$
 
-SHA1 (wesnoth-1.10.7.tar.bz2) = 86e329585244c377a1863f64dd534bc7bbcc7acf
-RMD160 (wesnoth-1.10.7.tar.bz2) = 0d4b320833957fe67a9b5967083068a9d33b5889
-Size (wesnoth-1.10.7.tar.bz2) = 347431490 bytes
+SHA1 (wesnoth-1.12.1.tar.bz2) = 081f0d839ccbd011a672ba7e134431a32eb8791c
+RMD160 (wesnoth-1.12.1.tar.bz2) = 961689d065a5f5c0076673e8028305e3dcc8e5b2
+Size (wesnoth-1.12.1.tar.bz2) = 384386961 bytes
 SHA1 (patch-CMakeLists.txt) = 1f17a95793db0d311508f1ff93f9aacedc7782f9
 SHA1 (patch-ae) = 9e0ee531c33da80565791d81f716b313fa85af18
-SHA1 (patch-af) = ea79f12c5bc44927a7a677a830cdd00a130501db
+SHA1 (patch-af) = ed3ef2d26a33b87e42e8c820c669315b81bf7938
 SHA1 (patch-ah) = b63017ae43c4748aced31ab64dc141682e535ff2
-SHA1 (patch-src_construct__dialog.hpp) = cc049d26256b7103348dd263d3477b623dd5dbb6
-SHA1 (patch-src_filechooser.cpp) = e92c2553470ae3d73fe24f4ecefbaefb5d7b5cdd
Index: games/wesnoth/patches/patch-af
===================================================================
RCS file: /cvsroot/pkgsrc/games/wesnoth/patches/patch-af,v
retrieving revision 1.6
diff -u -r1.6 patch-af
--- games/wesnoth/patches/patch-af	30 Aug 2013 08:14:42 -0000	1.6
+++ games/wesnoth/patches/patch-af	9 Mar 2015 16:33:37 -0000
@@ -1,12 +1,12 @@
 $NetBSD: patch-af,v 1.6 2013/08/30 08:14:42 obache Exp $
 
---- src/preferences.cpp.orig	2013-02-10 09:52:18.000000000 +0000
-+++ src/preferences.cpp
-@@ -33,6 +33,7 @@
- #include "serialization/parser.hpp"
+--- src/preferences.cpp.orig	2015-01-24 06:21:14.000000000 +0900
++++ src/preferences.cpp	2015-03-10 00:48:59.000000000 +0900
+@@ -32,6 +32,7 @@
+ #include "util.hpp"
  
  #include <sys/stat.h> // for setting the permissions of the preferences file
 +#include <unistd.h>
+ #include <boost/concept_check.hpp>
  
  static lg::log_domain log_config("config");
- #define ERR_CFG LOG_STREAM(err , log_config)


Home | Main Index | Thread Index | Old Index