Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 39C4E63B85F for ; Sun, 8 Jul 2012 20:19:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D5BCA14A199; Sun, 8 Jul 2012 20:19:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0155114A18E for ; Sun, 8 Jul 2012 20:19:01 +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 NQsreQzd3WWV for ; Sun, 8 Jul 2012 20:19:00 +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 68E9414A12F for ; Sun, 8 Jul 2012 20:19:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 58CB2175DD; Sun, 8 Jul 2012 20:19:00 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sun, 8 Jul 2012 20:19:00 +0000 From: "John Marino" Subject: CVS commit: pkgsrc/x11/gtkada To: pkgsrc-changes@NetBSD.org Reply-To: marino@netbsd.org X-Mailer: log_accum Message-Id: <20120708201900.58CB2175DD@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 8 20:19:00 UTC 2012 Modified Files: pkgsrc/x11/gtkada: Makefile PLIST buildlink3.mk distinfo pkgsrc/x11/gtkada/patches: patch-ac patch-ae Log Message: x11/gtkada: Build with USE_LANGUAGES+= ada 1) Remove lang/gnat-aux dependency 2) USE_LANGUAGES+= ada (invokes lang/gcc-aux dependency) 3) USE_TOOLS+= pkg-config (remove hardcoded PATH) 4) Restore use of pkgsrc wrappers 5) Fix bad paths of bin/gate (discovered by updated PKG_DEVELOPER=yes) 6) Use @pkgdir for required empty directory instead of .IGNOREME 7) Add -lgnat for shared libraries, required in this build configuration To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/gtkada/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/gtkada/PLIST cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/gtkada/buildlink3.mk cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/gtkada/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/x11/gtkada/patches/patch-ac \ pkgsrc/x11/gtkada/patches/patch-ae Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.