From owner-cvs-all@FreeBSD.ORG Wed Nov 30 08:16:56 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00750106564A; Wed, 30 Nov 2011 08:16:56 +0000 (UTC) (envelope-from pawelbsd@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2B9158FC0C; Wed, 30 Nov 2011 08:16:54 +0000 (UTC) Received: by bkat2 with SMTP id t2so91306bka.13 for ; Wed, 30 Nov 2011 00:16:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=keMxmxWHxTRisPlQGvnulmOYyMG6gplu+vOcVwsXX/s=; b=VkkZAyDuRn71OZ5bmb6sCYC81jO7hbclicDsvfSt4AwPH8xffxqdXyWqyaZ7j+2+Zc tRaUGOs8KdskFXBqZHldM1T1F1phS68NPRfxJXz5ZhFGUabDopK1/immCjIMiBcGIFUa /dvZg4BTKisQt38b17vcTDWWuacOYa/3lcHEU= Received: by 10.204.148.145 with SMTP id p17mr982448bkv.61.1322639507593; Tue, 29 Nov 2011 23:51:47 -0800 (PST) Received: from unknown (abry22.neoplus.adsl.tpnet.pl. [83.8.118.22]) by mx.google.com with ESMTPS id hw14sm2170571bkc.16.2011.11.29.23.51.46 (version=SSLv3 cipher=OTHER); Tue, 29 Nov 2011 23:51:47 -0800 (PST) Sender: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Date: Wed, 30 Nov 2011 08:51:39 +0100 From: =?ISO-8859-2?Q?Pawe=B3_P=EAkala?= To: Eitan Adler Message-ID: <20111130085139.00007fe2@unknown> In-Reply-To: References: <201111292253.pATMrJWm023284@repoman.freebsd.org> X-Mailer: Claws Mail 3.7.10cvs7 (GTK+ 2.16.6; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 08:16:56 -0000 Dnia , o godz.=20 Eitan Adler napisa=B3(a): > On Tue, Nov 29, 2011 at 5:53 PM, Pawel Pekala > wrote: > > =A0Modified files: > > =A0 =A0sysutils/megacli =A0 =A0 Makefile > > =A0Log: > > =A0Fix fetch >=20 > Why are you hardcoding "fetch"? Does FETCH_CMD not work? 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 ;/