From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 13 18:30:06 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA6BE10656A5 for ; Fri, 13 Aug 2010 18:30:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 917B28FC1A for ; Fri, 13 Aug 2010 18:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7DIU4kI060937 for ; Fri, 13 Aug 2010 18:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7DIU4dk060934; Fri, 13 Aug 2010 18:30:04 GMT (envelope-from gnats) Resent-Date: Fri, 13 Aug 2010 18:30:04 GMT Resent-Message-Id: <201008131830.o7DIU4dk060934@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Barbara Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E3791065672 for ; Fri, 13 Aug 2010 18:21:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 2C32C8FC0C for ; Fri, 13 Aug 2010 18:21:26 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7DILPJf018176 for ; Fri, 13 Aug 2010 18:21:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o7DILPcr018175; Fri, 13 Aug 2010 18:21:25 GMT (envelope-from nobody) Message-Id: <201008131821.o7DILPcr018175@www.freebsd.org> Date: Fri, 13 Aug 2010 18:21:25 GMT From: Barbara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/149627: net-p2p/amule2: fix for geoip and for a gd warning 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: Fri, 13 Aug 2010 18:30:07 -0000 >Number: 149627 >Category: ports >Synopsis: net-p2p/amule2: fix for geoip and for a gd warning >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 13 18:30:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Barbara >Release: RELENG_8 >Organization: >Environment: FreeBSD satanasso.local.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Tue Aug 10 13:51:27 CEST 2010 root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386 >Description: Running "make configure" I'm getting an error about GeoIP: checking GeoIP.h usability... no checking GeoIP.h presence... no checking for GeoIP.h... no configure: WARNING: GeoIP support has been disabled because the GeoIP header files were not found .. *** Warnings during configuration *** * GeoIP support has been disabled because the GeoIP header files were not found and a warning about gd.h: configure: WARNING: gd.h: accepted by the compiler, rejected by the preprocessor ! configure: WARNING: gd.h: proceeding with the compiler's result The strange thing is that I usually build aMule SVN by myself, but in my configure options I don't need to specify geoip headers directory or gdlib prefix. About gd I've always used "--with-gdlib-config=/usr/local/bin/gdlib-config", and I don't get the warning. >How-To-Repeat: # cd /usr/ports/net-p2p/amule2 # make config if not checked, check CAS and GEOIP # make configure >Fix: Patch attached with submission follows: 33c33,35 < CONFIGURE_ARGS= --without-included-gettext \ --- > CONFIGURE_ARGS= --with-gdlib-prefix=${LOCALBASE} \ > --with-geoip-headers=${LOCALBASE}/include \ > --without-included-gettext \ >Release-Note: >Audit-Trail: >Unformatted: