Date: Mon, 21 Jan 2002 14:01:01 -0500 From: Will Andrews <will@csociety.org> To: Mikhail Teterin <mi@FreeBSD.org> Cc: 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: <20020121140101.Q18609@squall.waterspout.com> In-Reply-To: <200201211827.g0LIR4286463@freefall.freebsd.org> References: <200201211827.g0LIR4286463@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 21, 2002 at 10:27:04AM -0800, Mikhail Teterin wrote: > Log: > Obey hier(7) by installing the include files into > ${LOCALBASE}/include, rather than include/gd. Each file is named gd*.h > anyway. Bump the PORTREVISION. Other ports should be fine, because > the have the -I${LOCALBASE}/include anyway, but should keep the > -I${LOCALBASE}/include/gd for a while too. The old way was perfectly fine. hier(7) does not care how things are installed under include/ etc., only that the files need to be of the type that belong there -- headers. That said, I think this change needlessly breaks things, including POLA. You should revert it. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020121140101.Q18609>