From owner-freebsd-ports@FreeBSD.ORG Mon Jul 2 03:32:15 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72F2316A41F; Mon, 2 Jul 2007 03:32:15 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 5195613C43E; Mon, 2 Jul 2007 03:32:15 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.05) with ESMTP id l623WEvj013180 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 1 Jul 2007 20:32:14 -0700 X-Auth-Received: from [192.168.10.45] (c-24-10-12-194.hsd1.ca.comcast.net [24.10.12.194]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l623WEr6002774 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 1 Jul 2007 20:32:14 -0700 Message-ID: <468871C3.2090601@u.washington.edu> Date: Sun, 01 Jul 2007 20:32:19 -0700 From: Garrett Cooper User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Momchil Ivanov References: <200707020520.47884.idiotbg@gmail.com> In-Reply-To: <200707020520.47884.idiotbg@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.2.304607, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.1.201035 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Cc: itetcu@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: net/tightvnc missing dependencies? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2007 03:32:15 -0000 Momchil Ivanov wrote: > Hi, > > I have just installed net/tightvnc and when starting the vncserver it > complains about missing xauth: > > space@shtaiga ~$ vncserver -geometry 800x600 > vncserver: couldn't find "xauth" on your PATH. > > I`ve manually installed x11/xauth in order to get the server started. > Is it a missing dependency or is it supposed to be like this? Should it depend > on x11-fonts/xorg-fonts too (or at least one of the font ports), because the > server won`t start without at least the "fixed" font? I`ve installed that > manually too. > > Thanks. > > Try to symlink /usr/local to /usr/X11R6. I bet that's the problem. -Garrett