Index: head/x11/swayidle/Makefile =================================================================== --- head/x11/swayidle/Makefile (revision 490912) +++ head/x11/swayidle/Makefile (revision 490913) @@ -1,34 +1,34 @@ # $FreeBSD$ PORTNAME= swayidle -DISTVERSION= 1.1-12 -DISTVERSIONSUFFIX= -gc94949d +DISTVERSION= 1.1-14 +DISTVERSIONSUFFIX= -g72d15f8 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org COMMENT= Idle management daemon for Wayland LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland USES= compiler:c11 meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= swaywm PLIST_FILES= bin/${PORTNAME} \ share/bash-completion/completions/${PORTNAME} \ share/fish/completions/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT=MANPAGES MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz post-patch-MANPAGES-off: @${REINPLACE_CMD} -i '' "s/'scdoc/&-disabled/" ${WRKSRC}/meson.build .include Index: head/x11/swayidle/distinfo =================================================================== --- head/x11/swayidle/distinfo (revision 490912) +++ head/x11/swayidle/distinfo (revision 490913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547844952 -SHA256 (swaywm-swayidle-1.1-12-gc94949d_GH0.tar.gz) = d10f54fd8dc81569f988b05e72a2f7217fdd3604d5999e29869138c44aab567a -SIZE (swaywm-swayidle-1.1-12-gc94949d_GH0.tar.gz) = 9011 +TIMESTAMP = 1547915458 +SHA256 (swaywm-swayidle-1.1-14-g72d15f8_GH0.tar.gz) = bfb496af21ea9dd762dd4f6a45f2171081e83f3cce65fd1625b2aa6702b5a728 +SIZE (swaywm-swayidle-1.1-14-g72d15f8_GH0.tar.gz) = 8967 Index: head/x11/swaylock/Makefile =================================================================== --- head/x11/swaylock/Makefile (revision 490912) +++ head/x11/swaylock/Makefile (revision 490913) @@ -1,38 +1,38 @@ # $FreeBSD$ PORTNAME= swaylock -DISTVERSION= 1.2-28 -DISTVERSIONSUFFIX= -g52eeb9f +DISTVERSION= 1.2-30 +DISTVERSIONSUFFIX= -g4e72a36 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org COMMENT= Screen locker for Wayland LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= wayland-protocols>=1.14:graphics/wayland-protocols LIB_DEPENDS= libwayland-client.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon USES= compiler:c11 meson pkgconfig USE_GITHUB= yes GH_ACCOUNT= swaywm USE_GNOME= cairo gdkpixbuf2 pango MESON_ARGS= -Dswaylock-version="${DISTVERSIONFULL}" PLIST_FILES= bin/${PORTNAME} \ etc/pam.d/${PORTNAME} \ share/bash-completion/completions/${PORTNAME} \ share/fish/completions/${PORTNAME}.fish \ share/zsh/site-functions/_${PORTNAME} OPTIONS_DEFINE= MANPAGES OPTIONS_DEFAULT=MANPAGES MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz post-patch-MANPAGES-off: @${REINPLACE_CMD} -i '' "s/'scdoc/&-disabled/" ${WRKSRC}/meson.build .include Index: head/x11/swaylock/distinfo =================================================================== --- head/x11/swaylock/distinfo (revision 490912) +++ head/x11/swaylock/distinfo (revision 490913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547820437 -SHA256 (swaywm-swaylock-1.2-28-g52eeb9f_GH0.tar.gz) = 6e55949eeb16a7d645dd711c1948178baceaa7c1d236cee21018032e1a2ac2ae -SIZE (swaywm-swaylock-1.2-28-g52eeb9f_GH0.tar.gz) = 33991 +TIMESTAMP = 1547884489 +SHA256 (swaywm-swaylock-1.2-30-g4e72a36_GH0.tar.gz) = 7f5b63de5a004b4c3c758d3c4d4c1d1fe174d5d2d03aff2e70532d282edb74ed +SIZE (swaywm-swaylock-1.2-30-g4e72a36_GH0.tar.gz) = 33918 Index: head/x11-toolkits/wlroots/Makefile =================================================================== --- head/x11-toolkits/wlroots/Makefile (revision 490912) +++ head/x11-toolkits/wlroots/Makefile (revision 490913) @@ -1,49 +1,49 @@ # $FreeBSD$ PORTNAME= wlroots -DISTVERSION= 0.2-136 -DISTVERSIONSUFFIX= -g5dde2e79 +DISTVERSION= 0.2-147 +DISTVERSIONSUFFIX= -gb619ab4d CATEGORIES= x11-toolkits MAINTAINER= jbeich@FreeBSD.org COMMENT= Modular Wayland compositor library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.15:graphics/wayland-protocols LIB_DEPENDS= libudev.so:devel/libudev-devd \ libdrm.so:graphics/libdrm \ libwayland-egl.so:graphics/wayland \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config USES= compiler:c11 gl meson pkgconfig USE_GITHUB= yes USE_GL= egl gbm glesv2 USE_XORG= pixman USE_LDCONFIG= yes GH_ACCOUNT= swaywm MESON_ARGS= -Dexamples=false # https://github.com/swaywm/wlroots/issues/1450 LLD_UNSAFE= yes OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes X11_LIB_DEPENDS=libxcb-errors.so:x11/xcb-util-errors \ libxcb-icccm.so:x11/xcb-util-wm X11_RUN_DEPENDS=Xwayland:x11-servers/xwayland X11_USE= XORG=x11,xcb X11_MESON_ON= -Dx11-backend=enabled -Dxcb-icccm=enabled -Dxwayland=enabled X11_MESON_OFF= -Dx11-backend=disabled -Dxcb-icccm=disabled -Dxwayland=disabled post-patch: # Ignore unused dependencies @${REINPLACE_CMD} '/examples/d' ${WRKSRC}/meson.build .include Index: head/x11-toolkits/wlroots/distinfo =================================================================== --- head/x11-toolkits/wlroots/distinfo (revision 490912) +++ head/x11-toolkits/wlroots/distinfo (revision 490913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547848358 -SHA256 (swaywm-wlroots-0.2-136-g5dde2e79_GH0.tar.gz) = 5c4c96d39130dd19fde17bc1861a6c4458de182d67d5744f7367b04f9122109b -SIZE (swaywm-wlroots-0.2-136-g5dde2e79_GH0.tar.gz) = 470918 +TIMESTAMP = 1548090097 +SHA256 (swaywm-wlroots-0.2-147-gb619ab4d_GH0.tar.gz) = d6192b51757cf020597d2fb7fd4565d159d5fb055c6f4c28ef329acd9514c768 +SIZE (swaywm-wlroots-0.2-147-gb619ab4d_GH0.tar.gz) = 473386 Index: head/x11-toolkits/wlroots/pkg-plist =================================================================== --- head/x11-toolkits/wlroots/pkg-plist (revision 490912) +++ head/x11-toolkits/wlroots/pkg-plist (revision 490913) @@ -1,83 +1,85 @@ include/wlr/backend.h include/wlr/backend/drm.h include/wlr/backend/headless.h include/wlr/backend/interface.h include/wlr/backend/libinput.h include/wlr/backend/multi.h +include/wlr/backend/noop.h include/wlr/backend/session.h include/wlr/backend/session/interface.h include/wlr/backend/wayland.h %%X11%%include/wlr/backend/x11.h include/wlr/config.h include/wlr/interfaces/wlr_input_device.h include/wlr/interfaces/wlr_keyboard.h include/wlr/interfaces/wlr_output.h include/wlr/interfaces/wlr_pointer.h include/wlr/interfaces/wlr_switch.h include/wlr/interfaces/wlr_tablet_pad.h include/wlr/interfaces/wlr_tablet_tool.h include/wlr/interfaces/wlr_touch.h include/wlr/render/dmabuf.h include/wlr/render/egl.h include/wlr/render/gles2.h include/wlr/render/interface.h include/wlr/render/wlr_renderer.h include/wlr/render/wlr_texture.h include/wlr/types/wlr_box.h include/wlr/types/wlr_buffer.h include/wlr/types/wlr_compositor.h include/wlr/types/wlr_cursor.h include/wlr/types/wlr_data_control_v1.h include/wlr/types/wlr_data_device.h include/wlr/types/wlr_export_dmabuf_v1.h include/wlr/types/wlr_foreign_toplevel_management_v1.h +include/wlr/types/wlr_fullscreen_shell_v1.h include/wlr/types/wlr_gamma_control.h include/wlr/types/wlr_gamma_control_v1.h include/wlr/types/wlr_gtk_primary_selection.h include/wlr/types/wlr_idle.h include/wlr/types/wlr_idle_inhibit_v1.h include/wlr/types/wlr_input_device.h include/wlr/types/wlr_input_inhibitor.h include/wlr/types/wlr_input_method_v2.h include/wlr/types/wlr_keyboard.h include/wlr/types/wlr_layer_shell_v1.h include/wlr/types/wlr_linux_dmabuf_v1.h include/wlr/types/wlr_list.h include/wlr/types/wlr_matrix.h include/wlr/types/wlr_output.h include/wlr/types/wlr_output_damage.h include/wlr/types/wlr_output_layout.h include/wlr/types/wlr_pointer.h include/wlr/types/wlr_pointer_constraints_v1.h include/wlr/types/wlr_presentation_time.h include/wlr/types/wlr_primary_selection.h include/wlr/types/wlr_region.h include/wlr/types/wlr_relative_pointer_v1.h include/wlr/types/wlr_screencopy_v1.h include/wlr/types/wlr_screenshooter.h include/wlr/types/wlr_seat.h include/wlr/types/wlr_server_decoration.h include/wlr/types/wlr_surface.h include/wlr/types/wlr_switch.h include/wlr/types/wlr_tablet_pad.h include/wlr/types/wlr_tablet_tool.h include/wlr/types/wlr_tablet_v2.h include/wlr/types/wlr_text_input_v3.h include/wlr/types/wlr_touch.h include/wlr/types/wlr_virtual_keyboard_v1.h include/wlr/types/wlr_wl_shell.h include/wlr/types/wlr_xcursor_manager.h include/wlr/types/wlr_xdg_decoration_v1.h include/wlr/types/wlr_xdg_output_v1.h include/wlr/types/wlr_xdg_shell.h include/wlr/types/wlr_xdg_shell_v6.h include/wlr/util/edges.h include/wlr/util/log.h include/wlr/util/region.h include/wlr/version.h include/wlr/xcursor.h %%X11%%include/wlr/xwayland.h lib/libwlroots.so lib/libwlroots.so.0 lib/libwlroots.so.0.0.0 libdata/pkgconfig/wlroots.pc Index: head/x11-wm/sway/Makefile =================================================================== --- head/x11-wm/sway/Makefile (revision 490912) +++ head/x11-wm/sway/Makefile (revision 490913) @@ -1,66 +1,66 @@ # $FreeBSD$ PORTNAME= sway -DISTVERSION= 1.0-beta.2-226 -DISTVERSIONSUFFIX= -g1cce14e7 +DISTVERSION= 1.0-beta.2-243 +DISTVERSIONSUFFIX= -g410c9613 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org COMMENT= i3-compatible Wayland compositor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.14:graphics/wayland-protocols \ wlroots>=0.2.126:x11-toolkits/wlroots LIB_DEPENDS= libjson-c.so:devel/json-c \ libevdev.so:devel/libevdev \ libpcre.so:devel/pcre \ libwayland-egl.so:graphics/wayland \ libwlroots.so:x11-toolkits/wlroots \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon USES= compiler:c11 gnome meson pkgconfig USE_GITHUB= yes USE_GNOME= cairo pango USE_XORG= pixman GH_ACCOUNT= swaywm MESON_ARGS= -Dsway-version="${DISTVERSIONFULL}" OPTIONS_DEFINE= MANPAGES PIXBUF SUID X11 OPTIONS_DEFAULT=MANPAGES PIXBUF SUID X11 OPTIONS_SUB= yes MANPAGES_BUILD_DEPENDS= scdoc:textproc/scdoc MANPAGES_MESON_ON= -Dman-pages=enabled MANPAGES_MESON_OFF= -Dman-pages=disabled PIXBUF_USE= GNOME=gdkpixbuf2 PIXBUF_MESON_ON= -Dgdk-pixbuf=enabled PIXBUF_MESON_OFF= -Dgdk-pixbuf=disabled SUID_DESC= setuid bit on "sway" binary (required for DRM session) SUID_PLIST_SUB= MAYBE_SUID="@(,,4755) " SUID_PLIST_SUB_OFF= MAYBE_SUID="" X11_USE= XORG=xcb X11_MESON_ON= -Dxwayland=enabled X11_MESON_OFF= -Dxwayland=disabled post-patch: # Let @sample handle default files under etc/ @${REINPLACE_CMD} -e '/config\.in/{ N; s/@BASENAME@/&.sample/; }' \ ${WRKSRC}/meson.build # Let terminal chooser pick default @${REINPLACE_CMD} -e 's/urxvt/swayterm/' \ ${WRKSRC}/config.in post-install: ${INSTALL_SCRIPT} ${FILESDIR}/swayterm ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${ETCDIR}/config.d # x11/libxkbcommon has --with-default-rules="xorg" but x11/libinput expects "evdev" ${ECHO_CMD} 'input * xkb_rules evdev' >${STAGEDIR}${ETCDIR}/config.d/evdev .include Index: head/x11-wm/sway/distinfo =================================================================== --- head/x11-wm/sway/distinfo (revision 490912) +++ head/x11-wm/sway/distinfo (revision 490913) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547854213 -SHA256 (swaywm-sway-1.0-beta.2-226-g1cce14e7_GH0.tar.gz) = 80903dff11d2e35763df15da645439f8431ac38f6f3a665a292372bffae5807d -SIZE (swaywm-sway-1.0-beta.2-226-g1cce14e7_GH0.tar.gz) = 5455991 +TIMESTAMP = 1548083115 +SHA256 (swaywm-sway-1.0-beta.2-243-g410c9613_GH0.tar.gz) = 31e835231c5bd3d3a097480a4c94e4eaf477fc8475aa3fede80d94ebc77207d4 +SIZE (swaywm-sway-1.0-beta.2-243-g410c9613_GH0.tar.gz) = 5457761