Received: by mail.netbsd.org (Postfix, from userid 605) id B431584EEA; Tue, 20 Sep 2022 07:00:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E44B584EE4 for ; Tue, 20 Sep 2022 07:00:55 +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 xDBENkEkicxq for ; Tue, 20 Sep 2022 07:00:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 43E2C84E6D for ; Tue, 20 Sep 2022 07:00:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3FEE2FA90; Tue, 20 Sep 2022 07:00:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1663657255136710" MIME-Version: 1.0 Date: Tue, 20 Sep 2022 07:00:55 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/graphics/jpegpixi To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20220920070055.3FEE2FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1663657255136710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Sep 20 07:00:55 UTC 2022 Modified Files: pkgsrc/graphics/jpegpixi: Makefile Log Message: jpegpixi: Does not USE_PKGLOCALEDIR To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/graphics/jpegpixi/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1663657255136710 Content-Disposition: inline Content-Length: 701 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/jpegpixi/Makefile diff -u pkgsrc/graphics/jpegpixi/Makefile:1.18 pkgsrc/graphics/jpegpixi/Makefile:1.19 --- pkgsrc/graphics/jpegpixi/Makefile:1.18 Tue Aug 9 12:08:35 2022 +++ pkgsrc/graphics/jpegpixi/Makefile Tue Sep 20 07:00:55 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2022/08/09 12:08:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.19 2022/09/20 07:00:55 nia Exp $ DISTNAME= jpegpixi-1.1.1 PKGREVISION= 3 @@ -11,7 +11,6 @@ MAINTAINER= gdt@NetBSD.org COMMENT= Low-loss JPEG interpolator to remove bad pixels GNU_CONFIGURE= yes -USE_PKGLOCALEDIR= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" --_----------=_1663657255136710--