From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 24 13:50:04 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5FC616A404 for ; Sat, 24 Mar 2007 13:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 6D44713C46A for ; Sat, 24 Mar 2007 13:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2ODo4uU055940 for ; Sat, 24 Mar 2007 13:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2ODo4S8055939; Sat, 24 Mar 2007 13:50:04 GMT (envelope-from gnats) Resent-Date: Sat, 24 Mar 2007 13:50:04 GMT Resent-Message-Id: <200703241350.l2ODo4S8055939@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, Leonhard Wimmer Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5A2E516A401 for ; Sat, 24 Mar 2007 13:43:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 4A5E113C448 for ; Sat, 24 Mar 2007 13:43:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l2ODh25R049889 for ; Sat, 24 Mar 2007 13:43:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l2ODc0JT024506; Sat, 24 Mar 2007 13:38:00 GMT (envelope-from nobody) Message-Id: <200703241338.l2ODc0JT024506@www.freebsd.org> Date: Sat, 24 Mar 2007 13:38:00 GMT From: Leonhard Wimmer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: ports/110761: [patch] port www/webalizer: geolizer patch doesn't work anymore 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: Sat, 24 Mar 2007 13:50:04 -0000 >Number: 110761 >Category: ports >Synopsis: [patch] port www/webalizer: geolizer patch doesn't work anymore >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 24 13:50:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Leonhard Wimmer >Release: FreeBSD 6.2-RELEASE-p3 i386 >Organization: private >Environment: FreeBSD 6.2-RELEASE-p3 i386 current ports tree >Description: The webalizer port has a WITH_GEOIP option to add the geolizer patch. If this option is used, the parameter '--enable-geoip' is added to configure, but for some strange reason '--enable-geoip' *disables* the GeoIP patch. So if '--enable-geoip' is omitted the port is built correctly. >How-To-Repeat: Build the port www/geolizer and notice that it isn't built with the geolizer patch. To verify that webalizer was built with the geolizer patch, look at the output of 'ldd `which webalizer`'. It should contain a line similar to 'libGeoIP.so.5 => /usr/local/lib/libGeoIP.so.5 (0x28097000)'. >Fix: apply the attached patch Patch attached with submission follows: --- Makefile.orig Sat Mar 10 18:04:07 2007 +++ Makefile Sat Mar 24 13:57:58 2007 @@ -48,8 +48,7 @@ EXTRA_PATCHES+= ${FILESDIR}/output.geo.patch EXTRA_PATCHES+= ${FILESDIR}/linklist.geo.patch PATCH_STRIP= -p1 -CONFIGURE_ARGS+= --enable-geoip \ - --with-geoip-lib=${LOCALBASE}/lib \ +CONFIGURE_ARGS+= --with-geoip-lib=${LOCALBASE}/lib \ --with-geoip-inc=${LOCALBASE}/include PLIST_SUB+= WITH_GEOIP="" .else >Release-Note: >Audit-Trail: >Unformatted: