Update to 0.9.2.1
This commit is contained in:
parent
9fa5913798
commit
f6257de2c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253216
@ -6,8 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= wormux
|
PORTNAME= wormux
|
||||||
DISTVERSION= 0.9.1
|
DISTVERSION= 0.9.2.1
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://download.gna.org/wormux/ \
|
MASTER_SITES= http://download.gna.org/wormux/ \
|
||||||
http://download.gna.org/wormux/archive/
|
http://download.gna.org/wormux/archive/
|
||||||
@ -22,6 +21,8 @@ USE_BZIP2= yes
|
|||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_SDL= sdl image mixer ttf gfx net
|
USE_SDL= sdl image mixer ttf gfx net
|
||||||
|
MAKE_JOBS_SAFE= yes
|
||||||
|
USE_DOS2UNIX= fixed_class.h
|
||||||
|
|
||||||
MANCOMPRESSED= no
|
MANCOMPRESSED= no
|
||||||
MAN6= wormux.6
|
MAN6= wormux.6
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (wormux-0.9.1.tar.bz2) = 97b039570f345aff84ac07718f57e44a
|
MD5 (wormux-0.9.2.1.tar.bz2) = e49621b9b4ac7c8d1b11657989df61db
|
||||||
SHA256 (wormux-0.9.1.tar.bz2) = f22f5f963d4b6276fe5e45578dc356d49fd698f5773dc0c4cb075aa1ccf8d8eb
|
SHA256 (wormux-0.9.2.1.tar.bz2) = 01372e5eefb20f95d984c5b4376b71e8cde58d2e7ec8d30de6585ce05ea90140
|
||||||
SIZE (wormux-0.9.1.tar.bz2) = 99479410
|
SIZE (wormux-0.9.2.1.tar.bz2) = 99679696
|
||||||
|
15
games/warmux/files/patch-lib__fixedpoint__fixed_class.h
Normal file
15
games/warmux/files/patch-lib__fixedpoint__fixed_class.h
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
--- ./lib/fixedpoint/fixed_class.h.orig 2010-04-18 21:42:49.000000000 +0400
|
||||||
|
+++ ./lib/fixedpoint/fixed_class.h 2010-04-24 14:38:36.456848203 +0400
|
||||||
|
@@ -50,6 +50,12 @@
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#define SIZE_T_FIXEDPOINT_METHODS
|
||||||
|
#endif
|
||||||
|
+
|
||||||
|
+#ifdef __FreeBSD__
|
||||||
|
+ #include <machine/elf.h>
|
||||||
|
+ #define __WORDSIZE __ELF_WORD_SIZE
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
#if __WORDSIZE == 64
|
||||||
|
#define SIZE_T_FIXEDPOINT_METHODS
|
||||||
|
#endif
|
@ -6,8 +6,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= wormux
|
PORTNAME= wormux
|
||||||
DISTVERSION= 0.9.1
|
DISTVERSION= 0.9.2.1
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= http://download.gna.org/wormux/ \
|
MASTER_SITES= http://download.gna.org/wormux/ \
|
||||||
http://download.gna.org/wormux/archive/
|
http://download.gna.org/wormux/archive/
|
||||||
@ -22,6 +21,8 @@ USE_BZIP2= yes
|
|||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_SDL= sdl image mixer ttf gfx net
|
USE_SDL= sdl image mixer ttf gfx net
|
||||||
|
MAKE_JOBS_SAFE= yes
|
||||||
|
USE_DOS2UNIX= fixed_class.h
|
||||||
|
|
||||||
MANCOMPRESSED= no
|
MANCOMPRESSED= no
|
||||||
MAN6= wormux.6
|
MAN6= wormux.6
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
MD5 (wormux-0.9.1.tar.bz2) = 97b039570f345aff84ac07718f57e44a
|
MD5 (wormux-0.9.2.1.tar.bz2) = e49621b9b4ac7c8d1b11657989df61db
|
||||||
SHA256 (wormux-0.9.1.tar.bz2) = f22f5f963d4b6276fe5e45578dc356d49fd698f5773dc0c4cb075aa1ccf8d8eb
|
SHA256 (wormux-0.9.2.1.tar.bz2) = 01372e5eefb20f95d984c5b4376b71e8cde58d2e7ec8d30de6585ce05ea90140
|
||||||
SIZE (wormux-0.9.1.tar.bz2) = 99479410
|
SIZE (wormux-0.9.2.1.tar.bz2) = 99679696
|
||||||
|
15
games/wormux/files/patch-lib__fixedpoint__fixed_class.h
Normal file
15
games/wormux/files/patch-lib__fixedpoint__fixed_class.h
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
--- ./lib/fixedpoint/fixed_class.h.orig 2010-04-18 21:42:49.000000000 +0400
|
||||||
|
+++ ./lib/fixedpoint/fixed_class.h 2010-04-24 14:38:36.456848203 +0400
|
||||||
|
@@ -50,6 +50,12 @@
|
||||||
|
#ifdef __APPLE__
|
||||||
|
#define SIZE_T_FIXEDPOINT_METHODS
|
||||||
|
#endif
|
||||||
|
+
|
||||||
|
+#ifdef __FreeBSD__
|
||||||
|
+ #include <machine/elf.h>
|
||||||
|
+ #define __WORDSIZE __ELF_WORD_SIZE
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
#if __WORDSIZE == 64
|
||||||
|
#define SIZE_T_FIXEDPOINT_METHODS
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user