summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-02-20 12:22:53 +0000
committerryoon <ryoon@pkgsrc.org>2017-02-20 12:22:53 +0000
commitf854ddfc8831d70d137872aa8531ca5632fc328c (patch)
tree6530000ab313d5cb8ad6cb9e7f696b90e56747e8
parent1e5f36bfbc4a3353df30517bd73564e3e5326a87 (diff)
downloadpkgsrc-f854ddfc8831d70d137872aa8531ca5632fc328c.tar.gz
Disable widevine support, PR pkg/51969. Bump PKGREVISION.
It works with the demo site, however does not work with real services.
-rw-r--r--www/firefox/Makefile4
-rw-r--r--www/firefox/mozilla-common.mk4
-rw-r--r--www/seamonkey/Makefile4
3 files changed, 6 insertions, 6 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
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile
index b56dd94facc..f8520bd59a3 100644
--- a/www/seamonkey/Makefile
+++ b/www/seamonkey/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.157 2017/02/12 06:26:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.158 2017/02/20 12:22:53 ryoon Exp $
DISTNAME= seamonkey-${SM_VER}.source
PKGNAME= seamonkey-${SM_VER:S/b/beta/}
-PKGREVISION= 5
+PKGREVISION= 6
SM_VER= 2.46
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_MOZILLA:=seamonkey/releases/${SM_VER}/source/}