FreeBSD Bugzilla – Attachment 239189 Details for
Bug 268702
graphics/blender: enable WAYLAND by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1 (apply via "git am")
bug268702.diff (text/plain), 1.80 KB, created by
Jan Beich
on 2023-01-02 05:06:41 UTC
(
hide
)
Description:
v1 (apply via "git am")
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2023-01-02 05:06:41 UTC
Size:
1.80 KB
patch
obsolete
>From 59f5c98f10ba7e48542f17f42a6d3be774493d23 Mon Sep 17 00:00:00 2001 >From: Jan Beich <jbeich@FreeBSD.org> >Date: Mon, 2 Jan 2023 04:22:42 +0000 >Subject: [PATCH] graphics/blender: enable WAYLAND by default > >- Convert dependencies to build-only due to dlopen(3) > >PR: 268702 >Approved by: Shane (maintainer) >--- > graphics/blender/Makefile | 9 +++++---- > graphics/blender/Makefile.options | 1 + > 2 files changed, 6 insertions(+), 4 deletions(-) > >diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile >index 60f671fe1d28..bd87cdebb17b 100644 >--- a/graphics/blender/Makefile >+++ b/graphics/blender/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= blender > DISTVERSION= 3.4.1 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES= graphics multimedia > MASTER_SITES= http://download.blender.org/source/ \ > http://mirror.cs.umn.edu/blender.org/source/ \ >@@ -180,9 +180,10 @@ TRACE_LIB_DEPENDS= libpotrace.so:graphics/libpotrace > WAYLAND_CATEGORIES= wayland > WAYLAND_CMAKE_BOOL= WITH_GHOST_WAYLAND > WAYLAND_USES= pkgconfig >-WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.15:graphics/wayland-protocols >-WAYLAND_LIB_DEPENDS= libdecor-0.so:x11-toolkits/libdecor \ >- libxkbcommon.so:x11/libxkbcommon >+WAYLAND_BUILD_DEPENDS= wayland-protocols>=1.15:graphics/wayland-protocols \ >+ wayland>=1.12:graphics/wayland \ >+ libdecor>0:x11-toolkits/libdecor >+WAYLAND_LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon > WEBP_CMAKE_BOOL= WITH_IMAGE_WEBP > WEBP_LIB_DEPENDS= libwebp.so:graphics/webp > XINPUT_CMAKE_BOOL= WITH_X11_XINPUT >diff --git a/graphics/blender/Makefile.options b/graphics/blender/Makefile.options >index 8ee2bdd4b1ce..ed48466889b5 100644 >--- a/graphics/blender/Makefile.options >+++ b/graphics/blender/Makefile.options >@@ -101,6 +101,7 @@ OPTIONS_DEFAULT= \ > TIFF \ > THUMBNAILER \ > TRACE \ >+ WAYLAND \ > WEBP \ > XINPUT \ > XF86VMODE
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 268702
: 239189