Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 64F6D63F40A for ; Sun, 28 Apr 2013 13:21:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 33C1414A1C3; Sun, 28 Apr 2013 13:21:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C709214A1C2 for ; Sun, 28 Apr 2013 13:21:48 +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 5XA8foSAbsYa for ; Sun, 28 Apr 2013 13:21:48 +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 4AD9414A1AF for ; Sun, 28 Apr 2013 13:21:48 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2C313175DD; Sun, 28 Apr 2013 13:21:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 28 Apr 2013 13:21:47 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20130428132148.2C313175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Sun Apr 28 13:21:47 UTC 2013 Modified Files: pkgsrc/mk: bsd.prefs.mk Log Message: Introduce COMPILER_INCLUDE_DIRS, COMPILER_LIB_DIRS and SYSTEM_DEFAULT_RPATH. default value are _OPSYS_INCLUDE_DIRS, _OPSYS_LIB_DIRS and _OPSYS_DEFAULT_RPATH, defined in mk/platform/${OPSYS}.mk. (maybe defined with compiler/development tools specific variables). To generate a diff of this commit: cvs rdiff -u -r1.335 -r1.336 pkgsrc/mk/bsd.prefs.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.