Tue Nov 1 20:01:57 2016 UTC ()
wine-devel: require gcc 4.7 or above.

according to https://wiki.winehq.org/Gcc :
some program (steam) require ms_hook_prologue which is only in gcc 4.5
but gcc 4.6 broke support for it, so require 4.7.

addresses PR pkg/42218 indirectly


(maya)
diff -r1.61 -r1.62 pkgsrc/emulators/wine-devel/Makefile

cvs diff -r1.61 -r1.62 pkgsrc/emulators/wine-devel/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/wine-devel/Attic/Makefile 2016/09/19 13:04:21 1.61
+++ pkgsrc/emulators/wine-devel/Attic/Makefile 2016/11/01 20:01:57 1.62
@@ -1,33 +1,34 @@ @@ -1,33 +1,34 @@
1# $NetBSD: Makefile,v 1.61 2016/09/19 13:04:21 wiz Exp $ 1# $NetBSD: Makefile,v 1.62 2016/11/01 20:01:57 maya Exp $
2 2
3DISTNAME= wine-1.9.18 3DISTNAME= wine-1.9.18
4PKGREVISION= 3 4PKGREVISION= 3
5CATEGORIES= emulators 5CATEGORIES= emulators
6MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ 6MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \
7 ${MASTER_SITE_SOURCEFORGE:=wine/} 7 ${MASTER_SITE_SOURCEFORGE:=wine/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= adam@NetBSD.org 10MAINTAINER= adam@NetBSD.org
11HOMEPAGE= http://www.winehq.org/ 11HOMEPAGE= http://www.winehq.org/
12COMMENT= Free implementation of Windows on Unix 12COMMENT= Free implementation of Windows on Unix
13LICENSE= gnu-lgpl-v2.1 13LICENSE= gnu-lgpl-v2.1
14 14
15BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge 15BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
16 16
17ONLY_FOR_PLATFORM+= *-*-i386 *-*-x86_64 17ONLY_FOR_PLATFORM+= *-*-i386 *-*-x86_64
18 18
19PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
20 20
 21GCC_REQD+= 4.7
21 22
22USE_LANGUAGES= c 23USE_LANGUAGES= c
23USE_LIBTOOL= yes 24USE_LIBTOOL= yes
24USE_NCURSES= yes 25USE_NCURSES= yes
25USE_TOOLS+= bison flex gmake mktemp msgfmt autoconf 26USE_TOOLS+= bison flex gmake mktemp msgfmt autoconf
26FLEX_REQD= 2.5.33 27FLEX_REQD= 2.5.33
27GNU_CONFIGURE= yes 28GNU_CONFIGURE= yes
28CONFIGURE_ARGS+= --disable-tests 29CONFIGURE_ARGS+= --disable-tests
29UNLIMIT_RESOURCES= datasize 30UNLIMIT_RESOURCES= datasize
30 31
31REPLACE_PERL+= tools/winemaker/winemaker tools/winedump/function_grep.pl 32REPLACE_PERL+= tools/winemaker/winemaker tools/winedump/function_grep.pl
32 33
33# The Wine configure script has problems locating the libraries in the 34# The Wine configure script has problems locating the libraries in the