Date: Wed, 4 Mar 2009 09:02:50 GMT From: Dominic Fandrey <kamikaze@bsdforen.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/132303: fix USE_XPI www/xpi-downthemall Message-ID: <200903040902.n2492oMn070126@www.freebsd.org> Resent-Message-ID: <200903040910.n249A1Po007841@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 132303 >Category: ports >Synopsis: fix USE_XPI www/xpi-downthemall >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 04 09:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Dominic Fandrey >Release: RELENG_7 >Organization: private >Environment: FreeBSD mobileKamikaze.norad 7.1-STABLE FreeBSD 7.1-STABLE #0: Tue Jan 13 17:15:12 CET 2009 root@mobileKamikaze.norad:/usr/obj/HP6510b/amd64/usr/src/sys/HP6510b amd64 >Description: Apparently the syntax of USE_XPI has changed. >How-To-Repeat: After installation the plugin is not available in firefox3. >Fix: diff -Pur ports/www/xpi-downthemall.orig/Makefile ports/www/xpi-downthemall/Makefile --- ports/www/xpi-downthemall.orig/Makefile 2009-03-04 07:23:47.000000000 +0100 +++ ports/www/xpi-downthemall/Makefile 2009-03-04 07:24:03.000000000 +0100 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/!/_/} XPI_ID= {DDC359D1-844A-42a7-9AA1-88A850A938A8} XPI_NUM= 201 -USE_XPI= www/firefox3:firefox3 +USE_XPI= firefox3 XPI_FILES= components/migrationService.js \ components/debugService.xpt \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903040902.n2492oMn070126>