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: 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.
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@localhost
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@localhost
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@localhost
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}
Home |
Main Index |
Thread Index |
Old Index