Date: Wed, 25 Mar 2009 06:45:56 GMT From: Hiroto Kagotani <hiroto.kagotani@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/133049: www/firefox3-i18n: bad +CONTENTS Message-ID: <200903250645.n2P6judY095008@www.freebsd.org> Resent-Message-ID: <200903250650.n2P6o1iX014635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 133049 >Category: ports >Synopsis: www/firefox3-i18n: bad +CONTENTS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 25 06:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Hiroto Kagotani >Release: 7.1-RELEASE-p4 >Organization: >Environment: >Description: Installation process creates bogus +CONTENTS file and can not create a correct package. This port is MAKE_JOBS_SAFE. >How-To-Repeat: Running make install package does not create substantial package tar ball. Also, make deinstall warns a lot. >Fix: Patch attached with submission follows: diff -ru /tmp/firefox3-i18n/Makefile ./Makefile --- /tmp/firefox3-i18n/Makefile 2009-03-23 03:06:24.000000000 +0900 +++ ./Makefile 2009-03-25 15:43:05.000000000 +0900 @@ -23,11 +23,6 @@ WDIR= langpack3-*@firefox.mozilla.org XPI_DISTNAMES= ${FIREFOX_I18N_} -.for dist in ${XPI_DISTNAMES} -XPI_ID_${dist}= langpack3-${dist}@firefox.mozilla.org -XPI_FILES_${dist}= chrome.manifest install.rdf chrome/${dist}.jar -XPI_DIRS_${dist}= chrome -.endfor .include "${.CURDIR}/Makefile.option" .include <bsd.port.pre.mk> @@ -40,6 +35,14 @@ FIREFOX_I18N_?= ${FIREFOX_I18N} +.for dist in ${XPI_DISTNAMES} +XPI_ID_${dist}= langpack3-${dist}@firefox.mozilla.org +XPI_FILES_${dist}= chrome.manifest install.rdf chrome/${dist}.jar +XPI_DIRS_${dist}= chrome +.endfor + +MAKE_JOBS_SAFE= yes + pre-everything:: @${ECHO_CMD} @${ECHO_CMD} "Please define FIREFOX_I18N_ALL to install all languages." >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903250645.n2P6judY095008>