From owner-freebsd-ports@FreeBSD.ORG Sun Feb 28 15:29:07 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 A7AD5106564A for ; Sun, 28 Feb 2010 15:29:07 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.50.215]) by mx1.freebsd.org (Postfix) with ESMTP id 85DE38FC0A for ; Sun, 28 Feb 2010 15:29:07 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id 3EF605C18; Sun, 28 Feb 2010 10:29:06 -0500 (EST) Date: Sun, 28 Feb 2010 10:29:06 -0500 From: Wesley Shields To: Piotrek Message-ID: <20100228152906.GE73563@atarininja.org> References: <20100228160404.87f65150.piokud84@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100228160404.87f65150.piokud84@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) 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: Sun, 28 Feb 2010 15:29:07 -0000 On Sun, Feb 28, 2010 at 04:04:04PM +0100, Piotrek wrote: > Hi > > Recently when i try to instal anything from ports, i get this error > (for rg. when i try to install smplayer): > > sng# make install > -wq: not found > smplayer-0.6.8_1: Makefile error: category multimedia not in list of > valid categories. *** Error code 1 > > Stop in /usr/ports/multimedia/smplayer. > sng# > > bsd.port.mk looks like this: > > VALID_CATEGORIES+= accessibility afterstep arabic archivers astro audio > \ benchmarks biology cad chinese comms converters databases \ > deskutils devel docs dns editors elisp emulators finance french ftp \ > games geography german gnome gnustep graphics hamradio haskell hebrew > hungarian \ ipv6 irc japanese java kde kld korean lang linux lisp \ > mail math mbone misc multimedia net net-im net-mgmt net-p2p news \ > palm parallel pear perl5 plan9 polish portuguese ports-mgmt \ > print python ruby rubygems russian \ > scheme science security shells spanish sysutils \ > tcl textproc tk \ > ukrainian vietnamese windowmaker www \ > x11 x11-clocks x11-drivers x11-fm x11-fonts x11-servers x11-themes \ > x11-toolkits x11-wm xfce zope > > So i see that multimedia categry is on the list, i tryed to > delete /var/db/portsnap and /usr/ports and then execute portsnap fetch > extract, but i still get this error, any clue what is going on? It looks like you have ${GREP} defined in your environment. It also looks like it is set to "". wxs@ack git % printenv | grep GREP GREP= wxs@ack git % make -wq: not found git-1.7.0: Makefile error: category devel not in list of valid categories. *** Error code 1 -- WXS