Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 2A39F63B8E2 for ; Fri, 8 Jul 2011 09:41:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EFD5C14A15E; Fri, 8 Jul 2011 09:41:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A36D14A15D for ; Fri, 8 Jul 2011 09:40:59 +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 MlO2DOAlwpuW for ; Fri, 8 Jul 2011 09:40:59 +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 0792214A154 for ; Fri, 8 Jul 2011 09:40:58 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E1405175DD; Fri, 8 Jul 2011 09:40:58 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 8 Jul 2011 09:40:58 +0000 From: "Matthias Drochner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: drochner@netbsd.org X-Mailer: log_accum Message-Id: <20110708094058.E1405175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: drochner Date: Fri Jul 8 09:40:58 UTC 2011 Added Files: pkgsrc/devel/gmp: builtin.mk pkgsrc/math/mpcomplex: builtin.mk pkgsrc/math/mpfr: builtin.mk Log Message: allow to use gmp/mpfr/mpc which comes with the system (eg on NetBSD-current with gcc45) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/gmp/builtin.mk cvs rdiff -u -r0 -r1.1 pkgsrc/math/mpcomplex/builtin.mk cvs rdiff -u -r0 -r1.1 pkgsrc/math/mpfr/builtin.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.