From d9f40973944698ccc3922de12bb61341109478d2 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Tue, 15 Apr 2025 22:09:06 +0000 Subject: [PATCH] emulators/wine-devel: Drop the WINEMAKER option winemaker is more of an esotheric tool for developers porting software, not users. Droping the option, which was never on by default, simplifies the port. My upstream commit 42b6f19678 adds a note on FreeBSD. --- emulators/wine-devel/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index a74ef8688c3a..21e85cfb5af5 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -71,14 +71,13 @@ PIE_UNSAFE= yes PORTDATA= wine.inf -OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS V4L WINEMAKER X11 GECKO MONO WAYLAND +OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS V4L WAYLAND X11 GECKO MONO OPTIONS_DEFAULT=ALSA GNUTLS X11 OPTIONS_RADIO= AUDIO OPTIONS_RADIO_AUDIO= ALSA OSS OPTIONS_SUB= yes DOSBOX_DESC= Use DOSBox to run MS-DOS programs -WINEMAKER_DESC= Fully support winemaker (requires Perl) GECKO_DESC= Bundle Gecko MSI package for Wine MONO_DESC= Bundle Mono MSI package for Wine WAYLAND_DESC= Wayland Support @@ -115,8 +114,6 @@ V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l WAYLAND_CONFIGURE_WITH= wayland -WINEMAKER_RUN_DEPENDS= p5-XML-LibXML>0:textproc/p5-XML-LibXML - X11_CONFIGURE_WITH= x fontconfig freetype opengl xinerama xinput2 xrandr xrender X11_USES= gl xorg X11_USE= GL=glu XORG=x11,xext,xcomposite,xcursor,xi,xinerama,xrandr,xrender