Received: by mail.netbsd.org (Postfix, from userid 605) id 0542284FF9; Sun, 3 Jul 2022 21:19:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3E08F84E5C for ; Sun, 3 Jul 2022 21:19:32 +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 XZObVmyb9vhS for ; Sun, 3 Jul 2022 21:19:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C35A784D95 for ; Sun, 3 Jul 2022 21:19:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C007EFB1A; Sun, 3 Jul 2022 21:19:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1656883171163500" MIME-Version: 1.0 Date: Sun, 3 Jul 2022 21:19:31 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/shells/ksh93 To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20220703211931.C007EFB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1656883171163500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sun Jul 3 21:19:31 UTC 2022 Modified Files: pkgsrc/shells/ksh93: Makefile Log Message: ksh93: Remove not needed USE_LANGUAGES It is already `c' by default. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/shells/ksh93/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1656883171163500 Content-Disposition: inline Content-Length: 592 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/ksh93/Makefile diff -u pkgsrc/shells/ksh93/Makefile:1.2 pkgsrc/shells/ksh93/Makefile:1.3 --- pkgsrc/shells/ksh93/Makefile:1.2 Sun Jul 3 21:18:31 2022 +++ pkgsrc/shells/ksh93/Makefile Sun Jul 3 21:19:31 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/07/03 21:18:31 leot Exp $ +# $NetBSD: Makefile,v 1.3 2022/07/03 21:19:31 leot Exp $ DISTNAME= ksh93-1.0.0beta.2 CATEGORIES= shells @@ -13,7 +13,6 @@ LICENSE= epl-v1.0 CONFLICTS+= ast-ksh-[0-9]* static-ast-ksh-[0-9]* -USE_LANGUAGES= c FORTIFY_SUPPORTED= no KSH= ${TOOLS_PATH.ksh:Q} --_----------=_1656883171163500--