pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2020Q3] pkgsrc/www/firefox78



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Dec 10 19:54:33 UTC 2020

Modified Files:
        pkgsrc/www/firefox78 [pkgsrc-2020Q3]: mozilla-common.mk

Log Message:
Pullup ticket #6369 - requested by riastradh
www/firefox78: build fix

(via patch)

Add build dependency to expat Python module.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.2.1 pkgsrc/www/firefox78/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/firefox78/mozilla-common.mk
diff -u pkgsrc/www/firefox78/mozilla-common.mk:1.1 pkgsrc/www/firefox78/mozilla-common.mk:1.1.2.1
--- pkgsrc/www/firefox78/mozilla-common.mk:1.1  Thu Jul 30 08:09:28 2020
+++ pkgsrc/www/firefox78/mozilla-common.mk      Thu Dec 10 19:54:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.1 2020/07/30 08:09:28 nia Exp $
+# $NetBSD: mozilla-common.mk,v 1.1.2.1 2020/12/10 19:54:33 bsiegert 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