Received: by mail.netbsd.org (Postfix, from userid 605) id A295F84E57; Mon, 31 Oct 2022 13:30:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D29FA84E55 for ; Mon, 31 Oct 2022 13:30:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id wONVXUU2U1i5 for ; Mon, 31 Oct 2022 13:30:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3E86F84E19 for ; Mon, 31 Oct 2022 13:30:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1475FFA90; Mon, 31 Oct 2022 13:30:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667223034146340" MIME-Version: 1.0 Date: Mon, 31 Oct 2022 13:30:34 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/devel/smake To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20221031133034.1475FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667223034146340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Mon Oct 31 13:30:34 UTC 2022 Modified Files: pkgsrc/devel/smake: Makefile Makefile.common distinfo Log Message: devel/smake: Update to 1.6nb3 Add Interix, SCO_SV and UnixWare to list of OS with SysV man sections. The changes for Solaris 11.4 are not in the 2022-10-16 release yet (Issue #40). SunOS is still treated with SysV style unconditionally. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/smake/Makefile \ pkgsrc/devel/smake/distinfo cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/smake/Makefile.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667223034146340 Content-Disposition: inline Content-Length: 2631 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/smake/Makefile diff -u pkgsrc/devel/smake/Makefile:1.21 pkgsrc/devel/smake/Makefile:1.22 --- pkgsrc/devel/smake/Makefile:1.21 Fri Sep 30 15:27:14 2022 +++ pkgsrc/devel/smake/Makefile Mon Oct 31 13:30:33 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2022/09/30 15:27:14 micha Exp $ +# $NetBSD: Makefile,v 1.22 2022/10/31 13:30:33 micha Exp $ -DISTNAME= 2022-09-18 +DISTNAME= 2022-10-16 PKGNAME= smake-1.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= https://codeberg.org/schilytools/schilytools/archive/ DIST_SUBDIR= schilytools Index: pkgsrc/devel/smake/distinfo diff -u pkgsrc/devel/smake/distinfo:1.21 pkgsrc/devel/smake/distinfo:1.22 --- pkgsrc/devel/smake/distinfo:1.21 Fri Sep 30 15:27:14 2022 +++ pkgsrc/devel/smake/distinfo Mon Oct 31 13:30:33 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2022/09/30 15:27:14 micha Exp $ +$NetBSD: distinfo,v 1.22 2022/10/31 13:30:33 micha Exp $ -BLAKE2s (schilytools/2022-09-18.tar.gz) = b081f23ec688681a17d035a6b0a684affe36f41aa1594934755ba2972c2850af -SHA512 (schilytools/2022-09-18.tar.gz) = 48550db10e428b1430094a18bfad4781d1f6614eb5c273df7d579fff3e062a8d7ff8ff782c97e6929aaa9ad96b9d0c4f9fde62be0a3ae7fdd99c3f8336e24bde -Size (schilytools/2022-09-18.tar.gz) = 5904117 bytes +BLAKE2s (schilytools/2022-10-16.tar.gz) = 7d1c3ba5c6db21be8dad6c0c79df0095c29d3a15b84241dc68ee75395cfda53c +SHA512 (schilytools/2022-10-16.tar.gz) = c7c8a15807a06e2f51628d69982fa43e241e023de099c5d2e48975c9ac97c0f7d859e9c910e39ad718a03c13b5d39146122e7ef0ae22a4f9ef0484903738d4fa +Size (schilytools/2022-10-16.tar.gz) = 5893336 bytes Index: pkgsrc/devel/smake/Makefile.common diff -u pkgsrc/devel/smake/Makefile.common:1.9 pkgsrc/devel/smake/Makefile.common:1.10 --- pkgsrc/devel/smake/Makefile.common:1.9 Fri Sep 30 15:27:14 2022 +++ pkgsrc/devel/smake/Makefile.common Mon Oct 31 13:30:33 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2022/09/30 15:27:14 micha Exp $ +# $NetBSD: Makefile.common,v 1.10 2022/10/31 13:30:33 micha Exp $ # used by archivers/star/Makefile # used by archivers/tartest/Makefile # used by devel/smake/Makefile @@ -72,9 +72,12 @@ pre-configure: # with "MANSTYLE= sysv" in the RULES/os-${OPSYS}.def" files must be caught # by this check (IRIX and OSF/1 are treated with BSD style by schilytools). PLIST_VARS+= bsd sysv -.if ${OPSYS} == "AIX" || \ - ${OPSYS} == "HPUX" || \ - ${OPSYS} == "SunOS" +.if ${OPSYS} == "AIX" || \ + ${OPSYS} == "HPUX" || \ + ${OPSYS} == "Interix" || \ + ${OPSYS} == "SCO_SV" || \ + ${OPSYS} == "SunOS" || \ + ${OPSYS} == "UnixWare" PLIST.sysv= yes .else PLIST.bsd= yes --_----------=_1667223034146340--