Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2012 02:46:13 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Erich Dollansky <erichfreebsdlist@ovitrap.com>
Cc:        Kyle Hanson <hanooter@gmail.com>, freebsd-questions@freebsd.org
Subject:   Re: Where did my port go?
Message-ID:  <20120730024613.96c8d2bb.freebsd@edvax.de>
In-Reply-To: <20120730065224.6aca2e5d@AMD620.ovitrap.com>
References:  <CA%2BRnCFZJny%2BSXL5EX=rRR-p6XoBbpKSQBcNdvbg_COkSJ7mLPQ@mail.gmail.com> <20120730065224.6aca2e5d@AMD620.ovitrap.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 30 Jul 2012 06:52:24 +0700, Erich Dollansky wrote:
> Hi,
> 
> whereis name
> 
> will show where the program name is.

And "which <name>" can work similarly, but you need to know the
name to ask for. If it's not the same as the port name, you need
to find it out first. This particular Haskell port werks that
way: There is no "haskell" binary installed by that name. If
the port installed is a metaport, you need to track some
references (Makefile or pkg-plist) or check the info in the
package database at /var/db/pkg.

The port name in question was "hs-haskell-platform", and by
doing the previously mentioned investigation, it's probably
the "ghc" or "runhaskell" command. I'm not familiar with
Haskell, so I can only guess. :-)


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120730024613.96c8d2bb.freebsd>