Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2007 18:48:46 -0600
From:      "Jeremy Messenger" <mezz7@cox.net>
To:        "Sergey Matveychuk" <sem@freebsd.org>
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
Message-ID:  <op.tmv4jkk99aq2h7@mezz.mezzweb.com>
In-Reply-To: <200701281446.l0SEkagi008035@repoman.freebsd.org>
References:  <200701281446.l0SEkagi008035@repoman.freebsd.org>

index | next in thread | previous in thread | raw e-mail

On Sun, 28 Jan 2007 08:46:36 -0600, Sergey Matveychuk <sem@FreeBSD.org>  
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 of  
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 the  
every release of ace. I have not rebuild net/bfilter with this ace version  
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.

==============================================
% bfilter
/libexec/ld-elf.so.1: Shared object "libACE.so.5" not found, required by  
"bfilter"
==============================================

==============================================
# grep ace /usr/ports/net/bfilter/Makefile
LIB_DEPENDS=    ACE.5:${PORTSDIR}/devel/ace \
==============================================

==============================================
# 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*
==============================================

==============================================
+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
==============================================

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


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.tmv4jkk99aq2h7>