From jake_goerzen at users.sourceforge.net Wed Jan 8 04:54:38 2025 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 08 Jan 2025 03:54:38 +0000 Subject: SF.net SVN: gar:[27140] csw/mgar/pkg/boost/branches/boost-gcc/Makefile Message-ID: <1736308478.725201.16484@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27140 http://sourceforge.net/p/gar/code/27140 Author: jake_goerzen Date: 2025-01-08 03:54:38 +0000 (Wed, 08 Jan 2025) Log Message: ----------- boost/branches/boost-gcc: add LDFLAGS to build recipe as well ass -B direct -z ignore Modified Paths: -------------- csw/mgar/pkg/boost/branches/boost-gcc/Makefile Modified: csw/mgar/pkg/boost/branches/boost-gcc/Makefile =================================================================== --- csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2024-12-25 23:39:07 UTC (rev 27139) +++ csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2025-01-08 03:54:38 UTC (rev 27140) @@ -68,7 +68,7 @@ BUILD_ARGS += cxxflags=-std=c++11 BUILD_ARGS += boost.locale.iconv=on BUILD_ARGS += -sICONV_PATH=/opt/csw -#BUILD_ARGS += linkflags='$(LDFLAGS) $(LD_OPTIONS)' +BUILD_ARGS += linkflags='$(LDFLAGS) -B direct -z ignore' # Stop on the first error BUILD_ARGS += -q # Display commands as you run them, I want to know what you are doing there This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Thu Jan 9 18:27:17 2025 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Thu, 09 Jan 2025 17:27:17 +0000 Subject: SF.net SVN: gar:[27141] csw/mgar/pkg/boost/branches/boost-gcc/Makefile Message-ID: <1736443637.407176.10729@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27141 http://sourceforge.net/p/gar/code/27141 Author: jake_goerzen Date: 2025-01-09 17:27:16 +0000 (Thu, 09 Jan 2025) Log Message: ----------- boost/branches/boost-gcc: add CXXFLAGS to cmake build Modified Paths: -------------- csw/mgar/pkg/boost/branches/boost-gcc/Makefile Modified: csw/mgar/pkg/boost/branches/boost-gcc/Makefile =================================================================== --- csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2025-01-08 03:54:38 UTC (rev 27140) +++ csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2025-01-09 17:27:16 UTC (rev 27141) @@ -65,7 +65,7 @@ BUILD_ARGS += --libdir=$(DESTDIR)$(libdir) BUILD_ARGS += link=shared BUILD_ARGS += cflags='$(CFLAGS)' -BUILD_ARGS += cxxflags=-std=c++11 +BUILD_ARGS += cxxflags='$(CXXFLAGS) -std=c++11' BUILD_ARGS += boost.locale.iconv=on BUILD_ARGS += -sICONV_PATH=/opt/csw BUILD_ARGS += linkflags='$(LDFLAGS) -B direct -z ignore' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Sat Jan 11 19:33:24 2025 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sat, 11 Jan 2025 18:33:24 +0000 Subject: SF.net SVN: gar:[27142] csw/mgar/pkg/libsdl2/trunk Message-ID: <1736620404.228530.7612@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27142 http://sourceforge.net/p/gar/code/27142 Author: jake_goerzen Date: 2025-01-11 18:33:23 +0000 (Sat, 11 Jan 2025) Log Message: ----------- libsdl2/trunk: update to 2.30.11 and fix hashbang in sdl2-config Modified Paths: -------------- csw/mgar/pkg/libsdl2/trunk/Makefile csw/mgar/pkg/libsdl2/trunk/checksums Added Paths: ----------- csw/mgar/pkg/libsdl2/trunk/files/0002-change-hashbang-to-work-in-our-enviornment.patch Modified: csw/mgar/pkg/libsdl2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libsdl2/trunk/Makefile 2025-01-09 17:27:16 UTC (rev 27141) +++ csw/mgar/pkg/libsdl2/trunk/Makefile 2025-01-11 18:33:23 UTC (rev 27142) @@ -1,5 +1,5 @@ NAME = SDL2 -VERSION = 2.30.10 +VERSION = 2.30.11 GARTYPE = v2 DESCRIPTION = Simple DirectMedia Layer library @@ -29,6 +29,7 @@ RUNTIME_DEP_PKGS_CSWlibsdl2-dev += CSWlibsdl2-2-0-0 PATCHFILES = 0001-SDL_x11messagebox.c-Solaris-10.patch +PATCHFILES += 0002-change-hashbang-to-work-in-our-enviornment.patch GARCOMPILER = GNU Modified: csw/mgar/pkg/libsdl2/trunk/checksums =================================================================== --- csw/mgar/pkg/libsdl2/trunk/checksums 2025-01-09 17:27:16 UTC (rev 27141) +++ csw/mgar/pkg/libsdl2/trunk/checksums 2025-01-11 18:33:23 UTC (rev 27142) @@ -1 +1 @@ -1855577186170c22c2556a1499c64726 SDL2-2.30.10.tar.gz +bea190b480f6df249db29eb3bacfe41e SDL2-2.30.11.tar.gz Added: csw/mgar/pkg/libsdl2/trunk/files/0002-change-hashbang-to-work-in-our-enviornment.patch =================================================================== --- csw/mgar/pkg/libsdl2/trunk/files/0002-change-hashbang-to-work-in-our-enviornment.patch (rev 0) +++ csw/mgar/pkg/libsdl2/trunk/files/0002-change-hashbang-to-work-in-our-enviornment.patch 2025-01-11 18:33:23 UTC (rev 27142) @@ -0,0 +1,22 @@ +From f4ec7ebe6c997b6aebff50c7fad8b741796a413f Mon Sep 17 00:00:00 2001 +From: Jake Goerzen +Date: Fri, 10 Jan 2025 19:10:48 +0100 +Subject: [PATCH] change hashbang to work in our enviornment + +--- + sdl2-config.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/sdl2-config.in b/sdl2-config.in +index f6eca76..9aaf244 100644 +--- a/sdl2-config.in ++++ b/sdl2-config.in +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/opt/csw/bin/bash + + # Get the canonical path of the folder containing this script + bindir=$(cd -P -- "$(dirname -- "$0")" && printf '%s\n' "$(pwd -P)") +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Sat Jan 11 19:41:54 2025 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sat, 11 Jan 2025 18:41:54 +0000 Subject: SF.net SVN: gar:[27143] csw/mgar/pkg/libsdl2/trunk/Makefile Message-ID: <1736620915.7145.25698@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27143 http://sourceforge.net/p/gar/code/27143 Author: jake_goerzen Date: 2025-01-11 18:41:54 +0000 (Sat, 11 Jan 2025) Log Message: ----------- libsdl2/trunk: add RUNTIME dependency for CSWbash on dev package Modified Paths: -------------- csw/mgar/pkg/libsdl2/trunk/Makefile Modified: csw/mgar/pkg/libsdl2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libsdl2/trunk/Makefile 2025-01-11 18:33:23 UTC (rev 27142) +++ csw/mgar/pkg/libsdl2/trunk/Makefile 2025-01-11 18:41:54 UTC (rev 27143) @@ -27,6 +27,7 @@ RUNTIME_DEP_PKGS_CSWlibsdl2-2-0-0 += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWlibsdl2-dev += CSWlibsdl2-2-0-0 +RUNTIME_DEP_PKGS_CSWlibsdl2-dev += CSWbash PATCHFILES = 0001-SDL_x11messagebox.c-Solaris-10.patch PATCHFILES += 0002-change-hashbang-to-work-in-our-enviornment.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Sat Jan 11 19:48:46 2025 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sat, 11 Jan 2025 18:48:46 +0000 Subject: SF.net SVN: gar:[27144] csw/mgar/pkg/libsdl2/trunk/Makefile Message-ID: <1736621326.797608.7966@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27144 http://sourceforge.net/p/gar/code/27144 Author: jake_goerzen Date: 2025-01-11 18:48:46 +0000 (Sat, 11 Jan 2025) Log Message: ----------- libsdl2/trunk: add OVERRIDE for surplus dependency CSWbash Modified Paths: -------------- csw/mgar/pkg/libsdl2/trunk/Makefile Modified: csw/mgar/pkg/libsdl2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libsdl2/trunk/Makefile 2025-01-11 18:41:54 UTC (rev 27143) +++ csw/mgar/pkg/libsdl2/trunk/Makefile 2025-01-11 18:48:46 UTC (rev 27144) @@ -29,6 +29,8 @@ RUNTIME_DEP_PKGS_CSWlibsdl2-dev += CSWlibsdl2-2-0-0 RUNTIME_DEP_PKGS_CSWlibsdl2-dev += CSWbash +CHECKPKG_OVERRIDES_CSWlibsdl2-dev += surplus-dependency|CSWbash + PATCHFILES = 0001-SDL_x11messagebox.c-Solaris-10.patch PATCHFILES += 0002-change-hashbang-to-work-in-our-enviornment.patch This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Wed Jan 15 15:38:27 2025 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 15 Jan 2025 14:38:27 +0000 Subject: SF.net SVN: gar:[27145] csw/mgar/pkg/rsync/trunk Message-ID: <1736951907.889871.22430@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27145 http://sourceforge.net/p/gar/code/27145 Author: dmichelsen Date: 2025-01-15 14:38:27 +0000 (Wed, 15 Jan 2025) Log Message: ----------- rsync/trunk: Update to 3.4.0 Modified Paths: -------------- csw/mgar/pkg/rsync/trunk/Makefile csw/mgar/pkg/rsync/trunk/checksums Modified: csw/mgar/pkg/rsync/trunk/Makefile =================================================================== --- csw/mgar/pkg/rsync/trunk/Makefile 2025-01-11 18:48:46 UTC (rev 27144) +++ csw/mgar/pkg/rsync/trunk/Makefile 2025-01-15 14:38:27 UTC (rev 27145) @@ -3,7 +3,7 @@ # $Id$ NAME = rsync -VERSION = 3.3.0 +VERSION = 3.4.0 GARTYPE = v2 DESCRIPTION = Utility which provides fast incremental file transfer Modified: csw/mgar/pkg/rsync/trunk/checksums =================================================================== --- csw/mgar/pkg/rsync/trunk/checksums 2025-01-11 18:48:46 UTC (rev 27144) +++ csw/mgar/pkg/rsync/trunk/checksums 2025-01-15 14:38:27 UTC (rev 27145) @@ -1 +1 @@ -f5c17f9c9164ef9e60d9d8c96b23da06 rsync-3.3.0.tar.gz +92fbfc48655e4d04c859915d88e6cac0 rsync-3.4.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Thu Jan 16 21:43:03 2025 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 16 Jan 2025 20:43:03 +0000 Subject: SF.net SVN: gar:[27146] csw/mgar/pkg/rsync/trunk Message-ID: <1737060183.907896.19598@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27146 http://sourceforge.net/p/gar/code/27146 Author: idogan23 Date: 2025-01-16 20:43:03 +0000 (Thu, 16 Jan 2025) Log Message: ----------- rsync: Update to 3.4.1 Modified Paths: -------------- csw/mgar/pkg/rsync/trunk/Makefile csw/mgar/pkg/rsync/trunk/checksums Modified: csw/mgar/pkg/rsync/trunk/Makefile =================================================================== --- csw/mgar/pkg/rsync/trunk/Makefile 2025-01-15 14:38:27 UTC (rev 27145) +++ csw/mgar/pkg/rsync/trunk/Makefile 2025-01-16 20:43:03 UTC (rev 27146) @@ -3,7 +3,7 @@ # $Id$ NAME = rsync -VERSION = 3.4.0 +VERSION = 3.4.1 GARTYPE = v2 DESCRIPTION = Utility which provides fast incremental file transfer Modified: csw/mgar/pkg/rsync/trunk/checksums =================================================================== --- csw/mgar/pkg/rsync/trunk/checksums 2025-01-15 14:38:27 UTC (rev 27145) +++ csw/mgar/pkg/rsync/trunk/checksums 2025-01-16 20:43:03 UTC (rev 27146) @@ -1 +1 @@ -92fbfc48655e4d04c859915d88e6cac0 rsync-3.4.0.tar.gz +04ce67866db04fd7a1cde0b78168406e rsync-3.4.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Sat Jan 18 21:41:05 2025 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sat, 18 Jan 2025 20:41:05 +0000 Subject: SF.net SVN: gar:[27147] csw/mgar/pkg/hatari/trunk Message-ID: <1737232865.55168.3783@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27147 http://sourceforge.net/p/gar/code/27147 Author: jake_goerzen Date: 2025-01-18 20:41:04 +0000 (Sat, 18 Jan 2025) Log Message: ----------- hatari/trunk: update to version 2.3.1 Modified Paths: -------------- csw/mgar/pkg/hatari/trunk/Makefile csw/mgar/pkg/hatari/trunk/checksums Added Paths: ----------- csw/mgar/pkg/hatari/trunk/files/0001-implememnt-local-strnlen-function.patch Modified: csw/mgar/pkg/hatari/trunk/Makefile =================================================================== --- csw/mgar/pkg/hatari/trunk/Makefile 2025-01-16 20:43:03 UTC (rev 27146) +++ csw/mgar/pkg/hatari/trunk/Makefile 2025-01-18 20:41:04 UTC (rev 27147) @@ -1,5 +1,5 @@ NAME = hatari -VERSION = 1.9.0 +VERSION = 2.3.1 GARTYPE = v2 DESCRIPTION = Atari ST emulator @@ -8,18 +8,23 @@ endef MASTER_SITES = http://download.tuxfamily.org/hatari/$(VERSION)/ -DISTFILES = $(NAME)-$(VERSION).tar.bz2 +MASTER_SITES = https://git.tuxfamily.org/hatari/hatari.git/snapshot/ +DISTFILES = $(NAME)-$(VERSION).tar.gz PACKAGES = CSWhatari +GARCOMPILER = GNU + RUNTIME_DEP_PKGS_CSWhatari += CSWlibz1 RUNTIME_DEP_PKGS_CSWhatari += CSWlibpng16-16 -RUNTIME_DEP_PKGS_CSWhatari += CSWlibsdl1-2-0 -RUNTIME_DEP_PKGS_CSWhatari += CSWlibreadline6 +RUNTIME_DEP_PKGS_CSWhatari += CSWlibsdl2-2-0-0 +RUNTIME_DEP_PKGS_CSWhatari += CSWlibreadline7 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.bz2 LICENSE = gpl.txt +PATCHFILES = 0001-implememnt-local-strnlen-function.patch + CONFIGURE_SCRIPTS = custom BUILD_SCRIPTS = custom INSTALL_SCRIPTS = custom @@ -28,12 +33,12 @@ # override no-direct-binding until we can figure out how to enable -Bdirect in cmake (see below) CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libICE.so.6 -CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libSDL-1.2.so.0 +CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libSDL2-2.0.so.0 CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libSM.so.6 CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libX11.so.4 CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libXext.so.0 CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libpng16.so.16 -CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libreadline.so.6 +CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libreadline.so.7 CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hatari|is|not|directly|bound|to|soname|libz.so.1 CHECKPKG_OVERRIDES_CSWhatari += no-direct-binding|/opt/csw/bin/hmsa|is|not|directly|bound|to|soname|libz.so.1 @@ -44,6 +49,8 @@ configure-custom: mkdir $(WORKSRC)/build cd $(WORKSRC)/build && \ + CFLAGS='$(CFLAGS)' \ + LDFLAGS='$(LDFLAGS) $(LD_OPTIONS)' \ /opt/csw/bin/cmake \ -DCMAKE_INSTALL_PREFIX=/opt/csw \ -DCMAKE_INCLUDE_PATH=/opt/csw/include \ Modified: csw/mgar/pkg/hatari/trunk/checksums =================================================================== --- csw/mgar/pkg/hatari/trunk/checksums 2025-01-16 20:43:03 UTC (rev 27146) +++ csw/mgar/pkg/hatari/trunk/checksums 2025-01-18 20:41:04 UTC (rev 27147) @@ -1 +1 @@ -24e54b19958943dbe5ac1b1f6f32b284 hatari-1.9.0.tar.bz2 +fb28e3f3b4461fe48376960291f4b7da hatari-2.3.1.tar.gz Added: csw/mgar/pkg/hatari/trunk/files/0001-implememnt-local-strnlen-function.patch =================================================================== --- csw/mgar/pkg/hatari/trunk/files/0001-implememnt-local-strnlen-function.patch (rev 0) +++ csw/mgar/pkg/hatari/trunk/files/0001-implememnt-local-strnlen-function.patch 2025-01-18 20:41:04 UTC (rev 27147) @@ -0,0 +1,29 @@ +From 7795be5289b41216446ed483e3bb4fa354132d3d Mon Sep 17 00:00:00 2001 +From: Jake Goerzen +Date: Wed, 7 Jul 2021 03:43:59 +0200 +Subject: [PATCH] implememnt local strnlen function + +--- + src/gemdos.c | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/src/gemdos.c b/src/gemdos.c +index 02085ab..3a5c672 100644 +--- a/src/gemdos.c ++++ b/src/gemdos.c +@@ -1567,6 +1567,12 @@ static bool GemDOS_Cconws(Uint32 Params) + } + + pBuffer = (char *)STMemory_STAddrToPointer(Addr); ++ size_t ++ strnlen(const char *str, size_t n) ++ { ++ const char * stop = (char *)memchr(str, '\0', n); ++ return stop ? stop - str : n; ++ } + if (fwrite(pBuffer, strnlen(pBuffer, 80 * 25), 1, stdout) < 1) + Regs[REG_D0] = GEMDOS_ERROR; + else +-- +2.4.0 + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Sun Jan 19 03:46:11 2025 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sun, 19 Jan 2025 02:46:11 +0000 Subject: SF.net SVN: gar:[27148] csw/mgar/pkg/hatari/trunk Message-ID: <1737254771.382903.4001@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27148 http://sourceforge.net/p/gar/code/27148 Author: jake_goerzen Date: 2025-01-19 02:46:10 +0000 (Sun, 19 Jan 2025) Log Message: ----------- hatari/trunk: update to version 2.4.1 Modified Paths: -------------- csw/mgar/pkg/hatari/trunk/Makefile csw/mgar/pkg/hatari/trunk/checksums Modified: csw/mgar/pkg/hatari/trunk/Makefile =================================================================== --- csw/mgar/pkg/hatari/trunk/Makefile 2025-01-18 20:41:04 UTC (rev 27147) +++ csw/mgar/pkg/hatari/trunk/Makefile 2025-01-19 02:46:10 UTC (rev 27148) @@ -1,5 +1,5 @@ NAME = hatari -VERSION = 2.3.1 +VERSION = 2.4.1 GARTYPE = v2 DESCRIPTION = Atari ST emulator @@ -7,7 +7,6 @@ Hatari is an Atari ST, STE, TT and Falcon emulator for GNU/Linux, BSD, BeOS, Mac OS X and other systems that are supported by the SDL library. endef -MASTER_SITES = http://download.tuxfamily.org/hatari/$(VERSION)/ MASTER_SITES = https://git.tuxfamily.org/hatari/hatari.git/snapshot/ DISTFILES = $(NAME)-$(VERSION).tar.gz PACKAGES = CSWhatari Modified: csw/mgar/pkg/hatari/trunk/checksums =================================================================== --- csw/mgar/pkg/hatari/trunk/checksums 2025-01-18 20:41:04 UTC (rev 27147) +++ csw/mgar/pkg/hatari/trunk/checksums 2025-01-19 02:46:10 UTC (rev 27148) @@ -1 +1 @@ -fb28e3f3b4461fe48376960291f4b7da hatari-2.3.1.tar.gz +e1797a606484c3db34f2cbffa4bc6eab hatari-2.4.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Sun Jan 19 13:56:09 2025 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Sun, 19 Jan 2025 12:56:09 +0000 Subject: SF.net SVN: gar:[27149] csw/mgar/pkg/nsd/trunk Message-ID: <1737291369.587135.13620@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27149 http://sourceforge.net/p/gar/code/27149 Author: idogan23 Date: 2025-01-19 12:56:09 +0000 (Sun, 19 Jan 2025) Log Message: ----------- nsd: Update to 4.11.1 Modified Paths: -------------- csw/mgar/pkg/nsd/trunk/Makefile csw/mgar/pkg/nsd/trunk/checksums Modified: csw/mgar/pkg/nsd/trunk/Makefile =================================================================== --- csw/mgar/pkg/nsd/trunk/Makefile 2025-01-19 02:46:10 UTC (rev 27148) +++ csw/mgar/pkg/nsd/trunk/Makefile 2025-01-19 12:56:09 UTC (rev 27149) @@ -1,5 +1,5 @@ NAME = nsd -VERSION = 4.11.0 +VERSION = 4.11.1 GARTYPE = v2 DESCRIPTION = An authoritative only non-recursive name server Modified: csw/mgar/pkg/nsd/trunk/checksums =================================================================== --- csw/mgar/pkg/nsd/trunk/checksums 2025-01-19 02:46:10 UTC (rev 27148) +++ csw/mgar/pkg/nsd/trunk/checksums 2025-01-19 12:56:09 UTC (rev 27149) @@ -1 +1 @@ -ae3ae40080866c3fc598f98c374658a8 nsd-4.11.0.tar.gz +2881184e08e17ce6fb5fdc4a8e2ad19a nsd-4.11.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Sun Jan 19 23:31:52 2025 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Sun, 19 Jan 2025 22:31:52 +0000 Subject: SF.net SVN: gar:[27150] csw/mgar/pkg Message-ID: <1737325912.67965.23556@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27150 http://sourceforge.net/p/gar/code/27150 Author: jake_goerzen Date: 2025-01-19 22:31:51 +0000 (Sun, 19 Jan 2025) Log Message: ----------- sdl2gfx: initial commit at version 1.0.4 Added Paths: ----------- csw/mgar/pkg/sdl2gfx/ csw/mgar/pkg/sdl2gfx/Makefile csw/mgar/pkg/sdl2gfx/branches/ csw/mgar/pkg/sdl2gfx/tags/ csw/mgar/pkg/sdl2gfx/trunk/ csw/mgar/pkg/sdl2gfx/trunk/Makefile csw/mgar/pkg/sdl2gfx/trunk/checksums csw/mgar/pkg/sdl2gfx/trunk/files/ Added: csw/mgar/pkg/sdl2gfx/Makefile =================================================================== --- csw/mgar/pkg/sdl2gfx/Makefile (rev 0) +++ csw/mgar/pkg/sdl2gfx/Makefile 2025-01-19 22:31:51 UTC (rev 27150) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/sdl2gfx/trunk =================================================================== --- csw/mgar/pkg/sdl2gfx/trunk 2025-01-19 12:56:09 UTC (rev 27149) +++ csw/mgar/pkg/sdl2gfx/trunk 2025-01-19 22:31:51 UTC (rev 27150) Property changes on: csw/mgar/pkg/sdl2gfx/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/sdl2gfx/trunk/Makefile =================================================================== --- csw/mgar/pkg/sdl2gfx/trunk/Makefile (rev 0) +++ csw/mgar/pkg/sdl2gfx/trunk/Makefile 2025-01-19 22:31:51 UTC (rev 27150) @@ -0,0 +1,39 @@ +NAME = SDL2_gfx +VERSION = 1.0.4 +GARTYPE = v2 + +DESCRIPTION = Drawing and graphical effects extension for SDL2 +define BLURB + The SDL2_gfx library is an extension to the SDL2 library which provides basic antialiased drawing routines such as lines, circles or polygons, an interpolating rotozoomer for SDL2 surfaces, framerate control and MMX image filters. +endef + +MASTER_SITES = https://sourceforge.net/projects/sdl2gfx/files/ +DISTFILES = $(DISTNAME).tar.gz + +GARCOMPILER = GNU + +PACKAGES += CSWlibsdl2gfx1-0-0 +CATALOGNAME_CSWlibsdl2gfx1-0-0 = libsdl2gfx1_0_0 +PKGFILES_CSWlibsdl2gfx1-0-0 += $(call baseisadirs,$(libdir),libSDL2_gfx-1\.0\.so\.0\.0\.2) +PKGFILES_CSWlibsdl2gfx1-0-0 += $(call baseisadirs,$(libdir),libSDL2_gfx-1\.0\.so\.0(\.\d+)*) +SPKG_DESC_CSWlibsdl2gfx1-0-0 += $(DESCRIPTION), libSDL2_gfx-1.0.so.0 + +PACKAGES += CSWlibsdl2gfx-dev +CATALOGNAME_CSWlibsdl2gfx-dev = libsdl2gfx_dev +SPKG_DESC_CSWlibsdl2gfx-dev += $(DESCRIPTION), development files +PKGFILES_CSWlibsdl2gfx-dev += /opt/csw/lib/libSDL_gfx.so +PKGFILES_CSWlibsdl2gfx-dev += $(PKGFILES_DEVEL) + +RUNTIME_DEP_PKGS_CSWlibsdl2gfx1-0-0 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibsdl2gfx1-0-0 += CSWlibsdl2-2-0-0 + +RUNTIME_DEP_PKGS_CSWlibsdl2gfx-dev += CSWlibsdl2gfx1-0-0 + +BUILD64_LIBS_ONLY = 1 + +CONFIGURE_ARGS = $(DIRPATHS) --disable-static +CONFIGURE_ARGS_sparc = --disable-mmx +CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARCH)) + +include gar/category.mk + Property changes on: csw/mgar/pkg/sdl2gfx/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/sdl2gfx/trunk/checksums =================================================================== --- csw/mgar/pkg/sdl2gfx/trunk/checksums (rev 0) +++ csw/mgar/pkg/sdl2gfx/trunk/checksums 2025-01-19 22:31:51 UTC (rev 27150) @@ -0,0 +1 @@ +15f9866c6464ca298f28f62fe5b36d9f SDL2_gfx-1.0.4.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From jake_goerzen at users.sourceforge.net Mon Jan 20 20:23:33 2025 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 20 Jan 2025 19:23:33 +0000 Subject: SF.net SVN: gar:[27151] csw/mgar/pkg/hatari/trunk Message-ID: <1737401013.985908.25162@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27151 http://sourceforge.net/p/gar/code/27151 Author: jake_goerzen Date: 2025-01-20 19:23:33 +0000 (Mon, 20 Jan 2025) Log Message: ----------- hatari: add emutos to package so users can do something with hatari out of the box Modified Paths: -------------- csw/mgar/pkg/hatari/trunk/Makefile csw/mgar/pkg/hatari/trunk/checksums Modified: csw/mgar/pkg/hatari/trunk/Makefile =================================================================== --- csw/mgar/pkg/hatari/trunk/Makefile 2025-01-19 22:31:51 UTC (rev 27150) +++ csw/mgar/pkg/hatari/trunk/Makefile 2025-01-20 19:23:33 UTC (rev 27151) @@ -8,7 +8,9 @@ endef MASTER_SITES = https://git.tuxfamily.org/hatari/hatari.git/snapshot/ +MASTER_SITES += https://sourceforge.net/projects/emutos/files/emutos/1.3/ DISTFILES = $(NAME)-$(VERSION).tar.gz +DISTFILES += emutos-1024k-1.3.zip PACKAGES = CSWhatari GARCOMPILER = GNU @@ -68,5 +70,7 @@ @$(MAKECOOKIE) post-install-modulated: + cp $(WORKDIR)/emutos-1024k-1.3/etos1024k.img $(DESTDIR)/opt/csw/share/hatari/ + cd $(DESTDIR)/opt/csw/share/hatari && ln -s etos1024k.img tos.img gunzip $(DESTDIR)/opt/csw/share/man/man1/*.gz @$(MAKECOOKIE) Modified: csw/mgar/pkg/hatari/trunk/checksums =================================================================== --- csw/mgar/pkg/hatari/trunk/checksums 2025-01-19 22:31:51 UTC (rev 27150) +++ csw/mgar/pkg/hatari/trunk/checksums 2025-01-20 19:23:33 UTC (rev 27151) @@ -1 +1,2 @@ +85c26286129ff00849e0b3ee8729fdc3 emutos-1024k-1.3.zip e1797a606484c3db34f2cbffa4bc6eab hatari-2.4.1.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Fri Jan 24 12:01:51 2025 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 24 Jan 2025 11:01:51 +0000 Subject: SF.net SVN: gar:[27152] csw/mgar/pkg/vim/trunk Message-ID: <1737716511.245673.20395@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27152 http://sourceforge.net/p/gar/code/27152 Author: idogan23 Date: 2025-01-24 11:01:50 +0000 (Fri, 24 Jan 2025) Log Message: ----------- vim: update to 9.1.1050 Modified Paths: -------------- csw/mgar/pkg/vim/trunk/Makefile csw/mgar/pkg/vim/trunk/checksums Modified: csw/mgar/pkg/vim/trunk/Makefile =================================================================== --- csw/mgar/pkg/vim/trunk/Makefile 2025-01-20 19:23:33 UTC (rev 27151) +++ csw/mgar/pkg/vim/trunk/Makefile 2025-01-24 11:01:50 UTC (rev 27152) @@ -1,6 +1,6 @@ NAME = vim DISTVERSION = 9.1 -PATCHREV = 0958 +PATCHREV = 1050 VERSION = $(DISTVERSION).$(PATCHREV) GARTYPE = v2 SPKG_SOURCEURL = http://www.vim.org/ Modified: csw/mgar/pkg/vim/trunk/checksums =================================================================== --- csw/mgar/pkg/vim/trunk/checksums 2025-01-20 19:23:33 UTC (rev 27151) +++ csw/mgar/pkg/vim/trunk/checksums 2025-01-24 11:01:50 UTC (rev 27152) @@ -1 +1 @@ -c0d1af3daca5cf277aadb3f8ced5f9e7 v9.1.0958.tar.gz +6047cef423147889c54a7cce30a4880d v9.1.1050.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From dmichelsen at users.sourceforge.net Fri Jan 24 12:15:53 2025 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Fri, 24 Jan 2025 11:15:53 +0000 Subject: SF.net SVN: gar:[27153] csw/mgar/pkg/apache24/trunk Message-ID: <1737717353.191358.16956@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27153 http://sourceforge.net/p/gar/code/27153 Author: dmichelsen Date: 2025-01-24 11:15:52 +0000 (Fri, 24 Jan 2025) Log Message: ----------- apache24/trunk: Update to 2.4.63 Modified Paths: -------------- csw/mgar/pkg/apache24/trunk/Makefile csw/mgar/pkg/apache24/trunk/checksums Modified: csw/mgar/pkg/apache24/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache24/trunk/Makefile 2025-01-24 11:01:50 UTC (rev 27152) +++ csw/mgar/pkg/apache24/trunk/Makefile 2025-01-24 11:15:52 UTC (rev 27153) @@ -1,7 +1,7 @@ # $Id: Makefile 18185 2012-06-01 02:30:46Z bdwalton $ NAME = httpd -VERSION = 2.4.62 +VERSION = 2.4.63 GARTYPE = v2 PACKAGING_PLATFORMS = solaris10-i386 solaris10-sparc Modified: csw/mgar/pkg/apache24/trunk/checksums =================================================================== --- csw/mgar/pkg/apache24/trunk/checksums 2025-01-24 11:01:50 UTC (rev 27152) +++ csw/mgar/pkg/apache24/trunk/checksums 2025-01-24 11:15:52 UTC (rev 27153) @@ -1 +1 @@ -9edaa3bce9534184d505e57d2832b365 httpd-2.4.62.tar.gz +5de8608b88cdc5c68d973380fb9bad01 httpd-2.4.63.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Fri Jan 24 14:22:28 2025 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 24 Jan 2025 13:22:28 +0000 Subject: SF.net SVN: gar:[27154] csw/mgar/pkg/gvim/trunk Message-ID: <1737724948.506628.19348@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27154 http://sourceforge.net/p/gar/code/27154 Author: idogan23 Date: 2025-01-24 13:22:28 +0000 (Fri, 24 Jan 2025) Log Message: ----------- gvim: update to 9.1.1050 Modified Paths: -------------- csw/mgar/pkg/gvim/trunk/Makefile csw/mgar/pkg/gvim/trunk/checksums Modified: csw/mgar/pkg/gvim/trunk/Makefile =================================================================== --- csw/mgar/pkg/gvim/trunk/Makefile 2025-01-24 11:15:52 UTC (rev 27153) +++ csw/mgar/pkg/gvim/trunk/Makefile 2025-01-24 13:22:28 UTC (rev 27154) @@ -1,6 +1,6 @@ NAME = vim DISTVERSION = 9.1 -PATCHREV = 0958 +PATCHREV = 1050 VERSION = $(DISTVERSION).$(PATCHREV) GARTYPE = v2 SPKG_SOURCEURL = http://www.vim.org/ Modified: csw/mgar/pkg/gvim/trunk/checksums =================================================================== --- csw/mgar/pkg/gvim/trunk/checksums 2025-01-24 11:15:52 UTC (rev 27153) +++ csw/mgar/pkg/gvim/trunk/checksums 2025-01-24 13:22:28 UTC (rev 27154) @@ -1 +1 @@ -c0d1af3daca5cf277aadb3f8ced5f9e7 v9.1.0958.tar.gz +6047cef423147889c54a7cce30a4880d v9.1.1050.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Fri Jan 24 15:15:04 2025 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Fri, 24 Jan 2025 14:15:04 +0000 Subject: SF.net SVN: gar:[27155] csw/mgar/pkg/xz/trunk Message-ID: <1737728104.761897.30563@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27155 http://sourceforge.net/p/gar/code/27155 Author: idogan23 Date: 2025-01-24 14:15:04 +0000 (Fri, 24 Jan 2025) Log Message: ----------- xz: update to 5.6.4 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-01-24 13:22:28 UTC (rev 27154) +++ csw/mgar/pkg/xz/trunk/Makefile 2025-01-24 14:15:04 UTC (rev 27155) @@ -1,5 +1,5 @@ NAME = xz -VERSION = 5.6.3 +VERSION = 5.6.4 GARTYPE = v2 DESCRIPTION = XZ Utils is free data compression software with high compression ratio Modified: csw/mgar/pkg/xz/trunk/checksums =================================================================== --- csw/mgar/pkg/xz/trunk/checksums 2025-01-24 13:22:28 UTC (rev 27154) +++ csw/mgar/pkg/xz/trunk/checksums 2025-01-24 14:15:04 UTC (rev 27155) @@ -1 +1 @@ -57581b216a82482503bb63c8170d549c xz-5.6.3.tar.xz +4b1cf07d45ec7eb90a01dd3c00311a3e xz-5.6.4.tar.xz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.