Bug 144858 - www/uzbl [maintainer][patch] use `uname` instead of `uname -o` in default configuration
Summary: www/uzbl [maintainer][patch] use `uname` instead of `uname -o` in default con...
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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-18 17:00 UTC by Klaus Aehlig
Modified: 2010-03-18 18:00 UTC (History)
0 users

See Also:


Attachments
patch-config (573 bytes, text/plain)
2010-03-18 17:00 UTC, Klaus Aehlig
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Aehlig 2010-03-18 17:00:15 UTC
  In the default configuration file for www/uzbl, the useragent is set to contain `uname -o` and `uname -m`.
  However, uname(1) on FreeBSD does not have an option -o.

  This bug has been reported to me by Tobias Lott.

Fix: Put the following patch in the files subdirectory of the www/uzbl port.
How-To-Repeat:   Start uzbl-core or uzbl-browser as a user that does *not* have a custom uzbl configuration
  file and see the error message; additionally, look at the User-Agent: line in any http 
  request made by the browser---it will contain the hardware architecture, but not the 
  operating system.
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2010-03-18 17:20:52 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2010-03-18 17:55:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-03-18 17:56:11 UTC
amdmi3      2010-03-18 17:55:59 UTC

  FreeBSD ports repository

  Modified files:
    www/uzbl             Makefile 
  Added files:
    www/uzbl/files       patch-examples__config__config 
  Log:
  - Use `uname` instead of `uname -o` which is unsupported in FreeBSD
  
  PR:             144858
  Submitted by:   Klaus T Aehlig <aehlig@linta.de> (maintainer)
  
  Revision  Changes    Path
  1.5       +1 -0      ports/www/uzbl/Makefile
  1.1       +11 -0     ports/www/uzbl/files/patch-examples__config__config (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"