Date: Mon, 22 Oct 2018 09:02:01 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482739 - branches/2018Q4/games/mrboom Message-ID: <201810220902.w9M92177044276@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Oct 22 09:02:00 2018 New Revision: 482739 URL: https://svnweb.freebsd.org/changeset/ports/482739 Log: MFH: r482737 USES=compiler:c++11-lang is necessary to build this port on architectures where GCC 4.2 is present in base. PR: 232279 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: ports-secteam (blanket) Modified: branches/2018Q4/games/mrboom/Makefile Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/games/mrboom/Makefile ============================================================================== --- branches/2018Q4/games/mrboom/Makefile Mon Oct 22 09:01:21 2018 (r482738) +++ branches/2018Q4/games/mrboom/Makefile Mon Oct 22 09:02:00 2018 (r482739) @@ -3,6 +3,7 @@ PORTNAME= mrboom PORTVERSION= 4.5 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= ehaupt@FreeBSD.org @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libminizip.so:archivers/minizip \ libmodplug.so:audio/libmodplug -USES= gmake +USES= compiler:c++11-lang gmake USE_GITHUB= yes USE_SDL= sdl2 mixer2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810220902.w9M92177044276>