From owner-freebsd-ports@FreeBSD.ORG Mon Aug 18 07:02:48 2003 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 C50DF37B401 for ; Mon, 18 Aug 2003 07:02:48 -0700 (PDT) Received: from basement.kutulu.org (pcp03610121pcs.longhl01.md.comcast.net [68.49.239.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC71C43FEA for ; Mon, 18 Aug 2003 07:02:47 -0700 (PDT) (envelope-from kutulu@kutulu.org) Received: by basement.kutulu.org (Postfix, from userid 1001) id 4D99EA959; Mon, 18 Aug 2003 10:03:10 -0400 (EDT) Date: Mon, 18 Aug 2003 10:03:10 -0400 From: Michael Edenfield To: Matthias Andree , freebsd-ports@freebsd.org Message-ID: <20030818140310.GA49073@basement.kutulu.org> Mail-Followup-To: Matthias Andree , freebsd-ports@freebsd.org References: <20030818092850.GD718@galgenberg.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20030818092850.GD718@galgenberg.net> X-Mailer: Mutt http://www.mutt.org/ X-Accept-Language: en X-PGP-Key: http://www.kutulu.org/pgp/kutulu.asc X-PGP-Fingerprint: 1CE0 3C31 7013 D529 406D 37DC 09CC CD84 A46C 878F User-Agent: Mutt/1.5.4i Subject: Re: Port WITH_* options and updates/portupgrade 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, 18 Aug 2003 14:02:49 -0000 * Ulrich Spoerlein [030818 05:29]: > I think the whole dependancy thing should be thought over. E.g. I have > to specify WITH_APACHE2 to every port, because that's what I got > installed and apache1 still is the default. Another example is, that I In this case you could add "WITH_APACHE2=3Dyes" in your /etc/make.conf. =20 I have a few things there to define WITHOUT_X11, WITH_THREADS, and a=20 couple other commonly used variables. > have lynx-ssl installed. Now every port depending on it looks if a lynx > binary is available (which is) and registers it's dependancy to > www/lynx. But www/lynx is not installed and therefore I get > inconsitencies in the package DB. This is a harder problem to solve automatically, but I get into the=20 habit of running a pkgdb -f every couple of days to eliminate these. --Mike