Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2011 23:11:20 GMT
From:      Barbara <barbara.xxx1975@libero.it>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162449: www/xpi-live_http_headers: make it working with firefox & seamonkey in ports
Message-ID:  <201111102311.pAANBKR7079988@red.freebsd.org>
Resent-Message-ID: <201111102320.pAANK9L2062605@freefall.freebsd.org>

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

>Number:         162449
>Category:       ports
>Synopsis:       www/xpi-live_http_headers: make it working with firefox & seamonkey in ports
>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:   Thu Nov 10 23:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Barbara
>Release:        RELENG_8
>Organization:
>Environment:
FreeBSD satanasso.local.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Oct  8 13:50:17 CEST 2011     root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO  i386

>Description:
Make it working with the current version of firefox & seamonkey fixing maxVersion in install.rdf
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2011-08-01 20:03:02.000000000 +0200
+++ Makefile	2011-11-10 23:57:05.000000000 +0100
@@ -8,7 +8,7 @@
 PORTNAME=	live_http_headers
 PORTVERSION=	0.17
 DISTVERSIONSUFFIX=	-fx+sm
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	www
 PKGNAMEPREFIX=	xpi-
 
@@ -40,6 +40,11 @@
 
 post-patch:
 	@${FIND} ${WRKSRC} -name \*.orig -exec ${RM} \{} \;
+	@${REINPLACE_CMD} -e 's|6\.\*|8.*|;s|2\.1\.\*|2.*|' \
+		${WRKSRC}/install.rdf
+
+pre-install:
+	@${RM} -f ${WRKSRC}/install.rdf.bak
 
 .include "../xpi-adblock/Makefile.xpi"
 .include <bsd.port.mk>


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



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