From owner-freebsd-ports@FreeBSD.ORG Mon Mar 1 12:38:12 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1188A106566B for ; Mon, 1 Mar 2010 12:38:12 +0000 (UTC) (envelope-from piokud84@gmail.com) Received: from mail-fx0-f223.google.com (mail-fx0-f223.google.com [209.85.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id 9467B8FC1C for ; Mon, 1 Mar 2010 12:38:11 +0000 (UTC) Received: by fxm23 with SMTP id 23so40081fxm.3 for ; Mon, 01 Mar 2010 04:38:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=F+4h794EepD44VRp6ecoKdXR7idNXXogNwCtDvwjB20=; b=WZxB+G4SBJ33G+Kxz5FhaPW1QRN0S18WAvrALDU9+iT+i7mA1FXYVg40N7+5VJQdYH k13sOX4wSnVgNq5cFFxeme6gIpantVnZJH4fdZnLG2ZR3U2aeq/DVom+yOYlvQio2iqj wfburWyZqQPvrE3RKxk1rQymGJLClliRDHan4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=fp2L7D4X2Tx4WvOH42JHHm3bTirtCETV2BeUZzywa4QNMbDWJF4RzRRdGPR+TDIIo2 WugvLDvu/0jYwh15Uhjz7C7sX9V9fCZUW/Ye/KlxG/ohLIjTz6z9INlG902f1H9JRT7+ xUOkjQHMUuheVVCBil9ZayWUh9ih8AlMiV2xI= Received: by 10.102.174.1 with SMTP id w1mr3465047mue.51.1267447084088; Mon, 01 Mar 2010 04:38:04 -0800 (PST) Received: from sng (chello089074015015.chello.pl [89.74.15.15]) by mx.google.com with ESMTPS id s10sm17510985mue.57.2010.03.01.04.38.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 01 Mar 2010 04:38:02 -0800 (PST) Date: Mon, 1 Mar 2010 13:38:23 +0100 From: Piotrek To: Doug Barton Message-Id: <20100301133823.f85e2f35.piokud84@gmail.com> In-Reply-To: <4B8ADA58.3020606@FreeBSD.org> References: <20100228160404.87f65150.piokud84@gmail.com> <20100228152906.GE73563@atarininja.org> <20100228163803.ae0c79c9.piokud84@gmail.com> <4B8ADA58.3020606@FreeBSD.org> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: make install error VALID_CATEGOIES 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, 01 Mar 2010 12:38:12 -0000 On Sun, 28 Feb 2010 13:04:24 -0800 Doug Barton wrote: > On 02/28/10 07:38, Piotrek wrote: > > Yes i have set GREP varible part of my .cshrc looks like this: > > > > alias grep grep --color > > alias lsg 'ls | grep $1' > > setenv GREP COLOR=32 > > > > Do i have remove it to be able to use ports ?? > > Yes. Setting GREP to the empty string there serves no functional purpose > in any case. > > > Doug > > PS, good catch Wes! > > -- > > ... and that's just a little bit of history repeating. > -- Propellerheads > > Improve the effectiveness of your Internet presence with > a domain name makeover! http://SupersetSolutions.com/ > ok now i see my error ! i added "setenv GREP COLOR=32" not "setenv GREP_COLOR '1;32'" to my .cshrc. THX for advice -- Piotrek