From owner-freebsd-bugs@FreeBSD.ORG Sun Sep 22 15:40:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 15EF5254 for ; Sun, 22 Sep 2013 15:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E70D62759 for ; Sun, 22 Sep 2013 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8MFe0jp000207 for ; Sun, 22 Sep 2013 15:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8MFe0of000165; Sun, 22 Sep 2013 15:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 22 Sep 2013 15:40:00 GMT Resent-Message-Id: <201309221540.r8MFe0of000165@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthieu Volat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 16FF523F for ; Sun, 22 Sep 2013 15:37:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05560274F for ; Sun, 22 Sep 2013 15:37:52 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8MFbpfv087158 for ; Sun, 22 Sep 2013 15:37:51 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8MFbpX4087155; Sun, 22 Sep 2013 15:37:51 GMT (envelope-from nobody) Message-Id: <201309221537.r8MFbpX4087155@oldred.freebsd.org> Date: Sun, 22 Sep 2013 15:37:51 GMT From: Matthieu Volat To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/182300: geeqie champlain detection with GSP option X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2013 15:40:01 -0000 >Number: 182300 >Category: misc >Synopsis: geeqie champlain detection with GSP option >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 22 15:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthieu Volat >Release: 9.2-RC4 >Organization: >Environment: FreeBSD freedom.alkumuna.eu 9.2-RC4 FreeBSD 9.2-RC4 #0 r255465: Wed Sep 11 05:11:03 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: graphics/geeqie configure has a hard time with the ill-defined pkgconfig name for champlain, its maps backend: it must be re-harcoded with current version in port (0.8), else maps support won't be activated. One solution is to sed the correct version in ${WORKSRC}/configure, I've enclosed a naive patch to do so. >How-To-Repeat: # cd /usr/port/graphics/geeqie # make config -> enable GPS # make (re)install clean -> unable to add maps wiget, configure output states that champlain 0.4 wasn't found. >Fix: Apply following to /usr/ports/graphics/geeqie/Makefile: --- Makefile.orig 2013-09-22 17:25:43.000000000 +0200 +++ Makefile 2013-09-22 17:30:15.000000000 +0200 @@ -77,5 +77,11 @@ @${REINPLACE_CMD} -e '/^install-data-am:/,/^[a-z]/ s|install-readmeDATA||' \ ${WRKSRC}/Makefile.in .endif +.if ${PORT_OPTIONS:MGPS} + @${REINPLACE_CMD} \ + -e 's/champlain-0\.4/champlain-0.8/g' \ + -e 's/champlain-gtk-0\.4/champlain-gtk-0.8/g' \ + ${WRKSRC}/configure +.endif .include >Release-Note: >Audit-Trail: >Unformatted: