From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 15 03:49:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B20D106564A for ; Sun, 15 Mar 2009 03:49:01 +0000 (UTC) (envelope-from esheesle@shadowlair.com) Received: from rogue.shadowlair.com (mail.shadowlair.com [74.92.153.17]) by mx1.freebsd.org (Postfix) with ESMTP id 68C178FC12 for ; Sun, 15 Mar 2009 03:49:01 +0000 (UTC) (envelope-from esheesle@shadowlair.com) Received: from localhost (unknown [127.0.0.1]) by rogue.shadowlair.com (Postfix) with ESMTP id 93BB450836 for ; Sat, 14 Mar 2009 23:30:43 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=shadowlair.com; h=content-transfer-encoding:content-type:subject:mime-version :user-agent:from:date:message-id:received:received: x-virus-scanned; s=shadowlair; t=1237087839; x=1238902239; bh=ht l8q8H5eztN2077LBjp+M4d8nueV3hqc52YZO3AWZ0=; b=ZJBJOdIUgJF/OKAgCe jqfzg8z51vwkBLZKb7+qWIDOHuPb02iedVFZzYuep9l9pHI8WrLqdyhZHgKp1Xtl dDOxnhmCa4mrVR+f+w8G796DoqTji9XWF+Hm8DJF8UxrabeWG2E1hN6XUviNrFUo K05z8z1LwDumXKrzl/gTtRljU= X-Virus-Scanned: amavisd-new at shadowlair.com Received: from rogue.shadowlair.com ([127.0.0.1]) by localhost (rogue.shadowlair.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HKRXPQ2oSPLL for ; Sat, 14 Mar 2009 23:30:39 -0400 (EDT) Received: from [192.168.1.2] (unknown [10.1.10.82]) by rogue.shadowlair.com (Postfix) with ESMTPSA for ; Sat, 14 Mar 2009 23:30:39 -0400 (EDT) Message-ID: <49BC765F.7010307@shadowlair.com> Date: Sat, 14 Mar 2009 23:30:39 -0400 From: Eric Sheesley User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: apcupsd gd.h problem X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2009 03:49:01 -0000 When trying to do a portupgrade of apcupsd I received the following error: checking for gd2/gd.h... no configure: error: Found system GD library but no header file. Please find the file gd.h in your system include directories and report its location to apcupsd-users@lists.sourceforge.net The system is Freebsd 7.1. I checked and gd.h does exist so I'm a bit confused as to what is going on. The file is located in /usr/local/include, a path that it appears the port checks. Anyone else experiencing this?