Received: by mail.netbsd.org (Postfix, from userid 605) id 70D1484D3C; Wed, 17 May 2023 11:22:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F91984D1D for ; Wed, 17 May 2023 11:22:58 +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 1GSLsiUzse_h for ; Wed, 17 May 2023 11:22:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3165E84CEF for ; Wed, 17 May 2023 11:22:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 59B0CFA87; Wed, 17 May 2023 11:22:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684322577266200" MIME-Version: 1.0 Date: Wed, 17 May 2023 11:22:57 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/recode To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230517112257.59B0CFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684322577266200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed May 17 11:22:57 UTC 2023 Modified Files: pkgsrc/converters/recode: Makefile Log Message: recode: set TEST_TARGET To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 pkgsrc/converters/recode/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684322577266200 Content-Disposition: inline Content-Length: 655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/recode/Makefile diff -u pkgsrc/converters/recode/Makefile:1.34 pkgsrc/converters/recode/Makefile:1.35 --- pkgsrc/converters/recode/Makefile:1.34 Wed May 20 11:43:36 2020 +++ pkgsrc/converters/recode/Makefile Wed May 17 11:22:57 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2020/05/20 11:43:36 kleink Exp $ +# $NetBSD: Makefile,v 1.35 2023/05/17 11:22:57 wiz Exp $ # DISTNAME= recode-3.6 @@ -16,7 +16,8 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes BROKEN_GETTEXT_DETECTION= yes -INFO_FILES= yes +INFO_FILES= yes +TEST_TARGET= check post-extract: ${CP} ${WRKSRC}/lib/error.c ${WRKSRC}/src/error.c --_----------=_1684322577266200--