pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: libwebp >= 1.0.1 is now explicitl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2289c93419b
branches:  trunk
changeset: 330058:e2289c93419b
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu Feb 21 23:56:51 2019 +0000

description:
firefox: libwebp >= 1.0.1 is now explicitly required

Note explicit dependency on libwebp >= 1.0.1. (libwebp itself doesn't
merit a general bump in its buildlink3.mk file, since according to its
change log, there are no incompatibilities added.) No PKGREVISION bump,
since either this previously built with the newer version of libwebp in
the current pkgsrc tree, or it failed to meet the dependency.

diffstat:

 www/firefox/mozilla-common.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fb001a18d647 -r e2289c93419b www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk     Thu Feb 21 23:45:51 2019 +0000
+++ b/www/firefox/mozilla-common.mk     Thu Feb 21 23:56:51 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.124 2019/02/01 16:47:59 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.125 2019/02/21 23:56:51 gutteridge Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -220,6 +220,7 @@
 .include "../../graphics/MesaLib/buildlink3.mk"
 #BUILDLINK_API_DEPENDS.cairo+= cairo>=1.10.2nb4
 #.include "../../graphics/cairo/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libwebp+=        libwebp>=1.0.1
 .include "../../graphics/libwebp/buildlink3.mk"
 BUILDLINK_DEPMETHOD.clang=     build
 BUILDLINK_API_DEPENDS.clang+=  clang>=6.0.1nb1



Home | Main Index | Thread Index | Old Index