Received: by mail.netbsd.org (Postfix, from userid 605) id 3DB8D84DFC; Thu, 2 Jan 2020 15:54:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA43584DFA for ; Thu, 2 Jan 2020 15:54:54 +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 iDdSfRA2zeh4 for ; Thu, 2 Jan 2020 15:54:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1560584CD5 for ; Thu, 2 Jan 2020 15:54:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 08628FA97; Thu, 2 Jan 2020 15:54:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577980494257180" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 15:54:54 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/devel/pango To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20200102155454.08628FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1577980494257180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Thu Jan 2 15:54:53 UTC 2020 Modified Files: pkgsrc/devel/pango: Makefile Log Message: pango: remove now redundant test target Now that adam@ has added a generic test target to meson's build.mk, we can just rely on that, instead. To generate a diff of this commit: cvs rdiff -u -r1.229 -r1.230 pkgsrc/devel/pango/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577980494257180 Content-Disposition: inline Content-Length: 781 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/pango/Makefile diff -u pkgsrc/devel/pango/Makefile:1.229 pkgsrc/devel/pango/Makefile:1.230 --- pkgsrc/devel/pango/Makefile:1.229 Wed Nov 6 13:26:21 2019 +++ pkgsrc/devel/pango/Makefile Thu Jan 2 15:54:53 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.229 2019/11/06 13:26:21 wiz Exp $ +# $NetBSD: Makefile,v 1.230 2020/01/02 15:54:53 gutteridge Exp $ DISTNAME= pango-1.44.7 CATEGORIES= devel fonts @@ -31,9 +31,6 @@ BUILDLINK_TRANSFORM+= rm:-Werror=implici post-install: ${MV} ${DESTDIR}${PREFIX}/share/man/man1/pango-view.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/pango-view.1 || ${TRUE} -do-test: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ninja -C output test - .include "options.mk" .include "../../graphics/librsvg/available.mk" --_----------=_1577980494257180--