From owner-freebsd-ports@FreeBSD.ORG Mon Dec 27 23:13:37 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5761716A4CE for ; Mon, 27 Dec 2004 23:13:37 +0000 (GMT) Received: from mail.minutemenu.com (mail.minutemenu.com [69.93.74.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE7F443D1D for ; Mon, 27 Dec 2004 23:13:36 +0000 (GMT) (envelope-from jreeder@minutemenu.com) Received: from localhost (localhost.minutemenu.com [127.0.0.1]) by mail.minutemenu.com (Postfix) with ESMTP id F4160228860 for ; Mon, 27 Dec 2004 17:07:45 -0600 (CST) Received: from mail.minutemenu.com ([69.93.74.12]) by localhost (lisa.minutemenu.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17308-01 for ; Mon, 27 Dec 2004 17:07:45 -0600 (CST) Received: from jreed (unknown [216.138.72.218]) by mail.minutemenu.com (Postfix) with SMTP id 5420422859C for ; Mon, 27 Dec 2004 17:07:45 -0600 (CST) From: "Jonathan Reeder" To: Date: Mon, 27 Dec 2004 17:12:58 -0600 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Scanned: by amavisd-new at mail.minutemenu.com Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Trouble determining ./configure options in ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 23:13:37 -0000 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. 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? I guess a broader question is, how can you control the options that you could normally set in ./configure when installing via ports? Please cc me in any responses sent, thanks a bunch. Anyone who subscribes to questions, sorry for the cross-post, I didn't realize there was a freebsd-ports until I already posted to questions.