From owner-freebsd-ports@FreeBSD.ORG Tue Jun 29 14:27:39 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 290C4106564A for ; Tue, 29 Jun 2010 14:27:39 +0000 (UTC) (envelope-from utisoft@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 A926A8FC0C for ; Tue, 29 Jun 2010 14:27:38 +0000 (UTC) Received: by bwz12 with SMTP id 12so878378bwz.13 for ; Tue, 29 Jun 2010 07:27:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:reply-to :in-reply-to:references:from:date:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=I4zL+HNVQ/Xk9yhM/RqwVwVjOkKwwcww5vMtipA4hP4=; b=jR1U5CRk0neMyAKqCKjCQUimSy1Jr07rnWnuOQkrCAsLNrgWZ1SUF8xVa1eDpYHzCR FXdKwxWIKXo2A6LuuANlkhQzK9fXaa0NUQMOfxYSojSg+irXJ2aK3espGVQKRivFay7I 3ajiNFH244ZexFblmNX+OTJ4fv1n5IzbkC244= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; b=Rb8MYdeQ0Q9WX1TTBdq32tQ/uHCu+Ic5mtGJ2M4u5bPIu1POUU1UjiHHsJ4MGt9OeO /f+SI6Upn9ph2OtpOO9MJWKsKK7bHFNPz4DgxoyeBfGvTtnclgMdkSTB2TTeC4Ol+ci7 4MzyOLxIefiWEIUwPsi4K/Sy7CdrkTxbxhBss= Received: by 10.204.81.196 with SMTP id y4mr4847623bkk.75.1277821651265; Tue, 29 Jun 2010 07:27:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.115.68 with HTTP; Tue, 29 Jun 2010 07:27:00 -0700 (PDT) In-Reply-To: References: <20100629133702.GA43438@bewilderbeast.blackhelicopters.org> From: Chris Rees Date: Tue, 29 Jun 2010 15:27:00 +0100 Message-ID: To: "Michael W. Lucas" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org Subject: Re: errors in using port from PR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jun 2010 14:27:39 -0000 On 29 June 2010 14:57, Chris Rees wrote: > On 29 June 2010 14:37, Michael W. Lucas wr= ote: >> Hi, >> >> At some point in the distant past, I extracted a shar.sh file from a >> new port PR, ran it, and was able to build the port. =A0Should this >> still be possible, or is some other step required? >> >> I need ports/144741 (net/gpxe). =A0I downloaded the shar-1.sh file, ran >> "sh shar-1.sh", and went to build the resulting port: >> >> vmwaretest/usr/ports/net/gpxe;make >> "Makefile", line 31: Missing dependency operator >> "Makefile", line 32: Missing dependency operator >> "Makefile", line 33: Missing dependency operator >> "Makefile", line 34: Missing dependency operator >> "Makefile", line 37: Missing dependency operator >> make: fatal errors encountered -- cannot continue >> >> Do I need to do something else to extract a port from a shar file, or >> is there really a bug in this port? =A0If this isn't operator error, I >> can submit a followup to the PR. >> >> Thanks, >> =3D=3Dml >> > > Ugh. He's used spaces instead of tabs throughout. I'll submit a patch > for you, just wait ~30 min! > > Chris > Done for you mate, just check the PR in ~five minutes or so, and there's a followup. You can get my shar for it at: http://www.bayofrum.net/~chris/gpxe_tabs.shar Assuming it's OK apart from that of course, it looks fine! HTH, Chris