pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

isa-l: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sat May 31 16:01:57 2025 -0500
Changeset:	7187e900b85eddcca9a11ee6eb445a636de26260

Modified Files:
	isa-l/DESCR
	isa-l/Makefile
	isa-l/distinfo
	isa-l/patches/patch-Makefile.am
	isa-l/patches/patch-configure.ac

Log Message:
isa-l: Clean up

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7187e900b85eddcca9a11ee6eb445a636de26260

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 isa-l/DESCR                      |  4 ++--
 isa-l/Makefile                   | 10 +++-------
 isa-l/distinfo                   |  6 ++----
 isa-l/patches/patch-Makefile.am  |  8 ++++++--
 isa-l/patches/patch-configure.ac |  6 +++++-
 5 files changed, 18 insertions(+), 16 deletions(-)

diffs:
diff --git a/isa-l/DESCR b/isa-l/DESCR
index b82f755d49..6e7755611f 100644
--- a/isa-l/DESCR
+++ b/isa-l/DESCR
@@ -1,2 +1,2 @@
-ISA-L is a collection of optimized low-level functions targeting storage
-applications.
+ISA-L is a collection of optimized low-level functions targeting
+storage applications.
diff --git a/isa-l/Makefile b/isa-l/Makefile
index 8450194e40..79dc098dfd 100644
--- a/isa-l/Makefile
+++ b/isa-l/Makefile
@@ -7,24 +7,20 @@
 
 DISTNAME=	isa-l-2.31.1
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=01org/}
+MASTER_SITES=	${MASTER_SITE_GITHUB:=intel/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 OWNER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/01org/isa-l
+HOMEPAGE=	https://github.com/intel/isa-l
 COMMENT=	Intel(R) Intelligent Storage Acceleration Libray
 LICENSE=	modified-bsd
 
-# From FreeBSD port.  Upstream seems to indicate that it should
-# work on any platform, though.
-# ONLY_FOR_PLATFORM=	*-*-x86_64 *-*-powerpc64 *-*-powerpc
-
 SUBST_CLASSES+=	lt
 SUBST_STAGE.lt=	post-configure
 SUBST_SED.lt=	-e 's|--mode=compile|--tag=CC --mode=compile|g'
 SUBST_FILES.lt=	Makefile
 
-DEPENDS=	yasm>0:../../devel/yasm
+DEPENDS=	nasm>0:../../devel/nasm
 
 USE_TOOLS+=	autoconf automake autoreconf gmake
 USE_LIBTOOL=	yes
diff --git a/isa-l/distinfo b/isa-l/distinfo
index 1b6071ba4c..117cdb5134 100644
--- a/isa-l/distinfo
+++ b/isa-l/distinfo
@@ -3,7 +3,5 @@ $NetBSD$
 BLAKE2s (isa-l-2.31.1.tar.gz) = 8269f27432f7a7ce668f341b93ac48765acbcc685b36796e94e6e482adad81cb
 SHA512 (isa-l-2.31.1.tar.gz) = 65199d054af1edc26d477883f7878f25fd4db65622aa98247069f1296c5f07b75da24f0361a6c3889ddb3168d940b508cd2f6340548a62ff3157977179fd002d
 Size (isa-l-2.31.1.tar.gz) = 741732 bytes
-SHA1 (patch-Makefile.am) = 2c29e6c8ae32eb6e9928b02a09daecd685f218fe
-SHA1 (patch-configure.ac) = c829aa3be94d52c6fdc5cb95d3507b683ab0ca3f
-SHA1 (patch-igzip_igzip.c) = bccd90c8460ceb3c5c11ac4278e1bb7b26431d0a
-SHA1 (patch-igzip_igzip__inflate.c) = 8c1b0bc4711d4a2be63d8c063e917b50c1237a5f
+SHA1 (patch-Makefile.am) = 26c1608f2e3124597fdb163fd42987094cebabd2
+SHA1 (patch-configure.ac) = 3ac2af6ffc9eaa3043b10e6986c03bdb8a084636
diff --git a/isa-l/patches/patch-Makefile.am b/isa-l/patches/patch-Makefile.am
index 5545ce5b9d..1e01b72453 100644
--- a/isa-l/patches/patch-Makefile.am
+++ b/isa-l/patches/patch-Makefile.am
@@ -1,6 +1,10 @@
---- Makefile.am.orig	2025-05-30 12:38:07 UTC
+$NetBSD$
+
+# Unbreak build on aarch64 using portable base functions
+
+--- Makefile.am.orig	2025-01-08 15:33:59.000000000 +0000
 +++ Makefile.am
-@@ -71,12 +71,6 @@ endif
+@@ -71,12 +71,6 @@ libisal_la_SOURCES += ${lsrc_x86_32}
  other_tests += ${other_tests_x86_32}
  endif
  
diff --git a/isa-l/patches/patch-configure.ac b/isa-l/patches/patch-configure.ac
index 537bb19853..19d552686f 100644
--- a/isa-l/patches/patch-configure.ac
+++ b/isa-l/patches/patch-configure.ac
@@ -1,4 +1,8 @@
---- configure.ac.orig	2025-05-30 12:36:27 UTC
+$NetBSD$
+
+# Unbreak build on aarch64 using portable base functions
+
+--- configure.ac.orig	2025-01-08 15:33:59.000000000 +0000
 +++ configure.ac
 @@ -27,14 +27,11 @@ AS_CASE([$host_cpu],
    [x86_64], [CPU="x86_64"],


Home | Main Index | Thread Index | Old Index