Date: Thu, 6 Apr 2023 01:36:08 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ded09e541c05 - main - x11-wm/hyprland: update bundled libc++ to 16.0.1 Message-ID: <202304060136.3361a84k085757@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=ded09e541c05a3ed162a03c17e3c10b5b99122fc commit ded09e541c05a3ed162a03c17e3c10b5b99122fc Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-06 01:20:40 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-06 01:34:30 +0000 x11-wm/hyprland: update bundled libc++ to 16.0.1 --- x11-wm/hyprland/Makefile | 4 ++-- x11-wm/hyprland/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 63c9f145c399..586dbe37dc85 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v DISTVERSION= 0.23.0beta -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -71,7 +71,7 @@ CMAKE_BIN= ${LOCALBASE}/bin/cmake CMAKE_ARGS+= -GNinja # XXX Move into separate port and standardize via USES -GH_TUPLE+= llvm:llvm-project:llvmorg-16.0.0:libcxx +GH_TUPLE+= llvm:llvm-project:llvmorg-16.0.1:libcxx CXXFLAGS+= -nostdinc++ -isystem${WRKDIR}/libcxx_prefix/include/c++/v1 # Don't link against new libc++ as it's not necessary #LDFLAGS+= -nostdlib++ -L${WRKDIR}/libcxx_prefix/lib -l:libc++.a -lcxxrt diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo index 162ecaf0698e..dd47f32a6921 100644 --- a/x11-wm/hyprland/distinfo +++ b/x11-wm/hyprland/distinfo @@ -5,5 +5,5 @@ SHA256 (hyprwm-hyprland-protocols-301733a_GH0.tar.gz) = 3b3b4e948525f1d823313390 SIZE (hyprwm-hyprland-protocols-301733a_GH0.tar.gz) = 4852 SHA256 (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 69aff959179ff6247b375b92e797221dbd8e078eabbf1366280b0532617e7fb8 SIZE (canihavesomecoffee-udis86-1.7.2-186-g5336633_GH0.tar.gz) = 116938 -SHA256 (llvm-llvm-project-llvmorg-16.0.0_GH0.tar.gz) = cba969a0782a3a398658d439f047b5e548ea04724f4fbfdbe17cfc946f4cd3ed -SIZE (llvm-llvm-project-llvmorg-16.0.0_GH0.tar.gz) = 179126284 +SHA256 (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = b5a9ff1793b1e2d388a3819bf35797002b1d2e40bb35a10c65605e0ea1435271 +SIZE (llvm-llvm-project-llvmorg-16.0.1_GH0.tar.gz) = 179289803
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304060136.3361a84k085757>