aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2008-12-29 04:39:36 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2008-12-29 04:39:36 +0800
commit8ebb632116307591bef6fae8fda221db85531ea8 (patch)
tree4e374fc0913399d9e1f47c500e55db953b334ff6 /games
parent04250287108c3c09e1f426b58d5b6712bf2a22a2 (diff)
downloadfreebsd-ports-gnome-8ebb632116307591bef6fae8fda221db85531ea8.tar.gz
freebsd-ports-gnome-8ebb632116307591bef6fae8fda221db85531ea8.tar.zst
freebsd-ports-gnome-8ebb632116307591bef6fae8fda221db85531ea8.zip
- Update to 20081224
Diffstat (limited to 'games')
-rw-r--r--games/palomino/Makefile8
-rw-r--r--games/palomino/distinfo6
-rw-r--r--games/palomino/pkg-plist2
3 files changed, 11 insertions, 5 deletions
diff --git a/games/palomino/Makefile b/games/palomino/Makefile
index 467e2ecd95ce..e9bda57c3ddc 100644
--- a/games/palomino/Makefile
+++ b/games/palomino/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= palomino
-PORTVERSION= 20081209
+PORTVERSION= 20081224
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}-sim \
ftp://ftp.palomino3d.org/sim/
@@ -24,6 +24,8 @@ LIB_DEPENDS= osg.48:${PORTSDIR}/graphics/osg
USE_BZIP2= yes
USE_GL= gl
USE_CMAKE= yes
+USE_LUA= 5.1
+LUA_COMPS= lua:build
MISC_VER= 20081206
MODELS_VER= 20081022
@@ -52,6 +54,8 @@ LIB_DEPENDS+= fltk.1:${PORTSDIR}/x11-toolkits/fltk
.endif
post-patch:
+ @${REINPLACE_CMD} -e '/COMMAND/ s|lua|${LUA_CMD}|' \
+ ${WRKSRC}/build/lua_bind/CMakeLists.txt
.if defined(WITHOUT_JOYSTICK)
@${REINPLACE_CMD} -e 's|OS_FREEBSD|0|' ${WRKSRC}/src/input/joystick.* \
${WRKSRC}/src/input/joystick_linux.* ${WRKSRC}/src/control/conf.cc
@@ -75,7 +79,7 @@ post-patch:
post-install:
${MKDIR} ${DATADIR}
cd ${WRKSRC}/ && ${COPYTREE_SHARE} "data scripts" ${DATADIR}/
-# docs are used from within the game, thus this is unconditional
+# docs are used from within the game, so this is unconditional
${MKDIR} ${DOCSDIR}
cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} "*" ${DOCSDIR}/
diff --git a/games/palomino/distinfo b/games/palomino/distinfo
index 8f4909d032ee..fb6980770ed1 100644
--- a/games/palomino/distinfo
+++ b/games/palomino/distinfo
@@ -1,6 +1,6 @@
-MD5 (palomino_src_20081209.tar.bz2) = f5d4c838af95c7c93a03ed02b7e5696a
-SHA256 (palomino_src_20081209.tar.bz2) = 9a5b234045ed8449c9e2ecbd92e4d0e0bd41382890e259635b358b754e3774ef
-SIZE (palomino_src_20081209.tar.bz2) = 507566
+MD5 (palomino_src_20081224.tar.bz2) = 62920eeff594d2ac0fb78c92418da5fe
+SHA256 (palomino_src_20081224.tar.bz2) = 4f207181ae612a9c3d8edb68a541cfa0b50108a9c83c1dc3f6569f69ad434d58
+SIZE (palomino_src_20081224.tar.bz2) = 511908
MD5 (palomino_data_misc_20081206.tar.bz2) = eadfacbae4b0703da7347e89ba03fa1e
SHA256 (palomino_data_misc_20081206.tar.bz2) = 8cf5721cd1ac20173d60b45b72262390624e60f0980318521e2c37135628513c
SIZE (palomino_data_misc_20081206.tar.bz2) = 616719
diff --git a/games/palomino/pkg-plist b/games/palomino/pkg-plist
index e080ee1f0550..ceca89ec5d0b 100644
--- a/games/palomino/pkg-plist
+++ b/games/palomino/pkg-plist
@@ -454,6 +454,8 @@ bin/palomino
%%DATADIR%%/scripts/tests/DerivedClass.lua
%%DATADIR%%/scripts/tests/bools.lua
%%DATADIR%%/scripts/tests/class_Test.lua
+%%DATADIR%%/scripts/tests/iterator.lua
+%%DATADIR%%/scripts/tests/lib.lua
%%DATADIR%%/scripts/tests/numbers.lua
%%DATADIR%%/scripts/tests/simple.lua
%%DATADIR%%/scripts/tests/strings.lua