FreeBSD Bugzilla – Attachment 250936 Details for
Bug 278530
sysutils/ncdu2: update to 2.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] sysutils/ncdu2: update 2.3 → 2.4
0001-sysutils-ncdu2-update-2.3-2.4.patch (text/plain), 2.93 KB, created by
Älven
on 2024-05-24 23:36:38 UTC
(
hide
)
Description:
[PATCH] sysutils/ncdu2: update 2.3 → 2.4
Filename:
MIME Type:
Creator:
Älven
Created:
2024-05-24 23:36:38 UTC
Size:
2.93 KB
patch
obsolete
>From 9092f2fe7cca66d14ca48f5b566cc75c9bfe3faf Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Fri, 24 May 2024 23:37:08 +0400 >Subject: [PATCH] sysutils/ncdu2: update 2.3 â 2.4 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >PR: 278530 >--- > sysutils/ncdu2/Makefile | 7 ++++--- > sysutils/ncdu2/distinfo | 6 +++--- > sysutils/ncdu2/files/patch-build.zig | 26 -------------------------- > 3 files changed, 7 insertions(+), 32 deletions(-) > delete mode 100644 sysutils/ncdu2/files/patch-build.zig > >diff --git a/sysutils/ncdu2/Makefile b/sysutils/ncdu2/Makefile >index 7de791b107da..fc38b2b61809 100644 >--- a/sysutils/ncdu2/Makefile >+++ b/sysutils/ncdu2/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= ncdu >-PORTVERSION= 2.3 >+PORTVERSION= 2.4 > CATEGORIES= sysutils > MASTER_SITES= https://dev.yorhel.nl/download/ > PKGNAMESUFFIX= 2 >@@ -12,16 +12,17 @@ WWW= https://dev.yorhel.nl/ncdu \ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSES/MIT.txt > >-BUILD_DEPENDS= zig011>=0.11<0.11_99:lang/zig011 >+BUILD_DEPENDS= zig>=0.12<0.12_99:lang/zig > > USES= ncurses > >-BUILD_ARGS= --prefix "${PREFIX}" --verbose ${STRIP:C|.+|-Dstrip|} > MAKE_ENV= DESTDIR="${STAGEDIR}" > > PLIST_FILES= bin/ncdu2 \ > share/man/man1/ncdu2.1.gz > >+BUILD_ARGS= --prefix "${PREFIX}" --verbose >+ > do-build: > cd ${WRKSRC} && ${SETENVI} ${WRK_ENV} ${MAKE_ENV} zig build ${BUILD_ARGS} > >diff --git a/sysutils/ncdu2/distinfo b/sysutils/ncdu2/distinfo >index 3c510ba07744..9b4ff7c577b2 100644 >--- a/sysutils/ncdu2/distinfo >+++ b/sysutils/ncdu2/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1690888324 >-SHA256 (ncdu-2.3.tar.gz) = bbce1d1c70f1247671be4ea2135d8c52cd29a708af5ed62cecda7dc6a8000a3c >-SIZE (ncdu-2.3.tar.gz) = 56608 >+TIMESTAMP = 1716576230 >+SHA256 (ncdu-2.4.tar.gz) = 4a3d0002309cf6a7cea791938dac9becdece4d529d0d6dc8d91b73b4e6855509 >+SIZE (ncdu-2.4.tar.gz) = 51648 >diff --git a/sysutils/ncdu2/files/patch-build.zig b/sysutils/ncdu2/files/patch-build.zig >deleted file mode 100644 >index aea3ee71a4fb..000000000000 >--- a/sysutils/ncdu2/files/patch-build.zig >+++ /dev/null >@@ -1,26 +0,0 @@ >---- build.zig.orig 2023-08-04 10:43:27 UTC >-+++ build.zig >-@@ -8,6 +8,7 @@ pub fn build(b: *std.Build) void { >- const optimize = b.standardOptimizeOption(.{}); >- >- const pie = b.option(bool, "pie", "Build with PIE support (by default false)") orelse false; >-+ const strip = b.option(bool, "strip", "Omit debug information (by default false)") orelse false; >- >- const exe = b.addExecutable(.{ >- .name = "ncdu", >-@@ -23,6 +24,7 @@ pub fn build(b: *std.Build) void { >- } >- linkNcurses(exe); >- exe.pie = pie; >-+ exe.strip = strip; >- b.installArtifact(exe); >- >- const run_cmd = b.addRunArtifact(exe); >-@@ -41,6 +43,7 @@ pub fn build(b: *std.Build) void { >- }); >- linkNcurses(unit_tests); >- unit_tests.pie = pie; >-+ unit_tests.strip = strip; >- >- const run_unit_tests = b.addRunArtifact(unit_tests); >- >-- >2.45.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
alster
:
maintainer-approval?
(
sunpoet
)
Actions:
View
|
Diff
Attachments on
bug 278530
: 250936