From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 22:51:31 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0F6E68A1 for ; Tue, 24 Feb 2015 22:51:31 +0000 (UTC) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 81645838 for ; Tue, 24 Feb 2015 22:51:30 +0000 (UTC) Received: by labhs14 with SMTP id hs14so128684lab.4 for ; Tue, 24 Feb 2015 14:51:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=YDKDYjHGY3mwADUpHyUeqZFNHYybg0jbDySB7sAReB0=; b=wLT7hPEjrp9jEqQ22Zrk+22dBIV5ACWBoUPAUFbBOB6tNEdTOiACgE2pTxv7bjqUsb LXrQ/1wxzloe4L6Eium7oySMKJYOrApNFfcYIsKLKZIv+RhzppYpAvQJfGnMb9soTjQF qTGsu5MXTCfMlp5kyfce5zjk8tSUlOOsO/FraWzeiv7C1tlmVex2GeCTmpbCN7ccPA5R WliAKQIxzcLnYzmve9q4m53YFUxK6DAkUjmUhxI+4TNtrCu9KU29w6jPb7OkGeQtORKY zwF1V0MgueU7cKSBtF1FwNlYzzew4W/9rrgrTl/qqGIWfRgxVhjrTdGxrLPdVXzJLfuV 2FNQ== X-Received: by 10.152.1.1 with SMTP id 1mr119314lai.63.1424818288505; Tue, 24 Feb 2015 14:51:28 -0800 (PST) Received: from DaemON.home (90-156-31-193.internetia.net.pl. [90.156.31.193]) by mx.google.com with ESMTPSA id la1sm7869079lab.2.2015.02.24.14.51.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 14:51:28 -0800 (PST) Date: Tue, 24 Feb 2015 23:49:56 +0100 From: Serpent7776 To: freebsd-questions@freebsd.org Subject: Re: git gui Message-ID: <20150224234956.5cdaac5a@DaemON.home> In-Reply-To: <20150224231248.10f7ac10@jive> References: <20150224231248.10f7ac10@jive> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; amd64-portbld-freebsd9.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Lev X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2015 22:51:31 -0000 On Tue, 24 Feb 2015 23:12:48 +0100 Lev 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