From owner-freebsd-ports Sun Feb 2 9:54:51 2003 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 3E73337B401 for ; Sun, 2 Feb 2003 09:54:50 -0800 (PST) Received: from mailout05.sul.t-online.com (mailout05.sul.t-online.com [194.25.134.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 641BD43F3F for ; Sun, 2 Feb 2003 09:54:49 -0800 (PST) (envelope-from corecode@corecode.ath.cx) Received: from fwd04.sul.t-online.de by mailout05.sul.t-online.com with smtp id 18fOKO-00048f-05; Sun, 02 Feb 2003 18:54:48 +0100 Received: from pride.uni.stoert.net (320050403952-0001@[217.224.171.112]) by fmrl04.sul.t-online.com with esmtp id 18fOKG-1fKoUaC; Sun, 2 Feb 2003 18:54:40 +0100 Received: from terrorfish.uni.stoert.net (terrorfish.uni.stoert.net [10.150.180.178]) by pride.uni.stoert.net (Postfix) with ESMTP id F15C112EC29; Sun, 2 Feb 2003 18:54:38 +0100 (CET) Received: from terrorfish.uni.stoert.net (localhost [127.0.0.1]) by terrorfish.uni.stoert.net (8.12.6/8.12.6) with ESMTP id h12HsZGt004737; Sun, 2 Feb 2003 18:54:35 +0100 (CET) (envelope-from corecode@terrorfish.uni.stoert.net) Received: (from corecode@localhost) by terrorfish.uni.stoert.net (8.12.6/8.12.6/Submit) id h12HsYIx004736; Sun, 2 Feb 2003 18:54:34 +0100 (CET) Date: Sun, 2 Feb 2003 18:54:30 +0100 From: "Simon 'portlint' Schubert" To: Stefan Bethke Cc: freebsd-ports@freebsd.org Subject: Re: CONFIGURE_ARGS does not include default args? Message-Id: <20030202185430.79942372.corecode@corecode.ath.cx> In-Reply-To: <5F679F1E-36D4-11D7-A9F0-000393496BE8@lassitu.de> References: <5F679F1E-36D4-11D7-A9F0-000393496BE8@lassitu.de> X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) X-Portlint: corecode Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="=.wY.oQ.fJ:cPG6s" X-Sender: 320050403952-0001@t-dialin.net Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --=.wY.oQ.fJ:cPG6s Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Lately Stefan Bethke told: > In light of this, should I change the Makefile from > CONFIGURE_ARGS= --quiet --with-logdir=/var/log > to > CONFIGURE_ARGS+= --quiet --with-logdir=/var/log > or am I missing something? yes (=missing). CONFIGURE_ARGS gets modified in bsd.port.mk which is parsed after the port's makefile. so += doesn't change a thing at all. perhaps using GNU_CONFIGURE= yes instead of HAS_CONFIGURE= yes will do the job. try a make -V CONFIGURE_ARGS. besides, it would be usefull if you told us which port this is about cheers simon -- /"\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and News --=.wY.oQ.fJ:cPG6s Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+PVtZr5S+dk6z85oRAuXyAKDvMZYsjHqLg+ajjqHMfUDhRm5BewCaA+iL gUK+TJTuRgLXHsbmpOFR//0= =HMsT -----END PGP SIGNATURE----- --=.wY.oQ.fJ:cPG6s-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message