From owner-freebsd-questions@FreeBSD.ORG Tue Dec 28 16:03:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 14E3116A4CE for ; Tue, 28 Dec 2004 16:03:53 +0000 (GMT) Received: from mail1.speakeasy.net (mail1.speakeasy.net [216.254.0.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA2F143D39 for ; Tue, 28 Dec 2004 16:03:52 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 25107 invoked from network); 28 Dec 2004 16:03:52 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Dec 2004 16:03:52 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C629D44; Tue, 28 Dec 2004 11:03:50 -0500 (EST) Sender: lowell@be-well.ilk.org To: "Jonathan Reeder" References: From: Lowell Gilbert Date: 28 Dec 2004 11:03:50 -0500 In-Reply-To: Message-ID: <44k6r2e7fd.fsf@be-well.ilk.org> Lines: 30 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Trouble determining configure options in ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Dec 2004 16:03:53 -0000 "Jonathan Reeder" writes: > I'm trying to install the samba3 port, and I'm having trouble figuring out > whether or not the --with-pam config option is being set. I've looked > through the Makefile in /usr/ports/net/samba3, but I have to admit its not > making all that much sense to me. It says that --with-pam is always set, and that --with-pam_smbpass is set if you select the appropriate option in "make config". > I really don't want to install samba from source, but it doesn't appear to > me that --with-pam is being set by ports' Makefile, since I don't have a > /etc/pam.d/samba file when all is said and done. Can anyone offer me any > pointers? "pkg_info -L"? > I guess a broader question is, how can you control the options that you > could normally set in ./configure when installing via ports? If they're useful options, the port Makefile will usually support them, including any localisation to make them work on FreeBSD. If not, you can add them to the CONFIGURE_ARGS variable yourself. See the Porter's Handbook if you need more information on how to tweak a port. -- Lowell Gilbert, embedded/networking software engineer, Boston area http://be-well.ilk.org/~lowell/