This update has been sitting in my tree for a while, and I forgot about
it until now.

I've tested it with Marathon 2 on amd64.

OK? Netgames?


-- 
The chief cause of problems is solutions.
                -- Eric Sevareid
Index: games/alephone/alephone/Makefile
===================================================================
RCS file: /cvs/openbsd/ports/games/alephone/alephone/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- games/alephone/alephone/Makefile    16 Nov 2010 11:23:25 -0000      1.12
+++ games/alephone/alephone/Makefile    1 Aug 2011 05:14:18 -0000
@@ -3,8 +3,8 @@
 DIST_SUBDIR ?=         alephone
 COMMENT =              open source game engine based on Marathon 2: Durandal
 
-DISTNAME =             AlephOne-20100424
-PKGNAME =              alephone-0.23.2
+DISTNAME =             AlephOne-20110731
+PKGNAME =              alephone-1.0
 
 EXTRACT_SUFX =         .tar.bz2
 CATEGORIES =           games x11
Index: games/alephone/alephone/distinfo
===================================================================
RCS file: /cvs/openbsd/ports/games/alephone/alephone/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- games/alephone/alephone/distinfo    23 Oct 2010 12:59:19 -0000      1.5
+++ games/alephone/alephone/distinfo    1 Aug 2011 05:14:29 -0000
@@ -1,5 +1,5 @@
-MD5 (alephone/AlephOne-20100424.tar.bz2) = n9VRf89OHdjOP+YzGsWOjg==
-RMD160 (alephone/AlephOne-20100424.tar.bz2) = zG4EkbCqf+vYVMVgxd9WwKZgx1c=
-SHA1 (alephone/AlephOne-20100424.tar.bz2) = PTmJcDzLG16Ka2qwAolW9DPk+EY=
-SHA256 (alephone/AlephOne-20100424.tar.bz2) = 
2XCJiQzpmVICfq9hhbqmywGybCiC38qeaIFt/nB2peY=
-SIZE (alephone/AlephOne-20100424.tar.bz2) = 3180896
+MD5 (alephone/AlephOne-20110731.tar.bz2) = uh0wPQZhAm7ZfYc5RqgLlQ==
+RMD160 (alephone/AlephOne-20110731.tar.bz2) = o6e1b8m+YAuMZguQZZ+vQVtkFwg=
+SHA1 (alephone/AlephOne-20110731.tar.bz2) = qosuXUui5js/XjizDvQSTpu86aQ=
+SHA256 (alephone/AlephOne-20110731.tar.bz2) = 
wY7Dk1DiKsWENr2xPbRqnblOnqaM+vhFWI89obIe3ys=
+SIZE (alephone/AlephOne-20110731.tar.bz2) = 3046086
Index: 
games/alephone/alephone/patches/patch-Source_Files_RenderOther_IMG_savepng_c
===================================================================
RCS file: 
games/alephone/alephone/patches/patch-Source_Files_RenderOther_IMG_savepng_c
diff -N 
games/alephone/alephone/patches/patch-Source_Files_RenderOther_IMG_savepng_c
--- 
games/alephone/alephone/patches/patch-Source_Files_RenderOther_IMG_savepng_c    
    8 Jul 2011 20:38:01 -0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,23 +0,0 @@
-$OpenBSD: patch-Source_Files_RenderOther_IMG_savepng_c,v 1.1 2011/07/08 
20:38:01 naddy Exp $
-
-Fix build with png-1.5.
-
---- Source_Files/RenderOther/IMG_savepng.c.orig        Tue Jul  5 16:45:04 2011
-+++ Source_Files/RenderOther/IMG_savepng.c     Tue Jul  5 16:45:58 2011
-@@ -29,6 +29,7 @@
- #include <SDL/SDL.h>
- #include <SDL/SDL_byteorder.h>
- #include <png.h>
-+#include <zlib.h>
- #include "IMG_savepng.h"
- 
- int IMG_SavePNG(const char *file, SDL_Surface *surf,int compression, struct 
IMG_PNG_text* text, int num_text){
-@@ -85,7 +86,7 @@ int IMG_SavePNG_RW(SDL_RWops *src, SDL_Surface *surf,i
-               goto savedone;
-       }
-       /* setup custom writer functions */
--      png_set_write_fn(png_ptr,(voidp)src,png_write_data,NULL);
-+      png_set_write_fn(png_ptr,src,png_write_data,NULL);
- 
-       if (setjmp(png_jmpbuf(png_ptr))){
-               SDL_SetError("Unknown error writing PNG");
Index: games/alephone/alephone/patches/patch-docs_alephone_6
===================================================================
RCS file: games/alephone/alephone/patches/patch-docs_alephone_6
diff -N games/alephone/alephone/patches/patch-docs_alephone_6
--- games/alephone/alephone/patches/patch-docs_alephone_6       23 Oct 2010 
12:59:19 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,12 +0,0 @@
-$OpenBSD: patch-docs_alephone_6,v 1.1 2010/10/23 12:59:19 phessler Exp $
---- docs/alephone.6.orig       Sat Oct 23 14:32:45 2010
-+++ docs/alephone.6    Sat Oct 23 14:33:39 2010
-@@ -50,7 +50,7 @@ Entries
- .I later
- in the list have precedence over entries earlier in the list.
- The default is
--.BR /usr/share/games/AlephOne:/usr/share/games/AlephOne .
-+.BR /usr/local/share/alephone:/usr/local/share/alephone .
- .SH "SEE ALSO"
- The latest news regarding engine and scenario development can be found at
- .URL "http://source.bungie.org/"; "the project web site" "."
Index: games/alephone/alephone/pkg/PLIST
===================================================================
RCS file: /cvs/openbsd/ports/games/alephone/alephone/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- games/alephone/alephone/pkg/PLIST   16 Oct 2009 09:14:18 -0000      1.2
+++ games/alephone/alephone/pkg/PLIST   1 Aug 2011 05:27:30 -0000
@@ -11,7 +11,7 @@ share/AlephOne/Themes/
 share/AlephOne/Themes/Default/
 share/AlephOne/Themes/Default/DejaVuLGCSansCondensed-Bold.ttf
 share/AlephOne/Themes/Default/DejaVuLGCSansCondensed-BoldOblique.ttf
-share/AlephOne/Themes/Default/bankgthd.ttf
+share/AlephOne/Themes/Default/Squarish_Sans_CT_Medium.ttf
 share/AlephOne/Themes/Default/button_c.bmp
 share/AlephOne/Themes/Default/button_c_p.bmp
 share/AlephOne/Themes/Default/button_l.bmp

Reply via email to