diff options
author | makc <makc@FreeBSD.org> | 2010-04-25 19:11:13 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-04-25 19:11:13 +0800 |
commit | 11d44c3525ca1212e2710720a8d9b77560f55fed (patch) | |
tree | 5354ab763563a2942c9b48c848cca4dbc753cc9f /games/warmux | |
parent | 1ac69e405a3176eb856bedf2b15cfc3399669dc8 (diff) | |
download | freebsd-ports-gnome-11d44c3525ca1212e2710720a8d9b77560f55fed.tar.gz freebsd-ports-gnome-11d44c3525ca1212e2710720a8d9b77560f55fed.tar.zst freebsd-ports-gnome-11d44c3525ca1212e2710720a8d9b77560f55fed.zip |
Update to 0.9.2.1
Diffstat (limited to 'games/warmux')
-rw-r--r-- | games/warmux/Makefile | 5 | ||||
-rw-r--r-- | games/warmux/distinfo | 6 | ||||
-rw-r--r-- | games/warmux/files/patch-lib__fixedpoint__fixed_class.h | 15 |
3 files changed, 21 insertions, 5 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 |