summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-04-25 11:11:13 +0000
committermakc <makc@FreeBSD.org>2010-04-25 11:11:13 +0000
commit11d44c3525ca1212e2710720a8d9b77560f55fed (patch)
tree5354ab763563a2942c9b48c848cca4dbc753cc9f
parent1ac69e405a3176eb856bedf2b15cfc3399669dc8 (diff)
downloadFreeBSD-ports-11d44c3525ca1212e2710720a8d9b77560f55fed.zip
FreeBSD-ports-11d44c3525ca1212e2710720a8d9b77560f55fed.tar.gz
Update to 0.9.2.1
-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 a0aa8ed..740bf00 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 b413d6f..2084047 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 0000000..a7fe474
--- /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 a0aa8ed..740bf00 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 b413d6f..2084047 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 0000000..a7fe474
--- /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
OpenPOWER on IntegriCloud