pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/mame mame: remove comment about gcc 5.3 bein...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0af6c5080b7c
branches:  trunk
changeset: 353281:0af6c5080b7c
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Oct 02 08:20:24 2016 +0000

description:
mame: remove comment about gcc 5.3 being used because of a gcc49 bug.
bug was fixed, but gcc 5.0 is explicitly required by the package.
see scripts/genie.lua. It also mentions GCC 5.2 being problematic
in the same file.

given that nobody has tested it for <5.3, leave it at 5.3 required.

diffstat:

 emulators/mame/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r bdf885c527f7 -r 0af6c5080b7c emulators/mame/Makefile
--- a/emulators/mame/Makefile   Sun Oct 02 05:33:18 2016 +0000
+++ b/emulators/mame/Makefile   Sun Oct 02 08:20:24 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2016/10/01 16:45:46 wiz Exp $
+# $NetBSD: Makefile,v 1.66 2016/10/02 08:20:24 maya Exp $
 
 DISTNAME=      mame-0.178
 CATEGORIES=    emulators
@@ -19,7 +19,6 @@
 DEPENDS+=              liberation-ttf-[0-9]*:../../fonts/liberation-ttf
 
 USE_LANGUAGES=         c99 c++
-# 4.9 is enough, but doesn't build with SSP support on NetBSD
 GCC_REQD+=             5.3
 USE_TOOLS+=            bsdtar gmake pkg-config
 UNLIMIT_RESOURCES+=    datasize



Home | Main Index | Thread Index | Old Index