mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.5.8
This commit is contained in:
parent
8038969949
commit
a3f3700ab3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282734
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xmoto
|
||||
PORTVERSION= 0.5.7
|
||||
PORTVERSION= 0.5.8
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://download.tuxfamily.org/xmoto/xmoto/${PORTVERSION}/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
@ -23,7 +23,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= pkgconfig
|
||||
USE_GNOME= pkgconfig libxml2
|
||||
USE_LUA= 5.1
|
||||
USE_SQLITE= 3
|
||||
USE_SDL= sdl mixer ttf net
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xmoto-0.5.7-src.tar.gz) = 7ad631de830a762f495d9273a65bd42fb4331868197d3d5e8d624bb59fecfca6
|
||||
SIZE (xmoto-0.5.7-src.tar.gz) = 40395855
|
||||
SHA256 (xmoto-0.5.8-src.tar.gz) = c9592d54ba571b868e95ccb66544032608ad6b67b29a33b5c12baaa5e6a705b4
|
||||
SIZE (xmoto-0.5.8-src.tar.gz) = 40378449
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- src/GameInit.cpp.orig 2011-04-03 19:46:59.000000000 +0400
|
||||
+++ src/GameInit.cpp 2011-05-07 12:50:13.000000000 +0400
|
||||
@@ -260,7 +260,7 @@
|
||||
struct sigaction v_act;
|
||||
|
||||
v_act.sa_handler = xmexit_term;
|
||||
-#if !defined(__APPLE__)
|
||||
+#if !defined(__APPLE__) && !defined(__FreeBSD__)
|
||||
v_act.sa_restorer = NULL;
|
||||
#endif
|
||||
sigemptyset(&v_act.sa_mask);
|
Loading…
Reference in New Issue
Block a user