Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 2A8737A2EC for ; Thu, 1 Dec 2016 15:47:26 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C3DA6855FE; Thu, 1 Dec 2016 15:47:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 526C2855EA for ; Thu, 1 Dec 2016 15:47:25 +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 sDldfVaLAmgf for ; Thu, 1 Dec 2016 15:47:24 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AD35984CF0 for ; Thu, 1 Dec 2016 15:47:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F991FBA6; Thu, 1 Dec 2016 15:47:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1480607244143700" MIME-Version: 1.0 Date: Thu, 1 Dec 2016 15:47:24 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/x11/pixman To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20161201154724.9F991FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1480607244143700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: marino Date: Thu Dec 1 15:47:24 UTC 2016 Modified Files: pkgsrc/x11/pixman: Makefile Log Message: x11/pixman: Disable building of demos and test SUBDIRS The products of the demos and test directories build are not packaged, so skip them altogether. ok wiz To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/x11/pixman/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1480607244143700 Content-Disposition: inline Content-Length: 795 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/pixman/Makefile diff -u pkgsrc/x11/pixman/Makefile:1.64 pkgsrc/x11/pixman/Makefile:1.65 --- pkgsrc/x11/pixman/Makefile:1.64 Sat Jul 9 10:22:29 2016 +++ pkgsrc/x11/pixman/Makefile Thu Dec 1 15:47:24 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2016/07/09 10:22:29 rillig Exp $ +# $NetBSD: Makefile,v 1.65 2016/12/01 15:47:24 marino Exp $ DISTNAME= pixman-0.34.0 PKGREVISION= 1 @@ -22,4 +22,10 @@ USE_TOOLS+= pkg-config perl PKGCONFIG_OVERRIDE+= pixman-1.pc.in PKGCONFIG_OVERRIDE+= pixman-1-uninstalled.pc.in +SUBST_CLASSES= subdirs +SUBST_STAGE.subdirs= post-patch +SUBST_FILES.subdirs= Makefile.in +SUBST_SED.subdirs= -e "s|pixman demos test|pixman|" +SUBST_MESSAGE.lbase= Skip building demos and test SUBDIRS + .include "../../mk/bsd.pkg.mk" --_----------=_1480607244143700--