Index: head/games/warzone2100/Makefile =================================================================== --- head/games/warzone2100/Makefile (revision 423305) +++ head/games/warzone2100/Makefile (revision 423306) @@ -1,52 +1,56 @@ # $FreeBSD$ PORTNAME= warzone2100 -PORTVERSION= 3.1.5 +PORTVERSION= 3.2.1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/releases/${PORTVERSION}/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Innovative 3D real-time strategy game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= zip:archivers/zip LIB_DEPENDS= libphysfs.so:devel/physfs \ libpng.so:graphics/png \ libvorbis.so:audio/libvorbis \ + libogg.so:audio/libogg \ libtheora.so:multimedia/libtheora \ libfribidi.so:converters/fribidi \ libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf:x11-fonts/dejavu -USES= bison compiler:c++11-lang gmake localbase openal:al pkgconfig tar:xz # actually, old gcc fails on unknown -W flag +USES= bison compiler:c++11-lib gmake localbase openal:al pkgconfig ssl tar:xz GNU_CONFIGURE= yes -USE_GL= glew glu -USE_SDL= sdl -USE_QT4= corelib network script gui moc_build +USE_GL= gl glu glew +USE_SDL= sdl2 +USE_XORG= x11 xrandr +USE_QT5= core gui widgets script buildtools_build QT_NONSTANDARD= yes CONFIGURE_ARGS= --program-transform-name="" --with-distributor="FreeBSD ports" -CONFIGURE_ENV= PATH="${LOCALBASE}/bin:$$PATH" \ - CCOMPILER="${CC}" \ - CXXCOMPILER="${CXX}" -REINPLACE_ARGS= -i '' +CONFIGURE_ENV= LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" \ + LIBCRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" PORTDOCS= * PORTDATA= * OPTIONS_DEFINE= DOCS NLS MANPAGES OPTIONS_DEFAULT=MANPAGES OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls MANPAGES_BUILD_DEPENDS= a2x:textproc/asciidoc post-patch: @${REINPLACE_CMD} -e 's|-Werror||g; s|-R$$found_dir||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|./build_tools/autorevision|& -f|g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e '/INSTALL_DATA.*warzone2100.appdata.xml/d' ${WRKSRC}/icons/Makefile.* + +post-install: + @${RMDIR} ${STAGEDIR}${PREFIX}/share/appdata .include Index: head/games/warzone2100/distinfo =================================================================== --- head/games/warzone2100/distinfo (revision 423305) +++ head/games/warzone2100/distinfo (revision 423306) @@ -1,2 +1,3 @@ -SHA256 (warzone2100-3.1.5.tar.xz) = 21aacc3e475d17338cf7a57aefe4517868822a8167fb6c291f6f6f3b454ca442 -SIZE (warzone2100-3.1.5.tar.xz) = 86236328 +TIMESTAMP = 1471086366 +SHA256 (warzone2100-3.2.1.tar.xz) = 0f66b76c50c598abcc895134bd49aab5dd46dcf8135645f2505e93077402a6d9 +SIZE (warzone2100-3.2.1.tar.xz) = 80759620 Index: head/games/warzone2100/files/patch-src_scripttabs.cpp =================================================================== --- head/games/warzone2100/files/patch-src_scripttabs.cpp (nonexistent) +++ head/games/warzone2100/files/patch-src_scripttabs.cpp (revision 423306) @@ -0,0 +1,11 @@ +--- src/scripttabs.cpp.orig 2016-05-07 17:45:17 UTC ++++ src/scripttabs.cpp +@@ -108,7 +108,7 @@ TYPE_SYMBOL asTypeTable[] = + { "", (INTERP_TYPE)ST_POINTER_STRUCTSTAT, AT_SIMPLE, NULL, NULL }, //for NULLSTRUCTURESTAT + + /* This final entry marks the end of the type list */ +- { "END OF TYPE LIST", (INTERP_TYPE)NULL, AT_SIMPLE, NULL, NULL }, ++ { "END OF TYPE LIST", (INTERP_TYPE)0, AT_SIMPLE, NULL, NULL }, + }; + + Property changes on: head/games/warzone2100/files/patch-src_scripttabs.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