pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Sep  5 10:19:04 UTC 2020

Modified Files:
        pkgsrc/www/firefox: Makefile mozilla-common.mk

Log Message:
firefox: Requires textproc/py-expat at least with python37


To generate a diff of this commit:
cvs rdiff -u -r1.446 -r1.447 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.178 -r1.179 pkgsrc/www/firefox/mozilla-common.mk

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.446 pkgsrc/www/firefox/Makefile:1.447
--- pkgsrc/www/firefox/Makefile:1.446   Wed Sep  2 10:00:23 2020
+++ pkgsrc/www/firefox/Makefile Sat Sep  5 10:19:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.446 2020/09/02 10:00:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.447 2020/09/05 10:19:04 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            80.0
@@ -6,6 +6,7 @@ MOZ_BRANCH_MINOR=       .1
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.178 pkgsrc/www/firefox/mozilla-common.mk:1.179
--- pkgsrc/www/firefox/mozilla-common.mk:1.178  Tue Aug 25 14:35:24 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Sat Sep  5 10:19:04 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.178 2020/08/25 14:35:24 ryoon Exp $
+# $NetBSD: mozilla-common.mk,v 1.179 2020/09/05 10:19:04 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -47,8 +47,10 @@ TOOL_DEPENDS+=               nodejs-[0-9]*:../../lang
 # Depend on Python3 sqlite3 module.
 .if !empty(PYTHON_VERSION_DEFAULT:M3[6789])
 BUILD_DEPENDS+=                py${PYTHON_VERSION_DEFAULT}-sqlite3-[0-9]*:../../databases/py-sqlite3
+BUILD_DEPENDS+=                py${PYTHON_VERSION_DEFAULT}-expat-[0-9]*:../../textproc/py-expat
 .else
 BUILD_DEPENDS+=                py37-sqlite3-[0-9]*:../../databases/py-sqlite3
+BUILD_DEPENDS+=                py37-expat-[0-9]*:../../textproc/py-expat
 .endif
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 TOOL_DEPENDS+=         nasm>=2.14:../../devel/nasm



Home | Main Index | Thread Index | Old Index