Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 6B1E763B85F for ; Sun, 15 Jul 2012 11:50:45 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3BF4514A7C4; Sun, 15 Jul 2012 11:50:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 94D9D14A7C3 for ; Sun, 15 Jul 2012 11:50:43 +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 gETdqts2N3D6 for ; Sun, 15 Jul 2012 11:50:43 +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 1A98D14A7C2 for ; Sun, 15 Jul 2012 11:50:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id A3D36175DD; Sun, 15 Jul 2012 11:50:53 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 15 Jul 2012 11:50:53 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/lang/gcc-aux To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20120715115053.A3D36175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: marino Date: Sun Jul 15 11:50:53 UTC 2012 Modified Files: pkgsrc/lang/gcc-aux: DESCR buildlink3.mk Log Message: lang/gcc-aux: Add condition to buildlink3 The NLS option is optional, but the buildlink pulled in gettext-lib unconditionally. This caused failures in Tinderbox and pbuld chroot when gettext-lib couldn't be found in those clean environments. The final result is that all Ada programs file to build in those environments. Also removed whitespace from DESC. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/gcc-aux/DESCR \ pkgsrc/lang/gcc-aux/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.