Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Mar 2018 16:10:09 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Steve Wills <swills@FreeBSD.org>, Ryo ONODERA <ryo@tetera.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r465815 - in head/emulators/mame: . files
Message-ID:  <alpine.LSU.2.21.1803301606490.3430@anthias.pfeifer.com>
In-Reply-To: <201803281518.w2SFIsl2021843@repo.freebsd.org>
References:  <201803281518.w2SFIsl2021843@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 28 Mar 2018, Steve Wills wrote:
> Log:
>   emulators/mame: update to 0.195

This brougth a lot more changes than just a version update...

> Modified: head/emulators/mame/Makefile
> ==============================================================================
> +LICENSE=	GPLv2

...such as setting the LICENSE or moving from Qt4 to Qt5...

> +.if ${OSVERSION} < 1100055
> +USE_GCC=	6
> +.endif

...and adding this hack.  

Does this means GCC 7 does not work, so it's really GCC 6 that 
needs to be requested, not USE_GCC=yes?

Gerald



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.21.1803301606490.3430>