Skip to content

Commit 2f951b3

Browse files
Frédéric FauberteauFrédéric Fauberteau
authored andcommitted
wine: Update to 7.0
It successfully builds on NetBSD. Main changes are listed in https://www.winehq.org/announce/7.0
1 parent d9a7048 commit 2f951b3

12 files changed

+2647
-2195
lines changed

wine/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# $NetBSD: Makefile,v 1.234 2021/12/08 16:04:19 adam Exp $
22

3-
DISTNAME= wine-6.0.2
3+
DISTNAME= wine-7.0
44
CATEGORIES= emulators
5-
MASTER_SITES= https://dl.winehq.org/wine/source/${PKGVERSION_NOREV:R}/
5+
MASTER_SITES= https://dl.winehq.org/wine/source/${PKGVERSION_NOREV}/
6+
MASTER_SITES+= https://dl.winehq.org/wine/source/${PKGVERSION_NOREV:R}/
7+
MASTER_SITES+= http://mirrors.ibiblio.org/wine/source/${PKGVERSION_NOREV}/
68
MASTER_SITES+= http://mirrors.ibiblio.org/wine/source/${PKGVERSION_NOREV:R}/
79
EXTRACT_SUFX= .tar.xz
810

@@ -26,7 +28,6 @@ CONFIGURE_ARGS+= --disable-tests
2628
CONFIGURE_ARGS+= --without-capi
2729
CONFIGURE_ARGS+= --without-gphoto
2830
CONFIGURE_ARGS+= --without-gssapi
29-
CONFIGURE_ARGS+= --without-hal
3031
CONFIGURE_ARGS+= --without-krb5
3132
CONFIGURE_ARGS+= --without-opencl
3233
CONFIGURE_ARGS+= --without-udev

0 commit comments

Comments
 (0)