From owner-freebsd-ports@FreeBSD.ORG Wed Oct 20 21:49:11 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE4F51065693 for ; Wed, 20 Oct 2010 21:49:11 +0000 (UTC) (envelope-from skreuzer@freebsd.org) Received: from exit2shell.com (64.147.119.38.static.nyinternet.net [64.147.119.38]) by mx1.freebsd.org (Postfix) with ESMTP id 8F19C8FC0A for ; Wed, 20 Oct 2010 21:49:11 +0000 (UTC) Received: by exit2shell.com with ESMTP id o9KLn7iU070506; Wed, 20 Oct 2010 17:49:07 -0400 (EDT) From: Steven Kreuzer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Wed, 20 Oct 2010 17:49:06 -0400 Message-Id: <0C4F959A-6AD4-414A-AEB0-C15F3BF245D6@freebsd.org> To: freebsd-ports@freebsd.org Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) Cc: mi@aldan.algebra.com Subject: devel/gdb Port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Oct 2010 21:49:11 -0000 With the help of jhb@, I have a port of gdb 7.1 that has been modified = to recognize freebsd threads. I would like to get this added to the = ports tree but I would like some feedback as to how it should be added. Currently, the latest version of gdb in the ports tree is 6.6 and its = under devel/gdb66. I was thinking of adding this as gdb71 but the latest = version of the 7.x branch is 7.2 and someone already created a port for it = (ports/151077) but it doesn't recognize threads. So, for the 7 branch, would it make sense to check in version 7.1 as = devel/gdb7 and eventually update it to 7.2, or should it be checked in = as devel/gdb71? shar file can be found at = http://exit2shell.com/~skreuzer/patches/gdb71.shar SK=