SF.net SVN: gar:[26988] csw/mgar/pkg/xz/trunk

idogan23 at users.sourceforge.net idogan23 at users.sourceforge.net
Tue Jan 3 22:34:20 CET 2023


Revision: 26988
          http://sourceforge.net/p/gar/code/26988
Author:   idogan23
Date:     2023-01-03 21:34:20 +0000 (Tue, 03 Jan 2023)
Log Message:
-----------
xz: Update to 5.4.0, switch compiler to SOS12U6, add fix for test scripts

Modified Paths:
--------------
    csw/mgar/pkg/xz/trunk/Makefile
    csw/mgar/pkg/xz/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch

Modified: csw/mgar/pkg/xz/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xz/trunk/Makefile	2023-01-02 07:51:37 UTC (rev 26987)
+++ csw/mgar/pkg/xz/trunk/Makefile	2023-01-03 21:34:20 UTC (rev 26988)
@@ -1,5 +1,5 @@
 NAME = xz
-VERSION = 5.2.10
+VERSION = 5.4.0
 GARTYPE = v2
 
 DESCRIPTION = XZ Utils is free data compression software with high compression ratio
@@ -13,6 +13,8 @@
 MASTER_SITES = http://tukaani.org/xz/
 DISTFILES  = $(DISTNAME).tar.xz
 
+PATCHFILES += 0001-solaris_test_fix.patch
+
 PACKAGES += CSWxz
 SPKG_DESC_CSWxz = $(DESCRIPTION)
 RUNTIME_DEP_PKGS_CSWxz += CSWlibintl9
@@ -30,6 +32,8 @@
 PKGFILES_CSWliblzma-dev += $(docdir)/xz/.*-file-format.txt
 RUNTIME_DEP_PKGS_CSWliblzma-dev += CSWliblzma5
 
+GARCOMPILER = SOS12U6
+
 BUILD64 = 1
 ISAEXEC = 1
 

Modified: csw/mgar/pkg/xz/trunk/checksums
===================================================================
--- csw/mgar/pkg/xz/trunk/checksums	2023-01-02 07:51:37 UTC (rev 26987)
+++ csw/mgar/pkg/xz/trunk/checksums	2023-01-03 21:34:20 UTC (rev 26988)
@@ -1 +1 @@
-1b614d27061168d13afe6221a70e173a  xz-5.2.10.tar.xz
+3518b2c6e00400f4df5dd8d2a70fc2a9  xz-5.4.0.tar.xz

Added: csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch
===================================================================
--- csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch	                        (rev 0)
+++ csw/mgar/pkg/xz/trunk/files/0001-solaris_test_fix.patch	2023-01-03 21:34:20 UTC (rev 26988)
@@ -0,0 +1,44 @@
+From 7e0cd2e47cfa533393f56eb2a31aeb872fc5ffb9 Mon Sep 17 00:00:00 2001
+From: Ihsan Dogan <ihsan at opencsw.org>
+Date: Tue, 3 Jan 2023 22:09:54 +0100
+Subject: [PATCH] solaris_test_fix
+
+---
+ tests/test_compress.sh | 2 +-
+ tests/test_files.sh    | 2 +-
+ tests/test_scripts.sh  | 2 +-
+ 3 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/tests/test_compress.sh b/tests/test_compress.sh
+index 0692a8b..803b6d5 100755
+--- a/tests/test_compress.sh
++++ b/tests/test_compress.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ ###############################################################################
+ #
+diff --git a/tests/test_files.sh b/tests/test_files.sh
+index 64d7308..dd3f6c9 100755
+--- a/tests/test_files.sh
++++ b/tests/test_files.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ ###############################################################################
+ #
+diff --git a/tests/test_scripts.sh b/tests/test_scripts.sh
+index ee82361..3e6edd9 100755
+--- a/tests/test_scripts.sh
++++ b/tests/test_scripts.sh
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ 
+ ###############################################################################
+ #
+-- 
+2.4.0
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list