Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: Requires textproc/py-expat at lea...
details: https://anonhg.NetBSD.org/pkgsrc/rev/42e4d649f5d0
branches: trunk
changeset: 438134:42e4d649f5d0
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Sep 05 10:19:04 2020 +0000
description:
firefox: Requires textproc/py-expat at least with python37
diffstat:
www/firefox/Makefile | 3 ++-
www/firefox/mozilla-common.mk | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (37 lines):
diff -r 631bdcbfb4e5 -r 42e4d649f5d0 www/firefox/Makefile
--- a/www/firefox/Makefile Sat Sep 05 10:15:02 2020 +0000
+++ b/www/firefox/Makefile Sat Sep 05 10:19:04 2020 +0000
@@ -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 @@
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
diff -r 631bdcbfb4e5 -r 42e4d649f5d0 www/firefox/mozilla-common.mk
--- a/www/firefox/mozilla-common.mk Sat Sep 05 10:15:02 2020 +0000
+++ b/www/firefox/mozilla-common.mk Sat Sep 05 10:19:04 2020 +0000
@@ -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 @@
# 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