aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-04-25 11:11:13 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-04-25 11:11:13 +0000
commitf6257de2c32fcd99df23c68a5b47da9da93207f2 (patch)
treed68d43274dbdc725d79400c1e47c05eaeaf7c3a0
parent9fa59137988efd04939a86183c0369d4746b0716 (diff)
downloadports-f6257de2c32fcd99df23c68a5b47da9da93207f2.tar.gz
ports-f6257de2c32fcd99df23c68a5b47da9da93207f2.zip
Update to 0.9.2.1
Notes
Notes: svn path=/head/; revision=253216
-rw-r--r--games/warmux/Makefile5
-rw-r--r--games/warmux/distinfo6
-rw-r--r--games/warmux/files/patch-lib__fixedpoint__fixed_class.h15
-rw-r--r--games/wormux/Makefile5
-rw-r--r--games/wormux/distinfo6
-rw-r--r--games/wormux/files/patch-lib__fixedpoint__fixed_class.h15
6 files changed, 42 insertions, 10 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile
index a0aa8ed4cffb..740bf00cae45 100644
--- a/games/warmux/Makefile
+++ b/games/warmux/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= wormux
-DISTVERSION= 0.9.1
-PORTREVISION= 2
+DISTVERSION= 0.9.2.1
CATEGORIES= games
MASTER_SITES= http://download.gna.org/wormux/ \
http://download.gna.org/wormux/archive/
@@ -22,6 +21,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_SDL= sdl image mixer ttf gfx net
+MAKE_JOBS_SAFE= yes
+USE_DOS2UNIX= fixed_class.h
MANCOMPRESSED= no
MAN6= wormux.6
diff --git a/games/warmux/distinfo b/games/warmux/distinfo
index b413d6fc90dc..2084047ff916 100644
--- a/games/warmux/distinfo
+++ b/games/warmux/distinfo
@@ -1,3 +1,3 @@
-MD5 (wormux-0.9.1.tar.bz2) = 97b039570f345aff84ac07718f57e44a
-SHA256 (wormux-0.9.1.tar.bz2) = f22f5f963d4b6276fe5e45578dc356d49fd698f5773dc0c4cb075aa1ccf8d8eb
-SIZE (wormux-0.9.1.tar.bz2) = 99479410
+MD5 (wormux-0.9.2.1.tar.bz2) = e49621b9b4ac7c8d1b11657989df61db
+SHA256 (wormux-0.9.2.1.tar.bz2) = 01372e5eefb20f95d984c5b4376b71e8cde58d2e7ec8d30de6585ce05ea90140
+SIZE (wormux-0.9.2.1.tar.bz2) = 99679696
diff --git a/games/warmux/files/patch-lib__fixedpoint__fixed_class.h b/games/warmux/files/patch-lib__fixedpoint__fixed_class.h
new file mode 100644
index 000000000000..a7fe474c3920
--- /dev/null
+++ b/games/warmux/files/patch-lib__fixedpoint__fixed_class.h
@@ -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
diff --git a/games/wormux/Makefile b/games/wormux/Makefile
index a0aa8ed4cffb..740bf00cae45 100644
--- a/games/wormux/Makefile
+++ b/games/wormux/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= wormux
-DISTVERSION= 0.9.1
-PORTREVISION= 2
+DISTVERSION= 0.9.2.1
CATEGORIES= games
MASTER_SITES= http://download.gna.org/wormux/ \
http://download.gna.org/wormux/archive/
@@ -22,6 +21,8 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_SDL= sdl image mixer ttf gfx net
+MAKE_JOBS_SAFE= yes
+USE_DOS2UNIX= fixed_class.h
MANCOMPRESSED= no
MAN6= wormux.6
diff --git a/games/wormux/distinfo b/games/wormux/distinfo
index b413d6fc90dc..2084047ff916 100644
--- a/games/wormux/distinfo
+++ b/games/wormux/distinfo
@@ -1,3 +1,3 @@
-MD5 (wormux-0.9.1.tar.bz2) = 97b039570f345aff84ac07718f57e44a
-SHA256 (wormux-0.9.1.tar.bz2) = f22f5f963d4b6276fe5e45578dc356d49fd698f5773dc0c4cb075aa1ccf8d8eb
-SIZE (wormux-0.9.1.tar.bz2) = 99479410
+MD5 (wormux-0.9.2.1.tar.bz2) = e49621b9b4ac7c8d1b11657989df61db
+SHA256 (wormux-0.9.2.1.tar.bz2) = 01372e5eefb20f95d984c5b4376b71e8cde58d2e7ec8d30de6585ce05ea90140
+SIZE (wormux-0.9.2.1.tar.bz2) = 99679696
diff --git a/games/wormux/files/patch-lib__fixedpoint__fixed_class.h b/games/wormux/files/patch-lib__fixedpoint__fixed_class.h
new file mode 100644
index 000000000000..a7fe474c3920
--- /dev/null
+++ b/games/wormux/files/patch-lib__fixedpoint__fixed_class.h
@@ -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