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 9F7157A2B2 for ; Sat, 9 Jul 2016 10:22:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1280C85EF2; Sat, 9 Jul 2016 10:22:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 94BE785EED for ; Sat, 9 Jul 2016 10:22:30 +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 XnFa_3lHYpXU for ; Sat, 9 Jul 2016 10:22:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E10B784CFD for ; Sat, 9 Jul 2016 10:22:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D8089FBB5; Sat, 9 Jul 2016 10:22:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146805974989680" MIME-Version: 1.0 Date: Sat, 9 Jul 2016 10:22:29 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/x11/pixman To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20160709102229.D8089FBB5@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. --_----------=_146805974989680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat Jul 9 10:22:29 UTC 2016 Modified Files: pkgsrc/x11/pixman: Makefile builtin.mk Log Message: Let pkglint fix warnings about indentation and alignment. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/x11/pixman/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/pixman/builtin.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146805974989680 Content-Disposition: inline Content-Length: 1155 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.63 pkgsrc/x11/pixman/Makefile:1.64 --- pkgsrc/x11/pixman/Makefile:1.63 Sat Jul 9 06:39:17 2016 +++ pkgsrc/x11/pixman/Makefile Sat Jul 9 10:22:29 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2016/07/09 06:39:17 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2016/07/09 10:22:29 rillig Exp $ DISTNAME= pixman-0.34.0 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= mit GNU_CONFIGURE= yes .if ${MACHINE_ARCH} == i386 -CONFIGURE_ARGS += --disable-sse2 +CONFIGURE_ARGS+= --disable-sse2 .endif USE_LIBTOOL= yes Index: pkgsrc/x11/pixman/builtin.mk diff -u pkgsrc/x11/pixman/builtin.mk:1.8 pkgsrc/x11/pixman/builtin.mk:1.9 --- pkgsrc/x11/pixman/builtin.mk:1.8 Mon Dec 15 11:46:36 2014 +++ pkgsrc/x11/pixman/builtin.mk Sat Jul 9 10:22:29 2016 @@ -1,6 +1,6 @@ -# $NetBSD: builtin.mk,v 1.8 2014/12/15 11:46:36 jperkin Exp $ +# $NetBSD: builtin.mk,v 1.9 2016/07/09 10:22:29 rillig Exp $ -BUILTIN_PKG:= pixman +BUILTIN_PKG:= pixman PKGCONFIG_FILE.pixman= ${X11BASE}/lib/pkgconfig/pixman-1.pc PKGCONFIG_FILE.pixman+= ${X11BASE}/lib${LIBABISUFFIX}/pkgconfig/pixman-1.pc --_----------=_146805974989680--