From owner-freebsd-ports@FreeBSD.ORG Sun Mar 9 18:38:30 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 179849B8 for ; Sun, 9 Mar 2014 18:38:30 +0000 (UTC) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDAEA836 for ; Sun, 9 Mar 2014 18:38:29 +0000 (UTC) Received: from p57bcd949.dip0.t-ipconnect.de ([87.188.217.73] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1WMicE-0008WM-D3; Sun, 09 Mar 2014 19:38:26 +0100 Message-ID: <531CB521.5080700@gwdg.de> Date: Sun, 09 Mar 2014 19:38:25 +0100 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= Subject: Re: RedPorts and restricted distfiles References: <531CA5F7.3040307@gwdg.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: "ports@freebsd.org Ports" 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: Sun, 09 Mar 2014 18:38:30 -0000 Am 09.03.2014 18:54, schrieb Bernhard Fröhlich: > Am 09.03.2014 18:33 schrieb "Rainer Hurling" : >> >> I am trying to test an update of astro/xephem, which has a restricted >> distfile. >> >> I tried to svn commit the source file as >> 'distfiles/xephem-3.7.6.tar.gz', but without luck. >> >> The RedPorts script seem to expect the distfile at 'tmp/distfiles'. I >> got this error message: >> >> xephem-3.7.6 because of licensing restrictions, you must manually fetch >> xephem-3.7.6.tar.gz from http://www.clearskyinstitute.com/xephem/, place >> it in /tmp/distfiles and then run make again. >> >> >> Is there any way, one can test ports with restricted distfiles on > RedPorts? >> >> Any help is really appreciated. >> >> Rainer Hurling > > The easiest way to test it is to remove/comment the restricted line and/or > put the file on an additional temporary mirror. Tinderbox uses a distfile > cache that is shared per machine so it's a bit complicated to inject > distfiles there from your build. I uploaded the distfile to my server and commented the restricted and the ignore lines. It seems, that your suggestion works quite well! Many thanks for the quick help, Rainer