Date: Mon, 08 Jul 2013 13:52:17 +0930 From: Shane Ambler <FreeBSD@ShaneWare.Biz> To: Aryeh Friedman <aryeh.friedman@gmail.com> Cc: Jason Helfman <jgh@freebsd.org>, FreeBSD Ports ML <freebsd-ports@freebsd.org> Subject: Re: help with making a port Message-ID: <51DA3E79.80403@ShaneWare.Biz> In-Reply-To: <CAGBxaX=Wc9jH9Hr_2kdhXxWjCaDgD3BZ8yAUkv9bEKZS2NQS9A@mail.gmail.com> References: <CAGBxaX=ADvMCtLy2CQcNZE6%2Bz-oUrFQpexQRSw24QdC4Lt2vzg@mail.gmail.com> <CAMuy=%2BiOVnK4ysfV%2BJUKhC5JSC8Vfg69tcQ-cpJtNzbVfTZ=Hw@mail.gmail.com> <CAGBxaX=g12un73YAJU-v3AFyMWoGWbA5RJh8d9L_oCEB2GuEiQ@mail.gmail.com> <CAGBxaX=v=eufrCXkdADak6AKOCsEYH90ZPONdfrXqiYpGeiVqw@mail.gmail.com> <CAMuy=%2BiMOCNZBC32SLASRWu-VEdR9yuQEgksL4BYZvOrhFt4kw@mail.gmail.com> <CAGBxaXndycGKKfCL%2B61wUsXWp7Py32UymOP7SoeceFnsO8qdOg@mail.gmail.com> <CAMuy=%2Bgqzk010%2Bc3Ug9B=1TqRQqcSSPNgqk3%2BACPTjYyW2_zfw@mail.gmail.com> <CAGBxaX=Wc9jH9Hr_2kdhXxWjCaDgD3BZ8yAUkv9bEKZS2NQS9A@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 08/07/2013 05:32, Aryeh Friedman wrote: > On Sun, Jul 7, 2013 at 3:51 PM, Jason Helfman <jgh@freebsd.org> wrote: >> pkg which /path/to/file >> or >> pkg_info -W /path/to/file > aryeh@dev:/home/aryeh% pkg_info -W /usr/local/share/foo/foo.jar > pkg_info: You appear to be using the newer pkg(1) tool on this system Of the two examples 'pkg_info -W' is the old way and 'pkg which' is the new way. The error from pkg_info -W indicates you have the new package system setup and need to use the pkg which command. Is this your first attempt at making the port? Maybe you have an old attempt still in place. Did you move the port to a new category folder? As foo-0.1 isn't the real name of the port, are you certain that the name you are using is a new unique name?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51DA3E79.80403>