pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www add tool dependency pattern of gmake less than 4.2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c50c0a463e96
branches:  trunk
changeset: 347819:c50c0a463e96
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue May 31 06:30:30 2016 +0000

description:
add tool dependency pattern of gmake less than 4.2 due to mozilla bug 1275547

diffstat:

 www/firefox/mozilla-common.mk   |  4 +++-
 www/firefox45/mozilla-common.mk |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r b6dc3e87dc43 -r c50c0a463e96 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Tue May 31 05:25:12 2016 +0000
+++ b/www/firefox/mozilla-common.mk     Tue May 31 06:30:30 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.75 2016/05/20 12:25:20 wiz Exp $
+# $NetBSD: mozilla-common.mk,v 1.76 2016/05/31 06:30:30 tnn Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -13,6 +13,8 @@
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config perl gmake autoconf213 unzip zip
+# XXX https://bugzilla.mozilla.org/show_bug.cgi?id=1275547
+TOOL_DEPENDS+=         gmake<4.2:../../devel/gmake
 USE_LANGUAGES+=                c99 c++
 UNLIMIT_RESOURCES+=    datasize
 
diff -r b6dc3e87dc43 -r c50c0a463e96 www/firefox45/mozilla-common.mk
--- a/www/firefox45/mozilla-common.mk   Tue May 31 05:25:12 2016 +0000
+++ b/www/firefox45/mozilla-common.mk   Tue May 31 06:30:30 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.1 2016/04/27 16:36:50 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.2 2016/05/31 06:30:30 tnn Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -13,6 +13,8 @@
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config perl gmake autoconf213 unzip zip
+# XXX https://bugzilla.mozilla.org/show_bug.cgi?id=1275547
+TOOL_DEPENDS+=         gmake<4.2:../../devel/gmake
 USE_LANGUAGES+=                c99 c++
 UNLIMIT_RESOURCES+=    datasize
 



Home | Main Index | Thread Index | Old Index