From owner-freebsd-ports@FreeBSD.ORG Thu Jul 14 22:56:21 2005 Return-Path: X-Original-To: ports@freebsd.org 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 0B4BF16A41C; Thu, 14 Jul 2005 22:56:21 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C91C43D48; Thu, 14 Jul 2005 22:56:20 +0000 (GMT) (envelope-from lofi@freebsd.org) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id 3B913587DE; Fri, 15 Jul 2005 00:56:19 +0200 (CEST) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id EC4FE17E012; Fri, 15 Jul 2005 00:56:18 +0200 (CEST) Received: from lofi.dyndns.org (dsl-213-023-200-013.arcor-ip.net [213.23.200.13]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id A68562964C; Fri, 15 Jul 2005 00:56:18 +0200 (CEST) Received: from kiste.my.domain (lofi@kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.13.3/8.13.3) with ESMTP id j6EMuDXt089715 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 15 Jul 2005 00:56:14 +0200 (CEST) (envelope-from lofi@freebsd.org) From: Michael Nottebrock To: kde@freebsd.org Date: Fri, 15 Jul 2005 00:56:08 +0200 User-Agent: KMail/1.8.1 References: <20050714221624.33424.qmail@web51102.mail.yahoo.com> In-Reply-To: <20050714221624.33424.qmail@web51102.mail.yahoo.com> X-Face: =Ym$`&q\+S2X$4`X%x%6"L4>Y,$]<":'L%c9"#7#`2tb&E&wsN31on!N\)3BD[g<=?utf-8?q?=2EjnfV=5B=0A=093=23?=>XchLK,o; >bD>c:]^; :>0>vyZ.X[,63GW`&M>}nYnr]-Fp``,[[@lJ!QL|sfW!s)=?utf-8?q?A2!*=0A=09vNkB/=7CL-?=>&QdSbQg X-Virus-Scanned: by amavisd-new Cc: ports@freebsd.org, "Sr. D" Subject: Re: [kde-freebsd] make install (with no prompts overnight) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jul 2005 22:56:21 -0000 --nextPart5446681.atSPJl50mu Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday, 15. July 2005 00:16, Sr. D wrote: > I am trying to install kde3 from ports by simply > typing "make install" from /usr/ports/x11/kde3. > However, I left it compiling overnight and was greeted > with a prompt the next morning (to choose some detail > for the compile/installation). =46irst off, don't do that. First do 'make', then do 'make install' (yes, t= he=20 handbook says you just do 'make install' - it's wrong). You can also do bot= h=20 in sequence: 'make && make install'. To avoid the option popups, you can do 'make -DBATCH' instead of 'make' - t= his=20 will give you the preset defaults for each port with options. Or you can do= =20 'make config-recursive' - this will present you with all option screens for= =20 the port in whose directory you're currently in and all its dependencies, t= oo=20 =2D make your choices there, then just go on with 'make'. See 'man ports' for more information. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --nextPart5446681.atSPJl50mu Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBC1u2MXhc68WspdLARAsjqAJ0RlkTCZi+JxuUSPAvJscIvSCtN0ACeJLX3 XXfTpWLW8T+NqKdfgGT5gAU= =tDCB -----END PGP SIGNATURE----- --nextPart5446681.atSPJl50mu--