git: f091eecfd1f8 - main - x11-wm/{gamescope, phoc}: sort USE_* alphabetically

Jan Beich jbeich at FreeBSD.org
Mon Sep 6 19:53:06 UTC 2021


The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f091eecfd1f81e278ae7bea43b35feff05b0f3f6

commit f091eecfd1f81e278ae7bea43b35feff05b0f3f6
Author:     Jan Beich <jbeich at FreeBSD.org>
AuthorDate: 2021-09-06 19:49:31 +0000
Commit:     Jan Beich <jbeich at FreeBSD.org>
CommitDate: 2021-09-06 19:49:35 +0000

    x11-wm/{gamescope,phoc}: sort USE_* alphabetically
---
 x11-wm/gamescope/Makefile.wlroots | 2 +-
 x11-wm/phoc/Makefile.wlroots      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/gamescope/Makefile.wlroots b/x11-wm/gamescope/Makefile.wlroots
index 675efc25f649..3c792a6438a1 100644
--- a/x11-wm/gamescope/Makefile.wlroots
+++ b/x11-wm/gamescope/Makefile.wlroots
@@ -10,7 +10,7 @@ LIB_DEPENDS:=	${LIB_DEPENDS:N*wlroots*} \
 		libxcb-icccm.so:x11/xcb-util-wm
 RUN_DEPENDS+=	xwayland-devel>0:x11-servers/xwayland-devel
 USES+=		gl
-USE_XORG+=	pixman xcb
 USE_GL+=	gbm egl
+USE_XORG+=	pixman xcb
 GH_TUPLE+=	swaywm:wlroots:0.13.0:wlroots/subprojects/wlroots
 PLIST_FILES+=	"@comment libdata/pkgconfig/wlroots.pc"
diff --git a/x11-wm/phoc/Makefile.wlroots b/x11-wm/phoc/Makefile.wlroots
index d5a00a9f86cd..9b6de4e4b936 100644
--- a/x11-wm/phoc/Makefile.wlroots
+++ b/x11-wm/phoc/Makefile.wlroots
@@ -7,7 +7,7 @@ LIB_DEPENDS:=	${LIB_DEPENDS:N*wlroots*} \
 		libxcb-errors.so:x11/xcb-util-errors \
 		libxcb-icccm.so:x11/xcb-util-wm
 RUN_DEPENDS+=	xwayland-devel>0:x11-servers/xwayland-devel
-USE_XORG+=	x11
 USE_GL+=	gbm egl
+USE_XORG+=	x11
 GL_TUPLE+=	https://source.puri.sm:Librem5:wlroots:b2fd6d8dd88d67ee48be67f5be4ee614a5826b13:wlroots/subprojects/wlroots
 PLIST_FILES+=	"@comment libdata/pkgconfig/wlroots.pc"


More information about the dev-commits-ports-all mailing list