Revision: 27088 http://sourceforge.net/p/gar/code/27088 Author: idogan23 Date: 2024-08-01 08:45:17 +0000 (Thu, 01 Aug 2024) Log Message: ----------- lz4: Update to 1.10.0. Use bash for test-lz4-dict.sh. Set GNU for TEST_ENV_PATH.
Modified Paths: -------------- csw/mgar/pkg/lz4/trunk/Makefile csw/mgar/pkg/lz4/trunk/checksums Added Paths: ----------- csw/mgar/pkg/lz4/trunk/files/0001-shell-workaround.patch Modified: csw/mgar/pkg/lz4/trunk/Makefile =================================================================== --- csw/mgar/pkg/lz4/trunk/Makefile 2024-07-31 14:19:20 UTC (rev 27087) +++ csw/mgar/pkg/lz4/trunk/Makefile 2024-08-01 08:45:17 UTC (rev 27088) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = lz4 -VERSION = 1.9.4 +VERSION = 1.10.0 GARTYPE = v2 DESCRIPTION = Extremely Fast Compression algorithm @@ -11,6 +11,8 @@ MASTER_SITES = https://github.com/lz4/lz4/archive/ DISTFILES = v$(VERSION).tar.gz +PATCHFILES += 0001-shell-workaround.patch + PACKAGES += CSWlz4 SPKG_DESC_CSWlz4 = Extremely Fast Compression algorithm # PKGFILES is catchall @@ -42,5 +44,8 @@ # We need GNU sed as 'sed' INSTALL_ENV_PATH = /opt/csw/gnu:$(PATH) +# GNU diff needed for testing +TEST_ENV_PATH = /opt/csw/gnu:$(PATH) + include gar/category.mk Modified: csw/mgar/pkg/lz4/trunk/checksums =================================================================== --- csw/mgar/pkg/lz4/trunk/checksums 2024-07-31 14:19:20 UTC (rev 27087) +++ csw/mgar/pkg/lz4/trunk/checksums 2024-08-01 08:45:17 UTC (rev 27088) @@ -1 +1 @@ -e9286adb64040071c5e23498bf753261 v1.9.4.tar.gz +dead9f5f1966d9ae56e1e32761e4e675 v1.10.0.tar.gz Added: csw/mgar/pkg/lz4/trunk/files/0001-shell-workaround.patch =================================================================== --- csw/mgar/pkg/lz4/trunk/files/0001-shell-workaround.patch (rev 0) +++ csw/mgar/pkg/lz4/trunk/files/0001-shell-workaround.patch 2024-08-01 08:45:17 UTC (rev 27088) @@ -0,0 +1,22 @@ +From 2a0a72e191c4a98ad6b6a8a1980d14ab5f718730 Mon Sep 17 00:00:00 2001 +From: Ihsan Dogan <ih...@opencsw.org> +Date: Mon, 29 Jul 2024 15:28:41 +0200 +Subject: [PATCH] shell workaround + +--- + tests/test-lz4-dict.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tests/test-lz4-dict.sh b/tests/test-lz4-dict.sh +index a1462ab..02a9e24 100755 +--- a/tests/test-lz4-dict.sh ++++ b/tests/test-lz4-dict.sh +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + + FPREFIX="tmp-dict" + +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.