Skip to content

Commit

Permalink
wine: Update to 7.0
Browse files Browse the repository at this point in the history
It successfully builds on NetBSD.
Main changes are listed in https://www.winehq.org/announce/7.0
  • Loading branch information
Frédéric Fauberteau authored and Frédéric Fauberteau committed Jan 22, 2022
1 parent d9a7048 commit 2f951b3
Show file tree
Hide file tree
Showing 12 changed files with 2,647 additions and 2,195 deletions.
7 changes: 4 additions & 3 deletions wine/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# $NetBSD: Makefile,v 1.234 2021/12/08 16:04:19 adam Exp $

DISTNAME= wine-6.0.2
DISTNAME= wine-7.0
CATEGORIES= emulators
MASTER_SITES= https://dl.winehq.org/wine/source/${PKGVERSION_NOREV:R}/
MASTER_SITES= https://dl.winehq.org/wine/source/${PKGVERSION_NOREV}/
MASTER_SITES+= https://dl.winehq.org/wine/source/${PKGVERSION_NOREV:R}/
MASTER_SITES+= http://mirrors.ibiblio.org/wine/source/${PKGVERSION_NOREV}/
MASTER_SITES+= http://mirrors.ibiblio.org/wine/source/${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.xz

Expand All @@ -26,7 +28,6 @@ CONFIGURE_ARGS+= --disable-tests
CONFIGURE_ARGS+= --without-capi
CONFIGURE_ARGS+= --without-gphoto
CONFIGURE_ARGS+= --without-gssapi
CONFIGURE_ARGS+= --without-hal
CONFIGURE_ARGS+= --without-krb5
CONFIGURE_ARGS+= --without-opencl
CONFIGURE_ARGS+= --without-udev
Expand Down
Loading

0 comments on commit 2f951b3

Please sign in to comment.