From owner-cvs-all@FreeBSD.ORG Mon Jan 29 00:47:09 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2782516A401; Mon, 29 Jan 2007 00:47:09 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from centrmmtao04.cox.net (centrmmtao04.cox.net [70.168.83.80]) by mx1.freebsd.org (Postfix) with ESMTP id 6410D13C48E; Mon, 29 Jan 2007 00:47:08 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo02.cox.net ([68.1.16.120]) by centrmmtao04.cox.net (InterMail vM.6.01.06.03 201-2131-130-104-20060516) with ESMTP id <20070129004707.GGUH22500.centrmmtao04.cox.net@eastrmimpo02.cox.net>; Sun, 28 Jan 2007 19:47:07 -0500 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo02.cox.net with bizsmtp id Gon61W00A4iy4EG0000000; Sun, 28 Jan 2007 19:47:06 -0500 Date: Sun, 28 Jan 2007 18:48:46 -0600 To: "Sergey Matveychuk" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <200701281446.l0SEkagi008035@repoman.freebsd.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <200701281446.l0SEkagi008035@repoman.freebsd.org> User-Agent: Opera Mail/9.10 (Linux) Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/devel/ace Makefile distinfo pkg-plist ports/devel/ace/files patch-ace-os_include-os_pthread.h patch-configure patch-pkgconfig X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 00:47:09 -0000 On Sun, 28 Jan 2007 08:46:36 -0600, Sergey Matveychuk = = wrote: > sem 2007-01-28 14:46:35 UTC > > FreeBSD ports repository > > Modified files: > devel/ace Makefile distinfo pkg-plist > devel/ace/files patch-ace-os_include-os_pthread.h > patch-pkgconfig > Added files: > devel/ace/files patch-configure > Log: > - Update to 5.5.2. This update has broken net/bfilter (possible more ports), and the name o= f = libraries are not good. Is there by chance that you can change the name = of = library by remove the version? That kind of stuff will break ports at th= e = every release of ace. I have not rebuild net/bfilter with this ace versi= on = yet. However, if the bump is need then I think it's best to go with = libACE.so.6 than libACE-5.5.2.so. You also will need to bump some ports = = for chase with ace update. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D % bfilter /libexec/ld-elf.so.1: Shared object "libACE.so.5" not found, required by= = "bfilter" =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # grep ace /usr/ports/net/bfilter/Makefile LIB_DEPENDS=3D ACE.5:${PORTSDIR}/devel/ace \ =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D # ldconfig -r | grep ACE [...empty...] # ls -l /usr/local/lib/libACE-5.5.2.so -rwxr-xr-x 1 root wheel 6688962 Jan 28 18:45 = /usr/local/lib/libACE-5.5.2.so* =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D +lib/libACE-5.5.2.so lib/libACE.la lib/libACE.so -lib/libACE.so.5 +lib/libACEXML-5.5.2.so lib/libACEXML.la lib/libACEXML.so -lib/libACEXML.so.5 +lib/libACEXML_Parser-5.5.2.so lib/libACEXML_Parser.la lib/libACEXML_Parser.so -lib/libACEXML_Parser.so.5 +lib/libACEXML_XML_Svc_Conf_Parser-5.5.2.so lib/libACEXML_XML_Svc_Conf_Parser.la lib/libACEXML_XML_Svc_Conf_Parser.so -lib/libACEXML_XML_Svc_Conf_Parser.so.5 +lib/libACE_HTBP-5.5.2.so lib/libACE_HTBP.la lib/libACE_HTBP.so -lib/libACE_HTBP.so.5 +lib/libACE_RMCast-5.5.2.so lib/libACE_RMCast.la lib/libACE_RMCast.so -lib/libACE_RMCast.so.5 +lib/libACE_SSL-5.5.2.so lib/libACE_SSL.la lib/libACE_SSL.so -lib/libACE_SSL.so.5 +lib/libACE_TMCast-5.5.2.so =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Cheers, Mezz -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org