From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 22 21:30:04 2008 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 720AE1065675 for ; Wed, 22 Oct 2008 21:30:04 +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 60A3D8FC1F for ; Wed, 22 Oct 2008 21:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9MLU4Jn060686 for ; Wed, 22 Oct 2008 21:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9MLU4WO060683; Wed, 22 Oct 2008 21:30:04 GMT (envelope-from gnats) Date: Wed, 22 Oct 2008 21:30:04 GMT Message-Id: <200810222130.m9MLU4WO060683@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Steve Ames Cc: Subject: Re: ports/128140: update devel/pwlib to 2.4.1 to fit GNOME 2.24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Steve Ames List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2008 21:30:04 -0000 The following reply was made to PR ports/128140; it has been noted by GNATS. From: Steve Ames To: bug-followup@FreeBSD.ORG Cc: d9364104@mail.nchu.edu.tw Subject: Re: ports/128140: update devel/pwlib to 2.4.1 to fit GNOME 2.24 Date: Wed, 22 Oct 2008 16:47:20 -0400 Have you tested this pwlib update against other users of pwlib? I expect it will break openh323 which will break a number of other ports. I realize openh323 is pretty dated (the project forked into Opal and h323plus quite a while ago). However, I think introducing port breakage is to be avoided where possible. I believe there are only two direct consumers of pwlib in the source tree: Opal and openh323. The following ports all seem to go through the openh323 vector which will be broken by this upgrade to pw lib: asterisk asterisk-bristuff asterisk-oh323 callgen323 cphone gatekeeper ohphone openam openmcu versuch yate-devel Most/All of them can be converted to Opal or H323Plus. Alternately you can create a new net/ptlib port and mark as conflicting conflicting with net/pwlib. Then update ptlib to 2.4.2 and set opal and company to use ptlib instead of pwlib. the upgrade path would be kind of hairy for people who already have pwlib installed but this may still be the easiest solution. I'm completely open to solutions, however the existing patch causes dependants to break and I'm not sure I have time to clean up after :) Some of these ports I'm not sure anyone cares about. Others (asterisk,gatekeeper,yate) people definately do.