From owner-freebsd-ports@freebsd.org Mon Apr 24 02:37:19 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5FAED4C966 for ; Mon, 24 Apr 2017 02:37:19 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from dnvrco-oedge-vip.email.rr.com (dnvrco-outbound-snat.email.rr.com [107.14.73.231]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "dnvrco-oedge-vip.email.rr.com", Issuer "dnvrco-oedge-vip.email.rr.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 974C921D for ; Mon, 24 Apr 2017 02:37:18 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from [74.134.208.22] ([74.134.208.22:46177] helo=localhost) by dnvrco-omsmta02 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id BA/5D-29375-7D46DF85; Mon, 24 Apr 2017 02:37:12 +0000 Date: Mon, 24 Apr 2017 02:36:47 +0000 Message-ID: From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Downloading with lynx or w3m, how to download as is, without gratuitous gzip X-RR-Connecting-IP: 107.14.64.7:25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2017 02:37:19 -0000 I don't use lynx (text-mode web browser) much, but have run into a problem that I never had before. Lynx, and also w3m, download what are supposed to be text files and then I see the gzip'ed version on the hard drive. Lynx used to download files as is! I looked through "man lynx", also /usr/local/etc/lynx.cfg, and couldn't figure how to disable the annoying, gratuitous gzip. Mozilla Seamonkey and Firefox can download straight without altering. My previous experience was that Lynx was trustworthy and would download files as is. Otherwise, what other text-mode web browsers are there in case my graphic interface (X) is not installed or is not operational? In this case, the problem arose due to a conflict reported by svn in /usr/ports/x11/xcb-proto/files https://svnweb.freebsd.org/ports/head/x11/xcb-proto/files I solved that problem with "svn revert -R" but still would like to know how to make lynx properly functional again. Lynx seems much easier to use than w3m, if I could find a way around its fetish with gzip; w3m also showed this fetish. Tom