Date: Mon, 13 Apr 2026 07:33:11 +0000 From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e1cc66fa745d - main - sysutils/nix: fix build with lowdown 3 Message-ID: <69dc9c37.3b5b1.785f64a1@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1cc66fa745d2f12a40a4314933711fb93e528bc commit e1cc66fa745d2f12a40a4314933711fb93e528bc Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2026-04-13 07:14:03 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2026-04-13 07:22:43 +0000 sysutils/nix: fix build with lowdown 3 Reported by: diizzy --- sysutils/nix/Makefile | 6 ++++-- sysutils/nix/distinfo | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/sysutils/nix/Makefile b/sysutils/nix/Makefile index e301276f2779..5f76187cef4d 100644 --- a/sysutils/nix/Makefile +++ b/sysutils/nix/Makefile @@ -3,8 +3,10 @@ DISTVERSION= 2.32.4 PORTREVISION= 2 CATEGORIES= sysutils -PATCH_SITES= https://github.com/NixOS/nix/commit/2636f50dd41fe357ec64430aeeb772328ab2d7cb.patch?dummy=/ -PATCHFILES= nix-fix-build-with-mdbook-update.patch:-p1 +PATCH_SITES= https://github.com/NixOS/nix/commit/ +PATCHFILES= 2636f50dd41fe357ec64430aeeb772328ab2d7cb.patch:-p1 # nix-fix-build-with-mdbook-update.patch +PATCHFILES+= 342faaa1fa0aa3accc3027081b66c7c2ca36670b.patch:-p1 # fix build fix lowdown 3 + MAINTAINER= ashish@FreeBSD.org COMMENT= Purely functional package manager diff --git a/sysutils/nix/distinfo b/sysutils/nix/distinfo index fb39a467a4ab..ab3c6279f8bb 100644 --- a/sysutils/nix/distinfo +++ b/sysutils/nix/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1764968570 +TIMESTAMP = 1776063685 SHA256 (NixOS-nix-2.32.4_GH0.tar.gz) = b3a63dab4fc3c89a1a746c6debdef1675ed27530969459e5beb8ce6b3c0d9099 SIZE (NixOS-nix-2.32.4_GH0.tar.gz) = 1954164 -SHA256 (nix-fix-build-with-mdbook-update.patch) = 68a63748895487adf283767cd2fd21bd6ec8b5d59a2d77a9255c8c3157997ccb -SIZE (nix-fix-build-with-mdbook-update.patch) = 3658 +SHA256 (2636f50dd41fe357ec64430aeeb772328ab2d7cb.patch) = 6199fa6ac6731f6cd0a780e7629e30e94d29f726cf103e9ab1ad29592fc74535 +SIZE (2636f50dd41fe357ec64430aeeb772328ab2d7cb.patch) = 3666 +SHA256 (342faaa1fa0aa3accc3027081b66c7c2ca36670b.patch) = b8365748355ecd43aa02e4c3628ef84eb8af77292364301ca71f523232cdc37f +SIZE (342faaa1fa0aa3accc3027081b66c7c2ca36670b.patch) = 1480home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dc9c37.3b5b1.785f64a1>
