Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id E697063BA98 for ; Thu, 18 Nov 2010 07:48:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8AFE219D5B9; Thu, 18 Nov 2010 07:48:49 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id CE41419D5A4 for ; Thu, 18 Nov 2010 07:48:46 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 936C1175DD; Thu, 18 Nov 2010 07:48:46 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 18 Nov 2010 07:48:46 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/x11 To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20101118074846.936C1175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Thu Nov 18 07:48:46 UTC 2010 Modified Files: pkgsrc/x11/qt3-libs: buildlink3.mk pkgsrc/x11/qt4-libs: buildlink3.mk Log Message: Remove addition of ${QTDIR} to BUILDLINK_PASSTHRU_DIRS. Directories in LOCALBASE must not be added, or break build of some qt packages. For examples, mis-pick up old header files of itself, or introduce hidden dependency. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/x11/qt3-libs/buildlink3.mk cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/qt4-libs/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.