git: 33b0732eb199 - main - emulators/wine: Drop the WINEMAKER option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Apr 2025 07:37:37 UTC
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=33b0732eb199b2952b6f39fe7f939ade1b2dec21 commit 33b0732eb199b2952b6f39fe7f939ade1b2dec21 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2025-04-28 07:36:48 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2025-04-28 07:37:16 +0000 emulators/wine: 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. (This backports commit d9f4097394 from emulators/wine-devel.) --- emulators/wine/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 8f32e166e982..675a10f6a1e7 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -70,14 +70,13 @@ PIE_UNSAFE= yes PORTDATA= wine.inf -OPTIONS_DEFINE= CUPS DOCS DOSBOX GNUTLS V4L WAYLAND WINEMAKER X11 GECKO MONO +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 @@ WAYLAND_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto WAYLAND_LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -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