Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 Oct 2008 22:14:31 +0900 (JST)
From:      Koji Yokota <yokota@res.otaru-uc.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        chinsan@FreeBSD.org
Subject:   ports/127773: [PATCH] www/xpi-adblock: small modification to incorporate the support for xpi's for Firefox 3
Message-ID:  <20081001131431.26763B85C@room520-1.yokota-s.otaru-uc.ac.jp>
Resent-Message-ID: <200810011340.m91De28l070677@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         127773
>Category:       ports
>Synopsis:       [PATCH] www/xpi-adblock: small modification to incorporate the support for xpi's for Firefox 3
>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 Oct 01 13:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Koji Yokota
>Release:        FreeBSD 7.0-RELEASE-p1 i386
>Organization:
Otaru University of Commerce
>Environment:
System: FreeBSD hoge.otaru-uc.ac.jp 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu May 29 23:57:30 JST 2008
>Description:
[DESCRIBE CHANGES]

Modification of Makefile.xpi to support xpi's for Firefox 3.

Port maintainer (chinsan@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- xpi-adblock-0.5.3.043.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/xpi-adblock.orig/Makefile.xpi /usr/ports/www/xpi-adblock/Makefile.xpi
--- /usr/ports/www/xpi-adblock.orig/Makefile.xpi	2008-04-20 02:54:14.000000000 +0900
+++ /usr/ports/www/xpi-adblock/Makefile.xpi	2008-10-01 21:48:34.000000000 +0900
@@ -87,7 +87,7 @@
 XPI_APPS_ALL_WC=	*firefox* *thunderbird* *flock* *sunbird* \
 					*netscape-navigator* *netscape-messenger*
 # *nvu*
-XPI_APPS_ALL=	firefox firefox-devel linux-firefox linux-firefox-devel \
+XPI_APPS_ALL=	firefox firefox3 firefox-devel linux-firefox linux-firefox-devel \
 				thunderbird linux-thunderbird flock linux-flock \
 				linux-netscape-navigator linux-netscape-messenger \
 				sunbird linux-sunbird
--- xpi-adblock-0.5.3.043.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081001131431.26763B85C>