Revision: 27177 http://sourceforge.net/p/gar/code/27177 Author: idogan23 Date: 2025-03-28 20:01:01 +0000 (Fri, 28 Mar 2025) Log Message: ----------- xz: update to 5.8.0
Modified Paths: -------------- csw/mgar/pkg/xz/trunk/Makefile csw/mgar/pkg/xz/trunk/checksums Modified: csw/mgar/pkg/xz/trunk/Makefile =================================================================== --- csw/mgar/pkg/xz/trunk/Makefile 2025-03-16 11:31:30 UTC (rev 27176) +++ csw/mgar/pkg/xz/trunk/Makefile 2025-03-28 20:01:01 UTC (rev 27177) @@ -1,5 +1,5 @@ NAME = xz -VERSION = 5.6.4 +VERSION = 5.8.0 GARTYPE = v2 DESCRIPTION = XZ Utils is free data compression software with high compression ratio @@ -41,4 +41,8 @@ # but nonetheless SOS12 works fine CONFIGURE_ARGS += ac_cv_prog_cc_c99= +# SOS12 does not support C11 +# Maybe switch to GCC in future +EXTRA_CFLAGS += -std=c99 + include gar/category.mk Modified: csw/mgar/pkg/xz/trunk/checksums =================================================================== --- csw/mgar/pkg/xz/trunk/checksums 2025-03-16 11:31:30 UTC (rev 27176) +++ csw/mgar/pkg/xz/trunk/checksums 2025-03-28 20:01:01 UTC (rev 27177) @@ -1 +1 @@ -4b1cf07d45ec7eb90a01dd3c00311a3e xz-5.6.4.tar.xz +3bfff9c10abc3b7fb25962be8b0359fb xz-5.8.0.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.