From owner-cvs-all Mon Jan 21 19:28:18 2002 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 9592337B404; Mon, 21 Jan 2002 19:28:07 -0800 (PST) Received: by squall.waterspout.com (Postfix, from userid 1050) id 0F9F99B08; Mon, 21 Jan 2002 22:27:48 -0500 (EST) Date: Mon, 21 Jan 2002 22:27:47 -0500 From: Will Andrews To: Mikhail Teterin Cc: will@csociety.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/gd2 Makefile pkg-plist ports/graphics/gd2/files Makefile.bsd Message-ID: <20020121222747.B18609@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Mikhail Teterin , will@csociety.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20020121140101.Q18609@squall.waterspout.com> <200201220319.g0M3JAQ52976@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200201220319.g0M3JAQ52976@aldan.algebra.com> User-Agent: Mutt/1.3.22.1i Sender: owner-cvs-all@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 10:19:06PM -0500, Mikhail Teterin wrote: > Well, the reason I did this is because some stuff, actually, just > expects to find gd.h -- not gd/gd.h (libwmf, for example, or gdtclft) -- > and needs to be patched somehow. Since all of the headers are named > gd.h too, I think, it would be proper to install them in > include directly. > > This is something I meant to do for a while, and finally did today. You > are welcome to revert it, if you strongly feel I'm incorrect... You should have put this information in your commit log. Regardless, such programs can easily -I${LOCALBASE}/include/gd, whereas programs that do gd/gd.h (which I believe is the standard way, if memory from playing around with gd from about 2-3 years ago serves) have a problem, unless you plan on symlinking gd to . in ${LOCALBASE/include. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message