pkgsrc-Bugs archive

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

Re: pkg/55215: firefox-l10n-74.0 and later langpacks are no longer loaded



The following reply was made to PR pkg/55215; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/55215: firefox-l10n-74.0 and later langpacks are no longer
	 loaded
Date: Tue, 28 Apr 2020 06:33:07 +0900

 The attached patch in the PR is incomplete:
 
 ---
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/www/firefox-l10n/Makefile,v
 retrieving revision 1.173
 diff -u -p -d -r1.173 Makefile
 --- Makefile	9 Apr 2020 14:02:15 -0000	1.173
 +++ Makefile	27 Apr 2020 21:30:29 -0000
 @@ -1,6 +1,7 @@
  # $NetBSD: Makefile,v 1.173 2020/04/09 14:02:15 ryoon Exp $
  
  FIREFOX_VER=	75.0
 +PKGREVISION=	1
  PKGNAME=	firefox-l10n-${FIREFOX_VER:S/esr//}
  DISTNAME=	# empty
  CATEGORIES=	www
 @@ -19,7 +20,7 @@ DISTFILES=	${FIREFOX_LOCALES:=.xpi}
  
  NO_BUILD=	yes
  
 -INSTALLATION_DIRS=	lib/firefox/browser/extensions
 +INSTALLATION_DIRS=	lib/firefox/distribution/extensions
  
  FIREFOX_LOCALES= \
  	ach af an ar ast az be bg bn br bs ca cak cs cy da de dsb	\
 @@ -30,7 +31,7 @@ FIREFOX_LOCALES= \
  	pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq sr sv-SE		\
  	ta te th tr uk uz vi xh zh-CN zh-TW
  
 -EXTENSIONS_DIR=		${PREFIX}/lib/firefox/browser/extensions
 +EXTENSIONS_DIR=		${PREFIX}/lib/firefox/distribution/extensions
  
  do-install:
  .for locale in ${FIREFOX_LOCALES}
 


Home | Main Index | Thread Index | Old Index