From owner-freebsd-current@freebsd.org Thu Nov 9 20:58:34 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89FDFE5C55E for ; Thu, 9 Nov 2017 20:58:34 +0000 (UTC) (envelope-from rum1cro@yandex.ru) Received: from forward2p.cmail.yandex.net (forward2p.cmail.yandex.net [IPv6:2a02:6b8:0:1465::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49A7578C14 for ; Thu, 9 Nov 2017 20:58:34 +0000 (UTC) (envelope-from rum1cro@yandex.ru) Received: from mxback1g.mail.yandex.net (mxback1g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:162]) by forward2p.cmail.yandex.net (Yandex) with ESMTP id AA10D21765; Thu, 9 Nov 2017 23:58:29 +0300 (MSK) Received: from web23g.yandex.ru (web23g.yandex.ru [2a02:6b8:0:1402::33]) by mxback1g.mail.yandex.net (nwsmtp/Yandex) with ESMTP id YfUphSB3ns-wTmqd3Bn; Thu, 09 Nov 2017 23:58:29 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1510261109; bh=jozyaA6I7VkUfPMDFBfWyTzEbwQrxHv5AGPEyHPQPNg=; h=From:To:In-Reply-To:References:Subject:Message-Id:Date; b=RZXIjzpgSnVL3GXzHTAPFymqmmF+WMdfQfuNoVs1IHphQSQZbyf9wWeSZ2HO6ZLDw QHwAQYCks19oOCynLE10yIbjdaULJKeWtr8Zsx/vCxWz5D8SqCAZLf3lhPj3Aoisnx FzpEyLjrd/Bc52a5cj/WiJ0OPse+oVtkxlGeiKzQ= Authentication-Results: mxback1g.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by web23g.yandex.ru with HTTP; Thu, 09 Nov 2017 23:58:29 +0300 From: Ilya A. Arkhipov Envelope-From: rum1cro@yandex.ru To: Sergey V. Dyatko , "freebsd-current@freebsd.org" In-Reply-To: <20171101221219.688815f2@laptop.minsk.domain> References: <20171101221219.688815f2@laptop.minsk.domain> Subject: Re: make -C weirdness MIME-Version: 1.0 Message-Id: <465341510261109@web23g.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Thu, 09 Nov 2017 23:58:29 +0300 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Nov 2017 20:58:34 -0000 01.11.2017, 22:17, "Sergey V. Dyatko" : > Hi, > > Long time ago I wrote 2 simple aliases to my .cshrc: > > search_key make -C /usr/ports/ search key='!*' display=name,path,info > search_name make -C /usr/ports/ search name='!*' display=port,path,info > > it works fine starting from 7-CURRENT IIRC. > Today I tried to find some (existing) port and can't, for example: > [tiger@laptop]:/>make -C /usr/ports/ search name=teeworlds > display=name,path,info > [tiger@laptop]:/> > but > [tiger@laptop]:/>cd /usr/ports/ > [tiger@laptop]:/usr/ports>make search name=teeworlds display=name,path,info > Port: teeworlds-0.6.4_4 > Path: /usr/ports/games/teeworlds > Info: Platform game featuring buggers equipped with > weapons > > it is on 12.0-CURRENT r324493 > I missed something or it is a bug? > > -- > wbr, Sergey > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" FYI: https://reviews.freebsd.org/D13019 -- With Best Regards, Ilya A. Arkhipov