From owner-cvs-ports@FreeBSD.ORG Wed Nov 30 12:33:59 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E0DC106566C; Wed, 30 Nov 2011 12:33:59 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4ECBC8FC12; Wed, 30 Nov 2011 12:33:58 +0000 (UTC) Received: by eekc13 with SMTP id c13so457784eek.13 for ; Wed, 30 Nov 2011 04:33:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=tKRL35Z2IUbkZ6udvnHhbQHklDWSprfHYYmCWT7CFo8=; b=BLhvTG+Jp61BK+5j9HbBjsB7Cfsmu56TdzFUuvFXhi5yOt45j2RAKNpmy6aT+Fl3iB a1iY4ED8fuuIexf/RHsygn+/5/OGlQuzhoIkz22KfFaO88T+Ct/KbTWlnagPvE/CCAtV YUZw17YpJ83vAVPVrm/fWMhTabfWdASg0qGNY= Received: by 10.216.182.137 with SMTP id o9mr282676wem.5.1322656437210; Wed, 30 Nov 2011 04:33:57 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.216.30.82 with HTTP; Wed, 30 Nov 2011 04:33:26 -0800 (PST) In-Reply-To: <20111130085139.00007fe2@unknown> References: <201111292253.pATMrJWm023284@repoman.freebsd.org> <20111130085139.00007fe2@unknown> From: Eitan Adler Date: Wed, 30 Nov 2011 07:33:26 -0500 X-Google-Sender-Auth: y87o3koYzSFRn8ed_u6MTXH1jQU Message-ID: To: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/sysutils/megacli Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 12:33:59 -0000 2011/11/30 Pawe=C5=82 P=C4=99kala : > I'm not doing that. The port first fetches some kind of cookie in > pre-fetch that you refer to and then actual distfile. Yes I know it's > hackish but at least it works. Hopefully this is last time we have to > fix fetch in this port, but history is against us ;/ Yes, but you use fetch(1) directly instead of using FETCH_CMD %make -V FETCH_CMD /usr/bin/fetch -AFpr Does changing @${EXEC} fetch -o /dev/null http://www.lsi.com/magic.axd?x=3De&file=3Dhttp%3A//www.lsi.com/downloads/Pu= blic/MegaRAID%2520Common%2520Files/8.02.16_MegaCLI.zip to @${EXEC} ${FETCH_CMD} -o /dev/null http://www.lsi.com/magic.axd?x=3De&file=3Dhttp%3A//www.lsi.com/downloads/Pu= blic/MegaRAID%2520Common%2520Files/8.02.16_MegaCLI.zip not work? --=20 Eitan Adler Ports committer X11, Bugbusting teams