Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jun 2026 14:24:02 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ba5c7ca8fa1b - main - science/sz3: Fix build on i386
Message-ID:  <6a412e82.1fb0c.50f2ce86@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit ba5c7ca8fa1b1db3a4c464e1731564765a6b42c6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-06-28 14:11:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-06-28 14:18:54 +0000

    science/sz3: Fix build on i386
    
    - Bump PORTREVISION for package change
    
    This patch introduces a new file.
    
    Reference:      https://pkg-status.freebsd.org/beefy18/data/143i386-default/69f57ea536e0/logs/sz3-3.3.2_1.log
                    https://pkg-status.freebsd.org/beefy19/data/143i386-quarterly/cea1383e844a/logs/sz3-3.3.2_1.log
    Obtained from:  https://github.com/szcompressor/SZ3/commit/1bc1cc16e6ecbc6080abbc9a8fb5640876071089
---
 science/sz3/Makefile  | 5 ++++-
 science/sz3/distinfo  | 4 +++-
 science/sz3/pkg-plist | 1 +
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/science/sz3/Makefile b/science/sz3/Makefile
index e00ca72dd731..bcdb23c91fcc 100644
--- a/science/sz3/Makefile
+++ b/science/sz3/Makefile
@@ -1,9 +1,12 @@
 PORTNAME=	sz3
 PORTVERSION=	3.3.2
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	science
 
+PATCH_SITES=	https://github.com/szcompressor/SZ3/commit/
+PATCHFILES=	1bc1cc16e6ecbc6080abbc9a8fb5640876071089.patch:-p1
+
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Modular Error-bounded Lossy Compression Framework for Scientific Datasets
 WWW=		https://szcompressor.org/ \
diff --git a/science/sz3/distinfo b/science/sz3/distinfo
index 2b02cb5cb9a0..9af09a6a8b25 100644
--- a/science/sz3/distinfo
+++ b/science/sz3/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1763853192
+TIMESTAMP = 1782510038
 SHA256 (szcompressor-SZ3-v3.3.2_GH0.tar.gz) = 5ab31e5d3fa2993bfdc13ac7f102ec31f893eeab716777f41e92eafe98abf878
 SIZE (szcompressor-SZ3-v3.3.2_GH0.tar.gz) = 167972
+SHA256 (1bc1cc16e6ecbc6080abbc9a8fb5640876071089.patch) = e715a491f040448eebddb7fa4e838d441fd1a404a011425a175688889a891b07
+SIZE (1bc1cc16e6ecbc6080abbc9a8fb5640876071089.patch) = 5109
diff --git a/science/sz3/pkg-plist b/science/sz3/pkg-plist
index dae71756fdc7..c78bb6542333 100644
--- a/science/sz3/pkg-plist
+++ b/science/sz3/pkg-plist
@@ -43,6 +43,7 @@ include/SZ3/quantizer/LinearQuantizer.hpp
 include/SZ3/quantizer/Quantizer.hpp
 include/SZ3/utils/BlockwiseIterator.hpp
 include/SZ3/utils/ByteUtil.hpp
+include/SZ3/utils/Collections.hpp
 include/SZ3/utils/Config.hpp
 include/SZ3/utils/Extraction.hpp
 include/SZ3/utils/FileUtil.hpp


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a412e82.1fb0c.50f2ce86>