pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/mame



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Oct  2 08:20:24 UTC 2016

Modified Files:
        pkgsrc/emulators/mame: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/emulators/mame/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/mame/Makefile
diff -u pkgsrc/emulators/mame/Makefile:1.65 pkgsrc/emulators/mame/Makefile:1.66
--- pkgsrc/emulators/mame/Makefile:1.65 Sat Oct  1 16:45:46 2016
+++ pkgsrc/emulators/mame/Makefile      Sun Oct  2 08:20:24 2016
@@ -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 @@ INSTALLATION_DIRS+=   ${SHAREDIR}/artwork/
 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