pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gcc5-aux lang/gcc5-aux: adjust buildlink



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4adbd6b6028f
branches:  trunk
changeset: 355241:4adbd6b6028f
user:      marino <marino%pkgsrc.org@localhost>
date:      Sat Nov 26 18:23:25 2016 +0000

description:
lang/gcc5-aux: adjust buildlink

This compiler is mainly used for Ada which normally does not require
gcc5-aux to be installed.  Set it as a build dependency by default.
While here, remove obsolete NLS option check.

diffstat:

 lang/gcc5-aux/buildlink3.mk |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 1f96d8529ab7 -r 4adbd6b6028f lang/gcc5-aux/buildlink3.mk
--- a/lang/gcc5-aux/buildlink3.mk       Sat Nov 26 18:20:58 2016 +0000
+++ b/lang/gcc5-aux/buildlink3.mk       Sat Nov 26 18:23:25 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2015/06/15 09:46:27 marino Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2016/11/26 18:23:25 marino Exp $
 
 BUILDLINK_TREE+= gcc5-aux
 
@@ -7,6 +7,7 @@
 
 BUILDLINK_API_DEPENDS.gcc5-aux+= gcc5-aux>=20150422
 BUILDLINK_PKGSRCDIR.gcc5-aux?= ../../lang/gcc5-aux
+BUILDLINK_DEPMETHOD.gcc5-aux?= build
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gmp/buildlink3.mk"
@@ -16,9 +17,6 @@
 pkgbase := gcc5-aux
 .include "../../mk/pkg-build-options.mk"
 
-.if !empty(PKG_BUILD_OPTIONS.gcc5-aux:Mnls)
-.include "../../devel/gettext-lib/buildlink3.mk"
-.endif
 .endif
 
 BUILDLINK_TREE+= -gcc5-aux



Home | Main Index | Thread Index | Old Index