Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Kc15LFzh; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=xE2/6Pp+ Received: by mail.netbsd.org (Postfix, from userid 605) id 545FD84D68; Wed, 10 Apr 2024 19:56:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712778964; bh=4Hj5WaO0/HdC+4YO0eqLykzvsP5aFVrSPC2jtmAodhw=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Kc15LFzhb4Oyiv3A0StoGEUObW3Ii0IyH76h0UDsxARxNXzmraZHrifiL0V0Ogyup S4EMML/uUKWuUe4gjDA9Lly+dwdZtk/VxdK42x22DQdAgBjoinAbW0bmolH6uefPYB 79vHLni7+5ZjbTCOZ2pR4xG5y9uDcUdjOtDzvVfs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 44D2284D2F for ; Wed, 10 Apr 2024 19:56:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VJsOOjLgcuEp for ; Wed, 10 Apr 2024 19:56:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8438284D1B for ; Wed, 10 Apr 2024 19:56:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712778962; bh=4Hj5WaO0/HdC+4YO0eqLykzvsP5aFVrSPC2jtmAodhw=; h=Date:From:Subject:To:Reply-To; b=xE2/6Pp+cbRVLzq64kyssR8S9GC5Ahg4Tz5G1EVawdPweuD+aG/MaH7yoxZx1YBZE S/tHLex3xZ+VHXu8JFTbapcuMeJof3eFRswiszPtyNO5hK6AgDpj6cUGzu48grjMfZ 5kSxgkw6LUPG3HAEznuDrZ8Tn/xFyhqrXQTN7xAU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78CE6FA2C; Wed, 10 Apr 2024 19:56:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712778962239740" MIME-Version: 1.0 Date: Wed, 10 Apr 2024 19:56:02 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/meta-pkgs/aspell-languages To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20240410195602.78CE6FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712778962239740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Apr 10 19:56:02 UTC 2024 Modified Files: pkgsrc/meta-pkgs/aspell-languages: Makefile Log Message: aspell-languages: The non-ASCII PLISTs cause problems on way more systems than just Linux/glibc, so just remove them. (They are also problematic on Darwin and SunOS.) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/meta-pkgs/aspell-languages/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712778962239740 Content-Disposition: inline Content-Length: 1212 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/meta-pkgs/aspell-languages/Makefile diff -u pkgsrc/meta-pkgs/aspell-languages/Makefile:1.3 pkgsrc/meta-pkgs/aspell-languages/Makefile:1.4 --- pkgsrc/meta-pkgs/aspell-languages/Makefile:1.3 Mon Aug 14 19:03:44 2023 +++ pkgsrc/meta-pkgs/aspell-languages/Makefile Wed Apr 10 19:56:02 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2023/08/14 19:03:44 nia Exp $ +# $NetBSD: Makefile,v 1.4 2024/04/10 19:56:02 nia Exp $ -DISTNAME= aspell-languages-20230814 +DISTNAME= aspell-languages-20240410 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -10,15 +10,6 @@ COMMENT= Meta package for aspell languag META_PACKAGE= yes -.include "../../mk/bsd.prefs.mk" -.if ${PKG_FORMAT} != "pkg" || ${OPSYS} != "Linux" -# Non-ASCII PLISTs and thus problem with libarchive on glibc systems. -DEPENDS+= aspell-csb-[0-9]*:../../textproc/aspell-csb -DEPENDS+= aspell-fo-[0-9]*:../../textproc/aspell-fo -DEPENDS+= aspell-is-[0-9]*:../../textproc/aspell-is -DEPENDS+= aspell-nb-[0-9]*:../../textproc/aspell-nb -.endif - DEPENDS+= aspell-af-[0-9]*:../../textproc/aspell-af DEPENDS+= aspell-am-[0-9]*:../../textproc/aspell-am DEPENDS+= aspell-ar-[0-9]*:../../textproc/aspell-ar --_----------=_1712778962239740--