git: c81b56b9e9fe - main - emulators/wine-devel: Account for bundled lcms2 library

From: Gerald Pfeifer <gerald_at_FreeBSD.org>
Date: Sat, 06 Nov 2021 08:22:05 UTC
The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c81b56b9e9feed3c2f6cce1874ce90180727a7df

commit c81b56b9e9feed3c2f6cce1874ce90180727a7df
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2021-11-06 08:21:32 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2021-11-06 08:21:32 +0000

    emulators/wine-devel: Account for bundled lcms2 library
    
    Since version 6.20 Wine bundles its own copy of lcms2.
    
    The --with-cms configure option became a no-op, so remove it, and also
    remove the dependency on our own graphics/lcms2 port.
    
    Approved by:    maintainer (pre-approval)
---
 emulators/wine-devel/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index 5055b6220b85..2a994c80d7ad 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	wine
 DISTVERSION=	6.20
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -109,12 +109,11 @@ V4L_LIB_DEPENDS=	libv4l2.so:multimedia/libv4l
 
 WINEMAKER_RUN_DEPENDS=	p5-XML-LibXML>0:textproc/p5-XML-LibXML
 
-X11_CONFIGURE_WITH=	x cms fontconfig freetype jpeg opengl vkd3d xinerama xinput2 xrandr xrender
+X11_CONFIGURE_WITH=	x fontconfig freetype jpeg opengl vkd3d xinerama xinput2 xrandr xrender
 X11_USES=		gl jpeg 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 \
-			liblcms2.so:graphics/lcms2 \
 			libvulkan.so:graphics/vulkan-loader \
 			libvkd3d.so:graphics/vkd3d