Received: by mail.netbsd.org (Postfix, from userid 605) id AEDC184E2F; Fri, 13 Mar 2020 15:46:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37D1284D9F for ; Fri, 13 Mar 2020 15:46:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 901-koPYbeKm for ; Fri, 13 Mar 2020 15:46:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 90F5C84D5E for ; Fri, 13 Mar 2020 15:46:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8AAD1FB27; Fri, 13 Mar 2020 15:46:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584114381208580" MIME-Version: 1.0 Date: Fri, 13 Mar 2020 15:46:21 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200313154621.8AAD1FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584114381208580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Fri Mar 13 15:46:21 UTC 2020 Modified Files: pkgsrc/www/firefox-l10n: Makefile pkgsrc/www/firefox52-l10n: Makefile pkgsrc/www/firefox60-l10n: Makefile pkgsrc/www/firefox68-l10n: Makefile Log Message: firefox*-l10n: Avoid building these if Firefox doesn't get built. Basically add an explicit DEPENDS line on the main firefox packages, these language packs aren't useful without firefox. To generate a diff of this commit: cvs rdiff -u -r1.169 -r1.170 pkgsrc/www/firefox-l10n/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/firefox52-l10n/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/firefox60-l10n/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/firefox68-l10n/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584114381208580 Content-Disposition: inline Content-Length: 3103 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/firefox-l10n/Makefile diff -u pkgsrc/www/firefox-l10n/Makefile:1.169 pkgsrc/www/firefox-l10n/Makefile:1.170 --- pkgsrc/www/firefox-l10n/Makefile:1.169 Sun Mar 8 16:57:19 2020 +++ pkgsrc/www/firefox-l10n/Makefile Fri Mar 13 15:46:21 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.169 2020/03/08 16:57:19 wiz Exp $ +# $NetBSD: Makefile,v 1.170 2020/03/13 15:46:21 nia Exp $ FIREFOX_VER= 73.0.1 PKGNAME= firefox-l10n-${FIREFOX_VER:S/esr//} @@ -12,6 +12,8 @@ HOMEPAGE= https://www.mozilla.com/en-US/ COMMENT= Language packs for www/firefox LICENSE= mpl-2.0 AND mpl-1.1 AND gnu-lgpl-v3 # as of 70.0.1 +DEPENDS+= firefox>=${PKGVERSION_NOREV}:../../www/firefox + DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${FIREFOX_LOCALES:=.xpi} Index: pkgsrc/www/firefox52-l10n/Makefile diff -u pkgsrc/www/firefox52-l10n/Makefile:1.17 pkgsrc/www/firefox52-l10n/Makefile:1.18 --- pkgsrc/www/firefox52-l10n/Makefile:1.17 Sun Mar 8 16:57:20 2020 +++ pkgsrc/www/firefox52-l10n/Makefile Fri Mar 13 15:46:21 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2020/03/08 16:57:20 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2020/03/13 15:46:21 nia Exp $ FIREFOX_VER= 52.9.0esr PKGNAME= firefox52-l10n-${FIREFOX_VER:S/esr//} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.mozilla.com/en-US/firefox/ COMMENT= Language packs for www/firefox (version ${PKGVERSION_NOREV:C/\..*//}) +DEPENDS+= firefox52>=${PKGVERSION_NOREV}:../../www/firefox52 + DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${XPI_FILES} Index: pkgsrc/www/firefox60-l10n/Makefile diff -u pkgsrc/www/firefox60-l10n/Makefile:1.15 pkgsrc/www/firefox60-l10n/Makefile:1.16 --- pkgsrc/www/firefox60-l10n/Makefile:1.15 Sun Mar 8 16:57:20 2020 +++ pkgsrc/www/firefox60-l10n/Makefile Fri Mar 13 15:46:21 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/03/08 16:57:20 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2020/03/13 15:46:21 nia Exp $ FIREFOX_VER= 60.9.0esr PKGNAME= firefox60-l10n-${FIREFOX_VER:S/esr//} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.mozilla.com/en-US/firefox/ COMMENT= Language packs for www/firefox60 (version ${PKGVERSION_NOREV:C/\..*//}) +DEPENDS+= firefox60>=${PKGVERSION_NOREV}:../../www/firefox60 + DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${XPI_FILES} Index: pkgsrc/www/firefox68-l10n/Makefile diff -u pkgsrc/www/firefox68-l10n/Makefile:1.9 pkgsrc/www/firefox68-l10n/Makefile:1.10 --- pkgsrc/www/firefox68-l10n/Makefile:1.9 Thu Mar 12 19:54:45 2020 +++ pkgsrc/www/firefox68-l10n/Makefile Fri Mar 13 15:46:21 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2020/03/12 19:54:45 nia Exp $ +# $NetBSD: Makefile,v 1.10 2020/03/13 15:46:21 nia Exp $ FIREFOX_VER= 68.6.0esr PKGNAME= firefox68-l10n-${FIREFOX_VER:S/esr//} @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.mozilla.com/en-US/firefox/ COMMENT= Language packs for www/firefox (version ${PKGVERSION_NOREV:C/\..*//}) +DEPENDS+= firefox68>=${PKGVERSION_NOREV}:../../www/firefox68 + DIST_SUBDIR= ${PKGNAME_NOREV} DISTFILES= ${XPI_FILES} --_----------=_1584114381208580--