From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 19 09:26:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97D8C37B401; Sat, 19 Jul 2003 09:26:16 -0700 (PDT) Received: from siralan.org (12-223-243-238.client.insightbb.com [12.223.243.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAC4743F75; Sat, 19 Jul 2003 09:26:15 -0700 (PDT) (envelope-from mikes@siralan.org) Received: from siralan.org (localhost [127.0.0.1]) by siralan.org (8.12.9/8.12.9) with ESMTP id h6JGQEjk010803; Sat, 19 Jul 2003 11:26:14 -0500 (EST) (envelope-from mikes@siralan.org) Received: (from mikes@localhost) by siralan.org (8.12.9/8.12.9/Submit) id h6JGQD59010802; Sat, 19 Jul 2003 11:26:13 -0500 (EST) From: "Michael L. Squires" Message-Id: <200307191626.h6JGQD59010802@siralan.org> To: reg@freebsd.org, freebsd-ports-bugs@freebsd.org Date: Sat, 19 Jul 2003 11:26:13 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Subject: GRASS5 build failure under 5.1-RELEASE, fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2003 16:26:16 -0000 Under FreeBSD 5.1-RELEASE, cvsup'd to the version of 7/18/03, grass5 fails to build (the configure script fails when it checks for "gd)". The cause appears to be a change from "gd" to "gd2"; gd2 has the include files in /usr/local/include while gd has them in /usr/local/include/gd. I created the /usr/local/include/gd directory manually and then symlinked the .h files into that directory. "make" hasn't finished yet, but it is proceeding normally. Mike Squires