diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/cosmic-comp/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/hyprland/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/leftwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/niri/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/river/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/wayfire/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/wayfire/distinfo | 2 |
7 files changed, 10 insertions, 7 deletions
diff --git a/x11-wm/cosmic-comp/Makefile b/x11-wm/cosmic-comp/Makefile index 0e000ba2b831..9ab55a03c1e2 100644 --- a/x11-wm/cosmic-comp/Makefile +++ b/x11-wm/cosmic-comp/Makefile @@ -1,7 +1,7 @@ PORTNAME= cosmic-comp DISTVERSIONPREFIX= epoch- DISTVERSION= 1.0.0-alpha.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 18218c2e08be..196623dd407d 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -92,7 +92,7 @@ post-install: .include <bsd.port.mk> # XXX COMPILER_TYPE is defined after USES was already parsed -.if "${CHOSEN_COMPILER_TYPE}-${_OSRELEASE:C/.*-//}" == "clang-CURRENT" +.if ${CHOSEN_COMPILER_TYPE} == clang && ${_CCVERSION:M+assertions} llvm_ARGS= build .include "${USESDIR}/llvm.mk" .endif diff --git a/x11-wm/leftwm/Makefile b/x11-wm/leftwm/Makefile index 5c10224b78f8..c6e14f67e18a 100644 --- a/x11-wm/leftwm/Makefile +++ b/x11-wm/leftwm/Makefile @@ -1,6 +1,6 @@ PORTNAME= leftwm DISTVERSION= 0.5.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm MAINTAINER= bofh@FreeBSD.org diff --git a/x11-wm/niri/Makefile b/x11-wm/niri/Makefile index 4b304a28bd82..7895652e9a6a 100644 --- a/x11-wm/niri/Makefile +++ b/x11-wm/niri/Makefile @@ -1,6 +1,7 @@ PORTNAME= niri DISTVERSIONPREFIX= v DISTVERSION= 25.08 +PORTREVISION= 1 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index 30f6e8af98f6..96116f9315bb 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.3.11 CATEGORIES= x11-wm wayland -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic tiling Wayland compositor WWW= https://isaacfreund.com/software/river/ diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile index 0742aca84f0b..7998cf5f8c0e 100644 --- a/x11-wm/wayfire/Makefile +++ b/x11-wm/wayfire/Makefile @@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 CATEGORIES= x11-wm wayland +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 8bbea76d3b47.patch:-p1 # https://github.com/WayfireWM/wayfire/pull/2802 + MAINTAINER= ports@FreeBSD.org COMMENT= 3D Wayland compositor WWW= https://wayfire.org/ @@ -39,9 +42,6 @@ MESON_ARGS= -Dtests=disabled \ -Dwf-touch:tests=disabled \ ${NULL} -# XXX https://github.com/WayfireWM/wayfire/issues/2800 -USES+= localbase - .if !exists(/usr/include/omp.h) # LLVM openmp in base doesn't support powerpc, armv6, armv7 yet MESON_ARGS+= -Denable_openmp=false diff --git a/x11-wm/wayfire/distinfo b/x11-wm/wayfire/distinfo index 779fe7e32d9d..1e051a6a5da8 100644 --- a/x11-wm/wayfire/distinfo +++ b/x11-wm/wayfire/distinfo @@ -5,3 +5,5 @@ SHA256 (WayfireWM-wf-touch-093d894_GH0.tar.gz) = 7fa685012ed73363d507f093838b7d6 SIZE (WayfireWM-wf-touch-093d894_GH0.tar.gz) = 10577 SHA256 (WayfireWM-wf-utils-3ef27d1_GH0.tar.gz) = fcea63b4e4fd026fede0fc0fbeb4858c3d2df0eb9da400d26a322b2ff10a2d68 SIZE (WayfireWM-wf-utils-3ef27d1_GH0.tar.gz) = 48507 +SHA256 (8bbea76d3b47.patch) = 724609c6bf0d543e541ddbb113ad81db4d27bf8c706a014af6c06bb93db1d38e +SIZE (8bbea76d3b47.patch) = 767 |