pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Feb 20 12:22:53 UTC 2017
Modified Files:
pkgsrc/www/firefox: Makefile mozilla-common.mk
pkgsrc/www/seamonkey: Makefile
Log Message:
Disable widevine support, PR pkg/51969. Bump PKGREVISION.
It works with the demo site, however does not work with real services.
To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.87 -r1.88 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.157 -r1.158 pkgsrc/www/seamonkey/Makefile
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/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.285 pkgsrc/www/firefox/Makefile:1.286
--- pkgsrc/www/firefox/Makefile:1.285 Sun Feb 12 06:26:08 2017
+++ pkgsrc/www/firefox/Makefile Mon Feb 20 12:22:53 2017
@@ -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/}
Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.87 pkgsrc/www/firefox/mozilla-common.mk:1.88
--- pkgsrc/www/firefox/mozilla-common.mk:1.87 Sat Feb 11 12:12:02 2017
+++ pkgsrc/www/firefox/mozilla-common.mk Mon Feb 20 12:22:53 2017
@@ -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
Index: pkgsrc/www/seamonkey/Makefile
diff -u pkgsrc/www/seamonkey/Makefile:1.157 pkgsrc/www/seamonkey/Makefile:1.158
--- pkgsrc/www/seamonkey/Makefile:1.157 Sun Feb 12 06:26:09 2017
+++ pkgsrc/www/seamonkey/Makefile Mon Feb 20 12:22:53 2017
@@ -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