Index: head/games/alephone/Makefile =================================================================== --- head/games/alephone/Makefile (revision 295265) +++ head/games/alephone/Makefile (revision 295266) @@ -1,90 +1,88 @@ # New ports collection makefile for: alephone # Date created: 27 February 2001 # Whom: Michael Alyn Miller # # $FreeBSD$ # PORTNAME= alephone -PORTVERSION= 20111201 -PORTREVISION= 1 +PORTVERSION= 20120128 CATEGORIES= games -MASTER_SITES= SF/marathon/Aleph%20One/2011-12-01 +MASTER_SITES= SF/marathon/Aleph%20One/2012-01-28 DISTNAME= AlephOne-${PORTVERSION} MAINTAINER= fiziologus@gmail.com COMMENT= The open source version of Bungie's Marathon game BUILD_DEPENDS+= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs USE_GMAKE= yes USE_BZIP2= yes USE_SDL+= image net sdl sound USE_GL= yes -USE_LUA= 5.1 PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-alsa --disable-sndfile CONFIGURE_ENV= PKG_CONFIG="${PKG_CONFIG}" DATADIR= ${PREFIX}/share/AlephOne MAN6= alephone.6 OPTIONS= MAD "use libmad for mp3 playback" on \ OGG "enable ogg/vorbis music playback" on \ SPEEX "enable speex net mic playback" on \ SMPEG "use SMPEG for movie playback" on \ TTF "enable SDL_ttf font rendering" on \ ZZIP "enable zziplib support" on -.include +.include .if defined(WITHOUT_MAD) CONFIGURE_ARGS+=--disable-mad .else LIB_DEPEND+= mad.2:${PORTSDIR}/audio/libmad .endif .if defined(WITHOUT_OGG) CONFIGURE_ARGS+=--disable-vorbis .else LIB_DEPEND+= vorbisfile.6:${PORTSDIR}/audio/libvorbis .endif .if defined(WITHOUT_SPEEX) CONFIGURE_ARGS+=--disable-speex .else LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex .endif .if defined(WITHOUT_SMPEG) CONFIGURE_ARGS+=--disable-smpeg .else LIB_DEPENDS+= smpeg.1:${PORTSDIR}/multimedia/smpeg .endif .if defined(WITHOUT_TTF) CONFIGURE_ARGS+=--disable-ttf .else USE_SDL+= ttf .endif .if defined(WITHOUT_ZZIP) CONFIGURE_ARGS+=--disable-zzip .else LIB_DEPENDS+= zzip.13:${PORTSDIR}/devel/zziplib .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} README ${DOCSDIR} cd ${WRKSRC}/docs && ${INSTALL_DATA} *.html ${DOCSDIR} .endif @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -.include +.include Property changes on: head/games/alephone/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.51 \ No newline at end of property +1.52 \ No newline at end of property Index: head/games/alephone/distinfo =================================================================== --- head/games/alephone/distinfo (revision 295265) +++ head/games/alephone/distinfo (revision 295266) @@ -1,2 +1,2 @@ -SHA256 (AlephOne-20111201.tar.bz2) = c844b347cdba3bcfba33cf459aa94bcc7729f8865b5cfdb688da24262a918fca -SIZE (AlephOne-20111201.tar.bz2) = 4576989 +SHA256 (AlephOne-20120128.tar.bz2) = 45a65f34074b93358bbba2e2f1232324f850f7f7d1a20512363d411e5c46298a +SIZE (AlephOne-20120128.tar.bz2) = 4578336 Property changes on: head/games/alephone/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/games/alephone/files/patch-Source_Files-Lua-lua_templates.h =================================================================== --- head/games/alephone/files/patch-Source_Files-Lua-lua_templates.h (nonexistent) +++ head/games/alephone/files/patch-Source_Files-Lua-lua_templates.h (revision 295266) @@ -0,0 +1,11 @@ +--- Source_Files/Lua/lua_templates.h.orig 2012-04-21 17:57:45.000000000 +0400 ++++ Source_Files/Lua/lua_templates.h 2012-04-21 17:58:22.000000000 +0400 +@@ -496,7 +496,7 @@ + static index_t ToIndex(lua_State *L, int index) { + index_t to; + if(lua_isnil(L, index)) return -1; +- else if(_lookup(L, index, to)) return to; ++ else if(L_Enum::_lookup(L, index, to)) return to; + else { + std::string error; + if(lua_isnumber(L, index) || lua_isstring(L, index)) \ No newline at end of file Property changes on: head/games/alephone/files/patch-Source_Files-Lua-lua_templates.h ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property