Bug 75262 - [PATCH] www/firefox: error running firefox -v
Summary: [PATCH] www/firefox: error running firefox -v
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-19 17:00 UTC by Palle Girgensohn
Modified: 2004-12-28 00:52 UTC (History)
1 user (show)

See Also:


Attachments
firefox-1.0_5,1.patch (1.38 KB, patch)
2004-12-19 17:00 UTC, Palle Girgensohn
no flags Details | Diff
d (1.38 KB, application/octet-stream)
2004-12-20 21:22 UTC, Palle Girgensohn
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Palle Girgensohn freebsd_committer freebsd_triage 2004-12-19 17:00:50 UTC
when running firefox -v, an error is generated. This confuses for
example firefox-remote, so there's always an error whenn running
it. This is especially annoying when using a GUI emailer - clicking a
URL in an email always give an error dialouge.

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

Generated with FreeBSD Port Tools 0.63

Fix: The check only searchs for the string ':/', so an extra prefix X will
not disturb it:

How-To-Repeat: 
$ /usr/X11R6/bin/firefox -V
expr: illegal option -- V
usage: expr [-e] expression
[: -eq: unexpected operator
Mozilla Firefox 1.0, Copyright (c) 2004 mozilla.org
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-12-20 06:51:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer(s).
Comment 2 Palle Girgensohn 2004-12-20 21:22:13 UTC
It should of course use 'expr --'...

/Palle
Comment 3 Joe Marcus Clarke freebsd_committer freebsd_triage 2004-12-24 18:30:40 UTC
State Changed
From-To: open->feedback

It looks like you submitted another follow-up patch, but it was MIME 
encoded into GNATS.  Can you post the final patch you would like reviewed? 
Thanks.
Comment 4 Michael Johnson freebsd_committer freebsd_triage 2004-12-28 00:49:59 UTC
State Changed
From-To: feedback->closed

Committed, Thanks!