- Update to 20081224
This commit is contained in:
parent
3d248d79be
commit
3cb4a68a79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=224917
@ -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}/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user