From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 4 09:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26FDB1065675 for ; Wed, 4 Mar 2009 09:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DBDA58FC1B for ; Wed, 4 Mar 2009 09:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n249A1ZJ007842 for ; Wed, 4 Mar 2009 09:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n249A1Po007841; Wed, 4 Mar 2009 09:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 4 Mar 2009 09:10:01 GMT Resent-Message-Id: <200903040910.n249A1Po007841@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dominic Fandrey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C9491065674 for ; Wed, 4 Mar 2009 09:02:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 0BB368FC13 for ; Wed, 4 Mar 2009 09:02:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2492oOW070127 for ; Wed, 4 Mar 2009 09:02:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n2492oMn070126; Wed, 4 Mar 2009 09:02:50 GMT (envelope-from nobody) Message-Id: <200903040902.n2492oMn070126@www.freebsd.org> Date: Wed, 4 Mar 2009 09:02:50 GMT From: Dominic Fandrey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/132303: fix USE_XPI www/xpi-downthemall X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 09:10:02 -0000 >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: