From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 8 23:10:31 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF15E16A400 for ; Sat, 8 Apr 2006 23:10:31 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A835843D77 for ; Sat, 8 Apr 2006 23:10:16 +0000 (GMT) (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 k38NAEm2034767 for ; Sat, 8 Apr 2006 23:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k38NAEHM034766; Sat, 8 Apr 2006 23:10:14 GMT (envelope-from gnats) Resent-Date: Sat, 8 Apr 2006 23:10:14 GMT Resent-Message-Id: <200604082310.k38NAEHM034766@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, Rene Ladan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EAB9716A400 for ; Sat, 8 Apr 2006 23:01:00 +0000 (UTC) (envelope-from rene@82-168-79-254.dsl.ip.tiscali.nl) Received: from 82-168-79-254.dsl.ip.tiscali.nl (82-168-74-136.dsl.ip.tiscali.nl [82.168.74.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C43F43D45 for ; Sat, 8 Apr 2006 23:01:00 +0000 (GMT) (envelope-from rene@82-168-79-254.dsl.ip.tiscali.nl) Received: from 82-168-79-254.dsl.ip.tiscali.nl (localhost [127.0.0.1]) by 82-168-79-254.dsl.ip.tiscali.nl (8.13.6/8.13.4) with ESMTP id k38N0uLE030041; Sun, 9 Apr 2006 01:00:58 +0200 (CEST) (envelope-from rene@82-168-79-254.dsl.ip.tiscali.nl) Received: (from rene@localhost) by 82-168-79-254.dsl.ip.tiscali.nl (8.13.6/8.13.4/Submit) id k38N0sYM030040; Sun, 9 Apr 2006 01:00:54 +0200 (CEST) (envelope-from rene) Message-Id: <200604082300.k38N0sYM030040@82-168-79-254.dsl.ip.tiscali.nl> Date: Sun, 9 Apr 2006 01:00:54 +0200 (CEST) From: Rene Ladan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 X-Mailman-Approved-At: Sat, 08 Apr 2006 23:39:48 +0000 Cc: Edwin Groothuis Subject: ports/95527: [net/nos-ttb]: add py-gtk2 runtime dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rene Ladan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Apr 2006 23:10:31 -0000 >Number: 95527 >Category: ports >Synopsis: [net/nos-ttb]: add py-gtk2 runtime dependency >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 08 23:10:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 6.1-RC i386 >Organization: >Environment: System: FreeBSD 82-168-79-254.dsl.ip.tiscali.nl 6.1-RC FreeBSD 6.1-RC #0: Sat Apr 8 22:41:38 CEST 2006 root@82-168-79-254.dsl.ip.tiscali.nl:/usr/obj/usr/src61/sys/RENE i386 ports tree as of 2006-04-08 22:08 UTC >Description: The ttb program requires the py-gtk bindings in order to run, but the corresponding runtime dependency is missing in the Makefile. Correct this by adding a runtime dependency. This PR suggests adding the py-gtk2 toolkit as runtime dependency, which works correctly. I haven't tested the py-gtk (GTK 1.X) toolkit as dependency. >How-To-Repeat: 1. install net/nos-ttb 2. run ttb This fails with a message from the Python interpreter that it needs a gtk module. 3. install x11-toolkits/py-gtk2 4. ttb runs fine now. >Fix: --- net/nos-ttb/Makefile Sun Apr 9 00:51:01 2006 +++ net/nos-ttb/Makefile.orig Sun Apr 9 00:44:36 2006 @@ -17,8 +17,6 @@ NO_BUILD= yes USE_PYTHON= yes -#don't know if pygtk-1.X could also be used -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygtk-2.0.pc:${PORTSDIR}/x11-toolkits/py-gtk2 do-install: ${MKDIR} ${PREFIX}/share/ttb >Release-Note: >Audit-Trail: >Unformatted: