Date: Fri, 5 Jun 2015 16:11:30 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388587 - head/games/supertuxkart Message-ID: <201506051611.t55GBU4a091936@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jun 5 16:11:29 2015 New Revision: 388587 URL: https://svnweb.freebsd.org/changeset/ports/388587 Log: - Fix BROKEN_powerpc - Convert conditional BROKEN to BROKEN_FreeBSD_8 Modified: head/games/supertuxkart/Makefile Modified: head/games/supertuxkart/Makefile ============================================================================== --- head/games/supertuxkart/Makefile Fri Jun 5 15:42:30 2015 (r388586) +++ head/games/supertuxkart/Makefile Fri Jun 5 16:11:29 2015 (r388587) @@ -19,6 +19,9 @@ LIB_DEPENDS= libvorbisfile.so:${PORTSDIR libpng.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg +BROKEN_powerpc= does not configure on powerpc +BROKEN_FreeBSD_8= does not build on 8.x + USES= alias cmake compiler:c++11-lib dos2unix gettext \ gmake openal:al pkgconfig tar:xz USE_GL= gl glu @@ -50,18 +53,10 @@ XRANDR_CMAKE_OFF= -DUSE_XRANDR=NO XRANDR_USE= XORG=xrandr XRANDR_USE_OFF= XORG=xxf86vm -powerpc_BROKEN= Does not configure on powerpc - post-patch: @${REINPLACE_CMD} -e 's|/usr/X11R6/include|${LOCALBASE}/include|' \ ${WRKSRC}/lib/irrlicht/CMakeLists.txt @${REINPLACE_CMD} -e 's|Icon=.*|Icon=${PREFIX}/share/icons/hicolor/128x128/apps/supertuxkart.png|' \ ${WRKSRC}/data/${PORTNAME}.desktop -.include <bsd.port.pre.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -BROKEN= does not build -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506051611.t55GBU4a091936>