From jake_goerzen at users.sourceforge.net Tue Dec 3 00:56:03 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 02 Dec 2024 23:56:03 +0000 Subject: SF.net SVN: gar:[27124] csw/mgar/pkg/openssh/branches/openssh-9.9p1/ Makefile Message-ID: <1733183763.478379.21869@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27124 http://sourceforge.net/p/gar/code/27124 Author: jake_goerzen Date: 2024-12-02 23:56:03 +0000 (Mon, 02 Dec 2024) Log Message: ----------- openssh/branches/openssh-9.9p1: add RUNTIME dependency CSWlibwrap1 Modified Paths: -------------- csw/mgar/pkg/openssh/branches/openssh-9.9p1/Makefile Modified: csw/mgar/pkg/openssh/branches/openssh-9.9p1/Makefile =================================================================== --- csw/mgar/pkg/openssh/branches/openssh-9.9p1/Makefile 2024-12-02 23:35:47 UTC (rev 27123) +++ csw/mgar/pkg/openssh/branches/openssh-9.9p1/Makefile 2024-12-02 23:56:03 UTC (rev 27124) @@ -38,6 +38,7 @@ BUILD_DEP_PKGS = CSWautoconf CSWlibssl-dev CSWlibz-dev RUNTIME_DEP_PKGS_CSWopenssh += CSWlibssl1-1 RUNTIME_DEP_PKGS_CSWopenssh += CSWlibssp0 +RUNTIME_DEP_PKGS_CSWopenssh += CSWlibwrap1 RUNTIME_DEP_PKGS_CSWopenssh += CSWlibz1 RUNTIME_DEP_PKGS_CSWopenssh += CSWlibkrb5-3 RUNTIME_DEP_PKGS_CSWopenssh += CSWlibcom-err3 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 Tue Dec 3 00:35:48 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 02 Dec 2024 23:35:48 +0000 Subject: SF.net SVN: gar:[27123] csw/mgar/pkg/openssh/branches Message-ID: <1733182548.928369.7506@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27123 http://sourceforge.net/p/gar/code/27123 Author: jake_goerzen Date: 2024-12-02 23:35:47 +0000 (Mon, 02 Dec 2024) Log Message: ----------- openssh/branches/openssh-9.9p1: initial commit: openssh-9.9p1 Modified Paths: -------------- csw/mgar/pkg/openssh/branches/openssh-9.9p1/Makefile csw/mgar/pkg/openssh/branches/openssh-9.9p1/checksums Added Paths: ----------- csw/mgar/pkg/openssh/branches/openssh-9.9p1/ csw/mgar/pkg/openssh/branches/openssh-9.9p1/files/0031-Restore-tcpwrappers-libwrap-support.patch Modified: csw/mgar/pkg/openssh/branches/openssh-9.9p1/Makefile =================================================================== --- csw/mgar/pkg/openssh/trunk/Makefile 2017-07-04 09:22:08 UTC (rev 26241) +++ csw/mgar/pkg/openssh/branches/openssh-9.9p1/Makefile 2024-12-02 23:35:47 UTC (rev 27123) @@ -2,6 +2,7 @@ # OpenCSW build recipe for openssh # # Author: Yann Rouillard +# Copyright 2024 Jake Goerzen # # Redistribution and/or use, with or without modification, is # permitted. This software is without warranty of any kind. The @@ -12,7 +13,7 @@ ###### Package information ####### NAME = openssh -VERSION = 6.7p1 +VERSION = 9.9p1 GSSKEX_PATCH_VERSION = 6.7p1 GSSKEX_PATCH_DATE = 20140907 GARTYPE = v2 @@ -35,7 +36,8 @@ CATALOGNAME_CSWopenssh = openssh SPKG_DESC_CSWopenssh = OpenSSH Secure Shell server BUILD_DEP_PKGS = CSWautoconf CSWlibssl-dev CSWlibz-dev -RUNTIME_DEP_PKGS_CSWopenssh += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWopenssh += CSWlibssl1-1 +RUNTIME_DEP_PKGS_CSWopenssh += CSWlibssp0 RUNTIME_DEP_PKGS_CSWopenssh += CSWlibz1 RUNTIME_DEP_PKGS_CSWopenssh += CSWlibkrb5-3 RUNTIME_DEP_PKGS_CSWopenssh += CSWlibcom-err3 @@ -47,11 +49,12 @@ RUNTIME_DEP_PKGS_CSWopenssh += $(RUNTIME_DEP_PKGS_CSWopenssh_$(GARCH)) RUNTIME_DEP_PKGS_CSWopenssh_sparc += CSWlibintl8 -OBSOLETED_BY_CSWopenssh = CSWossh +GARCOMPILER += GNU CATALOGNAME_CSWopenssh-client = openssh_client SPKG_DESC_CSWopenssh-client = OpenSSH Secure Shell client -RUNTIME_DEP_PKGS_CSWopenssh-client += CSWlibssl1-0-0 +RUNTIME_DEP_PKGS_CSWopenssh-client += CSWlibssl1-1 +RUNTIME_DEP_PKGS_CSWopenssh-client += CSWlibssp0 RUNTIME_DEP_PKGS_CSWopenssh-client += CSWlibz1 RUNTIME_DEP_PKGS_CSWopenssh-client += CSWlibkrb5-3 @@ -61,8 +64,6 @@ RUNTIME_DEP_PKGS_CSWopenssh-client += $(RUNTIME_DEP_PKGS_CSWopenssh-client_$(GARCH)) RUNTIME_DEP_PKGS_CSWopenssh-client_sparc += CSWlibintl8 -OBSOLETED_BY_CSWopenssh-client = CSWosshclient - PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 PKGFILES_CSWopenssh = $(sbindir)/.* @@ -71,6 +72,7 @@ PKGFILES_CSWopenssh += $(mandir)/man8/sftp-server.8 PKGFILES_CSWopenssh += $(mandir)/man8/sshd.8 PKGFILES_CSWopenssh += $(libexecdir)/sftp-server +PKGFILES_CSWopenssh += $(libexecdir)/sshd-session PKGFILES_CSWopenssh += $(sysconfdir)/ssh/sshd_config.CSW PKGFILES_CSWopenssh += $(sysconfdir)/ssh/moduli.CSW PKGFILES_CSWopenssh += $(localstatedir)/empty @@ -111,11 +113,12 @@ CHECKPKG_OVERRIDES_CSWopenssh += file-with-bad-content|/usr/local|root/opt/csw/share/doc/openssh/INSTALL CHECKPKG_OVERRIDES_CSWopenssh += file-with-bad-content|/usr/share|root/var/opt/csw/svc/manifest/network/cswopenssh.xml +# temporay disable to get around git issue on experiental* hosts +NOGITPATCH = 1 - ###### Upstream and OpenCSW files information ####### -MASTER_SITES = ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ http://www.sxw.org.uk/computing/patches/ http://www.mindrot.org/openssh_snap/ +MASTER_SITES = https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/ ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ http://www.sxw.org.uk/computing/patches/ http://www.mindrot.org/openssh_snap/ UPSTREAM_MASTER_SITES = ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ # We define upstream file regex so we can be notifed of new upstream software release @@ -133,7 +136,7 @@ LICENSE = LICENCE # The GSSAPI key exchange patch -PATCHFILES = openssh-$(GSSKEX_PATCH_VERSION)-gsskex-all-$(GSSKEX_PATCH_DATE).patch +#PATCHFILES = openssh-$(GSSKEX_PATCH_VERSION)-gsskex-all-$(GSSKEX_PATCH_DATE).patch # Prevent TIOCSCTTY from being used to avoid error: # ioctl(TIOCSCTTY): Invalid argument @@ -141,7 +144,7 @@ # Fix a X11 forwarding bug on machine installed with ipv6 disabled # see https://bugzilla.mindrot.org/show_bug.cgi?id=1457 -PATCHFILES += no_x_forwarding_bug.patch +#PATCHFILES += no_x_forwarding_bug.patch # Force openssh to not use /var/adm/lastlog but still prints last log information # Workaround to fix https://www.opencsw.org/mantis/view.php?id=4494 @@ -155,21 +158,21 @@ # The regress/Makefile uses "id -un" to retrieve the id of the current user # but that command doesn't work on Solaris, this patch fixes that issue -PATCHFILES += fix-user-id-retrieval-for-solaris.patch +#PATCHFILES += fix-user-id-retrieval-for-solaris.patch # Disable unittest fuzz ed25519 sig as it doesn't work correctly under Solaris # see: https://bugzilla.mindrot.org/show_bug.cgi?id=2271 -PATCHFILES += disable-unittest-fuzz-ed25519-sig.patch +#PATCHFILES += disable-unittest-fuzz-ed25519-sig.patch # Same thing for ed25519 key test, see: https://bugzilla.mindrot.org/show_bug.cgi?id=2297 -PATCHFILES += remote-unittest-key-ed25519.patch +#PATCHFILES += remote-unittest-key-ed25519.patch # Keep tcp wrapper support which was dropped from openssh since 6.7, # so that ours users are not caught by surprise -# Patch taken from Debian -PATCHFILES += restore-tcp-wrappers.patch +# Patch taken from OpenIndiana +PATCHFILES += 0031-Restore-tcpwrappers-libwrap-support.patch # documentation files to install (not a gar variable) -DOCFILES = CREDITS ChangeLog ChangeLog.gssapi INSTALL LICENCE OVERVIEW README README.dns +DOCFILES = CREDITS ChangeLog INSTALL LICENCE OVERVIEW README README.dns DOCFILES += README.platform README.privsep README.tun TODO # we're using conf handling class from the cswclassutils package @@ -182,15 +185,25 @@ CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-kerberos5=$(prefix) CONFIGURE_ARGS += --sysconfdir=$(sysconfdir)/ssh +#CONFIGURE_ARGS += --with-audit=bsm +CONFIGURE_ARGS += --with-sandbox=solaris CONFIGURE_ARGS += --with-solaris-contracts +CONFIGURE_ARGS += --with-solaris-privs +CONFIGURE_ARGS += --with-solaris-projects CONFIGURE_ARGS += --with-pam CONFIGURE_ARGS += --with-tcp-wrappers=$(prefix) CONFIGURE_ARGS += --with-privsep-path=$(localstatedir)/empty +# enable so ssh can connect to older systems (consoles, ILOMs, switches, etc..) See https://www.openssh.com/legacy.html for legacy options. +CONFIGURE_ARGS += --enable-dsa-keys + # We don't want to use lazy load because of # the chroot usage by sshd EXTRA_LD_OPTIONS = -z nolazyload +# disable tests temporary +TEST_SCRIPTS = + TEST_TARGET = tests include gar/category.mk Modified: csw/mgar/pkg/openssh/branches/openssh-9.9p1/checksums =================================================================== --- csw/mgar/pkg/openssh/trunk/checksums 2017-07-04 09:22:08 UTC (rev 26241) +++ csw/mgar/pkg/openssh/branches/openssh-9.9p1/checksums 2024-12-02 23:35:47 UTC (rev 27123) @@ -1 +1 @@ -3246aa79317b1d23cae783a3bf8275d6 openssh-6.7p1.tar.gz +1893c9b712eb8c55ec2d5146e7323b92 openssh-9.9p1.tar.gz Added: csw/mgar/pkg/openssh/branches/openssh-9.9p1/files/0031-Restore-tcpwrappers-libwrap-support.patch =================================================================== --- csw/mgar/pkg/openssh/branches/openssh-9.9p1/files/0031-Restore-tcpwrappers-libwrap-support.patch (rev 0) +++ csw/mgar/pkg/openssh/branches/openssh-9.9p1/files/0031-Restore-tcpwrappers-libwrap-support.patch 2024-12-02 23:35:47 UTC (rev 27123) @@ -0,0 +1,140 @@ +diff -wpruN --no-dereference '--exclude=*.orig' a~/configure.ac a/configure.ac +--- a~/configure.ac 1970-01-01 00:00:00 ++++ a/configure.ac 1970-01-01 00:00:00 +@@ -1672,6 +1672,62 @@ else + AC_MSG_RESULT([no]) + fi + ++# Check whether user wants TCP wrappers support ++TCPW_MSG="no" ++AC_ARG_WITH([tcp-wrappers], ++ [ --with-tcp-wrappers[[=PATH]] Enable tcpwrappers support (optionally in PATH)], ++ [ ++ if test "x$withval" != "xno" ; then ++ saved_LIBS="$LIBS" ++ saved_LDFLAGS="$LDFLAGS" ++ saved_CPPFLAGS="$CPPFLAGS" ++ if test -n "${withval}" && \ ++ test "x${withval}" != "xyes"; then ++ if test -d "${withval}/lib"; then ++ if test -n "${need_dash_r}"; then ++ LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}" ++ else ++ LDFLAGS="-L${withval}/lib ${LDFLAGS}" ++ fi ++ else ++ if test -n "${need_dash_r}"; then ++ LDFLAGS="-L${withval} -R${withval} ${LDFLAGS}" ++ else ++ LDFLAGS="-L${withval} ${LDFLAGS}" ++ fi ++ fi ++ if test -d "${withval}/include"; then ++ CPPFLAGS="-I${withval}/include ${CPPFLAGS}" ++ else ++ CPPFLAGS="-I${withval} ${CPPFLAGS}" ++ fi ++ fi ++ LIBS="-lwrap $LIBS" ++ AC_MSG_CHECKING([for libwrap]) ++ AC_LINK_IFELSE([AC_LANG_PROGRAM([[ ++#include ++#include ++#include ++#include ++int deny_severity = 0, allow_severity = 0; ++ ]], [[ ++ hosts_access(0); ++ ]])], [ ++ AC_MSG_RESULT([yes]) ++ AC_DEFINE([LIBWRAP], [1], ++ [Define if you want ++ TCP Wrappers support]) ++ SSHDLIBS="$SSHDLIBS -lwrap" ++ TCPW_MSG="yes" ++ ], [ ++ AC_MSG_ERROR([*** libwrap missing]) ++ ++ ]) ++ LIBS="$saved_LIBS" ++ fi ++ ] ++) ++ + # Check whether user wants to use ldns + LDNS_MSG="no" + AC_ARG_WITH(ldns, +@@ -5725,6 +5781,7 @@ echo " PAM support + echo " OSF SIA support: $SIA_MSG" + echo " KerberosV support: $KRB5_MSG" + echo " SELinux support: $SELINUX_MSG" ++echo " TCP Wrappers support: $TCPW_MSG" + echo " libedit support: $LIBEDIT_MSG" + echo " libldns support: $LDNS_MSG" + echo " Solaris process contract support: $SPC_MSG" +diff -wpruN --no-dereference '--exclude=*.orig' a~/sshd-session.c a/sshd-session.c +--- a~/sshd-session.c 1970-01-01 00:00:00 ++++ a/sshd-session.c 1970-01-01 00:00:00 +@@ -70,6 +70,11 @@ + #include + #endif + ++#ifdef LIBWRAP ++#include ++#include ++#endif /* LIBWRAP */ ++ + #include "xmalloc.h" + #include "ssh.h" + #include "ssh2.h" +@@ -1271,6 +1276,25 @@ main(int ac, char **av) + audit_connection_from(ssh, remote_ip, remote_port); + #endif + ++#ifdef LIBWRAP ++ int allow_severity = options.log_facility|LOG_INFO; ++ int deny_severity = options.log_facility|LOG_WARNING; ++ /* Check whether logins are denied from this host. */ ++ if (ssh_packet_connection_is_on_socket(ssh)) { ++ struct request_info req; ++ ++ request_init(&req, RQ_DAEMON, __progname, RQ_FILE, sock_in, 0); ++ fromhost(&req); ++ ++ if (!hosts_access(&req)) { ++ debug("Connection refused by tcp wrapper"); ++ refuse(&req); ++ /* NOTREACHED */ ++ fatal("libwrap refuse returns"); ++ } ++ } ++#endif /* LIBWRAP */ ++ + rdomain = ssh_packet_rdomain_in(ssh); + + /* Log the connection. */ +diff -wpruN --no-dereference '--exclude=*.orig' a~/sshd.8 a/sshd.8 +--- a~/sshd.8 1970-01-01 00:00:00 ++++ a/sshd.8 1970-01-01 00:00:00 +@@ -925,6 +925,12 @@ the user's home directory becomes access + This file should be writable only by the user, and need not be + readable by anyone else. + .Pp ++.It Pa /etc/hosts.allow ++.It Pa /etc/hosts.deny ++Access controls that should be enforced by tcp-wrappers are defined here. ++Further details are described in ++.Xr hosts_access 5 . ++.Pp + .It Pa /etc/hosts.equiv + This file is for host-based authentication (see + .Xr ssh 1 ) . +@@ -1052,6 +1058,7 @@ Each SSHv2 userauth type has its own PAM + .Xr ssh-keygen 1 , + .Xr ssh-keyscan 1 , + .Xr chroot 2 , ++.Xr hosts_access 5 , + .Xr login.conf 5 , + .Xr moduli 5 , + .Xr sshd_config 5 , + 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 Tue Dec 3 18:29:23 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Tue, 03 Dec 2024 17:29:23 +0000 Subject: SF.net SVN: gar:[27125] csw/mgar/pkg/openssh/branches/openssh-9.9p1/ Makefile Message-ID: <1733246963.802970.30055@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27125 http://sourceforge.net/p/gar/code/27125 Author: jake_goerzen Date: 2024-12-03 17:29:23 +0000 (Tue, 03 Dec 2024) Log Message: ----------- openssh/branches/openssh-9.9p1: add CHECKPKG_OVERRIDE_CSWopenssh-client file with bad content opt/csw/bin/ssh-agent Modified Paths: -------------- csw/mgar/pkg/openssh/branches/openssh-9.9p1/Makefile Modified: csw/mgar/pkg/openssh/branches/openssh-9.9p1/Makefile =================================================================== --- csw/mgar/pkg/openssh/branches/openssh-9.9p1/Makefile 2024-12-02 23:56:03 UTC (rev 27124) +++ csw/mgar/pkg/openssh/branches/openssh-9.9p1/Makefile 2024-12-03 17:29:23 UTC (rev 27125) @@ -111,6 +111,7 @@ MIGRATE_DEST_DIR = $(sysconfdir)/ssh CHECKPKG_OVERRIDES_CSWopenssh-client += file-with-bad-content|/usr/local|root/opt/csw/share/doc/openssh_client/INSTALL +CHECKPKG_OVERRIDES_CSWopenssh-client += file-with-bad-content|/usr/local|root/opt/csw/bin/ssh-agent CHECKPKG_OVERRIDES_CSWopenssh += file-with-bad-content|/usr/local|root/opt/csw/share/doc/openssh/INSTALL CHECKPKG_OVERRIDES_CSWopenssh += file-with-bad-content|/usr/share|root/var/opt/csw/svc/manifest/network/cswopenssh.xml 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 Dec 11 10:24:26 2024 From: dmichelsen at users.sourceforge.net (dmichelsen at users.sourceforge.net) Date: Wed, 11 Dec 2024 09:24:26 +0000 Subject: SF.net SVN: gar:[27126] csw/mgar/pkg/curl/trunk Message-ID: <1733909066.156279.8378@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27126 http://sourceforge.net/p/gar/code/27126 Author: dmichelsen Date: 2024-12-11 09:24:25 +0000 (Wed, 11 Dec 2024) Log Message: ----------- curl/trunk: Update to 8.11.1 Modified Paths: -------------- csw/mgar/pkg/curl/trunk/Makefile csw/mgar/pkg/curl/trunk/checksums Modified: csw/mgar/pkg/curl/trunk/Makefile =================================================================== --- csw/mgar/pkg/curl/trunk/Makefile 2024-12-03 17:29:23 UTC (rev 27125) +++ csw/mgar/pkg/curl/trunk/Makefile 2024-12-11 09:24:25 UTC (rev 27126) @@ -1,5 +1,5 @@ NAME = curl -VERSION = 8.11.0 +VERSION = 8.11.1 GARTYPE = v2 DESCRIPTION = Command line tool and library for client-side URL transfers Modified: csw/mgar/pkg/curl/trunk/checksums =================================================================== --- csw/mgar/pkg/curl/trunk/checksums 2024-12-03 17:29:23 UTC (rev 27125) +++ csw/mgar/pkg/curl/trunk/checksums 2024-12-11 09:24:25 UTC (rev 27126) @@ -1 +1 @@ -49dd886ac84ed3de693464f78f1ee926 curl-8.11.0.tar.xz +25e65a5156ca4928060b61cb051813db curl-8.11.1.tar.xz 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 Wed Dec 11 19:39:44 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 11 Dec 2024 18:39:44 +0000 Subject: SF.net SVN: gar:[27127] csw/mgar/pkg Message-ID: <1733942385.28442.8185@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27127 http://sourceforge.net/p/gar/code/27127 Author: jake_goerzen Date: 2024-12-11 18:39:44 +0000 (Wed, 11 Dec 2024) Log Message: ----------- libsdl2: create new recipe and update to 2.30.9 Added Paths: ----------- csw/mgar/pkg/libsdl2/ csw/mgar/pkg/libsdl2/Makefile csw/mgar/pkg/libsdl2/branches/ csw/mgar/pkg/libsdl2/tags/ csw/mgar/pkg/libsdl2/trunk/ csw/mgar/pkg/libsdl2/trunk/Makefile csw/mgar/pkg/libsdl2/trunk/checksums csw/mgar/pkg/libsdl2/trunk/files/ csw/mgar/pkg/libsdl2/trunk/files/0001-SDL_x11messagebox.c-Solaris-10.patch Added: csw/mgar/pkg/libsdl2/Makefile =================================================================== --- csw/mgar/pkg/libsdl2/Makefile (rev 0) +++ csw/mgar/pkg/libsdl2/Makefile 2024-12-11 18:39:44 UTC (rev 27127) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/libsdl2/trunk =================================================================== --- csw/mgar/pkg/libsdl2/trunk 2024-12-11 09:24:25 UTC (rev 27126) +++ csw/mgar/pkg/libsdl2/trunk 2024-12-11 18:39:44 UTC (rev 27127) Property changes on: csw/mgar/pkg/libsdl2/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/libsdl2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libsdl2/trunk/Makefile (rev 0) +++ csw/mgar/pkg/libsdl2/trunk/Makefile 2024-12-11 18:39:44 UTC (rev 27127) @@ -0,0 +1,48 @@ +NAME = SDL2 +VERSION = 2.30.9 +GARTYPE = v2 + +DESCRIPTION = Simple DirectMedia Layer library +define BLURB + SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard. +endef + +MASTER_SITES = https://www.libsdl.org/release/ +DISTFILES = $(DISTNAME).tar.gz + +PACKAGES += CSWlibsdl2-2-0-0 +CATALOGNAME_CSWlibsdl2-2-0-0 = libsdl2_2_0_0 +PKGFILES_CSWlibsdl2-2-0-0 += $(call baseisadirs,$(libdir),libSDL2-2\.0\.so\.0\.22\.0) +PKGFILES_CSWlibsdl2-2-0-0 += $(call baseisadirs,$(libdir),libSDL2-2\.0\.so\.0(\.\d+)*) +SPKG_DESC_CSWlibsdl2-2-0-0 += $(DESCRIPTION), libSDL2-2.0.so.0 + +PACKAGES += CSWlibsdl2-dev +CATALOGNAME_CSWlibsdl2-dev = libsdl2_dev +SPKG_DESC_CSWlibsdl2-dev += $(DESCRIPTION), development files +PKGFILES_CSWlibsdl2-dev += /opt/csw/lib/amd64/libSDL2.so +PKGFILES_CSWlibsdl2-dev += /opt/csw/lib/sparcv9/libSDL2.so +PKGFILES_CSWlibsdl2-dev += /opt/csw/lib/libSDL2.so +PKGFILES_CSWlibsdl2-dev += $(PKGFILES_DEVEL) + +RUNTIME_DEP_PKGS_CSWlibsdl2-2-0-0 += CSWlibgcc-s1 + +RUNTIME_DEP_PKGS_CSWlibsdl2-dev += CSWlibsdl2-2-0-0 + +PATCHFILES = 0001-SDL_x11messagebox.c-Solaris-10.patch + +GARCOMPILER = GNU + +BUILD64_LIBS_ONLY = 1 + +XMKMF=/usr/openwin/bin/xmkmf +MAKE = gmake +INSTALL = ginstall + +CONFIGURE_ARGS = $(DIRPATHS) --disable-static +CONFIGURE_ARGS += --disable-video-vulkan + +TEST_SCRIPTS = + +PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386 + +include gar/category.mk Property changes on: csw/mgar/pkg/libsdl2/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/libsdl2/trunk/checksums =================================================================== --- csw/mgar/pkg/libsdl2/trunk/checksums (rev 0) +++ csw/mgar/pkg/libsdl2/trunk/checksums 2024-12-11 18:39:44 UTC (rev 27127) @@ -0,0 +1 @@ +57393a5e1a46dd19ae40968a301c70a3 SDL2-2.30.9.tar.gz Added: csw/mgar/pkg/libsdl2/trunk/files/0001-SDL_x11messagebox.c-Solaris-10.patch =================================================================== --- csw/mgar/pkg/libsdl2/trunk/files/0001-SDL_x11messagebox.c-Solaris-10.patch (rev 0) +++ csw/mgar/pkg/libsdl2/trunk/files/0001-SDL_x11messagebox.c-Solaris-10.patch 2024-12-11 18:39:44 UTC (rev 27127) @@ -0,0 +1,104 @@ +From 424893363fe270bb5bfb6774996b56e250020714 Mon Sep 17 00:00:00 2001 +From: Jake Goerzen +Date: Tue, 10 Dec 2024 21:38:54 +0100 +Subject: [PATCH] SDL_x11messagebox.c Solaris 10 + +--- + src/video/x11/SDL_x11messagebox.c | 27 ++++++++++++++++++++++----- + 1 file changed, 22 insertions(+), 5 deletions(-) + +diff --git a/src/video/x11/SDL_x11messagebox.c b/src/video/x11/SDL_x11messagebox.c +index 0e3b67a..97a5328 100644 +--- a/src/video/x11/SDL_x11messagebox.c ++++ b/src/video/x11/SDL_x11messagebox.c +@@ -125,12 +125,15 @@ static SDL_INLINE int IntMax(int a, int b) + /* Return width and height for a string. */ + static void GetTextWidthHeight(SDL_MessageBoxDataX11 *data, const char *str, int nbytes, int *pwidth, int *pheight) + { ++#ifdef X_HAVE_UTF8_STRING + if (SDL_X11_HAVE_UTF8) { + XRectangle overall_ink, overall_logical; + X11_Xutf8TextExtents(data->font_set, str, nbytes, &overall_ink, &overall_logical); + *pwidth = overall_logical.width; + *pheight = overall_logical.height; +- } else { ++ } else ++#endif ++ { + XCharStruct text_structure; + int font_direction, font_ascent, font_descent; + X11_XTextExtents(data->font_struct, str, nbytes, +@@ -186,6 +189,7 @@ static int X11_MessageBoxInit(SDL_MessageBoxDataX11 *data, const SDL_MessageBoxD + return SDL_SetError("Couldn't open X11 display"); + } + ++#ifdef X_HAVE_UTF8_STRING + if (SDL_X11_HAVE_UTF8) { + char **missing = NULL; + int num_missing = 0; +@@ -197,7 +201,9 @@ static int X11_MessageBoxInit(SDL_MessageBoxDataX11 *data, const SDL_MessageBoxD + if (!data->font_set) { + return SDL_SetError("Couldn't load font %s", g_MessageBoxFont); + } +- } else { ++ } else ++#endif ++ { + data->font_struct = X11_XLoadQueryFont(data->display, g_MessageBoxFontLatin1); + if (!data->font_struct) { + return SDL_SetError("Couldn't load font %s", g_MessageBoxFontLatin1); +@@ -536,11 +542,14 @@ static void X11_MessageBoxDraw(SDL_MessageBoxDataX11 *data, GC ctx) + for (i = 0; i < data->numlines; i++) { + TextLineData *plinedata = &data->linedata[i]; + ++#ifdef X_HAVE_UTF8_STRING + if (SDL_X11_HAVE_UTF8) { + X11_Xutf8DrawString(display, window, data->font_set, ctx, + data->xtext, data->ytext + i * data->text_height, + plinedata->text, plinedata->length); +- } else { ++ } else ++#endif ++ { + X11_XDrawString(display, window, ctx, + data->xtext, data->ytext + i * data->text_height, + plinedata->text, plinedata->length); +@@ -565,12 +574,15 @@ static void X11_MessageBoxDraw(SDL_MessageBoxDataX11 *data, GC ctx) + + X11_XSetForeground(display, ctx, (data->mouse_over_index == i) ? data->color[SDL_MESSAGEBOX_COLOR_BUTTON_SELECTED] : data->color[SDL_MESSAGEBOX_COLOR_TEXT]); + ++#ifdef X_HAVE_UTF8_STRING + if (SDL_X11_HAVE_UTF8) { + X11_Xutf8DrawString(display, window, data->font_set, ctx, + buttondatax11->x + offset, + buttondatax11->y + offset, + buttondata->text, buttondatax11->length); +- } else { ++ } else ++#endif ++ { + X11_XDrawString(display, window, ctx, + buttondatax11->x + offset, buttondatax11->y + offset, + buttondata->text, buttondatax11->length); +@@ -604,12 +616,17 @@ static int X11_MessageBoxLoop(SDL_MessageBoxDataX11 *data) + SDL_bool has_focus = SDL_TRUE; + KeySym last_key_pressed = XK_VoidSymbol; + unsigned long gcflags = GCForeground | GCBackground; ++#ifdef X_HAVE_UTF8_STRING ++ const int have_utf8 = SDL_X11_HAVE_UTF8; ++#else ++ const int have_utf8 = 0; ++#endif + + SDL_zero(ctx_vals); + ctx_vals.foreground = data->color[SDL_MESSAGEBOX_COLOR_BACKGROUND]; + ctx_vals.background = data->color[SDL_MESSAGEBOX_COLOR_BACKGROUND]; + +- if (!SDL_X11_HAVE_UTF8) { ++ if (!have_utf8) { + gcflags |= GCFont; + ctx_vals.font = data->font_struct->fid; + } +-- +2.4.0 + 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 Dec 12 15:32:10 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Thu, 12 Dec 2024 14:32:10 +0000 Subject: SF.net SVN: gar:[27128] csw/mgar/pkg/nsd/trunk Message-ID: <1734013931.6491.12803@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27128 http://sourceforge.net/p/gar/code/27128 Author: idogan23 Date: 2024-12-12 14:32:10 +0000 (Thu, 12 Dec 2024) Log Message: ----------- nsd: Update to 4.11.0, removed Solaris x86 workaround 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 2024-12-11 18:39:44 UTC (rev 27127) +++ csw/mgar/pkg/nsd/trunk/Makefile 2024-12-12 14:32:10 UTC (rev 27128) @@ -1,5 +1,5 @@ NAME = nsd -VERSION = 4.10.1 +VERSION = 4.11.0 GARTYPE = v2 DESCRIPTION = An authoritative only non-recursive name server @@ -45,10 +45,6 @@ CONFIGURE_ARGS += --with-dbfile=/var/opt/csw/nsd/nsd.db CONFIGURE_ARGS += --with-xfrdfile=/var/opt/csw/nsd/xfrd.state -# Workaround for simdzone on x86 -CONFIGURE_ARGS += --disable-westmere -CONFIGURE_ARGS += --disable-haswell - EXTRA_ISAEXEC_EXCLUDE_FILES = $(sbindir)/nsd-checkconf EXTRA_ISAEXEC_EXCLUDE_FILES += $(sbindir)/nsd-checkzone EXTRA_ISAEXEC_EXCLUDE_FILES += $(sbindir)/nsd-control Modified: csw/mgar/pkg/nsd/trunk/checksums =================================================================== --- csw/mgar/pkg/nsd/trunk/checksums 2024-12-11 18:39:44 UTC (rev 27127) +++ csw/mgar/pkg/nsd/trunk/checksums 2024-12-12 14:32:10 UTC (rev 27128) @@ -1 +1 @@ -cd18ef87bef5bc37ee42cfb7eb32f4d2 nsd-4.10.1.tar.gz +ae3ae40080866c3fc598f98c374658a8 nsd-4.11.0.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 Dec 16 18:06:58 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Mon, 16 Dec 2024 17:06:58 +0000 Subject: SF.net SVN: gar:[27129] csw/mgar/pkg/libsdl2/trunk Message-ID: <1734368818.530285.14072@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27129 http://sourceforge.net/p/gar/code/27129 Author: jake_goerzen Date: 2024-12-16 17:06:58 +0000 (Mon, 16 Dec 2024) Log Message: ----------- libsdl2: update to 2.30.10 Modified Paths: -------------- csw/mgar/pkg/libsdl2/trunk/Makefile csw/mgar/pkg/libsdl2/trunk/checksums Modified: csw/mgar/pkg/libsdl2/trunk/Makefile =================================================================== --- csw/mgar/pkg/libsdl2/trunk/Makefile 2024-12-12 14:32:10 UTC (rev 27128) +++ csw/mgar/pkg/libsdl2/trunk/Makefile 2024-12-16 17:06:58 UTC (rev 27129) @@ -1,5 +1,5 @@ NAME = SDL2 -VERSION = 2.30.9 +VERSION = 2.30.10 GARTYPE = v2 DESCRIPTION = Simple DirectMedia Layer library Modified: csw/mgar/pkg/libsdl2/trunk/checksums =================================================================== --- csw/mgar/pkg/libsdl2/trunk/checksums 2024-12-12 14:32:10 UTC (rev 27128) +++ csw/mgar/pkg/libsdl2/trunk/checksums 2024-12-16 17:06:58 UTC (rev 27129) @@ -1 +1 @@ -57393a5e1a46dd19ae40968a301c70a3 SDL2-2.30.9.tar.gz +1855577186170c22c2556a1499c64726 SDL2-2.30.10.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 Tue Dec 17 22:19:18 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Tue, 17 Dec 2024 21:19:18 +0000 Subject: SF.net SVN: gar:[27130] csw/mgar/pkg Message-ID: <1734470358.826201.31247@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27130 http://sourceforge.net/p/gar/code/27130 Author: jake_goerzen Date: 2024-12-17 21:19:18 +0000 (Tue, 17 Dec 2024) Log Message: ----------- libsdl2image: initial commit version 2.8.2 Added Paths: ----------- csw/mgar/pkg/sdl2image/ csw/mgar/pkg/sdl2image/Makefile csw/mgar/pkg/sdl2image/branches/ csw/mgar/pkg/sdl2image/tags/ csw/mgar/pkg/sdl2image/trunk/ csw/mgar/pkg/sdl2image/trunk/Makefile csw/mgar/pkg/sdl2image/trunk/checksums csw/mgar/pkg/sdl2image/trunk/files/ Added: csw/mgar/pkg/sdl2image/Makefile =================================================================== --- csw/mgar/pkg/sdl2image/Makefile (rev 0) +++ csw/mgar/pkg/sdl2image/Makefile 2024-12-17 21:19:18 UTC (rev 27130) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/sdl2image/trunk =================================================================== --- csw/mgar/pkg/sdl2image/trunk 2024-12-16 17:06:58 UTC (rev 27129) +++ csw/mgar/pkg/sdl2image/trunk 2024-12-17 21:19:18 UTC (rev 27130) Property changes on: csw/mgar/pkg/sdl2image/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/sdl2image/trunk/Makefile =================================================================== --- csw/mgar/pkg/sdl2image/trunk/Makefile (rev 0) +++ csw/mgar/pkg/sdl2image/trunk/Makefile 2024-12-17 21:19:18 UTC (rev 27130) @@ -0,0 +1,41 @@ +NAME = SDL2_image +VERSION = 2.8.2 +GARTYPE = v2 + +DESCRIPTION = SDL2 image file loading library +define BLURB +SDL image library loads images as SDL surfaces, and supports the following formats: BMP, PNM, XPM, LBM, PCX, GIF, JPEG, PNG, TGA. +endef + +MASTER_SITES = https://github.com/libsdl-org/SDL_image/releases/download/release-2.8.2/ +DISTFILES = $(NAME)-$(VERSION).tar.gz + +GARCOMPILER = GNU + +PACKAGES += CSWlibsdl2image2-0-0 +CATALOGNAME_CSWlibsdl2image2-0-0 = libsdl2image2_0_0 +PKGFILES_CSWlibsdl2image2-0-0 += $(call baseisadirs,$(libdir),libSDL2_image-2\.0\.so\.0\.800\.2) +PKGFILES_CSWlibsdl2image2-0-0 += $(call baseisadirs,$(libdir),libSDL2_image-2\.0\.so\.0(\.\d+)*) +SPKG_DESC_CSWlibsdl2image2-0-0 += $(DESCRIPTION), libSDL2_image-2.0.so.0 + +PACKAGES += CSWlibsdl2image-dev +CATALOGNAME_CSWlibsdl2image-dev = libsdl2image_dev +SPKG_DESC_CSWlibsdl2image-dev += $(DESCRIPTION), development files +PKGFILES_CSWlibsdl2image-dev += /opt/csw/lib/amd64/libSDL2_image.so +PKGFILES_CSWlibsdl2image-dev += /opt/csw/lib/sparcv9/libSDL2_image.so +PKGFILES_CSWlibsdl2image-dev += /opt/csw/lib/libSDL2_image.so +PKGFILES_CSWlibsdl2image-dev += $(PKGFILES_DEVEL) + +RUNTIME_DEP_PKGS_CSWlibsdl2image-dev += CSWlibsdl2image2-0-0 +RUNTIME_DEP_PKGS_CSWlibsdl2image2-0-0 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibsdl2image2-0-0 += CSWlibsdl2-2-0-0 + +UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz + +BUILD64_LIBS_ONLY = 1 + +CONFIGURE_ARGS = $(DIRPATHS) --disable-static + +TEST_SCRIPTS = + +include gar/category.mk Property changes on: csw/mgar/pkg/sdl2image/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/sdl2image/trunk/checksums =================================================================== --- csw/mgar/pkg/sdl2image/trunk/checksums (rev 0) +++ csw/mgar/pkg/sdl2image/trunk/checksums 2024-12-17 21:19:18 UTC (rev 27130) @@ -0,0 +1 @@ +8464c8aaad39fe9be6a9c1e85b370cd1 SDL2_image-2.8.2.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 Thu Dec 19 06:33:09 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Thu, 19 Dec 2024 05:33:09 +0000 Subject: SF.net SVN: gar:[27131] csw/mgar/pkg/libwebp/trunk Message-ID: <1734586389.292796.23339@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27131 http://sourceforge.net/p/gar/code/27131 Author: jake_goerzen Date: 2024-12-19 05:33:08 +0000 (Thu, 19 Dec 2024) Log Message: ----------- libwebp: update to 1.4.0 Modified Paths: -------------- csw/mgar/pkg/libwebp/trunk/Makefile csw/mgar/pkg/libwebp/trunk/checksums Modified: csw/mgar/pkg/libwebp/trunk/Makefile =================================================================== --- csw/mgar/pkg/libwebp/trunk/Makefile 2024-12-17 21:19:18 UTC (rev 27130) +++ csw/mgar/pkg/libwebp/trunk/Makefile 2024-12-19 05:33:08 UTC (rev 27131) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = libwebp -VERSION = 0.3.1 +VERSION = 1.4.0 GARTYPE = v2 DESCRIPTION = An image format that does lossy compression of digital photographic images @@ -11,20 +11,61 @@ GOOGLE_PROJECT = webp MASTER_SITES = $(GOOGLE_MIRROR) +MASTER_SITES += https://storage.googleapis.com/downloads.webmproject.org/releases/webp/ DISTFILES = $(DISTNAME).tar.gz VENDOR_URL = https://code.google.com/p/webp/ +VENDOR_URL += https://developers.google.com/speed/webp/ -GARCOMPILER = SOS12U3 +GARCOMPILER = GNU PACKAGES += CSWlibwebp-dev -SPKG_DESC_CSWlibwebp-dev = Development files for libwebp.so.4 +SPKG_DESC_CSWlibwebp-dev = Development files for libwebp.so.7 PKGFILES_CSWlibwebp-dev += $(PKGFILES_DEVEL) -RUNTIME_DEP_PKGS_CSWlibwebp-dev += CSWlibwebp4 +RUNTIME_DEP_PKGS_CSWlibwebp-dev += CSWlibwebp7 +RUNTIME_DEP_PKGS_CSWlibwebp-dev += CSWlibsharpyuv0 +RUNTIME_DEP_PKGS_CSWlibwebp-dev += CSWlibwebpmux3 +RUNTIME_DEP_PKGS_CSWlibwebp-dev += CSWlibwebpdemux2 -PACKAGES += CSWlibwebp4 -SPKG_DESC_CSWlibwebp4 = Library for the WebP lossy photographic image format, libwebp.so.4 -PKGFILES_CSWlibwebp4 = $(call pkgfiles_lib,libwebp.so.4) +PACKAGES += CSWlibwebp7 +SPKG_DESC_CSWlibwebp7 = Library for the WebP lossy photographic image format, libwebp.so.7 +PKGFILES_CSWlibwebp7 = $(call pkgfiles_lib,libwebp.so.7) +RUNTIME_DEP_PKGS_CSWlibwebp7 += CSWlibsharpyuv0 +PACKAGES += CSWlibsharpyuv0 +CATALOGNAME_CSWlibsharpyuv0 = libsharpyuv0 +PKGFILES_CSWlibsharpyuv0 += $(call baseisadirs,$(libdir),libsharpyuv\.so\.0\.1\.0) +PKGFILES_CSWlibsharpyuv0 += $(call baseisadirs,$(libdir),libsharpyuv\.so\.0(\.\d+)*) +SPKG_DESC_CSWlibsharpyuv0 += $(DESCRIPTION), libsharpyuv.so.0 +RUNTIME_DEP_PKGS_CSWwebp += CSWlibsharpyuv0 +RUNTIME_DEP_PKGS_CSWlibsharpyuv0 += CSWlibgcc-s1 + +PACKAGES += CSWlibwebpdemux2 +CATALOGNAME_CSWlibwebpdemux2 = libwebpdemux2 +PKGFILES_CSWlibwebpdemux2 += $(call baseisadirs,$(libdir),libwebpdemux\.so\.2\.0\.15) +PKGFILES_CSWlibwebpdemux2 += $(call baseisadirs,$(libdir),libwebpdemux\.so\.2(\.\d+)*) +SPKG_DESC_CSWlibwebpdemux2 += $(DESCRIPTION), libwebpdemux.so.2 +RUNTIME_DEP_PKGS_CSWwebp += CSWlibwebpdemux2 +RUNTIME_DEP_PKGS_CSWlibwebpdemux2 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibwebpdemux2 += CSWlibwebp7 + +PACKAGES += CSWlibwebpmux3 +CATALOGNAME_CSWlibwebpmux3 = libwebpmux3 +PKGFILES_CSWlibwebpmux3 += $(call baseisadirs,$(libdir),libwebpmux\.so\.3\.1\.0) +PKGFILES_CSWlibwebpmux3 += $(call baseisadirs,$(libdir),libwebpmux\.so\.3(\.\d+)*) +SPKG_DESC_CSWlibwebpmux3 += $(DESCRIPTION), libwebpmux.so.3 +RUNTIME_DEP_PKGS_CSWwebp += CSWlibwebpmux3 +RUNTIME_DEP_PKGS_CSWlibwebpmux3 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibwebpmux3 += CSWlibwebp7 + +RUNTIME_DEP_PKGS_CSWlibwebp-dev += CSWwebp +#RUNTIME_DEP_PKGS_CSWlibwebp7 += CSWwebp +RUNTIME_DEP_PKGS_CSWlibwebp7 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWwebp += CSWfreeglut +#RUNTIME_DEP_PKGS_CSWwebp += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWwebp += CSWlibgif4 +RUNTIME_DEP_PKGS_CSWwebp += CSWmesa +RUNTIME_DEP_PKGS_CSWwebp += CSWlibpng16-16 + PACKAGES += CSWwebp SPKG_DESC_CSWwebp = An image format that does lossy compression of digital photographic images # PKGFILES is catchall @@ -33,17 +74,26 @@ BUILD_DEP_PKGS += CSWlibjpeg-dev BUILD_DEP_PKGS += CSWlibtiff-dev -RUNTIME_DEP_PKGS_CSWwebp += CSWlibwebp4 +RUNTIME_DEP_PKGS_CSWwebp += CSWlibwebp7 RUNTIME_DEP_PKGS_CSWwebp += CSWlibjpeg7 -RUNTIME_DEP_PKGS_CSWwebp += CSWlibpng15-15 RUNTIME_DEP_PKGS_CSWwebp += CSWlibtiff5 +# Need these for the first package until we can install CSWlibwebp7 on unstable10s/x +RUNTIME_DEP_PKGS_CSWlibwebpmux3 += CSWlibwebp4 +RUNTIME_DEP_PKGS_CSWlibwebpdemux2 += CSWlibwebp4 + ISAEXEC = 1 BUILD64 = 1 +# Need this or else we get wrong ELFCLASS32 during the 64-bit build +LDFLAGS += $(LDFLAGS-$(MEMORYMODEL)) +LDFLAGS-64 = -L/opt/csw/lib/64 -R/opt/csw/lib/64 + +CONFIGURE_ARGS = $(DIRPATHS) --disable-static + include gar/category.mk -post-extract-modulated: - @# This tarball has not been boostrapped - -cd $(WORKSRC) && ./autogen.sh - @$(MAKECOOKIE) +#post-extract-modulated: +# @# This tarball has not been boostrapped +# -cd $(WORKSRC) && ./autogen.sh +# @$(MAKECOOKIE) Modified: csw/mgar/pkg/libwebp/trunk/checksums =================================================================== --- csw/mgar/pkg/libwebp/trunk/checksums 2024-12-17 21:19:18 UTC (rev 27130) +++ csw/mgar/pkg/libwebp/trunk/checksums 2024-12-19 05:33:08 UTC (rev 27131) @@ -1 +1 @@ -dc862bb4006d819b7587767a9e83d31f libwebp-0.3.1.tar.gz +07daaa13bef03b7be07f11977b159cb8 libwebp-1.4.0.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 Fri Dec 20 20:21:47 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Fri, 20 Dec 2024 19:21:47 +0000 Subject: SF.net SVN: gar:[27132] csw/mgar/pkg Message-ID: <1734722507.196438.4827@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27132 http://sourceforge.net/p/gar/code/27132 Author: jake_goerzen Date: 2024-12-20 19:21:46 +0000 (Fri, 20 Dec 2024) Log Message: ----------- libsdl2mixer: initial commit version 2.8.0 Added Paths: ----------- csw/mgar/pkg/sdl2mixer/ csw/mgar/pkg/sdl2mixer/Makefile csw/mgar/pkg/sdl2mixer/branches/ csw/mgar/pkg/sdl2mixer/tags/ csw/mgar/pkg/sdl2mixer/trunk/ csw/mgar/pkg/sdl2mixer/trunk/Makefile csw/mgar/pkg/sdl2mixer/trunk/checksums csw/mgar/pkg/sdl2mixer/trunk/files/ Added: csw/mgar/pkg/sdl2mixer/Makefile =================================================================== --- csw/mgar/pkg/sdl2mixer/Makefile (rev 0) +++ csw/mgar/pkg/sdl2mixer/Makefile 2024-12-20 19:21:46 UTC (rev 27132) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/sdl2mixer/trunk =================================================================== --- csw/mgar/pkg/sdl2mixer/trunk 2024-12-19 05:33:08 UTC (rev 27131) +++ csw/mgar/pkg/sdl2mixer/trunk 2024-12-20 19:21:46 UTC (rev 27132) Property changes on: csw/mgar/pkg/sdl2mixer/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/sdl2mixer/trunk/Makefile =================================================================== --- csw/mgar/pkg/sdl2mixer/trunk/Makefile (rev 0) +++ csw/mgar/pkg/sdl2mixer/trunk/Makefile 2024-12-20 19:21:46 UTC (rev 27132) @@ -0,0 +1,49 @@ +NAME = SDL2_mixer +VERSION = 2.8.0 +GARTYPE = v2 + +DESCRIPTION = Multi-channel audio mixer library +define BLURB +SDL mixer supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI, Ogg Vorbis, and SMPEG MP3 libraries. +endef + +MASTER_SITES = http://www.libsdl.org/projects/SDL_mixer/release/ +DISTFILES = $(NAME)-$(VERSION).tar.gz + +GARCOMPILER = GNU + +PACKAGES += CSWlibsdl2mixer2-0-0 +CATALOGNAME_CSWlibsdl2mixer2-0-0 = libsdl2mixer2_0_0 +PKGFILES_CSWlibsdl2mixer2-0-0 += $(call baseisadirs,$(libdir),libSDL2_mixer-2\.0\.so\.0\.800\.0) +PKGFILES_CSWlibsdl2mixer2-0-0 += $(call baseisadirs,$(libdir),libSDL2_mixer-2\.0\.so\.0(\.\d+)*) +SPKG_DESC_CSWlibsdl2mixer2-0-0 += $(DESCRIPTION), libSDL2_mixer-2.0.so.0 + +PACKAGES += CSWlibsdl2mixer-dev +CATALOGNAME_CSWlibsdl2mixer-dev = libsdl2mixer_dev +SPKG_DESC_CSWlibsdl2mixer-dev += $(DESCRIPTION), development files +PKGFILES_CSWlibsdl2mixer-dev += /opt/csw/lib/libSDL2_mixer.so +PKGFILES_CSWlibsdl2mixer-dev += $(PKGFILES_DEVEL) + +EXTRA_LDFLAGS = -lm + +REINPLACE_USRLOCAL += timidity/config.h +REINPLACE_USRSHARE += timidity/config.h + +RUNTIME_DEP_PKGS_CSWlibsdl2mixer-dev += CSWlibsdl2mixer2-0-0 +RUNTIME_DEP_PKGS_CSWlibsdl2mixer2-0-0 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibsdl2mixer2-0-0 += CSWlibsdl2-2-0-0 + +CHECKPKG_OVERRIDES_CSWlibsdl2mixer2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/libSDL2_mixer-2.0.so.0.800.0 +CHECKPKG_OVERRIDES_CSWlibsdl2mixer2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/amd64/libSDL2_mixer-2.0.so.0.800.0 +CHECKPKG_OVERRIDES_CSWlibsdl2mixer2-0-0 += file-with-bad-content|/usr/share|root/opt/csw/lib/sparcv9/libSDL2_mixer-2.0.so.0.800.0 + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz + +BUILD64_LIBS_ONLY = 1 + +CONFIGURE_ARGS = $(DIRPATHS) --disable-static + +TEST_SCRIPTS = + +include gar/category.mk Property changes on: csw/mgar/pkg/sdl2mixer/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/sdl2mixer/trunk/checksums =================================================================== --- csw/mgar/pkg/sdl2mixer/trunk/checksums (rev 0) +++ csw/mgar/pkg/sdl2mixer/trunk/checksums 2024-12-20 19:21:46 UTC (rev 27132) @@ -0,0 +1 @@ +6c4b2936784856c575b838a5731a23d1 SDL2_mixer-2.8.0.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 Fri Dec 20 23:53:21 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Fri, 20 Dec 2024 22:53:21 +0000 Subject: SF.net SVN: gar:[27133] csw/mgar/pkg Message-ID: <1734735201.291559.4268@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27133 http://sourceforge.net/p/gar/code/27133 Author: jake_goerzen Date: 2024-12-20 22:53:20 +0000 (Fri, 20 Dec 2024) Log Message: ----------- libsdl2ttf: initial commit version 2.22.0 Added Paths: ----------- csw/mgar/pkg/sdl2ttf/ csw/mgar/pkg/sdl2ttf/Makefile csw/mgar/pkg/sdl2ttf/branches/ csw/mgar/pkg/sdl2ttf/tags/ csw/mgar/pkg/sdl2ttf/trunk/ csw/mgar/pkg/sdl2ttf/trunk/Makefile csw/mgar/pkg/sdl2ttf/trunk/checksums csw/mgar/pkg/sdl2ttf/trunk/files/ Added: csw/mgar/pkg/sdl2ttf/Makefile =================================================================== --- csw/mgar/pkg/sdl2ttf/Makefile (rev 0) +++ csw/mgar/pkg/sdl2ttf/Makefile 2024-12-20 22:53:20 UTC (rev 27133) @@ -0,0 +1,2 @@ +%: + $(MAKE) -C trunk $* Index: csw/mgar/pkg/sdl2ttf/trunk =================================================================== --- csw/mgar/pkg/sdl2ttf/trunk 2024-12-20 19:21:46 UTC (rev 27132) +++ csw/mgar/pkg/sdl2ttf/trunk 2024-12-20 22:53:20 UTC (rev 27133) Property changes on: csw/mgar/pkg/sdl2ttf/trunk ___________________________________________________________________ Added: svn:ignore ## -0,0 +1 ## +work Added: csw/mgar/pkg/sdl2ttf/trunk/Makefile =================================================================== --- csw/mgar/pkg/sdl2ttf/trunk/Makefile (rev 0) +++ csw/mgar/pkg/sdl2ttf/trunk/Makefile 2024-12-20 22:53:20 UTC (rev 27133) @@ -0,0 +1,43 @@ +NAME = SDL2_ttf +VERSION = 2.22.0 +GARTYPE = v2 + +DESCRIPTION = TrueType font rendering library for SDL applications +define BLURB + A sample library which allows you to use TrueType fonts in your SDL applications. +endef + +MASTER_SITES = http://www.libsdl.org/projects/SDL_ttf/release/ +DISTFILES = $(NAME)-$(VERSION).tar.gz + +GARCOMPILER = GNU + +# We define upstream file regex so we can be notifed of new upstream software release +UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz + +PACKAGES += CSWlibsdl2ttf2-0-0 +CATALOGNAME_CSWlibsdl2ttf2-0-0 = libsdl2ttf2_0_0 +PKGFILES_CSWlibsdl2ttf2-0-0 += $(call baseisadirs,$(libdir),libSDL2_ttf-2\.0\.so\.0\.2200\.0) +PKGFILES_CSWlibsdl2ttf2-0-0 += $(call baseisadirs,$(libdir),libSDL2_ttf-2\.0\.so\.0(\.\d+)*) +SPKG_DESC_CSWlibsdl2ttf2-0-0 += $(DESCRIPTION), libSDL2_ttf-2.0.so.0 + +PACKAGES += CSWlibsdl2ttf-dev +CATALOGNAME_CSWlibsdl2ttf-dev = libsdl2ttf_dev +SPKG_DESC_CSWlibsdl2ttf-dev += $(DESCRIPTION), development files +PKGFILES_CSWlibsdl2ttf-dev += /opt/csw/lib/libSDL2_ttf.so +PKGFILES_CSWlibsdl2ttf-dev += /opt/csw/lib/amd64/libSDL2_ttf.so +PKGFILES_CSWlibsdl2ttf-dev += /opt/csw/lib/sparcv9/libSDL2_ttf.so + +RUNTIME_DEP_PKGS_CSWlibsdl2ttf-dev += CSWlibsdl2ttf2-0-0 +RUNTIME_DEP_PKGS_CSWlibsdl2ttf2-0-0 += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibsdl2ttf2-0-0 += CSWlibsdl2-2-0-0 + +EXTRA_LDFLAGS = -lm -L/opt/csw/lib -liconv + +TEST_SCRIPTS = + +BUILD64_LIBS_ONLY = 1 + +CONFIGURE_ARGS = $(DIRPATHS) + +include gar/category.mk Property changes on: csw/mgar/pkg/sdl2ttf/trunk/Makefile ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: csw/mgar/pkg/sdl2ttf/trunk/checksums =================================================================== --- csw/mgar/pkg/sdl2ttf/trunk/checksums (rev 0) +++ csw/mgar/pkg/sdl2ttf/trunk/checksums 2024-12-20 22:53:20 UTC (rev 27133) @@ -0,0 +1 @@ +686e685caaa215d8fa1ac7bb02b2cf54 SDL2_ttf-2.22.0.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 Dec 21 00:43:45 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Fri, 20 Dec 2024 23:43:45 +0000 Subject: SF.net SVN: gar:[27134] csw/mgar/pkg/sdl2ttf/trunk/Makefile Message-ID: <1734738225.936546.24176@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27134 http://sourceforge.net/p/gar/code/27134 Author: jake_goerzen Date: 2024-12-20 23:43:40 +0000 (Fri, 20 Dec 2024) Log Message: ----------- libsdl2ttf: make sure header files are included in dev package Modified Paths: -------------- csw/mgar/pkg/sdl2ttf/trunk/Makefile Modified: csw/mgar/pkg/sdl2ttf/trunk/Makefile =================================================================== --- csw/mgar/pkg/sdl2ttf/trunk/Makefile 2024-12-20 22:53:20 UTC (rev 27133) +++ csw/mgar/pkg/sdl2ttf/trunk/Makefile 2024-12-20 23:43:40 UTC (rev 27134) @@ -27,6 +27,7 @@ PKGFILES_CSWlibsdl2ttf-dev += /opt/csw/lib/libSDL2_ttf.so PKGFILES_CSWlibsdl2ttf-dev += /opt/csw/lib/amd64/libSDL2_ttf.so PKGFILES_CSWlibsdl2ttf-dev += /opt/csw/lib/sparcv9/libSDL2_ttf.so +PKGFILES_CSWlibsdl2ttf-dev += $(PKGFILES_DEVEL) RUNTIME_DEP_PKGS_CSWlibsdl2ttf-dev += CSWlibsdl2ttf2-0-0 RUNTIME_DEP_PKGS_CSWlibsdl2ttf2-0-0 += CSWlibgcc-s1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Mon Dec 23 09:37:49 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Mon, 23 Dec 2024 08:37:49 +0000 Subject: SF.net SVN: gar:[27135] csw/mgar/pkg/nano/trunk Message-ID: <1734943069.183425.12284@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27135 http://sourceforge.net/p/gar/code/27135 Author: idogan23 Date: 2024-12-23 08:37:48 +0000 (Mon, 23 Dec 2024) Log Message: ----------- nano: update to 8.3 Modified Paths: -------------- csw/mgar/pkg/nano/trunk/Makefile csw/mgar/pkg/nano/trunk/checksums Modified: csw/mgar/pkg/nano/trunk/Makefile =================================================================== --- csw/mgar/pkg/nano/trunk/Makefile 2024-12-20 23:43:40 UTC (rev 27134) +++ csw/mgar/pkg/nano/trunk/Makefile 2024-12-23 08:37:48 UTC (rev 27135) @@ -1,5 +1,5 @@ NAME = nano -VERSION = 8.2 +VERSION = 8.3 GARTYPE = v2 DESCRIPTION = Enhanced clone of the Pico text editor Modified: csw/mgar/pkg/nano/trunk/checksums =================================================================== --- csw/mgar/pkg/nano/trunk/checksums 2024-12-20 23:43:40 UTC (rev 27134) +++ csw/mgar/pkg/nano/trunk/checksums 2024-12-23 08:37:48 UTC (rev 27135) @@ -1 +1 @@ -382baf871963ac2c31c1e8043c70776e nano-8.2.tar.xz +e64276780e23efb273480c4279050f74 nano-8.3.tar.xz 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 Tue Dec 24 05:32:26 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Tue, 24 Dec 2024 04:32:26 +0000 Subject: SF.net SVN: gar:[27136] csw/mgar/pkg/boost/branches/boost-gcc Message-ID: <1735014746.668640.11285@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27136 http://sourceforge.net/p/gar/code/27136 Author: jake_goerzen Date: 2024-12-24 04:32:26 +0000 (Tue, 24 Dec 2024) Log Message: ----------- boost/branches/boost-gcc: update to version 1.50.0 and rework patch Modified Paths: -------------- csw/mgar/pkg/boost/branches/boost-gcc/Makefile csw/mgar/pkg/boost/branches/boost-gcc/checksums csw/mgar/pkg/boost/branches/boost-gcc/files/0001-Don-t-try-to-use-fchmodat.patch Modified: csw/mgar/pkg/boost/branches/boost-gcc/Makefile =================================================================== --- csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2024-12-23 08:37:48 UTC (rev 27135) +++ csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2024-12-24 04:32:26 UTC (rev 27136) @@ -1,8 +1,7 @@ # $Id$ NAME = boost -VERSION = 1.49.0 -CATEGORIES = lib +VERSION = 1.50.0 GARTYPE = v2 define BLURB @@ -61,19 +60,19 @@ EXTRA_LINKER_FLAGS = -R/opt/csw/lib/\\\$$ISALIST BUILD64 = 1 -BUILD_ARGS += toolset=$(TOOLSET) +BUILD_ARGS += --toolset=$(TOOLSET) BUILD_ARGS += --prefix=$(DESTDIR)$(prefix) BUILD_ARGS += --libdir=$(DESTDIR)$(libdir) BUILD_ARGS += link=shared BUILD_ARGS += cflags='$(CFLAGS)' -BUILD_ARGS += cxxflags='$(CXXFLAGS)' -BUILD_ARGS += linkflags='$(LDFLAGS) $(LD_OPTIONS)' +BUILD_ARGS += cxxflags=-std=c++11 +#BUILD_ARGS += linkflags='$(LDFLAGS) $(LD_OPTIONS)' # Stop on the first error BUILD_ARGS += -q # Display commands as you run them, I want to know what you are doing there BUILD_ARGS += -d+2 BUILD_ARGS += include='/opt/csw/gcc/include' -BUILD_ARGS += --debug-building +#BUILD_ARGS += --debug-building BUILD_ARGS += address-model=$(MEMORYMODEL) # We don't have 64-bit Python BUILD_ARGS_64 += --without-python @@ -96,221 +95,220 @@ BJAM_PARALLELMFLAGS_current9x = -j 5 BJAM_PARALLELMFLAGS = $(BJAM_PARALLELMFLAGS_$(call modulation2host)) +PACKAGES += CSWlibboost-chrono1-50-0-gxx +PKGFILES_CSWlibboost-chrono1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_chrono\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-chrono1-50-0-gxx += $(DESCRIPTION), libboost_chrono.so.1.50.0 -PACKAGES += CSWlibboost-chrono1-49-0-gxx -PKGFILES_CSWlibboost-chrono1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_chrono\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-chrono1-49-0-gxx += $(DESCRIPTION), libboost_chrono.so.1.49.0 +PACKAGES += CSWlibboost-date-time1-50-0-gxx +PKGFILES_CSWlibboost-date-time1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_date_time\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-date-time1-50-0-gxx += $(DESCRIPTION), libboost_date_time.so.1.50.0 -PACKAGES += CSWlibboost-date-time1-49-0-gxx -PKGFILES_CSWlibboost-date-time1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_date_time\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-date-time1-49-0-gxx += $(DESCRIPTION), libboost_date_time.so.1.49.0 +PACKAGES += CSWlibboost-filesystem1-50-0-gxx +PKGFILES_CSWlibboost-filesystem1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_filesystem\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-filesystem1-50-0-gxx += $(DESCRIPTION), libboost_filesystem.so.1.50.0 -PACKAGES += CSWlibboost-filesystem1-49-0-gxx -PKGFILES_CSWlibboost-filesystem1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_filesystem\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-filesystem1-49-0-gxx += $(DESCRIPTION), libboost_filesystem.so.1.49.0 +PACKAGES += CSWlibboost-graph1-50-0-gxx +PKGFILES_CSWlibboost-graph1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_graph\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-graph1-50-0-gxx += $(DESCRIPTION), libboost_graph.so.1.50.0 -PACKAGES += CSWlibboost-graph1-49-0-gxx -PKGFILES_CSWlibboost-graph1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_graph\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-graph1-49-0-gxx += $(DESCRIPTION), libboost_graph.so.1.49.0 +PACKAGES += CSWlibboost-iostreams1-50-0-gxx +PKGFILES_CSWlibboost-iostreams1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_iostreams\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-iostreams1-50-0-gxx += $(DESCRIPTION), libboost_iostreams.so.1.50.0 -PACKAGES += CSWlibboost-iostreams1-49-0-gxx -PKGFILES_CSWlibboost-iostreams1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_iostreams\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-iostreams1-49-0-gxx += $(DESCRIPTION), libboost_iostreams.so.1.49.0 +PACKAGES += CSWlibboost-math-c99-1-50-0-gxx +PKGFILES_CSWlibboost-math-c99-1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-math-c99-1-50-0-gxx += $(DESCRIPTION), libboost_math_c99.so.1.50.0 -PACKAGES += CSWlibboost-math-c99-1-49-0-gxx -PKGFILES_CSWlibboost-math-c99-1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-math-c99-1-49-0-gxx += $(DESCRIPTION), libboost_math_c99.so.1.49.0 +PACKAGES += CSWlibboost-math-c99f1-50-0-gxx +PKGFILES_CSWlibboost-math-c99f1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99f\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-math-c99f1-50-0-gxx += $(DESCRIPTION), libboost_math_c99f.so.1.50.0 -PACKAGES += CSWlibboost-math-c99f1-49-0-gxx -PKGFILES_CSWlibboost-math-c99f1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99f\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-math-c99f1-49-0-gxx += $(DESCRIPTION), libboost_math_c99f.so.1.49.0 +PACKAGES += CSWlibboost-math-c99l1-50-0-gxx +PKGFILES_CSWlibboost-math-c99l1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99l\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-math-c99l1-50-0-gxx += $(DESCRIPTION), libboost_math_c99l.so.1.50.0 -PACKAGES += CSWlibboost-math-c99l1-49-0-gxx -PKGFILES_CSWlibboost-math-c99l1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99l\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-math-c99l1-49-0-gxx += $(DESCRIPTION), libboost_math_c99l.so.1.49.0 +PACKAGES += CSWlibboost-math-tr1-1-50-0-gxx +PKGFILES_CSWlibboost-math-tr1-1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_math_tr1\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-math-tr1-1-50-0-gxx += $(DESCRIPTION), libboost_math_tr1.so.1.50.0 -PACKAGES += CSWlibboost-math-tr1-1-49-0-gxx -PKGFILES_CSWlibboost-math-tr1-1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_math_tr1\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-math-tr1-1-49-0-gxx += $(DESCRIPTION), libboost_math_tr1.so.1.49.0 +PACKAGES += CSWlibboost-math-tr1f1-50-0-gxx +PKGFILES_CSWlibboost-math-tr1f1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_math_tr1f\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-math-tr1f1-50-0-gxx += $(DESCRIPTION), libboost_math_tr1f.so.1.50.0 -PACKAGES += CSWlibboost-math-tr1f1-49-0-gxx -PKGFILES_CSWlibboost-math-tr1f1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_math_tr1f\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-math-tr1f1-49-0-gxx += $(DESCRIPTION), libboost_math_tr1f.so.1.49.0 +PACKAGES += CSWlibboost-math-tr1l1-50-0-gxx +PKGFILES_CSWlibboost-math-tr1l1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_math_tr1l\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-math-tr1l1-50-0-gxx += $(DESCRIPTION), libboost_math_tr1l.so.1.50.0 -PACKAGES += CSWlibboost-math-tr1l1-49-0-gxx -PKGFILES_CSWlibboost-math-tr1l1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_math_tr1l\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-math-tr1l1-49-0-gxx += $(DESCRIPTION), libboost_math_tr1l.so.1.49.0 +PACKAGES += CSWlibboost-prexmon1-50-0-gxx +PKGFILES_CSWlibboost-prexmon1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_prg_exec_monitor\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-prexmon1-50-0-gxx += $(DESCRIPTION), libboost_prg_exec_monitor.so.1.50.0 -PACKAGES += CSWlibboost-prexmon1-49-0-gxx -PKGFILES_CSWlibboost-prexmon1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_prg_exec_monitor\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-prexmon1-49-0-gxx += $(DESCRIPTION), libboost_prg_exec_monitor.so.1.49.0 +PACKAGES += CSWlibboost-prog-opts1-50-0-gxx +PKGFILES_CSWlibboost-prog-opts1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_program_options\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-prog-opts1-50-0-gxx += $(DESCRIPTION), libboost_program_options.so.1.50.0 -PACKAGES += CSWlibboost-prog-opts1-49-0-gxx -PKGFILES_CSWlibboost-prog-opts1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_program_options\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-prog-opts1-49-0-gxx += $(DESCRIPTION), libboost_program_options.so.1.49.0 +PACKAGES += CSWlibboost-random1-50-0-gxx +PKGFILES_CSWlibboost-random1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_random\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-random1-50-0-gxx += $(DESCRIPTION), libboost_random.so.1.50.0 -PACKAGES += CSWlibboost-random1-49-0-gxx -PKGFILES_CSWlibboost-random1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_random\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-random1-49-0-gxx += $(DESCRIPTION), libboost_random.so.1.49.0 +PACKAGES += CSWlibboost-regex1-50-0-gxx +PKGFILES_CSWlibboost-regex1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_regex\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-regex1-50-0-gxx += $(DESCRIPTION), libboost_regex.so.1.50.0 -PACKAGES += CSWlibboost-regex1-49-0-gxx -PKGFILES_CSWlibboost-regex1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_regex\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-regex1-49-0-gxx += $(DESCRIPTION), libboost_regex.so.1.49.0 +PACKAGES += CSWlibboost-s13n1-50-0-gxx +PKGFILES_CSWlibboost-s13n1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_s13n\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-s13n1-50-0-gxx += $(DESCRIPTION), libboost_s13n.so.1.50.0 -PACKAGES += CSWlibboost-s13n1-49-0-gxx -PKGFILES_CSWlibboost-s13n1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_serialization\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-s13n1-49-0-gxx += $(DESCRIPTION), libboost_serialization.so.1.49.0 +PACKAGES += CSWlibboost-signals1-50-0-gxx +PKGFILES_CSWlibboost-signals1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_signals\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-signals1-50-0-gxx += $(DESCRIPTION), libboost_signals.so.1.50.0 -PACKAGES += CSWlibboost-signals1-49-0-gxx -PKGFILES_CSWlibboost-signals1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_signals\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-signals1-49-0-gxx += $(DESCRIPTION), libboost_signals.so.1.49.0 +PACKAGES += CSWlibboost-system1-50-0-gxx +PKGFILES_CSWlibboost-system1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_system\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-system1-50-0-gxx += $(DESCRIPTION), libboost_system.so.1.50.0 -PACKAGES += CSWlibboost-system1-49-0-gxx -PKGFILES_CSWlibboost-system1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_system\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-system1-49-0-gxx += $(DESCRIPTION), libboost_system.so.1.49.0 +PACKAGES += CSWlibboost-thread1-50-0-gxx +PKGFILES_CSWlibboost-thread1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_thread\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-thread1-50-0-gxx += $(DESCRIPTION), libboost_thread.so.1.50.0 -PACKAGES += CSWlibboost-thread1-49-0-gxx -PKGFILES_CSWlibboost-thread1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_thread\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-thread1-49-0-gxx += $(DESCRIPTION), libboost_thread.so.1.49.0 +PACKAGES += CSWlibboost-timer1-50-0-gxx +PKGFILES_CSWlibboost-timer1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_timer\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-timer1-50-0-gxx += $(DESCRIPTION), libboost_timer.so.1.50.0 -PACKAGES += CSWlibboost-timer1-49-0-gxx -PKGFILES_CSWlibboost-timer1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_timer\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-timer1-49-0-gxx += $(DESCRIPTION), libboost_timer.so.1.49.0 +PACKAGES += CSWlibboost-ut-fwk1-50-0-gxx +PKGFILES_CSWlibboost-ut-fwk1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_unit_test_framework\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-ut-fwk1-50-0-gxx += $(DESCRIPTION), libboost_unit_test_framework.so.1.50.0 -PACKAGES += CSWlibboost-ut-fwk1-49-0-gxx -PKGFILES_CSWlibboost-ut-fwk1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_unit_test_framework\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-ut-fwk1-49-0-gxx += $(DESCRIPTION), libboost_unit_test_framework.so.1.49.0 +PACKAGES += CSWlibboost-wave1-50-0-gxx +PKGFILES_CSWlibboost-wave1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_wave\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-wave1-50-0-gxx += $(DESCRIPTION), libboost_wave.so.1.50.0 -PACKAGES += CSWlibboost-wave1-49-0-gxx -PKGFILES_CSWlibboost-wave1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_wave\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-wave1-49-0-gxx += $(DESCRIPTION), libboost_wave.so.1.49.0 +PACKAGES += CSWlibboost-ws13n1-50-0-gxx +PKGFILES_CSWlibboost-ws13n1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_wserialization\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-ws13n1-50-0-gxx += $(DESCRIPTION), libboost_wserialization.so.1.50.0 -PACKAGES += CSWlibboost-ws13n1-49-0-gxx -PKGFILES_CSWlibboost-ws13n1-49-0-gxx += $(call baseisadirs,$(libdir),libboost_wserialization\.so\.1\.49\.0(\.\d+)*) -SPKG_DESC_CSWlibboost-ws13n1-49-0-gxx += $(DESCRIPTION), libboost_wserialization.so.1.49.0 +RUNTIME_DEP_PKGS_CSWlibboost-chrono1-50-0-gxx += CSWlibboost-system1-50-0-gxx +RUNTIME_DEP_PKGS_CSWlibboost-chrono1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-chrono1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-signals1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-signals1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-date-time1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-date-time1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-system1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-system1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-math-tr1-1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-math-tr1-1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-filesystem1-50-0-gxx += CSWlibboost-system1-50-0-gxx +RUNTIME_DEP_PKGS_CSWlibboost-filesystem1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-filesystem1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-graph1-50-0-gxx += CSWlibboost-regex1-50-0-gxx +RUNTIME_DEP_PKGS_CSWlibboost-graph1-50-0-gxx += CSWlibicudata57 +RUNTIME_DEP_PKGS_CSWlibboost-graph1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-graph1-50-0-gxx += CSWlibicuuc57 +RUNTIME_DEP_PKGS_CSWlibboost-graph1-50-0-gxx += CSWlibicui18n57 +RUNTIME_DEP_PKGS_CSWlibboost-graph1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-wave1-50-0-gxx += CSWlibboost-thread1-50-0-gxx +RUNTIME_DEP_PKGS_CSWlibboost-wave1-50-0-gxx += CSWlibboost-system1-50-0-gxx +RUNTIME_DEP_PKGS_CSWlibboost-wave1-50-0-gxx += CSWlibboost-date-time1-50-0-gxx +RUNTIME_DEP_PKGS_CSWlibboost-wave1-50-0-gxx += CSWlibboost-filesystem1-50-0-gxx +RUNTIME_DEP_PKGS_CSWlibboost-wave1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-wave1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-math-tr1f1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-math-tr1f1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-math-tr1l1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-math-tr1l1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-ut-fwk1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-ut-fwk1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-regex1-50-0-gxx += CSWlibicuuc57 +RUNTIME_DEP_PKGS_CSWlibboost-regex1-50-0-gxx += CSWlibicui18n57 +RUNTIME_DEP_PKGS_CSWlibboost-regex1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-regex1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-regex1-50-0-gxx += CSWlibicudata57 +RUNTIME_DEP_PKGS_CSWlibboost-ws13n1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-ws13n1-50-0-gxx += CSWlibboost-s13n1-50-0-gxx +RUNTIME_DEP_PKGS_CSWlibboost-ws13n1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-s13n1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-s13n1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-math-c99-1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-math-c99-1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-math-c99f1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-math-c99f1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-prexmon1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-filesystem1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-tr1-1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-c99l1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-thread1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-c99f1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-iostreams1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-signals1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-wave1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-system1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-ut-fwk1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-date-time1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-c99-1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-s13n1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-regex1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-ws13n1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-prog-opts1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-tr1l1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-tr1f1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-random1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-timer1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-chrono1-50-0-gxx +RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-graph1-50-0-gxx +RUNTIME_DEP_PKGS_CSWlibboost-prog-opts1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-prog-opts1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-prexmon1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-prexmon1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-50-0-gxx += CSWlibbz2-1-0 +RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-50-0-gxx += CSWlibz1 +RUNTIME_DEP_PKGS_CSWlibboost-timer1-50-0-gxx += CSWlibboost-system1-50-0-gxx +RUNTIME_DEP_PKGS_CSWlibboost-timer1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-timer1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-timer1-50-0-gxx += CSWlibboost-chrono1-50-0-gxx +RUNTIME_DEP_PKGS_CSWlibboost-thread1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-thread1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-random1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-random1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-math-c99l1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-math-c99l1-50-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-chrono1-49-0-gxx += CSWlibboost-system1-49-0-gxx -RUNTIME_DEP_PKGS_CSWlibboost-chrono1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-chrono1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-signals1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-signals1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-date-time1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-date-time1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-system1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-system1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-math-tr1-1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-math-tr1-1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-filesystem1-49-0-gxx += CSWlibboost-system1-49-0-gxx -RUNTIME_DEP_PKGS_CSWlibboost-filesystem1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-filesystem1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-graph1-49-0-gxx += CSWlibboost-regex1-49-0-gxx -RUNTIME_DEP_PKGS_CSWlibboost-graph1-49-0-gxx += CSWlibicudata48 -RUNTIME_DEP_PKGS_CSWlibboost-graph1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-graph1-49-0-gxx += CSWlibicuuc48 -RUNTIME_DEP_PKGS_CSWlibboost-graph1-49-0-gxx += CSWlibicui18n48 -RUNTIME_DEP_PKGS_CSWlibboost-graph1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-wave1-49-0-gxx += CSWlibboost-thread1-49-0-gxx -RUNTIME_DEP_PKGS_CSWlibboost-wave1-49-0-gxx += CSWlibboost-system1-49-0-gxx -RUNTIME_DEP_PKGS_CSWlibboost-wave1-49-0-gxx += CSWlibboost-date-time1-49-0-gxx -RUNTIME_DEP_PKGS_CSWlibboost-wave1-49-0-gxx += CSWlibboost-filesystem1-49-0-gxx -RUNTIME_DEP_PKGS_CSWlibboost-wave1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-wave1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-math-tr1f1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-math-tr1f1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-math-tr1l1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-math-tr1l1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-ut-fwk1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-ut-fwk1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-regex1-49-0-gxx += CSWlibicuuc48 -RUNTIME_DEP_PKGS_CSWlibboost-regex1-49-0-gxx += CSWlibicui18n48 -RUNTIME_DEP_PKGS_CSWlibboost-regex1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-regex1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-regex1-49-0-gxx += CSWlibicudata48 -RUNTIME_DEP_PKGS_CSWlibboost-ws13n1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-ws13n1-49-0-gxx += CSWlibboost-s13n1-49-0-gxx -RUNTIME_DEP_PKGS_CSWlibboost-ws13n1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-s13n1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-s13n1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-math-c99-1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-math-c99-1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-math-c99f1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-math-c99f1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-prexmon1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-filesystem1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-tr1-1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-c99l1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-thread1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-c99f1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-iostreams1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-signals1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-wave1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-system1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-ut-fwk1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-date-time1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-c99-1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-s13n1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-regex1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-ws13n1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-prog-opts1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-tr1l1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-math-tr1f1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-random1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-timer1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-chrono1-49-0-gxx -RUNTIME_DEP_PKGS_CSWboost-gcc-dev += CSWlibboost-graph1-49-0-gxx -RUNTIME_DEP_PKGS_CSWlibboost-prog-opts1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-prog-opts1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-prexmon1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-prexmon1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-49-0-gxx += CSWlibbz2-1-0 -RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-iostreams1-49-0-gxx += CSWlibz1 -RUNTIME_DEP_PKGS_CSWlibboost-timer1-49-0-gxx += CSWlibboost-system1-49-0-gxx -RUNTIME_DEP_PKGS_CSWlibboost-timer1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-timer1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-timer1-49-0-gxx += CSWlibboost-chrono1-49-0-gxx -RUNTIME_DEP_PKGS_CSWlibboost-thread1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-thread1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-random1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-random1-49-0-gxx += CSWlibstdc++6 -RUNTIME_DEP_PKGS_CSWlibboost-math-c99l1-49-0-gxx += CSWlibgcc-s1 -RUNTIME_DEP_PKGS_CSWlibboost-math-c99l1-49-0-gxx += CSWlibstdc++6 - # Overridees for bad-rpath-entry are needed because the Boost build system # apparently interpolates $ISALIST, leaving us with "/opt/csw/lib/" # with the slash at the end. -CHECKPKG_OVERRIDES_CSWlibboost-chrono1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-date-time1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-filesystem1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-graph1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-iostreams1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-math-c99-1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-math-c99f1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-math-c99l1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-math-tr1-1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-math-tr1f1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-math-tr1l1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-prexmon1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-prog-opts1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-random1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-regex1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-s13n1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-signals1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-system1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-thread1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-timer1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-ut-fwk1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-wave1-49-0-gxx += bad-rpath-entry -CHECKPKG_OVERRIDES_CSWlibboost-ws13n1-49-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-chrono1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-date-time1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-filesystem1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-graph1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-iostreams1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-math-c99-1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-math-c99f1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-math-c99l1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-math-tr1-1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-math-tr1f1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-math-tr1l1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-prexmon1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-prog-opts1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-random1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-regex1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-s13n1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-signals1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-system1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-thread1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-timer1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-ut-fwk1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-wave1-50-0-gxx += bad-rpath-entry +CHECKPKG_OVERRIDES_CSWlibboost-ws13n1-50-0-gxx += bad-rpath-entry # The shared-lib-pkgname-mismatch overrides are here, because some pkgnames # based on file names are too long and pkgmk can't handle them. -CHECKPKG_OVERRIDES_CSWlibboost-s13n1-49-0-gxx += shared-lib-pkgname-mismatch -CHECKPKG_OVERRIDES_CSWlibboost-ut-fwk1-49-0-gxx += shared-lib-pkgname-mismatch -CHECKPKG_OVERRIDES_CSWlibboost-prog-opts1-49-0-gxx += shared-lib-pkgname-mismatch -CHECKPKG_OVERRIDES_CSWlibboost-prexmon1-49-0-gxx += shared-lib-pkgname-mismatch -CHECKPKG_OVERRIDES_CSWlibboost-ws13n1-49-0-gxx += shared-lib-pkgname-mismatch +CHECKPKG_OVERRIDES_CSWlibboost-s13n1-50-0-gxx += shared-lib-pkgname-mismatch +CHECKPKG_OVERRIDES_CSWlibboost-ut-fwk1-50-0-gxx += shared-lib-pkgname-mismatch +CHECKPKG_OVERRIDES_CSWlibboost-prog-opts1-50-0-gxx += shared-lib-pkgname-mismatch +CHECKPKG_OVERRIDES_CSWlibboost-prexmon1-50-0-gxx += shared-lib-pkgname-mismatch +CHECKPKG_OVERRIDES_CSWlibboost-ws13n1-50-0-gxx += shared-lib-pkgname-mismatch CHECKPKG_OVERRIDES_CSWboost-gcc-dev += file-with-bad-content|/usr/share|root/opt/csw/gxx/include/boost/locale/generator.hpp @@ -317,7 +315,7 @@ include gar/category.mk PYTHON_ROOT = $(prefix) -PYTHON_VERSION = 2.6 +PYTHON_VERSION = 2.7 export PYTHON_ROOT PYTHON_VERSION # Boost is not extractable with SUNW tar nor GNU tar :-( @@ -328,7 +326,9 @@ configure-boost: ( cd $(WORKSRC) && \ - ./bootstrap.sh $(TOOLSET)) + ./bootstrap.sh --with-toolset=$(TOOLSET) \ + --prefix=/opt/csw \ + --with-icu=/opt/csw ) # && \ # mkdir -p $(DESTDIR)$(bindir) && \ # cp bin.$(JAMDIR)/bjam $(DESTDIR)$(bindir) ) Modified: csw/mgar/pkg/boost/branches/boost-gcc/checksums =================================================================== --- csw/mgar/pkg/boost/branches/boost-gcc/checksums 2024-12-23 08:37:48 UTC (rev 27135) +++ csw/mgar/pkg/boost/branches/boost-gcc/checksums 2024-12-24 04:32:26 UTC (rev 27136) @@ -1 +1 @@ -0d202cb811f934282dea64856a175698 boost_1_49_0.tar.bz2 +52dd00be775e689f55a987baebccc462 boost_1_50_0.tar.bz2 Modified: csw/mgar/pkg/boost/branches/boost-gcc/files/0001-Don-t-try-to-use-fchmodat.patch =================================================================== --- csw/mgar/pkg/boost/branches/boost-gcc/files/0001-Don-t-try-to-use-fchmodat.patch 2024-12-23 08:37:48 UTC (rev 27135) +++ csw/mgar/pkg/boost/branches/boost-gcc/files/0001-Don-t-try-to-use-fchmodat.patch 2024-12-24 04:32:26 UTC (rev 27136) @@ -1,17 +1,17 @@ -From 41a096b2d285342872396ab98594a0cadba310e5 Mon Sep 17 00:00:00 2001 -From: Maciej Blizinski -Date: Mon, 27 Feb 2012 00:49:24 +0100 +From 3749e3c1cd902e29014c14781f5d7823a3ffd332 Mon Sep 17 00:00:00 2001 +From: Jake Goerzen +Date: Mon, 23 Dec 2024 18:15:59 -0800 Subject: [PATCH] Don't try to use fchmodat --- - libs/filesystem/v3/src/operations.cpp | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + libs/filesystem/src/operations.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/libs/filesystem/v3/src/operations.cpp b/libs/filesystem/v3/src/operations.cpp -index 226f107..116029b 100644 ---- a/libs/filesystem/v3/src/operations.cpp -+++ b/libs/filesystem/v3/src/operations.cpp -@@ -1387,7 +1387,7 @@ namespace detail +diff --git a/libs/filesystem/src/operations.cpp b/libs/filesystem/src/operations.cpp +index 02a542b..a9c33fd 100644 +--- a/libs/filesystem/src/operations.cpp ++++ b/libs/filesystem/src/operations.cpp +@@ -1397,7 +1397,7 @@ namespace detail // Mac OS X Lion and some other platforms don't support fchmodat() # if defined(AT_FDCWD) && defined(AT_SYMLINK_NOFOLLOW) \ @@ -21,5 +21,5 @@ !(prms & symlink_perms) ? 0 : AT_SYMLINK_NOFOLLOW)) # else // fallback if fchmodat() not supported -- -1.7.9 +2.4.0 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. From idogan23 at users.sourceforge.net Tue Dec 24 16:50:18 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Tue, 24 Dec 2024 15:50:18 +0000 Subject: SF.net SVN: gar:[27137] csw/mgar/pkg/vim/trunk Message-ID: <1735055418.309299.10828@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27137 http://sourceforge.net/p/gar/code/27137 Author: idogan23 Date: 2024-12-24 15:50:17 +0000 (Tue, 24 Dec 2024) Log Message: ----------- vim: update to 9.1.0958; drop Solaris 9 support (does not build) 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 2024-12-24 04:32:26 UTC (rev 27136) +++ csw/mgar/pkg/vim/trunk/Makefile 2024-12-24 15:50:17 UTC (rev 27137) @@ -1,9 +1,9 @@ NAME = vim -DISTVERSION = 8.0 -PATCHREV = 238 +DISTVERSION = 9.1 +PATCHREV = 0958 VERSION = $(DISTVERSION).$(PATCHREV) GARTYPE = v2 -SPKG_SOURCEURL = http://www.vim.org/download.php +SPKG_SOURCEURL = http://www.vim.org/ DESCRIPTION = Vi IMproved define BLURB Vim is an almost fully-compatible version of the Unix editor Vi. Many new @@ -13,40 +13,23 @@ Unix, MS Windows, OS/2, Macintosh, VMS, and Amiga. endef -# vim.org set this patch as the current level -FIRSTPATCH = 069 -NEXTPATCH = 070 - -# Let's build a CLI vim for those stuck with S9 -PACKAGING_PLATFORMS += solaris9-sparc solaris9-i386 PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 GARCOMPILER = GCC5 -# Next build should be using GCC4 everywhere -- lblume 20150813 -ifeq ($(shell /usr/bin/uname -r),5.9) - GARCOMPILER = GCC4 -endif - PACKAGES = CSWvim CATALOGNAME_CSWvim = vim SPKG_DESC_CSWvim = Vi IMproved without GUI -MASTER_SITES = http://ftp.vim.org/pub/vim/patches/$(DISTVERSION)/ -MASTER_SITES += http://ftp.vim.org/pub/vim/extra/ -MASTER_SITES += http://ftp.vim.org/pub/vim/unix/ +# https://github.com/vim/vim/tags +MASTER_SITES = https://github.com/vim/vim/archive/refs/tags/ +WORKSRC = $(WORKDIR)/$(NAME)-$(DISTVERSION).$(PATCHREV) + BUILD_DEP_PKGS += CSWpython27-dev -# Depenencies on S9 are older too. -# Why do I keep packaging for it anyway.... Pity? -ifeq ($(shell /usr/bin/uname -r),5.9) -RUNTIME_DEP_PKGS_CSWvim += CSWlibintl8 -RUNTIME_DEP_PKGS_CSWvim += CSWlibncurses5 -else RUNTIME_DEP_PKGS_CSWvim += CSWlibintl9 RUNTIME_DEP_PKGS_CSWvim += CSWlibncurses6 -endif RUNTIME_DEP_PKGS_CSWvim += CSWlibiconv2 RUNTIME_DEP_PKGS_CSWvim += CSWlibpython2-7-1-0 @@ -70,16 +53,12 @@ # Overwrite for the moment. CHECKPKG_OVERRIDES_CSWvimrt += missing-dependency|CSWperl -DISTFILES = $(NAME)-$(DISTVERSION).$(FIRSTPATCH).tar.bz2 +DISTFILES = v$(DISTVERSION).$(PATCHREV).tar.gz DISTFILES += vimrc DISTFILES += vimrc.tiny DISTFILES += gvimrc DISTFILES += COPYING -PATCHFILES = $(foreach T,$(shell gseq -f "%04g" $(NEXTPATCH) $(PATCHREV)),$(DISTVERSION).$(T)) - -PATCHDIRLEVEL = 0 - DISTNAME = $(NAME)$(subst .,,$(DISTVERSION)) CONFIGURE_ARGS = $(DIRPATHS) @@ -96,6 +75,7 @@ CONFIGURE_ARGS += --without-local-dir CONFIGURE_ARGS += --enable-pythoninterp=dynamic CONFIGURE_ARGS += --with-python-config-dir=$(libdir)/python2.7/config +CONFIGURE_ARGS += --disable-libsodium BUILD_ARGS = "VIMRCLOC=/opt/csw/share/vim" BUILD_ARGS += "VIMRUNTIMEDIR=/opt/csw/share/vim/vim$(subst .,,$(DISTVERSION))" Modified: csw/mgar/pkg/vim/trunk/checksums =================================================================== --- csw/mgar/pkg/vim/trunk/checksums 2024-12-24 04:32:26 UTC (rev 27136) +++ csw/mgar/pkg/vim/trunk/checksums 2024-12-24 15:50:17 UTC (rev 27137) @@ -1,170 +1 @@ -570c23fc910d4d03f503c6826b8bcfac 8.0.0070 -a76a9c038683c9a7a20cc25041c81b50 8.0.0071 -ea547ee6b8683746ad390a2b29148db0 8.0.0072 -05bdf96dd6d6d4e94eaff68e3ba27fca 8.0.0073 -c5f6b976f8186c8f8fb6bdbd47d70d2a 8.0.0074 -7ceb2c25313bf9c2e7333e7c3d45d178 8.0.0075 -51d3e7110b3091609b85439df5615d52 8.0.0076 -89224614a31fdb3e232e12bdb46df4a1 8.0.0077 -1b65eb36b1d1c8c28d6dead9bc57381c 8.0.0078 -75a80835743040ccd7741405eac9d6db 8.0.0079 -d69aee3a5b65102c9c38a44501bfc09e 8.0.0080 -5f88a1313a6162f9861314e7ada45fc8 8.0.0081 -2b1cfe2b3442300a9a85082d08b3c192 8.0.0082 -075cbcb00d6a3d76679bd1c375521630 8.0.0083 -bd85ecd370fb94e73b3bebefad55995d 8.0.0084 -4250646fa5de88775d83c1952b27c4f7 8.0.0085 -e22e1c84dfb4995d64ecdcb24b9286ed 8.0.0086 -cd8a7e0863ed8368c8ce59c0418450cc 8.0.0087 -f0eb20d5d44eeaa0efbc9d7837e8e1ba 8.0.0088 -b575962cd29ab2663f76cf888ce1ee8d 8.0.0089 -8f28b2b14502a427f40247652a87d9ef 8.0.0090 -67ddd0ad938a708b8888924411a8bac0 8.0.0091 -7aa1fcdf8ac9cef4f05d28c7f41cf2b3 8.0.0092 -f6e3fb0d5f5d302084e60f55bf7cefc6 8.0.0093 -c718d52eae1fb596a3521ef84119cce2 8.0.0094 -12bb4e3ca7d0a8bc96fe924a77bf656d 8.0.0095 -9cd28ae1cc8a1f356f32c02a05596b3f 8.0.0096 -9179748fc58299cce8ae03dbae290680 8.0.0097 -44b3baadbf5ae7e7b7109be544c2b7a9 8.0.0098 -b6c9d0d7452b6df50342417e0a4d23cd 8.0.0099 -3c1747e48d1a437f0f3fab9f023edb05 8.0.0100 -5564d331e45a8d68ccb832200ea62056 8.0.0101 -d0d2a5af27b05f6c957e2de6c88a872f 8.0.0102 -7a365fb3df5cbc55b01647c3ecbaa58f 8.0.0103 -46165f677775fdb8a0008008993a9704 8.0.0104 -e76e959b1bf914dc8fd65d4c2adff6c6 8.0.0105 -5be5c4314d887efba6e4d9ff27f817d9 8.0.0106 -35f30d6185f2b0245dec131fb65fc899 8.0.0107 -6d1c535a7fc425cf0d2d65a98eb61ddd 8.0.0108 -d63f864218d7b2f0da04fa8465315f6d 8.0.0109 -a05f003d8e782e283c79d112edc69774 8.0.0110 -16e3a1cc1f70d028d23eb10fcd71254b 8.0.0111 -0c87e74961ac78dbd0a4b3aa628c39f9 8.0.0112 -cfa0884b36029ab2b9686d07283a2c6d 8.0.0113 -197c6004153a89f4b4d4fc5020779795 8.0.0114 -f5cda4bf00a578bdf83aa87c22c18751 8.0.0115 -dca43aa30ea1a634944eebb7d8245094 8.0.0116 -bedb6e6a5e461939c7db750150c00fc2 8.0.0117 -937418b3e8969ceca5fd811e7574f846 8.0.0118 -aa969495d66a6d207ed145bff2fc5935 8.0.0119 -751f213b0e371b585f4504b7bab01a4f 8.0.0120 -b9896a2ebf91c1a458c06393edd660a2 8.0.0121 -a0fb863681b1749e2d94cf135dd40ddf 8.0.0122 -ea63c21c51e0e3b8b798f35bb97ee997 8.0.0123 -fea0dbc448d5e95983db294000ed7837 8.0.0124 -ac63f38fa812cf1ef191588e936c4121 8.0.0125 -aa5484ebaab0f3fb2e0d079e006a1d14 8.0.0126 -a1c4760332212cceb018d96c34849d99 8.0.0127 -000d4973c2467ae4e23b8d90fbcf1ed7 8.0.0128 -446b69d20e1dfa464f846194590e7b72 8.0.0129 -671e949556886abdc423c9373854b201 8.0.0130 -754e761a6b268476953898d2ae992a52 8.0.0131 -7c4007cb007e16b48dfb413d514760b8 8.0.0132 -0c0011b1dfc35d522e2ce548e9ebcbfa 8.0.0133 -d5dd98b3c0f2488343036ace012e064d 8.0.0134 -3234a7f52571e286c94468a5ce1adaec 8.0.0135 -111adad19a6aacb0212cc52289385c93 8.0.0136 -ad4f7923ab037715e757b38f049d252e 8.0.0137 -30780c68d62f48720a7e36eee3ba50f1 8.0.0138 -51eb6d18fce2dd1e7fc9ed4968fb4340 8.0.0139 -0745d9191e3f3886b6aeeb73d803b356 8.0.0140 -4f8bea46cd37df15cc1b4056f94e98cd 8.0.0141 -6a58142599cdf4ab8e19822000c464b3 8.0.0142 -2162ae10eb440d6381b43cbb4f37f98e 8.0.0143 -4eaa913e807fe4c517aa36aca7d4bb03 8.0.0144 -c1e7f3e8fc90721c69aa92e133a4e962 8.0.0145 -6ca37883fbf10f684492fafef6010a82 8.0.0146 -fad33d18942cf907eb30966843e46da5 8.0.0147 -688ccd0eb1941c564ba2fd47b96efd8f 8.0.0148 -6d893bea8b8135c5c81901a374337295 8.0.0149 -c9c1d6a70249a18ce6722957a396086f 8.0.0150 -d933ac956502e49037cb7a376b3def37 8.0.0151 -5971dadb90b3fc137dfcf03d68d33631 8.0.0152 -2563fef15de1de651484249a75163d35 8.0.0153 -1db38b23d510f6b91b579a9860e7b234 8.0.0154 -f508987800f8cf51d633e007117203e3 8.0.0155 -274ef9b74c11db8a7060fbba61df933a 8.0.0156 -924e477471e3eb3f13c23da42944c50f 8.0.0157 -ef35dff732877b378747533b8358e134 8.0.0158 -d172c3d0f492310e8796132bc653a8a4 8.0.0159 -d915b53d0a3c0fed9bf3a50fdaa131c5 8.0.0160 -26fcad72fcebb32938e8c5c5b2780a70 8.0.0161 -c5a7ea75b9506a5e316bdeb547a5f49f 8.0.0162 -1621966a5447210f795da30d4ea2e69b 8.0.0163 -f4ebbb15ea5c8a43d4f6f1f5ceece892 8.0.0164 -13174283c25ef1288dc12f1abf491937 8.0.0165 -d215f9258afd9212f8961ae25dbf1111 8.0.0166 -1422e84bb05e4fe0704ca79666bf0617 8.0.0167 -81e10da4d74ac923a64f954778b56045 8.0.0168 -167c11f41898e40a1ff564e3e8172dd9 8.0.0169 -1d1acdb3addec898ff2286ec9913c1f8 8.0.0170 -80574f71ded70eefd9fb809998558112 8.0.0171 -af1b6744dd59ad43aed3bd9f3aa0df74 8.0.0172 -ef4bf5c970c6d1567839000e6aeece05 8.0.0173 -64a523ed9c1d89739767d7075a366b80 8.0.0174 -faa46e1b0eddba1e184812aa6be51ad1 8.0.0175 -047c194e89d44d8574ad3eeb0d9222a5 8.0.0176 -15a6f4e7bef98d29b5ab402083e8f0fc 8.0.0177 -844c66107c16a2aff14269e663f41a79 8.0.0178 -944922bf4704155403a4d4779da4dd1d 8.0.0179 -a658df64e8ae8c600044e940637279a5 8.0.0180 -5ef9cdb6db281681f5100330369fc030 8.0.0181 -43d754d3a0e4211b71feb1bf938edc66 8.0.0182 -ed8e2136e5941ecbb33275d005ad6fe8 8.0.0183 -477c92c8c13f94df69ffa2ae2dab3003 8.0.0184 -6280d10d4538f7a26b7b63aa0c08c209 8.0.0185 -13b3a110ef9ee3bceaafc7cbf1cc3463 8.0.0186 -901628ac628bcf1c209155dbfd7fb7af 8.0.0187 -b5c742b0abfca8a7e4acc84903b0e36c 8.0.0188 -e0f88281d7a1720d09cdeaceaff7a2db 8.0.0189 -52cc1c2d6bb063533612b71f7585856f 8.0.0190 -82910046f331271900ac11dfb5303c73 8.0.0191 -3acb360f6d9ba96b7e55bbac4b966ba6 8.0.0192 -95a948383d1ebee039a805b1f5903c8c 8.0.0193 -166f510005ba06e255040c846cb4461d 8.0.0194 -616ade20bb755bc821958896b560a1fd 8.0.0195 -8b32e42cd532c36767e82db0d55c5fb3 8.0.0196 -601824cf525e4d4bc06a0c147089d316 8.0.0197 -614adf015bc30e0d873f71b21c637c70 8.0.0198 -114b26008a94c192d262c61a6c4fbad8 8.0.0199 -47f90ff28f54dc828cfa06ed5e50b866 8.0.0200 -8b1c65a46078b1a461e7d2fb82c1e8b7 8.0.0201 -631a8ae33109b488ed2dce75bbc4879d 8.0.0202 -baf1aa3e7f54b243682a010565cf6ccd 8.0.0203 -8da619f40a3c513b8936dd6c39aad198 8.0.0204 -5ef895d5f017287d994a1f671d7419ed 8.0.0205 -befa11ff6d43b3eee85a74bf7de79d2b 8.0.0206 -fddad709670e6f049e56de9211b7e118 8.0.0207 -2b495733f60fce15a534b53b325a14f0 8.0.0208 -59cec92babc16a588f685030a2919b6d 8.0.0209 -561850d1484dde34eaab27914042087a 8.0.0210 -d92cbc06dde3def5191b76cad21687b4 8.0.0211 -d94ed4e3b1151acd98b471dffe25f831 8.0.0212 -c3c848ab0b5012abefc34b4effcbe873 8.0.0213 -cb38d04d3a048ed3808d34bc7b268597 8.0.0214 -e4d1018580e722d06b4a2845569af12b 8.0.0215 -f8fe88441bcf027b9cb0adb69c5b445b 8.0.0216 -2e0530a531e6ec445af26145fc9c0225 8.0.0217 -6625aaf1ac3ba1a06ef8b23fae65a855 8.0.0218 -c0caee6a77f600184d70b4bd26cb0f09 8.0.0219 -099e15b8c09558ce739658de97e71f0e 8.0.0220 -9a42bf75fa39d419da8e3e770e756321 8.0.0221 -94a377657b10d1f8c42f87adb9fff5cf 8.0.0222 -13fc0a21be350940160fd0ba7bc9cea5 8.0.0223 -0d818658918dea2acf33a74cb5a3b819 8.0.0224 -61a80f06afcba1c1c323f64be233159a 8.0.0225 -5cc72eb05c6d5ee73e44ed859eb4341c 8.0.0226 -738657da15badcb17fd8df260b22bbbc 8.0.0227 -282df1275862a25de34fe00258b4be95 8.0.0228 -e2ac495e38aa3c4e8552cdd822d61917 8.0.0229 -1e4041f1aabdd0eda484cc9328b641ce 8.0.0230 -c70cb6aec41df067194982494cb44c1c 8.0.0231 -22853365f18fb712f2bb12ad1d09b746 8.0.0232 -c0da01a56e600edaacd68194de4cd451 8.0.0233 -81cbae282c0b99d357490ca0b76b23b6 8.0.0234 -bbf1223a64169a42e543aca54cfcb377 8.0.0235 -56bb0bc490d69df6134e234e3e6239b5 8.0.0236 -47a91071c6e4c03bb7ecc0d581bec559 8.0.0237 -33a8f8bdbda7fce8905ed301de18cbe9 8.0.0238 -457543a7754b0d3c1c0aa4d4c3bb4070 vim-8.0.069.tar.bz2 +c0d1af3daca5cf277aadb3f8ced5f9e7 v9.1.0958.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 Wed Dec 25 06:33:18 2024 From: jake_goerzen at users.sourceforge.net (jake_goerzen at users.sourceforge.net) Date: Wed, 25 Dec 2024 05:33:18 +0000 Subject: SF.net SVN: gar:[27138] csw/mgar/pkg/boost/branches/boost-gcc/Makefile Message-ID: <1735104798.897103.11806@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27138 http://sourceforge.net/p/gar/code/27138 Author: jake_goerzen Date: 2024-12-25 05:33:18 +0000 (Wed, 25 Dec 2024) Log Message: ----------- boost/branches/boost-gcc: add boost-locale to 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 2024-12-24 15:50:17 UTC (rev 27137) +++ csw/mgar/pkg/boost/branches/boost-gcc/Makefile 2024-12-25 05:33:18 UTC (rev 27138) @@ -66,6 +66,8 @@ BUILD_ARGS += link=shared BUILD_ARGS += cflags='$(CFLAGS)' BUILD_ARGS += cxxflags=-std=c++11 +BUILD_ARGS += boost.locale.iconv=on +BUILD_ARGS += -sICONV_PATH=/opt/csw #BUILD_ARGS += linkflags='$(LDFLAGS) $(LD_OPTIONS)' # Stop on the first error BUILD_ARGS += -q @@ -115,6 +117,10 @@ PKGFILES_CSWlibboost-iostreams1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_iostreams\.so\.1\.50\.0(\.\d+)*) SPKG_DESC_CSWlibboost-iostreams1-50-0-gxx += $(DESCRIPTION), libboost_iostreams.so.1.50.0 +PACKAGES += CSWlibboost-locale1-50-0-gxx +PKGFILES_CSWlibboost-locale1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_locale\.so\.1\.50\.0(\.\d+)*) +SPKG_DESC_CSWlibboost-locale1-50-0-gxx += $(DESCRIPTION), libboost_locale.so.1.50.0 + PACKAGES += CSWlibboost-math-c99-1-50-0-gxx PKGFILES_CSWlibboost-math-c99-1-50-0-gxx += $(call baseisadirs,$(libdir),libboost_math_c99\.so\.1\.50\.0(\.\d+)*) SPKG_DESC_CSWlibboost-math-c99-1-50-0-gxx += $(DESCRIPTION), libboost_math_c99.so.1.50.0 @@ -274,6 +280,9 @@ RUNTIME_DEP_PKGS_CSWlibboost-random1-50-0-gxx += CSWlibstdc++6 RUNTIME_DEP_PKGS_CSWlibboost-math-c99l1-50-0-gxx += CSWlibgcc-s1 RUNTIME_DEP_PKGS_CSWlibboost-math-c99l1-50-0-gxx += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWlibboost-locale1-50-0-gxx += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWlibboost-locale1-50-0-gxx += CSWlibiconv2 +RUNTIME_DEP_PKGS_CSWlibboost-locale1-50-0-gxx += CSWlibstdc++6 # Overridees for bad-rpath-entry are needed because the Boost build system # apparently interpolates $ISALIST, leaving us with "/opt/csw/lib/" 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 Dec 26 00:39:08 2024 From: idogan23 at users.sourceforge.net (idogan23 at users.sourceforge.net) Date: Wed, 25 Dec 2024 23:39:08 +0000 Subject: SF.net SVN: gar:[27139] csw/mgar/pkg/gvim/trunk Message-ID: <1735169948.200199.30198@sfp-scm-1.v30.lw.sourceforge.com> Revision: 27139 http://sourceforge.net/p/gar/code/27139 Author: idogan23 Date: 2024-12-25 23:39:07 +0000 (Wed, 25 Dec 2024) Log Message: ----------- gvim: update to 9.1.0958 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 2024-12-25 05:33:18 UTC (rev 27138) +++ csw/mgar/pkg/gvim/trunk/Makefile 2024-12-25 23:39:07 UTC (rev 27139) @@ -1,9 +1,9 @@ NAME = vim -DISTVERSION = 8.0 -PATCHREV = 238 +DISTVERSION = 9.1 +PATCHREV = 0958 VERSION = $(DISTVERSION).$(PATCHREV) GARTYPE = v2 -SPKG_SOURCEURL = http://www.vim.org/download.php +SPKG_SOURCEURL = http://www.vim.org/ DESCRIPTION = Vi IMproved with GNOME support define BLURB Vim is an almost fully-compatible version of the Unix editor Vi. Many new @@ -13,9 +13,7 @@ Unix, MS Windows, OS/2, Macintosh, VMS, and Amiga. endef -# vim.org set this patch as the current level -FIRSTPATCH = 069 -NEXTPATCH = 070 +PACKAGING_PLATFORMS += solaris10-sparc solaris10-i386 GARCOMPILER = GCC5 @@ -22,17 +20,14 @@ PACKAGES = CSWgvim CATALOGNAME_CSWgvim = gvim -MASTER_SITES = http://ftp.vim.org/pub/vim/patches/$(DISTVERSION)/ -MASTER_SITES += http://ftp.vim.org/pub/vim/extra/ -MASTER_SITES += http://ftp.vim.org/pub/vim/unix/ +# https://github.com/vim/vim/tags +MASTER_SITES = https://github.com/vim/vim/archive/refs/tags/ -DISTFILES = $(NAME)-$(DISTVERSION).tar.bz2 +WORKSRC = $(WORKDIR)/$(NAME)-$(DISTVERSION).$(PATCHREV) + +DISTFILES = v$(DISTVERSION).$(PATCHREV).tar.gz DISTFILES += COPYING -PATCHFILES = $(foreach T,$(shell gseq -f "%04g" $(NEXTPATCH) $(PATCHREV)),$(DISTVERSION).$(T)) - -PATCHDIRLEVEL = 0 - DISTNAME = $(NAME)$(subst .,,$(DISTVERSION)) CONFIGURE_ARGS = $(DIRPATHS) @@ -45,6 +40,7 @@ CONFIGURE_ARGS += --enable-multibyte CONFIGURE_ARGS += --enable-cscope CONFIGURE_ARGS += --without-local-dir +CONFIGURE_ARGS += --disable-libsodium CONFIGURE_ARGS += --with-vim-name="vim-gnome" CONFIGURE_ARGS += --enable-pythoninterp=dynamic Modified: csw/mgar/pkg/gvim/trunk/checksums =================================================================== --- csw/mgar/pkg/gvim/trunk/checksums 2024-12-25 05:33:18 UTC (rev 27138) +++ csw/mgar/pkg/gvim/trunk/checksums 2024-12-25 23:39:07 UTC (rev 27139) @@ -1,170 +1 @@ -570c23fc910d4d03f503c6826b8bcfac 8.0.0070 -a76a9c038683c9a7a20cc25041c81b50 8.0.0071 -ea547ee6b8683746ad390a2b29148db0 8.0.0072 -05bdf96dd6d6d4e94eaff68e3ba27fca 8.0.0073 -c5f6b976f8186c8f8fb6bdbd47d70d2a 8.0.0074 -7ceb2c25313bf9c2e7333e7c3d45d178 8.0.0075 -51d3e7110b3091609b85439df5615d52 8.0.0076 -89224614a31fdb3e232e12bdb46df4a1 8.0.0077 -1b65eb36b1d1c8c28d6dead9bc57381c 8.0.0078 -75a80835743040ccd7741405eac9d6db 8.0.0079 -d69aee3a5b65102c9c38a44501bfc09e 8.0.0080 -5f88a1313a6162f9861314e7ada45fc8 8.0.0081 -2b1cfe2b3442300a9a85082d08b3c192 8.0.0082 -075cbcb00d6a3d76679bd1c375521630 8.0.0083 -bd85ecd370fb94e73b3bebefad55995d 8.0.0084 -4250646fa5de88775d83c1952b27c4f7 8.0.0085 -e22e1c84dfb4995d64ecdcb24b9286ed 8.0.0086 -cd8a7e0863ed8368c8ce59c0418450cc 8.0.0087 -f0eb20d5d44eeaa0efbc9d7837e8e1ba 8.0.0088 -b575962cd29ab2663f76cf888ce1ee8d 8.0.0089 -8f28b2b14502a427f40247652a87d9ef 8.0.0090 -67ddd0ad938a708b8888924411a8bac0 8.0.0091 -7aa1fcdf8ac9cef4f05d28c7f41cf2b3 8.0.0092 -f6e3fb0d5f5d302084e60f55bf7cefc6 8.0.0093 -c718d52eae1fb596a3521ef84119cce2 8.0.0094 -12bb4e3ca7d0a8bc96fe924a77bf656d 8.0.0095 -9cd28ae1cc8a1f356f32c02a05596b3f 8.0.0096 -9179748fc58299cce8ae03dbae290680 8.0.0097 -44b3baadbf5ae7e7b7109be544c2b7a9 8.0.0098 -b6c9d0d7452b6df50342417e0a4d23cd 8.0.0099 -3c1747e48d1a437f0f3fab9f023edb05 8.0.0100 -5564d331e45a8d68ccb832200ea62056 8.0.0101 -d0d2a5af27b05f6c957e2de6c88a872f 8.0.0102 -7a365fb3df5cbc55b01647c3ecbaa58f 8.0.0103 -46165f677775fdb8a0008008993a9704 8.0.0104 -e76e959b1bf914dc8fd65d4c2adff6c6 8.0.0105 -5be5c4314d887efba6e4d9ff27f817d9 8.0.0106 -35f30d6185f2b0245dec131fb65fc899 8.0.0107 -6d1c535a7fc425cf0d2d65a98eb61ddd 8.0.0108 -d63f864218d7b2f0da04fa8465315f6d 8.0.0109 -a05f003d8e782e283c79d112edc69774 8.0.0110 -16e3a1cc1f70d028d23eb10fcd71254b 8.0.0111 -0c87e74961ac78dbd0a4b3aa628c39f9 8.0.0112 -cfa0884b36029ab2b9686d07283a2c6d 8.0.0113 -197c6004153a89f4b4d4fc5020779795 8.0.0114 -f5cda4bf00a578bdf83aa87c22c18751 8.0.0115 -dca43aa30ea1a634944eebb7d8245094 8.0.0116 -bedb6e6a5e461939c7db750150c00fc2 8.0.0117 -937418b3e8969ceca5fd811e7574f846 8.0.0118 -aa969495d66a6d207ed145bff2fc5935 8.0.0119 -751f213b0e371b585f4504b7bab01a4f 8.0.0120 -b9896a2ebf91c1a458c06393edd660a2 8.0.0121 -a0fb863681b1749e2d94cf135dd40ddf 8.0.0122 -ea63c21c51e0e3b8b798f35bb97ee997 8.0.0123 -fea0dbc448d5e95983db294000ed7837 8.0.0124 -ac63f38fa812cf1ef191588e936c4121 8.0.0125 -aa5484ebaab0f3fb2e0d079e006a1d14 8.0.0126 -a1c4760332212cceb018d96c34849d99 8.0.0127 -000d4973c2467ae4e23b8d90fbcf1ed7 8.0.0128 -446b69d20e1dfa464f846194590e7b72 8.0.0129 -671e949556886abdc423c9373854b201 8.0.0130 -754e761a6b268476953898d2ae992a52 8.0.0131 -7c4007cb007e16b48dfb413d514760b8 8.0.0132 -0c0011b1dfc35d522e2ce548e9ebcbfa 8.0.0133 -d5dd98b3c0f2488343036ace012e064d 8.0.0134 -3234a7f52571e286c94468a5ce1adaec 8.0.0135 -111adad19a6aacb0212cc52289385c93 8.0.0136 -ad4f7923ab037715e757b38f049d252e 8.0.0137 -30780c68d62f48720a7e36eee3ba50f1 8.0.0138 -51eb6d18fce2dd1e7fc9ed4968fb4340 8.0.0139 -0745d9191e3f3886b6aeeb73d803b356 8.0.0140 -4f8bea46cd37df15cc1b4056f94e98cd 8.0.0141 -6a58142599cdf4ab8e19822000c464b3 8.0.0142 -2162ae10eb440d6381b43cbb4f37f98e 8.0.0143 -4eaa913e807fe4c517aa36aca7d4bb03 8.0.0144 -c1e7f3e8fc90721c69aa92e133a4e962 8.0.0145 -6ca37883fbf10f684492fafef6010a82 8.0.0146 -fad33d18942cf907eb30966843e46da5 8.0.0147 -688ccd0eb1941c564ba2fd47b96efd8f 8.0.0148 -6d893bea8b8135c5c81901a374337295 8.0.0149 -c9c1d6a70249a18ce6722957a396086f 8.0.0150 -d933ac956502e49037cb7a376b3def37 8.0.0151 -5971dadb90b3fc137dfcf03d68d33631 8.0.0152 -2563fef15de1de651484249a75163d35 8.0.0153 -1db38b23d510f6b91b579a9860e7b234 8.0.0154 -f508987800f8cf51d633e007117203e3 8.0.0155 -274ef9b74c11db8a7060fbba61df933a 8.0.0156 -924e477471e3eb3f13c23da42944c50f 8.0.0157 -ef35dff732877b378747533b8358e134 8.0.0158 -d172c3d0f492310e8796132bc653a8a4 8.0.0159 -d915b53d0a3c0fed9bf3a50fdaa131c5 8.0.0160 -26fcad72fcebb32938e8c5c5b2780a70 8.0.0161 -c5a7ea75b9506a5e316bdeb547a5f49f 8.0.0162 -1621966a5447210f795da30d4ea2e69b 8.0.0163 -f4ebbb15ea5c8a43d4f6f1f5ceece892 8.0.0164 -13174283c25ef1288dc12f1abf491937 8.0.0165 -d215f9258afd9212f8961ae25dbf1111 8.0.0166 -1422e84bb05e4fe0704ca79666bf0617 8.0.0167 -81e10da4d74ac923a64f954778b56045 8.0.0168 -167c11f41898e40a1ff564e3e8172dd9 8.0.0169 -1d1acdb3addec898ff2286ec9913c1f8 8.0.0170 -80574f71ded70eefd9fb809998558112 8.0.0171 -af1b6744dd59ad43aed3bd9f3aa0df74 8.0.0172 -ef4bf5c970c6d1567839000e6aeece05 8.0.0173 -64a523ed9c1d89739767d7075a366b80 8.0.0174 -faa46e1b0eddba1e184812aa6be51ad1 8.0.0175 -047c194e89d44d8574ad3eeb0d9222a5 8.0.0176 -15a6f4e7bef98d29b5ab402083e8f0fc 8.0.0177 -844c66107c16a2aff14269e663f41a79 8.0.0178 -944922bf4704155403a4d4779da4dd1d 8.0.0179 -a658df64e8ae8c600044e940637279a5 8.0.0180 -5ef9cdb6db281681f5100330369fc030 8.0.0181 -43d754d3a0e4211b71feb1bf938edc66 8.0.0182 -ed8e2136e5941ecbb33275d005ad6fe8 8.0.0183 -477c92c8c13f94df69ffa2ae2dab3003 8.0.0184 -6280d10d4538f7a26b7b63aa0c08c209 8.0.0185 -13b3a110ef9ee3bceaafc7cbf1cc3463 8.0.0186 -901628ac628bcf1c209155dbfd7fb7af 8.0.0187 -b5c742b0abfca8a7e4acc84903b0e36c 8.0.0188 -e0f88281d7a1720d09cdeaceaff7a2db 8.0.0189 -52cc1c2d6bb063533612b71f7585856f 8.0.0190 -82910046f331271900ac11dfb5303c73 8.0.0191 -3acb360f6d9ba96b7e55bbac4b966ba6 8.0.0192 -95a948383d1ebee039a805b1f5903c8c 8.0.0193 -166f510005ba06e255040c846cb4461d 8.0.0194 -616ade20bb755bc821958896b560a1fd 8.0.0195 -8b32e42cd532c36767e82db0d55c5fb3 8.0.0196 -601824cf525e4d4bc06a0c147089d316 8.0.0197 -614adf015bc30e0d873f71b21c637c70 8.0.0198 -114b26008a94c192d262c61a6c4fbad8 8.0.0199 -47f90ff28f54dc828cfa06ed5e50b866 8.0.0200 -8b1c65a46078b1a461e7d2fb82c1e8b7 8.0.0201 -631a8ae33109b488ed2dce75bbc4879d 8.0.0202 -baf1aa3e7f54b243682a010565cf6ccd 8.0.0203 -8da619f40a3c513b8936dd6c39aad198 8.0.0204 -5ef895d5f017287d994a1f671d7419ed 8.0.0205 -befa11ff6d43b3eee85a74bf7de79d2b 8.0.0206 -fddad709670e6f049e56de9211b7e118 8.0.0207 -2b495733f60fce15a534b53b325a14f0 8.0.0208 -59cec92babc16a588f685030a2919b6d 8.0.0209 -561850d1484dde34eaab27914042087a 8.0.0210 -d92cbc06dde3def5191b76cad21687b4 8.0.0211 -d94ed4e3b1151acd98b471dffe25f831 8.0.0212 -c3c848ab0b5012abefc34b4effcbe873 8.0.0213 -cb38d04d3a048ed3808d34bc7b268597 8.0.0214 -e4d1018580e722d06b4a2845569af12b 8.0.0215 -f8fe88441bcf027b9cb0adb69c5b445b 8.0.0216 -2e0530a531e6ec445af26145fc9c0225 8.0.0217 -6625aaf1ac3ba1a06ef8b23fae65a855 8.0.0218 -c0caee6a77f600184d70b4bd26cb0f09 8.0.0219 -099e15b8c09558ce739658de97e71f0e 8.0.0220 -9a42bf75fa39d419da8e3e770e756321 8.0.0221 -94a377657b10d1f8c42f87adb9fff5cf 8.0.0222 -13fc0a21be350940160fd0ba7bc9cea5 8.0.0223 -0d818658918dea2acf33a74cb5a3b819 8.0.0224 -61a80f06afcba1c1c323f64be233159a 8.0.0225 -5cc72eb05c6d5ee73e44ed859eb4341c 8.0.0226 -738657da15badcb17fd8df260b22bbbc 8.0.0227 -282df1275862a25de34fe00258b4be95 8.0.0228 -e2ac495e38aa3c4e8552cdd822d61917 8.0.0229 -1e4041f1aabdd0eda484cc9328b641ce 8.0.0230 -c70cb6aec41df067194982494cb44c1c 8.0.0231 -22853365f18fb712f2bb12ad1d09b746 8.0.0232 -c0da01a56e600edaacd68194de4cd451 8.0.0233 -81cbae282c0b99d357490ca0b76b23b6 8.0.0234 -bbf1223a64169a42e543aca54cfcb377 8.0.0235 -56bb0bc490d69df6134e234e3e6239b5 8.0.0236 -47a91071c6e4c03bb7ecc0d581bec559 8.0.0237 -33a8f8bdbda7fce8905ed301de18cbe9 8.0.0238 -457543a7754b0d3c1c0aa4d4c3bb4070 vim-8.0.tar.bz2 +c0d1af3daca5cf277aadb3f8ced5f9e7 v9.1.0958.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.