From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jul 23 19:30:14 2011 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 12282106566B for ; Sat, 23 Jul 2011 19:30:14 +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 C46908FC1B for ; Sat, 23 Jul 2011 19:30:13 +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 p6NJUD50031193 for ; Sat, 23 Jul 2011 19:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p6NJUDFV031190; Sat, 23 Jul 2011 19:30:13 GMT (envelope-from gnats) Resent-Date: Sat, 23 Jul 2011 19:30:13 GMT Resent-Message-Id: <201107231930.p6NJUDFV031190@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 4B12C106566C for ; Sat, 23 Jul 2011 19:21:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 3B75F8FC12 for ; Sat, 23 Jul 2011 19:21:37 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p6NJLaCr030162 for ; Sat, 23 Jul 2011 19:21:36 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p6NJLaV9030161; Sat, 23 Jul 2011 19:21:36 GMT (envelope-from nobody) Message-Id: <201107231921.p6NJLaV9030161@red.freebsd.org> Date: Sat, 23 Jul 2011 19:21:36 GMT From: Barbara To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/159145: net/GeoIP: install not completed 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, 23 Jul 2011 19:30:14 -0000 >Number: 159145 >Category: ports >Synopsis: net/GeoIP: install not completed >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 23 19:30:13 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Barbara >Release: RELENG_8 >Organization: >Environment: FreeBSD satanasso.local.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Jul 17 12:37:49 CEST 2011 root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO i386 >Description: After updating GeoIP to 1.4.8, I've found out that only some files are installed. For example: $ ll /usr/local/bin/geoip* -r-xr-xr-x 1 root wheel 155 Jul 23 21:12 /usr/local/bin/geoipupdate.sh I'm not sure if that's correct, but I found that using libtool from libtool-2.4 instead of their own, the port installs correctly. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2011-07-23 18:39:41.000000000 +0200 +++ Makefile 2011-07-23 21:09:19.000000000 +0200 @@ -22,6 +22,10 @@ MAN1= geoiplookup.1 geoipupdate.1 geoiplookup6.1 +post-extract: + @${REINPLACE_CMD} -e 's|$$(top_builddir)/libtool|${LOCALBASE}/bin/libtool|g' \ + ${WRKSRC}/aclocal.m4 + post-install: ${INSTALL_SCRIPT} ${FILESDIR}/geoipupdate.sh ${PREFIX}/bin/ >Release-Note: >Audit-Trail: >Unformatted: