From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 8 15:00:08 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 17503106566B for ; Fri, 8 Jul 2011 15:00:08 +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 E600B8FC12 for ; Fri, 8 Jul 2011 15:00:07 +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 p68F07Kt021992 for ; Fri, 8 Jul 2011 15:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p68F07Cj021991; Fri, 8 Jul 2011 15:00:07 GMT (envelope-from gnats) Date: Fri, 8 Jul 2011 15:00:07 GMT Message-Id: <201107081500.p68F07Cj021991@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Rodrigo OSORIO (ros)" Cc: Subject: Re: ports/158731: byobu wants module "snack" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Rodrigo OSORIO \(ros\)" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 15:00:08 -0000 The following reply was made to PR ports/158731; it has been noted by GNATS. From: "Rodrigo OSORIO (ros)" To: bug-followup@FreeBSD.org, tps@vr-web.de Cc: Subject: Re: ports/158731: byobu wants module "snack" Date: Fri, 8 Jul 2011 16:56:04 +0200 Hi, Apparently byobu relies on python-newt, a pyton binding to use newt library. The main project website is located at theis URL : http://www.python.org/pyvault/SRPMS/repodata/repoview/python-newt-0-0.52.0-2.html The application isn't in the ports for now. I quickly test it and python-newt compile in freebsd-8.2 AMD64 without too much effort - I tested the shared library install, static fails -. I'm not really python enthousiastic so I let a python expert fix this issue. Regards