From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 17:22:00 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6DB616A420 for ; Wed, 8 Feb 2006 17:22:00 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 836F543D46 for ; Wed, 8 Feb 2006 17:22:00 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so1643592nzo for ; Wed, 08 Feb 2006 09:21:59 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=h4R/fnfIDkFBkkCAcmFP+YMg+SSVTW8nS2ReT73s2MU2JtPyzwDWF9MMn5P7zkaKc0y5Iag15XYr4nPhfQ64W4CHnNEUKOGudgFsGUExa4RRARMMEZdaVfuGDp2zxd3gBI8SBrfrSmA+KUaEkGtTR9t6eIbmDVTQHBjN3AfrYJs= Received: by 10.36.148.2 with SMTP id v2mr865952nzd; Wed, 08 Feb 2006 09:21:58 -0800 (PST) Received: by 10.37.20.11 with HTTP; Wed, 8 Feb 2006 09:21:58 -0800 (PST) Message-ID: Date: Wed, 8 Feb 2006 20:21:58 +0300 From: Andrew Pantyukhin To: FreeBSD Ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: www/linux-firefox user-agent string X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 17:22:01 -0000 I maintain linux-firefox and linux-seamonkey ports. Naturally linux browsers have "Linux" by default in their user-agent strings. We can alter the default behaviour and put FreeBSD instead of Linux there, or even something more elaborate like "FreeBSD Linux-compat". We can make it optional via WITHOUT_. I'd like to know what you guys think about it. HTTP 1.0/1.1 RFCs state: [User-Agent request-header field] is for statistical purposes, the tracing of protocol violations, and automated recognition of user agents for the sake of tailoring responses to avoid particular user agent limitations. I think that displaying FreeBSD is more to the spirit of this, concerning that Linux-compat isn't a full blown emulation, but just a compatibility layer.