From owner-freebsd-ports@FreeBSD.ORG Sun Aug 1 08:24:55 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 0659616A4CE for ; Sun, 1 Aug 2004 08:24:55 +0000 (GMT) Received: from cherub.home.volker.de (pD9522FF9.dip.t-dialin.net [217.82.47.249]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BA3E43D4C for ; Sun, 1 Aug 2004 08:24:53 +0000 (GMT) (envelope-from freebsd@secspace.de) Received: from cherub.home.volker.de (localhost [127.0.0.1]) by cherub.home.volker.de (8.12.10/8.12.10) with SMTP id i718Opci041074 for ; Sun, 1 Aug 2004 10:24:52 +0200 (CEST) (envelope-from freebsd@secspace.de) Date: Sun, 1 Aug 2004 10:24:51 +0200 From: Volker Kindermann To: freebsd-ports@freebsd.org Message-Id: <20040801102451.5211f438@cherub.home.volker.de> In-Reply-To: <1091313486.410c1f4e7eff7@webmail.cli.di.unipi.it> References: <1091313486.410c1f4e7eff7@webmail.cli.di.unipi.it> X-Mailer: Sylpheed-Claws 0.9.12 (GTK+ 1.2.10; i386-portbld-freebsd5.2.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: A doubt! 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: Sun, 01 Aug 2004 08:24:55 -0000 Hi, > I'd like to know if it is possible to specify port specific build > option in /etc/make.conf. For example compile GNU make WITHOUT_NLS > support and another port with NLS support. I don't think that it's possible in /etc/make.conf. If I understand it correctly, make.conf is mainly for the base system. But you can install the /usr/ports/sysutils/portupgrade port. There you have a configuration files which holds port specific options. It's located in /usr/local/etc/ and called pkgtools.conf -volker