From owner-freebsd-ports@FreeBSD.ORG Mon Aug 23 13:24:15 2010 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 738E61065673; Mon, 23 Aug 2010 13:24:15 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from tower.berklix.org (tower.berklix.org [83.236.223.114]) by mx1.freebsd.org (Postfix) with ESMTP id 014CA8FC1E; Mon, 23 Aug 2010 13:24:14 +0000 (UTC) Received: from park.js.berklix.net (p549A7EF5.dip.t-dialin.net [84.154.126.245]) (authenticated bits=0) by tower.berklix.org (8.14.2/8.14.2) with ESMTP id o7ND3isN016429; Mon, 23 Aug 2010 13:03:46 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by park.js.berklix.net (8.13.8/8.13.8) with ESMTP id o7ND3Ym9030367; Mon, 23 Aug 2010 15:03:36 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.3/8.14.3) with ESMTP id o7ND3CpF069945; Mon, 23 Aug 2010 15:03:17 +0200 (CEST) (envelope-from jhs@fire.js.berklix.net) Message-Id: <201008231303.o7ND3CpF069945@fire.js.berklix.net> To: mono@FreeBSD.org, lihong@ieee.org From: "Julian H. Stacey" Organization: http://www.berklix.com BSD Linux Unix Consultancy, Munich Germany User-agent: EXMH on FreeBSD http://www.berklix.com/free/ X-URL: http://www.berklix.com/~jhs/cv/ Date: Mon, 23 Aug 2010 15:03:11 +0200 Sender: jhs@berklix.com Cc: ports@FreeBSD.org Subject: FETCH_ARGS -a in Makefile of www/moonshine & chinese/ibus-chewing 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: Mon, 23 Aug 2010 13:24:15 -0000 Hi mono@FreeBSD.org, lihong@ieee.org cc: ports@freebsd.org I didn't use send-pr with a diff for this [yet], as review requested [first]. In -current/ports/www/moonshine/Makefile FETCH_ARGS= -apRr -current/ports/chinese/ibus-chewing/Makefile FETCH_ARGS= -apRr please remove 'a' from FETCH_ARGS (or perhaps its better to remove the whole line?) Purpose: to allow eg cd /usr/ports ; make -k fetch to safely descend to cd www/moonshine ; make fetch & run properly trying more URLs, (with '-a' , here it locked up, looping fast forever on my local (broken) ftp proxy, never getting to my working http proxy, which satifies normal ports fetch URLs. 'a' stole so much CPU I had to escape the X session to ps & kill the fetch PID.) /usr/ports/Mk/bsd.port.mk has Default: "-ApRr" If user wants to over ride default, he can set it in /etc/make.conf Ports@ find on all ports for FETCH_ARGS found just those 2 ports with '-a' (but I didnt think about eg FETCH_BEFORE_ARGS). PS I think I caught some other port[s] some time, that also had '-a' & got removed, I can't remember which. Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Mail plain text, Not HTML, quoted-printable & base 64 dumped with spam. Avoid top posting, It cripples itemised cumulative responses.