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.
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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"