Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 23:49:56 +0100
From:      Serpent7776 <serpent7776@gmail.com>
To:        freebsd-questions@freebsd.org
Cc:        Lev <leventelist@gmail.com>
Subject:   Re: git gui
Message-ID:  <20150224234956.5cdaac5a@DaemON.home>
In-Reply-To: <20150224231248.10f7ac10@jive>
References:  <20150224231248.10f7ac10@jive>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 24 Feb 2015 23:12:48 +0100
Lev <leventelist@gmail.com> wrote:

> I want to use the following guis for git.
> 
> git gui
> gitk
> 
> I can't find them in the port repository. Do I miss something? Is there any
> way to install them?

on my system:

# pkg which `which gitk`
/usr/local/bin/gitk was installed by package git-2.3.0

git gui:

# pkg which /usr/local/libexec/git-core/git-gui
/usr/local/libexec/git-core/git-gui was installed by package git-2.3.0

So both are installed by devel/git

for git gui you have to enable GUI option when compiling (by default its off)

-- 
//Serpent7776



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