From owner-freebsd-ports@FreeBSD.ORG Wed Feb 8 11:45:34 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4421D1065670; Wed, 8 Feb 2012 11:45:34 +0000 (UTC) (envelope-from vmagerya@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 685648FC17; Wed, 8 Feb 2012 11:45:33 +0000 (UTC) Received: by bkbzx1 with SMTP id zx1so487395bkb.13 for ; Wed, 08 Feb 2012 03:45:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=5X6nOVH/tyRutMZ2rYvuYlDFuiVLQyXqcDayvayTFR4=; b=R9c+85QKchVjDRVMERvkz8GeDAKR4ha+EXzoIohFhntd6e6TAGC9GdzaJe5kIL4+bg j99BiplpD/fZSFvBzNvfL4STZn96oaPJnRHiu+wszXyrxV3NuEM5vfGX+JT4CGgR04Te CHnaFVD3ku0FhYis3R0F7z2fzq2txPl8H/+Mk= Received: by 10.204.143.131 with SMTP id v3mr12028796bku.44.1328701532224; Wed, 08 Feb 2012 03:45:32 -0800 (PST) Received: from [172.29.1.142] (altimet-gw.cs2.dp.wnet.ua. [217.20.178.249]) by mx.google.com with ESMTPS id y9sm1479533bkw.5.2012.02.08.03.45.30 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Feb 2012 03:45:31 -0800 (PST) Message-ID: <4F326040.8020002@gmail.com> Date: Wed, 08 Feb 2012 13:45:04 +0200 From: Vitaly Magerya User-Agent: Thunderbird MIME-Version: 1.0 To: perryh@pluto.rain.com References: <201202070829.q178TNZw081740@portsmonj.FreeBSD.org> <4f324a97.Hab0ctxtpiOZet2I%perryh@pluto.rain.com> <4F31ECFC.4030007@FreeBSD.org> <4f32b8c4./c+g1eePU5396RYF%perryh@pluto.rain.com> <4F325BBA.6060102@gmail.com> In-Reply-To: <4F325BBA.6060102@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, portmgr-feedback@freebsd.org, dougb@freebsd.org Subject: Re: FreeBSD ports which are currently scheduled for deletion 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 2012 11:45:34 -0000 >>>>> portname: graphics/vrml2pov >>>>> description: Convert VRML files to POVRay source >>>>> maintainer: ports@FreeBSD.org >>>>> status: BROKEN >>>>> deprecated because: unfetchable >>>> This seems to be a ports-infrastructure problem, rather than a >>>> problem in the vrml2pov port. >>> No, it's a "No one cares enough about this port to step forward >>> and maintain it" problem. >> >> Er, as of a few hours ago (when I tried it), the URL in the distfile >> link on vrml2pov's download page *exactly* matched the URL that the >> port tries to fetch. > > The default FETCH_ARGS include -A which makes fetch fail on redirects; > this is presumably because some sites redirect rather than return 404 > when a file is not found. In cases when redirect needs to be followed, > you need to override FETCH_ARGS in the port's Makefile. > > See the attached patch (I hope it'll get through the list). I can submit > a PR, or some brave committer can apply it right away... Oh, it's actually appears to be fetchable the way it is right now, just remove the BROKEN lines.