pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/firefox
Module Name: pkgsrc
Committed By: maya
Date: Sat Mar 17 17:55:13 UTC 2018
Modified Files:
pkgsrc/www/firefox: mozilla-common.mk
Log Message:
firefox: configure whines about outdated nspr/nss, tell pkgsrc about this
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/www/firefox/mozilla-common.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.106 pkgsrc/www/firefox/mozilla-common.mk:1.107
--- pkgsrc/www/firefox/mozilla-common.mk:1.106 Sat Mar 17 00:59:03 2018
+++ pkgsrc/www/firefox/mozilla-common.mk Sat Mar 17 17:55:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.106 2018/03/17 00:59:03 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.107 2018/03/17 17:55:13 maya Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -188,10 +188,10 @@ PLIST_SUBST+= DLL_SUFFIX=".so"
BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
.include "../../devel/libevent/buildlink3.mk"
.include "../../devel/libffi/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nspr+= nspr>=4.14
+BUILDLINK_API_DEPENDS.nspr+= nspr>=4.18
.include "../../devel/nspr/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+= nss>=3.32.1
+BUILDLINK_API_DEPENDS.nss+= nss>=3.35
.include "../../devel/nss/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index