From owner-freebsd-ports Fri Oct 27 1:45:23 2000 Delivered-To: freebsd-ports@freebsd.org Received: from sanpietro.red-bean.com (sanpietro.red-bean.com [206.69.89.65]) by hub.freebsd.org (Postfix) with ESMTP id 6BF6237B479 for ; Fri, 27 Oct 2000 01:45:21 -0700 (PDT) Received: from limekiller.braithwaite.net (sanpietro.red-bean.com [206.69.89.65]) by sanpietro.red-bean.com (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id DAA15030; Fri, 27 Oct 2000 03:45:17 -0500 X-Authentication-Warning: sanpietro.red-bean.com: Host sanpietro.red-bean.com [206.69.89.65] claimed to be limekiller.braithwaite.net Received: by limekiller.braithwaite.net (Postfix, from userid 1001) id 609135AAC; Fri, 27 Oct 2000 01:45:08 -0700 (PDT) Date: Fri, 27 Oct 2000 01:45:08 -0700 From: Matthew Braithwaite To: "David W. Chapman Jr." Cc: ports@FreeBSD.ORG Subject: Re: New Message-ID: <20001027014508.H42117@limekiller.braithwaite.net> References: <061201c03ff1$2dac2ae0$931576d8@inethouston.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <061201c03ff1$2dac2ae0$931576d8@inethouston.net>; from dwcjr@inethouston.net on Fri, Oct 27, 2000 at 03:37:45AM -0500 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Oct 27, 2000 at 03:37:45AM -0500, David W. Chapman Jr. wrote: > I'm new to modifying/creating, I've taken a look at the handbook and also > bsd.port.mk and can't figure out why this doesn't work like it should. > > When i do make USE_FACILITY=something I get this error > > su-2.04# make USE_FACILITY=something > ===> Extracting for isc-dhcp3-3.0.b2.9 > >> Checksum OK for dhcp-3.0b2pl9.tar.gz. > ===> Patching for isc-dhcp3-3.0.b2.9 > ===> Applying FreeBSD patches for isc-dhcp3-3.0.b2.9 > Variable USE_FACILITY is recursive. You need to use the `:=' assignment operator when you are assigning something to X that uses the value of X. It's a `make', thing, not a port thing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message