Hi ports --

Attached you'll find the latest games/manaplus update.
Includes the shiny new manaplus.org HOMEPAGE. Also I chatted with upstream and got the majority of our local patches committed.

Works for me on amd64, loongson & macppc.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/manaplus/Makefile,v
retrieving revision 1.15
diff -u -p -u -p -r1.15 Makefile
--- Makefile	26 May 2013 15:57:13 -0000	1.15
+++ Makefile	9 Jun 2013 00:47:00 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =	extended client for The Mana World
 
-V =		1.3.5.26
+V =		1.3.6.9
 DISTNAME =	manaplus-${V}
 EXTRACT_SUFX =	.tar.xz
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/manaplus/distinfo,v
retrieving revision 1.11
diff -u -p -u -p -r1.11 distinfo
--- distinfo	26 May 2013 15:57:13 -0000	1.11
+++ distinfo	9 Jun 2013 00:47:00 -0000
@@ -1,2 +1,2 @@
-SHA256 (manaplus-1.3.5.26.tar.xz) = lrFuNySRxytb0Xzfph9TiXl71Vkqhx/5U5u2UBXfrHk=
-SIZE (manaplus-1.3.5.26.tar.xz) = 6921164
+SHA256 (manaplus-1.3.6.9.tar.xz) = L06KhZvOyC/x7pQDoiW29x2yudAnqGQAm0GLBV5ghzA=
+SIZE (manaplus-1.3.6.9.tar.xz) = 6920400
Index: patches/patch-src_logger_h
===================================================================
RCS file: patches/patch-src_logger_h
diff -N patches/patch-src_logger_h
--- patches/patch-src_logger_h	4 Feb 2013 15:03:12 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_logger_h,v 1.1 2013/02/04 15:03:12 bcallah Exp $
---- src/logger.h.orig	Thu Jan 31 23:37:09 2013
-+++ src/logger.h	Thu Jan 31 23:37:20 2013
-@@ -76,7 +76,7 @@ class Logger final
-          */
-         void log(const char *const log_text, ...)
- #ifdef __GNUC__
--            __attribute__((__format__(gnu_printf, 2, 3)))
-+            __attribute__((__format__(printf, 2, 3)))
- #endif
-             ;
- 
Index: patches/patch-src_mumblemanager_cpp
===================================================================
RCS file: patches/patch-src_mumblemanager_cpp
diff -N patches/patch-src_mumblemanager_cpp
--- patches/patch-src_mumblemanager_cpp	4 Feb 2013 15:03:12 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-src_mumblemanager_cpp,v 1.2 2013/02/04 15:03:12 bcallah Exp $
---- src/mumblemanager.cpp.orig	Thu Jan 31 23:28:58 2013
-+++ src/mumblemanager.cpp	Thu Jan 31 23:29:48 2013
-@@ -16,6 +16,7 @@
- 
- #include "utils/mathutils.h"
- 
-+#include <sys/param.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <wchar.h>
Index: patches/patch-src_resources_imagewriter_cpp
===================================================================
RCS file: patches/patch-src_resources_imagewriter_cpp
diff -N patches/patch-src_resources_imagewriter_cpp
--- patches/patch-src_resources_imagewriter_cpp	3 Jun 2013 02:46:57 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$OpenBSD: patch-src_resources_imagewriter_cpp,v 1.3 2013/06/03 02:46:57 naddy Exp $
---- src/resources/imagewriter.cpp.orig	Sat May 25 05:53:40 2013
-+++ src/resources/imagewriter.cpp	Sun Jun  2 21:36:55 2013
-@@ -24,11 +24,10 @@
- 
- #include "logger.h"
- 
-+#include <png.h>
- #if defined __OpenBSD__
--#include <libpng/png.h>
- #include <SDL/SDL.h>
- #else
--#include <png.h>
- #include <SDL.h>
- #endif
- #include <string>
Index: patches/patch-src_utils_stringutils_h
===================================================================
RCS file: patches/patch-src_utils_stringutils_h
diff -N patches/patch-src_utils_stringutils_h
--- patches/patch-src_utils_stringutils_h	19 Apr 2013 16:50:02 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-src_utils_stringutils_h,v 1.2 2013/04/19 16:50:02 bcallah Exp $
---- src/utils/stringutils.h.orig	Mon Apr  8 16:08:43 2013
-+++ src/utils/stringutils.h	Tue Apr 16 11:36:31 2013
-@@ -99,7 +99,7 @@ std::string strprintf(const char *const format, ...) A
- #ifdef __GNUC__
-     /* This attribute is nice: it even works through gettext invokation. For
-        example, gcc will complain that strprintf(_("%s"), 42) is ill-formed. */
--    __attribute__((__format__(gnu_printf, 1, 2)))
-+    __attribute__((__format__(printf, 1, 2)))
- #endif
- ;
- 

Reply via email to