From owner-freebsd-ports Tue Jan 22 5:52:46 2002 Delivered-To: freebsd-ports@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id A762A37B404 for ; Tue, 22 Jan 2002 05:52:43 -0800 (PST) Received: by squall.waterspout.com (Postfix, from userid 1050) id 96A959B08; Tue, 22 Jan 2002 08:52:23 -0500 (EST) Date: Tue, 22 Jan 2002 08:52:23 -0500 From: Will Andrews To: Mikhail Teterin Cc: will@csociety.org, ports@FreeBSD.org Subject: Re: cvs commit: ports/graphics/gd2 Makefile pkg-plist ports/graphics/gd2/files Makefile.bsd Message-ID: <20020122085223.F18609@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Mikhail Teterin , will@csociety.org, ports@FreeBSD.org References: <20020121222747.B18609@squall.waterspout.com> <200201220401.g0M41jQ53644@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200201220401.g0M41jQ53644@aldan.algebra.com> User-Agent: Mutt/1.3.22.1i 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 On Mon, Jan 21, 2002 at 11:01:42PM -0500, Mikhail Teterin wrote: > That's a possibility -- depending on how many things break (most have > -I${LB}/inlude anyway). One way or the other things will need patching, > so -- I figured -- might do the right thing :-) Actually, the old version didn't need patching to work with things that include instead of -- you simply had to add CFLAGS+=-I${LOCALBASE}/include/gd to the port Makefile if the distribution wasn't smart enough to figure that out itself. The new version, in contrast, requires patching to anything that includes , although you can imitate this effect fairly easily with a perl regex, that's higher overhead than CFLAGS+=. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message