From owner-cvs-all Mon Jan 21 11: 1:27 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 D611F37B416; Mon, 21 Jan 2002 11:01:20 -0800 (PST) Received: by squall.waterspout.com (Postfix, from userid 1050) id DA1C49B08; Mon, 21 Jan 2002 14:01:01 -0500 (EST) Date: Mon, 21 Jan 2002 14:01:01 -0500 From: Will Andrews To: Mikhail Teterin 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> Reply-To: Will Andrews Mail-Followup-To: Mikhail Teterin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200201211827.g0LIR4286463@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200201211827.g0LIR4286463@freefall.freebsd.org> 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: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