Received: by mail.netbsd.org (Postfix, from userid 605) id 7C97A84E8F; Mon, 9 May 2022 14:51:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B687884ED7 for ; Mon, 9 May 2022 14:51:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IYGIkO1ZTD_x for ; Mon, 9 May 2022 14:51:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1902C84E8F for ; Mon, 9 May 2022 14:51:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5BE8BFA94; Mon, 9 May 2022 14:51:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165210788374940" MIME-Version: 1.0 Date: Mon, 9 May 2022 14:51:23 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/skalibs To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20220509145123.5BE8BFA94@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165210788374940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Mon May 9 14:51:23 UTC 2022 Modified Files: pkgsrc/devel/skalibs: Makefile distinfo pkgsrc/devel/skalibs/patches: patch-configure Log Message: Update to 2.11.2.0. From the changelog: - skalibs features better sysdep autodetection when custom compilation flags are provided, and adds an option to envdir_internal() for unlimited-size variable reading. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/skalibs/Makefile \ pkgsrc/devel/skalibs/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/skalibs/patches/patch-configure Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165210788374940 Content-Disposition: inline Content-Length: 3239 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/skalibs/Makefile diff -u pkgsrc/devel/skalibs/Makefile:1.15 pkgsrc/devel/skalibs/Makefile:1.16 --- pkgsrc/devel/skalibs/Makefile:1.15 Sun Dec 26 16:42:42 2021 +++ pkgsrc/devel/skalibs/Makefile Mon May 9 14:51:23 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2021/12/26 16:42:42 nros Exp $ +# $NetBSD: Makefile,v 1.16 2022/05/09 14:51:23 schmonz Exp $ -DISTNAME= skalibs-2.11.1.0 +DISTNAME= skalibs-2.11.2.0 CATEGORIES= devel MASTER_SITES= ${HOMEPAGE} @@ -16,7 +16,15 @@ USE_LIBTOOL= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} -CPPFLAGS.NetBSD= -D_NETBSD_SOURCE +# for fdopendir +CPPFLAGS.NetBSD+= -D_NETBSD_SOURCE +CPPFLAGS.SunOS+= -D__EXTENSIONS__ + +# from patch-for-solaris +SUBST_CLASSES.SunOS+= solaris +SUBST_STAGE.solaris= pre-configure +SUBST_FILES.solaris= configure +SUBST_SED.solaris= -e 's|XOPEN_SOURCE=700|XOPEN_SOURCE=600|g' INSTALLATION_DIRS= include/skalibs lib/skalibs/sysdeps Index: pkgsrc/devel/skalibs/distinfo diff -u pkgsrc/devel/skalibs/distinfo:1.15 pkgsrc/devel/skalibs/distinfo:1.16 --- pkgsrc/devel/skalibs/distinfo:1.15 Wed Dec 22 15:59:17 2021 +++ pkgsrc/devel/skalibs/distinfo Mon May 9 14:51:23 2022 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2021/12/22 15:59:17 schmonz Exp $ +$NetBSD: distinfo,v 1.16 2022/05/09 14:51:23 schmonz Exp $ -BLAKE2s (skalibs-2.11.1.0.tar.gz) = 8f5e2a3006e744980ced3837467a66d3569c12108627c6b9f90d51992926a657 -SHA512 (skalibs-2.11.1.0.tar.gz) = 7db390b887234437d52f3b9388f7398e92877cde4c93de76532abff64ee1a127524181c53a0fdddd86bd84247d84f704527bd89c5581e27433081862e9970af7 -Size (skalibs-2.11.1.0.tar.gz) = 218300 bytes +BLAKE2s (skalibs-2.11.2.0.tar.gz) = 33462546ca39d521432a00d1d258901652f5a27346b05365b514d1c373270cf1 +SHA512 (skalibs-2.11.2.0.tar.gz) = 174e92be03cfb8ee41d9dc78bfd183a435d01481ad9835b74b38e000012cf6fbadd30f97c27203dbc942102641349626f92000510636dc73f413a5aebd7f7942 +Size (skalibs-2.11.2.0.tar.gz) = 219085 bytes SHA1 (patch-Makefile) = 8fbce6b37c8bac3878d4da9b5138462259a44f6c -SHA1 (patch-configure) = 3294acc39702c5be22554180af103536f3d23d40 +SHA1 (patch-configure) = 1a89adcec51a89a4fc587b24d23c371e04b6978f Index: pkgsrc/devel/skalibs/patches/patch-configure diff -u pkgsrc/devel/skalibs/patches/patch-configure:1.4 pkgsrc/devel/skalibs/patches/patch-configure:1.5 --- pkgsrc/devel/skalibs/patches/patch-configure:1.4 Mon Jan 11 18:11:32 2021 +++ pkgsrc/devel/skalibs/patches/patch-configure Mon May 9 14:51:23 2022 @@ -1,20 +1,10 @@ -$NetBSD: patch-configure,v 1.4 2021/01/11 18:11:32 schmonz Exp $ +$NetBSD: patch-configure,v 1.5 2022/05/09 14:51:23 schmonz Exp $ -Lower _XOPEN_SOURCE to fix SmartOS build. Libtoolize for shared libraries on Darwin. ---- configure.orig 2020-11-26 09:18:34.000000000 +0000 +--- configure.orig 2022-01-24 11:42:21.000000000 +0000 +++ configure -@@ -337,7 +337,7 @@ trylibs () { - - # Initialize variables - CC_AUTO= --CPPFLAGS_AUTO="-D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -Isrc/include" -+CPPFLAGS_AUTO="-D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=600 -Isrc/include" - CPPFLAGS_POST="$CPPFLAGS" - CPPFLAGS= - CFLAGS_AUTO="-pipe -Wall" -@@ -694,7 +694,7 @@ else +@@ -697,7 +697,7 @@ else echo "STATIC_LIBS :=" fi if $shared ; then --_----------=_165210788374940--