From owner-freebsd-ports@FreeBSD.ORG Mon Jan 27 22:50:00 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D50EB03 for ; Mon, 27 Jan 2014 22:50:00 +0000 (UTC) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92B941962 for ; Mon, 27 Jan 2014 22:49:59 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id l18so6485547wgh.5 for ; Mon, 27 Jan 2014 14:49:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=vMm52hzEs1hyiYD8oc5j3sI6adpqE1unQcKpN/uLnqw=; b=oSSE9kAIY3nE4Rd0ros2FP8H8znFctPBU2Y/kbq08nzv13LP4Q4k/z5nmMjxE9Y5VV 1Tq8BG64c8ms+IbhuHtqRNZv47dZF8VJnSF9VKHxKOzRbZvqdejcJy+eq5V/L0IXnH3V Z4WWW4xcB3pwSZm7S8yQ/ylAVyyjB8n7zkCpY8u9/olyNm54vDI+o5iCV7Www8N6TkWg dnVJoeXxuIp7gpkg8iAzJODGD8cMkApHFCTifALPObWploNkAQqNep/pXuy2+MqnbA7u dl+BjcqZGo9We1DTxlgQz10yZ8jNagzqY4GBx2UMKnhbmn0ashCJeElnexdv3uHS2DRM Yx+Q== X-Received: by 10.194.87.5 with SMTP id t5mr786145wjz.68.1390862997946; Mon, 27 Jan 2014 14:49:57 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id po3sm28628226wjc.3.2014.01.27.14.49.56 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 27 Jan 2014 14:49:56 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 27 Jan 2014 23:49:54 +0100 From: Baptiste Daroussin To: Michael Gmelin Subject: Re: r341435: deletion of graphics/fotoxx Message-ID: <20140127224954.GF33006@ithaqua.etoilebsd.net> References: <52E6A7E8.90301@gwdg.de> <52E6A9FB.7080602@gwdg.de> <20140127194905.GD33006@ithaqua.etoilebsd.net> <52E6C085.4050808@gwdg.de> <20140127233352.4d82aad1@bsd64.grem.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="eNMatiwYGLtwo1cJ" Content-Disposition: inline In-Reply-To: <20140127233352.4d82aad1@bsd64.grem.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Rainer Hurling , FreeBSD ports list X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 22:50:00 -0000 --eNMatiwYGLtwo1cJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 27, 2014 at 11:33:52PM +0100, Michael Gmelin wrote: > On Mon, 27 Jan 2014 21:24:37 +0100 > Rainer Hurling wrote: >=20 > > Am 27.01.2014 20:49, schrieb Baptiste Daroussin: > > > On Mon, Jan 27, 2014 at 07:48:27PM +0100, Rainer Hurling wrote: > > >> Am 27.01.2014 19:39, schrieb Rainer Hurling: > > >>> graphics/fotoxx was deleted today, although there exist two PRs > > >>> for some time now. At least the last one updates to version > > >>> 13.03.1: > > >> > > >> Of course it is not deleted, only deprecated. Sorry for the > > >> mistake. > > >> > > >>> > > >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/177407 > > >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/177643 > > >>> > > >>> On http://www.kornelix.com/tarballs.html there are even newer > > >>> versions (14.01 and 14.02beta), not ported until now. > > >>> > > >>> Could someone please pick up PR 177643 and commit it, if it is > > >>> functional. > > >>> > > >>> Many thanks in advance, > > >>> Rainer Hurling > > >>> > > >> > > >=20 > > > I had a look at it, the problem is that fetch(1) cannot managed to > > > fetch the distfile, it always get stalled at 99% even with newer > > > version than in the PR like: fotoxx-14.01.1.tar.gz > >=20 > > Yes, I just also tried it and I can confirm the 'fetch problem'. > >=20 > > I just contacted the author of fotoxx, Michael Cornelison and asked > > him for help. I will inform after his answer. > >=20 > > Thanks for answering and trying it. >=20 > His web server reports a content length of 2696186, but only provides > 2696168 bytes of data. Tools like wget and curl just stop downloading > data, while fetch hangs waiting for those 18 extra bytes. >=20 > --=20 > Michael Gmelin Meaning fetch is right ;) he has to fix his webserver ;) regards, Bapt --eNMatiwYGLtwo1cJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlLm4pIACgkQ8kTtMUmk6Ezl+QCgwttLguNIP4iOwP2hSen+uo9o 2lUAn0KgdiOeESBsJAmA3nvbRIehAjkr =0xPH -----END PGP SIGNATURE----- --eNMatiwYGLtwo1cJ--