diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-02-20 12:22:53 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-02-20 12:22:53 +0000 |
commit | f854ddfc8831d70d137872aa8531ca5632fc328c (patch) | |
tree | 6530000ab313d5cb8ad6cb9e7f696b90e56747e8 /www/firefox | |
parent | 1e5f36bfbc4a3353df30517bd73564e3e5326a87 (diff) | |
download | pkgsrc-f854ddfc8831d70d137872aa8531ca5632fc328c.tar.gz |
Disable widevine support, PR pkg/51969. Bump PKGREVISION.
It works with the demo site, however does not work with real services.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 4 | ||||
-rw-r--r-- | www/firefox/mozilla-common.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index a24cc2951ef..a23ebe6e609 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.285 2017/02/12 06:26:08 ryoon Exp $ +# $NetBSD: Makefile,v 1.286 2017/02/20 12:22:53 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} MOZ_BRANCH= 51.0 @@ -6,7 +6,7 @@ MOZ_BRANCH_MINOR= .1 DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index f75aade1a59..d7a67072c89 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.87 2017/02/11 12:12:02 abs Exp $ +# $NetBSD: mozilla-common.mk,v 1.88 2017/02/20 12:22:53 ryoon Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -11,7 +11,7 @@ BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm # Enable Google widevine CDM. This requires external libwidevinecdm.so. -CONFIGURE_ARGS+= --enable-eme=widevine +#CONFIGURE_ARGS+= --enable-eme=widevine .endif HAS_CONFIGURE= yes |