From owner-freebsd-ports@FreeBSD.ORG Sat Jun 1 14:07:00 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 54D1E5CD for ; Sat, 1 Jun 2013 14:07:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 1CB3810F for ; Sat, 1 Jun 2013 14:07:00 +0000 (UTC) Received: from mouf.net (www@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id r51E6nTQ047804; Sat, 1 Jun 2013 14:06:55 GMT (envelope-from swills@FreeBSD.org) Received: from 98.122.135.254 (SquirrelMail authenticated user swills) by mouf.net with HTTP; Sat, 1 Jun 2013 10:06:55 -0400 Message-ID: <3bf7ac9977bfea53ef54288243a2b1c0.squirrel@mouf.net> In-Reply-To: <20130601144718.439a2f35@thor.walstatt.dyndns.org> References: <20130601131703.690b5fc6@thor.walstatt.dyndns.org> <51A9DF95.3010604@mouf.net> <20130601144718.439a2f35@thor.walstatt.dyndns.org> Date: Sat, 1 Jun 2013 10:06:55 -0400 Subject: Re: fetch: expansion of correct source location in MASTER_SITES fails From: "Steve Wills" To: "O. Hartmann" User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Sat, 01 Jun 2013 14:06:55 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.8 at mouf.net X-Virus-Status: Clean Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jun 2013 14:07:00 -0000 > Thank you for clearify this. > > Even if I use the SF macro and set FETCH_ARGS= to en ampty string (I > suppose this will result in a "plain" fetch command without options) > the result is as described intially. > > Applying the -v option to fetch then shows what happens and everything > looks fine to me so far - except that the Makefile-Port-Fetch doesn't > work. This is strange! You should not override the FETCH_ARGS unless you really need to do so. When using the SF macro, it shouldn't be necessary. Do you still see the issue when not overriding the FETCH_ARGS? If so, please send a copy of your port and the command and output received and expected. Steve