ports/162449: www/xpi-live_http_headers: make it working with firefox & seamonkey in ports

Barbara barbara.xxx1975 at libero.it
Thu Nov 10 23:20:09 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list