1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

Update to the Wine 2.0.4 maintenance release which brings the following:

- Various bug fixes
 - Updates to the National Language Support files
 - Documentation updates

On the way backport r454456 from emulators/wine-devel where it has sat
for seven weeks now:

 Explicitly add x11 and xext to USE_XORG (when the X11 option is set),
 both of which were pulled in implicitly so far. [1]

Reported by:    Mk/Scripts/qa.sh via dbn@ [1]
This commit is contained in:
Gerald Pfeifer 2018-01-07 23:28:40 +00:00
parent f15c6f8724
commit 22410c30c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458391
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wine
DISTVERSION= 2.0.3
DISTVERSION= 2.0.4
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@ -96,7 +96,7 @@ WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:textproc/p5-XML-LibXML
X11_CONFIGURE_WITH= x cms fontconfig freetype glu jpeg opengl png xinerama xinput2 xrandr xrender
X11_USES= jpeg
X11_USE= GL=glu XORG=xcomposite,xcursor,xi,xinerama,xrandr,xrender
X11_USE= GL=glu XORG=x11,xext,xcomposite,xcursor,xi,xinerama,xrandr,xrender
X11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
liblcms2.so:graphics/lcms2 \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1508531905
SHA256 (wine-2.0.3.tar.xz) = a811c664f870a3a01449443a93a6fcee41aea2e912e58f72742eb7924962be56
SIZE (wine-2.0.3.tar.xz) = 18864648
TIMESTAMP = 1515365905
SHA256 (wine-2.0.4.tar.xz) = b5e07b350edd34e4fb2615edb143f832a208a939fc9937a819181eecaf32985a
SIZE (wine-2.0.4.tar.xz) = 18898148