pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www Disable widevine support, PR pkg/51969. Bump PKGRE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6839a5f2eb94
branches: trunk
changeset: 358793:6839a5f2eb94
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Feb 20 12:22:53 2017 +0000
description:
Disable widevine support, PR pkg/51969. Bump PKGREVISION.
It works with the demo site, however does not work with real services.
diffstat:
www/firefox/Makefile | 4 ++--
www/firefox/mozilla-common.mk | 4 ++--
www/seamonkey/Makefile | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (50 lines):
diff -r c669c4e00d09 -r 6839a5f2eb94 www/firefox/Makefile
--- a/www/firefox/Makefile Mon Feb 20 11:15:19 2017 +0000
+++ b/www/firefox/Makefile Mon Feb 20 12:22:53 2017 +0000
@@ -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 @@
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 -r c669c4e00d09 -r 6839a5f2eb94 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Mon Feb 20 11:15:19 2017 +0000
+++ b/www/firefox/mozilla-common.mk Mon Feb 20 12:22:53 2017 +0000
@@ -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 -r c669c4e00d09 -r 6839a5f2eb94 www/seamonkey/Makefile
--- a/www/seamonkey/Makefile Mon Feb 20 11:15:19 2017 +0000
+++ b/www/seamonkey/Makefile Mon Feb 20 12:22:53 2017 +0000
@@ -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/}
Home |
Main Index |
Thread Index |
Old Index