aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-10-07 08:35:02 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-10-07 08:35:31 +0000
commit23ca73eb8aecbbd50e7fc6521f483184013d0b2b (patch)
tree406d9baf60418e8a69f31a31bb4e3687c9f2b10b
parent335fc812a52b1f77488fdb1e547bfb963b9641ed (diff)
x11-toolkits/wlroots016: remove port after c24ac905185b
-rw-r--r--MOVED1
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/wlroots016/Makefile75
-rw-r--r--x11-toolkits/wlroots016/distinfo13
-rw-r--r--x11-toolkits/wlroots016/pkg-descr28
-rw-r--r--x11-toolkits/wlroots016/pkg-plist102
6 files changed, 1 insertions, 219 deletions
diff --git a/MOVED b/MOVED
index 631f13718252..7c50a3999468 100644
--- a/MOVED
+++ b/MOVED
@@ -3518,3 +3518,4 @@ devel/rth||2024-09-30|Has expired: Abandonware, Unmaintained upstream as of 2013
devel/libegit2||2024-09-30|Has expired: No consumer in ports tree
audio/libechonest||2024-10-05|Removed, Abandonware and service no longer available
net/fbzmq||2024-10-05|Repository was archived by facebook and the last version doesn't build
+x11-toolkits/wlroots016||2024-10-07|No consumers in ports
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 62266533cb8b..bbd932d2a3b1 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -254,7 +254,6 @@
SUBDIR += vte3
SUBDIR += wlroots
SUBDIR += wlroots015
- SUBDIR += wlroots016
SUBDIR += wlroots017
SUBDIR += wmapp
SUBDIR += wxgtk30
diff --git a/x11-toolkits/wlroots016/Makefile b/x11-toolkits/wlroots016/Makefile
deleted file mode 100644
index f5dce3891419..000000000000
--- a/x11-toolkits/wlroots016/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-PORTNAME= wlroots
-DISTVERSION= 0.16.2
-PORTREVISION= 3
-CATEGORIES= x11-toolkits
-PKGNAMESUFFIX= 016
-
-PATCH_SITES+= https://github.com/swaywm/${GL_PROJECT}/commit/:github
-PATCHFILES+= 107f8d4cca76.patch:-p1:github # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4488
-PATCH_SITES+= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/
-PATCHFILES+= f3ba14e49133.patch:-p1 # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3850
-PATCHFILES+= faa631c348d9.patch:-p1 # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4005
-PATCHFILES+= 822eb07eaca3.patch:-p1 # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4005
-PATCHFILES+= 4b4f76cc1357.patch:-p1 # https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4614
-
-MAINTAINER= jbeich@FreeBSD.org
-COMMENT= Modular Wayland compositor library (deprecated 0.16.* series)
-WWW= https://gitlab.freedesktop.org/wlroots/wlroots
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BUILD_DEPENDS= wayland-protocols>=1.27:graphics/wayland-protocols
-LIB_DEPENDS= libudev.so:devel/libudev-devd \
- libdrm.so:graphics/libdrm \
- libwayland-server.so:graphics/wayland \
- libseat.so:sysutils/seatd \
- libxkbcommon.so:x11/libxkbcommon
-
-USES= compiler:c11 gl meson pkgconfig xorg
-USE_GITLAB= yes
-USE_GL= gbm
-USE_XORG= pixman
-USE_LDCONFIG= yes
-GL_SITE= https://gitlab.freedesktop.org
-MESON_ARGS= -Dexamples=false -Dbackends=${BACKENDS:ts,} -Drenderers=${RENDERERS:ts,}
-PLIST_SUB= SUFFIX=-${DISTVERSION:R}
-
-PORTSCOUT= limit:^0\.16\.
-
-OPTIONS_DEFINE= DRM OPENGL VULKAN X11
-OPTIONS_DEFAULT=DRM OPENGL VULKAN X11
-OPTIONS_SUB= yes
-
-DRM_DESC= KMS console support
-DRM_BUILD_DEPENDS= hwdata>0:misc/hwdata
-DRM_LIB_DEPENDS= libinput.so:x11/libinput
-DRM_VARS= BACKENDS+="drm libinput"
-
-OPENGL_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri
-OPENGL_USE= GL=egl,glesv2
-OPENGL_VARS= RENDERERS+=gles2
-
-VULKAN_DESC= Vulkan renderer
-VULKAN_BUILD_DEPENDS= glslangValidator:graphics/glslang \
- vulkan-headers>0:graphics/vulkan-headers
-VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader
-VULKAN_RUN_DEPENDS= mesa-dri>0:graphics/mesa-dri
-VULKAN_VARS= RENDERERS+=vulkan
-
-X11_LIB_DEPENDS= libxcb-errors.so:x11/xcb-util-errors \
- libxcb-render-util.so:x11/xcb-util-renderutil \
- libxcb-icccm.so:x11/xcb-util-wm
-X11_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
- Xwayland:x11-servers/xwayland
-X11_RUN_DEPENDS= Xwayland:x11-servers/xwayland
-X11_USE= XORG=xcb
-X11_MESON_ENABLED= xwayland
-X11_VARS= BACKENDS+=x11
-
-post-patch:
-# Extract (snapshot) version from the port instead of meson.build
- @${REINPLACE_CMD} "/STR/s/meson.project_version()/'${DISTVERSIONFULL}'/" \
- ${WRKSRC}/include/wlr/meson.build
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/wlroots016/distinfo b/x11-toolkits/wlroots016/distinfo
deleted file mode 100644
index 529c4d57f76a..000000000000
--- a/x11-toolkits/wlroots016/distinfo
+++ /dev/null
@@ -1,13 +0,0 @@
-TIMESTAMP = 1676068199
-SHA256 (wlroots-0.16.2.tar.bz2) = afea2cc740344c4e86749cf4908e07692e183cb14a3db854d24dec454c664b88
-SIZE (wlroots-0.16.2.tar.bz2) = 437628
-SHA256 (107f8d4cca76.patch) = cf5e96c4677ff544e7ae138a0b57e7d749fd4dc9260f00ed42ba3f23190f5d49
-SIZE (107f8d4cca76.patch) = 1369
-SHA256 (f3ba14e49133.patch) = fb61329725f9482eae15100ae46c59159f39abc3324937e92fdf5065155944a9
-SIZE (f3ba14e49133.patch) = 1976
-SHA256 (faa631c348d9.patch) = b0a73d15b38655e4af464be3a9ca684f8d72ed724624c1f3f9bdbee894bc2335
-SIZE (faa631c348d9.patch) = 802
-SHA256 (822eb07eaca3.patch) = 2cdf10f6d66bfe1d2f50ebd05cb1fd1157b58859ff059c953cfcef899f01f634
-SIZE (822eb07eaca3.patch) = 609
-SHA256 (4b4f76cc1357.patch) = 163500bf90d39365a6ce8a9d24d48b2e65135d2f548c9532d933ed19b1097d53
-SIZE (4b4f76cc1357.patch) = 2512
diff --git a/x11-toolkits/wlroots016/pkg-descr b/x11-toolkits/wlroots016/pkg-descr
deleted file mode 100644
index 6daf6a788b68..000000000000
--- a/x11-toolkits/wlroots016/pkg-descr
+++ /dev/null
@@ -1,28 +0,0 @@
-Pluggable, composable, unopinionated modules for building a Wayland
-compositor; or about 60,000 lines of code you were going to write anyway.
-
-- wlroots provides backends that abstract the underlying display and input
- hardware, including KMS/DRM, libinput, Wayland, X11, and headless backends,
- plus any custom backends you choose to write, which can all be created or
- destroyed at runtime and used in concert with each other.
-- wlroots provides unopinionated, mostly standalone implementations of many
- Wayland interfaces, both from wayland.xml and various protocol extensions.
- We also promote the standardization of portable extensions across
- many compositors.
-- wlroots provides several powerful, standalone, and optional tools that
- implement components common to many compositors, such as the arrangement of
- outputs in physical space.
-- wlroots provides an Xwayland abstraction that allows you to have excellent
- Xwayland support without worrying about writing your own X11 window manager
- on top of writing your compositor.
-- wlroots provides a renderer abstraction that simple compositors can use to
- avoid writing GL code directly, but which steps out of the way when your
- needs demand custom rendering code.
-
-wlroots implements a huge variety of Wayland compositor features and implements
-them *right*, so you can focus on the features that make your compositor
-unique. By using wlroots, you get high performance, excellent hardware
-compatibility, broad support for many wayland interfaces, and comfortable
-development tools - or any subset of these features you like, because all of
-them work independently of one another and freely compose with anything you want
-to implement yourself.
diff --git a/x11-toolkits/wlroots016/pkg-plist b/x11-toolkits/wlroots016/pkg-plist
deleted file mode 100644
index bda1b70cd74a..000000000000
--- a/x11-toolkits/wlroots016/pkg-plist
+++ /dev/null
@@ -1,102 +0,0 @@
-include/wlroots%%SUFFIX%%/wlr/backend.h
-%%DRM%%include/wlroots%%SUFFIX%%/wlr/backend/drm.h
-include/wlroots%%SUFFIX%%/wlr/backend/headless.h
-include/wlroots%%SUFFIX%%/wlr/backend/interface.h
-%%DRM%%include/wlroots%%SUFFIX%%/wlr/backend/libinput.h
-include/wlroots%%SUFFIX%%/wlr/backend/multi.h
-include/wlroots%%SUFFIX%%/wlr/backend/session.h
-include/wlroots%%SUFFIX%%/wlr/backend/wayland.h
-%%X11%%include/wlroots%%SUFFIX%%/wlr/backend/x11.h
-include/wlroots%%SUFFIX%%/wlr/config.h
-include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_buffer.h
-include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_keyboard.h
-include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_output.h
-include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_pointer.h
-include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_switch.h
-include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_tablet_pad.h
-include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_tablet_tool.h
-include/wlroots%%SUFFIX%%/wlr/interfaces/wlr_touch.h
-include/wlroots%%SUFFIX%%/wlr/render/allocator.h
-include/wlroots%%SUFFIX%%/wlr/render/dmabuf.h
-include/wlroots%%SUFFIX%%/wlr/render/drm_format_set.h
-%%OPENGL%%include/wlroots%%SUFFIX%%/wlr/render/egl.h
-%%OPENGL%%include/wlroots%%SUFFIX%%/wlr/render/gles2.h
-include/wlroots%%SUFFIX%%/wlr/render/interface.h
-include/wlroots%%SUFFIX%%/wlr/render/pixman.h
-%%VULKAN%%include/wlroots%%SUFFIX%%/wlr/render/vulkan.h
-include/wlroots%%SUFFIX%%/wlr/render/wlr_renderer.h
-include/wlroots%%SUFFIX%%/wlr/render/wlr_texture.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_buffer.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_compositor.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_cursor.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_damage_ring.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_data_control_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_data_device.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_drm.h
-%%DRM%%include/wlroots%%SUFFIX%%/wlr/types/wlr_drm_lease_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_export_dmabuf_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_foreign_toplevel_management_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_fullscreen_shell_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_gamma_control_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_idle.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_idle_inhibit_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_idle_notify_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_input_device.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_input_inhibitor.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_input_method_v2.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_keyboard.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_keyboard_group.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_layer_shell_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_linux_dmabuf_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_matrix.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_output.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_output_damage.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_output_layout.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_output_management_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_output_power_management_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_pointer.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_pointer_constraints_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_pointer_gestures_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_presentation_time.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_primary_selection.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_primary_selection_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_region.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_relative_pointer_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_scene.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_screencopy_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_seat.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_server_decoration.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_session_lock_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_single_pixel_buffer_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_subcompositor.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_surface.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_switch.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_tablet_pad.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_tablet_tool.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_tablet_v2.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_text_input_v3.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_touch.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_viewporter.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_virtual_keyboard_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_virtual_pointer_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_xcursor_manager.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_activation_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_decoration_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_foreign_registry.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_foreign_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_foreign_v2.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_output_v1.h
-include/wlroots%%SUFFIX%%/wlr/types/wlr_xdg_shell.h
-include/wlroots%%SUFFIX%%/wlr/util/addon.h
-include/wlroots%%SUFFIX%%/wlr/util/box.h
-include/wlroots%%SUFFIX%%/wlr/util/edges.h
-include/wlroots%%SUFFIX%%/wlr/util/log.h
-include/wlroots%%SUFFIX%%/wlr/util/region.h
-include/wlroots%%SUFFIX%%/wlr/version.h
-include/wlroots%%SUFFIX%%/wlr/xcursor.h
-%%X11%%include/wlroots%%SUFFIX%%/wlr/xwayland.h
-%%X11%%include/wlroots%%SUFFIX%%/wlr/xwayland/server.h
-%%X11%%include/wlroots%%SUFFIX%%/wlr/xwayland/xwayland.h
-lib/libwlroots%%SUFFIX%%.so
-libdata/pkgconfig/wlroots%%SUFFIX%%.pc