From owner-freebsd-questions@FreeBSD.ORG Fri Jan 19 09:54:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EC00116A40F for ; Fri, 19 Jan 2007 09:54:45 +0000 (UTC) (envelope-from dachaos@dachaos.com) Received: from lumina.websitewelcome.com (lumina.websitewelcome.com [74.52.178.194]) by mx1.freebsd.org (Postfix) with ESMTP id BD05913C448 for ; Fri, 19 Jan 2007 09:54:45 +0000 (UTC) (envelope-from dachaos@dachaos.com) Received: from 6532251hfc160.tampabay.res.rr.com ([65.32.251.160]:3658 helo=carla) by lumina.websitewelcome.com with esmtpsa (TLSv1:RC4-MD5:128) (Exim 4.63) (envelope-from ) id 1H7qSL-0005V2-2w; Fri, 19 Jan 2007 03:54:45 -0600 From: "Charlie Hynson III" To: "'Martin Tournoij'" References: <002e01c73ba2$c609f2f0$7800a8c0@carla> Date: Fri, 19 Jan 2007 04:54:42 -0500 Message-ID: <008f01c73baf$d92f2690$7800a8c0@carla> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 In-Reply-To: Thread-Index: Acc7qn4i/rjopeP0RVOQXAJt1BytoAAA9u4w X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - lumina.websitewelcome.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - dachaos.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-questions@freebsd.org Subject: RE: Hide ports make options/config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jan 2007 09:54:46 -0000 Ok so then in my /usr/local/etc/pkgtools.conf MAKE_ARGS I put for individual ports. MAKE_ARGS = { 'lang/php4' => '-DBATCH WITHOUT_CGI=1 WITH_APACHE=1 WITH_MAILHEAD=1 WITHOUT_FASTCGI=1 WITHOUT_PATHINFO=1 WITH_OPENSSL=1 WITH_ZLIB=1', } Or to affect all ports MAKE_ARGS = { '*' => '-DBATCH', 'lang/php4' => 'WITHOUT_CGI=1 WITH_APACHE=1 WITH_MAILHEAD=1 WITHOUT_FASTCGI=1 WITHOUT_PATHINFO=1 WITH_OPENSSL=1 WITH_ZLIB=1', } Will the second method work to hide the options on all ports? Thanks very much. It should work but I'm rebuilding my world right now so I can't test it. LOL carpetsmoker. What a name. Thanks, Charlie. -----Original Message----- From: Martin Tournoij [mailto:carpetsmoker@xs4all.nl] Sent: Friday, January 19, 2007 4:13 AM To: Charlie Hynson III; freebsd-questions@freebsd.org Subject: Re: Hide ports make options/config On Fri, 19 Jan 2007 08:21:07 -0000, Charlie Hynson III wrote: > I am making myself an easy install sh shell script that configures my own > basic setup on FreeBSD 6.2 Release. Wondering how I tell make when > installing a port not to ask me make options/config (silent install). For > all ports and or individual ports. Since I have my make options set in > pkgtools config for sysutils/portupgrade. > For example portupgrade -RN /usr/ports/lang/php4 > Will ask me make options which I have already set. How do I hide the > options. > I tried searching a few places before asking with no luck. > > > P.S. > Thanks FreeBSD Team for another great release so far 6.2 Release is > running > really smooth on my P4 2.6 i386 system without any problems. By default > FreeBSD 6.2 Release works with my re0 1000/baseTX Full Duplex LinkSys > Gigabit NIC. Which really impresses me since I have to install a driver > on > windows 2003 server enterprise before the card works. Not FreeBSD!!! > > Thanks, > Charlie > -DBATCH For example: make install -DBATCH [OTHER SWITCHES] Hope this helps. Windows 2003 probably has the driver for your NIC, but can't find because your card is one revision higher, let's say Gigabit 123b, and windows only has a driver for Gigabit123a or something like that. Quite often (~90% of the time) this is the case on Windows 2000 and XP when it can't find a driver. One (or a few) revisions higher or lower doesn't matter for the driver. although I don't have any experience with Windows 2003, I think I can safely assume this is the case for windows 2003 to. You will have to select the driver manually. Martin _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"