Date: Wed, 1 Nov 2017 22:12:19 +0300 From: "Sergey V. Dyatko" <sergey.dyatko@gmail.com> To: <freebsd-current@freebsd.org> Subject: make -C weirdness Message-ID: <20171101221219.688815f2@laptop.minsk.domain>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171101221219.688815f2>