From owner-freebsd-gnome@FreeBSD.ORG Mon Jan 24 22:39:40 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A886816A4CE for ; Mon, 24 Jan 2005 22:39:40 +0000 (GMT) Received: from bsdbox.homeunix.com (82-38-9-249.cable.ubr02.barn.blueyonder.co.uk [82.38.9.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id D395043D55 for ; Mon, 24 Jan 2005 22:39:39 +0000 (GMT) (envelope-from masonr@bsdbox.homeunix.com) Received: from bsdbox.homeunix.com (localhost.bsdbox [127.0.0.1]) by bsdbox.homeunix.com (8.13.1/8.13.1) with ESMTP id j0OMdXl3038601 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Mon, 24 Jan 2005 22:39:33 GMT (envelope-from masonr@bsdbox.homeunix.com) Received: (from masonr@localhost) by bsdbox.homeunix.com (8.13.1/8.13.1/Submit) id j0OMdXd8038600 for freebsd-gnome@freebsd.org; Mon, 24 Jan 2005 22:39:33 GMT (envelope-from masonr@bsdbox.homeunix.com) Date: Mon, 24 Jan 2005 22:39:33 +0000 From: Rob Mason To: freebsd-gnome@freebsd.org Message-ID: <20050124223933.GA38590@bsdbox.homeunix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Spam-Score: -2.82 () ALL_TRUSTED X-Anti-Virus: Scanned by F-Prot Antivirus (http://www.f-prot.com) X-Scanned-By: MIMEDefang 2.49 on 192.168.200.254 Subject: libsmbclient not built - SMB support absent X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 22:39:40 -0000 Hi, Just built a new FBSD-5-RELEASE box, cvsup'd the ports, and run: cd /usr/ports/gnome2 make install clean The resulting Gnome-2.8.2 desktop does not handle SMB shares. A quick check shows that 'libsmbclient' is not automatically built. The Makefile for gnomevfs2-2.8.3_1 only builds SMB support _if_ libsmbclient is pre-installed. Surely this should be a dependency??? Rgds Rob