git: 7fa3c7cc2f9f - main - emulators/wine-devel: Account for bundled jpeg library
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Nov 2021 07:25:47 UTC
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7fa3c7cc2f9f74ea2206acdd024ecec542529923
commit 7fa3c7cc2f9f74ea2206acdd024ecec542529923
Author: Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-11-15 07:25:19 +0000
Commit: Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-11-15 07:25:19 +0000
emulators/wine-devel: Account for bundled jpeg library
Since version 6.20 Wine bundles its own copy of a jpeg library.
The --with-jpeg configure option became a no-op, so remove it, and
also remove the dependency on our own port via USES=jpeg.
Approved by: maintainer (pre-approval)
---
emulators/wine-devel/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 3c13f30c605e..01ecdda5125f 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wine
DISTVERSION= 6.21
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
@@ -111,8 +112,8 @@ V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l
WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:textproc/p5-XML-LibXML
-X11_CONFIGURE_WITH= x fontconfig freetype jpeg opengl vkd3d xinerama xinput2 xrandr xrender
-X11_USES= gl jpeg xorg
+X11_CONFIGURE_WITH= x fontconfig freetype opengl vkd3d xinerama xinput2 xrandr xrender
+X11_USES= gl xorg
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 \