Index: head/games/qtads/Makefile =================================================================== --- head/games/qtads/Makefile (revision 432973) +++ head/games/qtads/Makefile (revision 432974) @@ -1,26 +1,26 @@ # Created by: Kai Wang # $FreeBSD$ PORTNAME= qtads PORTVERSION= 2.1.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-2.x/${PORTVERSION} MAINTAINER= kaiwang27@gmail.com COMMENT= Cross-platform multimedia interpreter for TADS games LICENSE= GPLv2 USES= gmake pkgconfig qmake tar:bzip2 USE_QT4= gui moc_build network rcc_build uic_build USE_SDL= sdl mixer sound QMAKE_ARGS+= QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_RELEASE="" PLIST_FILES= bin/qtads do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Index: head/games/qtads/files/patch-tads3_vmtz.cpp =================================================================== --- head/games/qtads/files/patch-tads3_vmtz.cpp (nonexistent) +++ head/games/qtads/files/patch-tads3_vmtz.cpp (revision 432974) @@ -0,0 +1,11 @@ +--- tads3/vmtz.cpp.orig 2012-08-31 05:09:31 UTC ++++ tads3/vmtz.cpp +@@ -1982,7 +1982,7 @@ void CVmTimeZone::query(vmtzquery *resul + * the transition in terms of the local time that was in effect + * up until that moment + */ +- result->set(tcur > 0 ? tcur - 1 : tcur); ++ result->set(cur > 0 ? tcur - 1 : tcur); + return; + } + } Property changes on: head/games/qtads/files/patch-tads3_vmtz.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property