cvs commit: ports/devel/ace Makefile distinfo pkg-plist ports/devel/ace/files patch-ace-os_include-os_pthread.h patch-configure patch-pkgconfig

Jeremy Messenger mezz7 at cox.net
Mon Jan 29 00:47:09 UTC 2007


On Sun, 28 Jan 2007 08:46:36 -0600, Sergey Matveychuk <sem at 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 at cox.net  -  mezz at FreeBSD.org
FreeBSD GNOME Team  -  FreeBSD Multimedia Hat (ports, not src)
http://www.FreeBSD.org/gnome/  -  gnome at FreeBSD.org
http://wiki.freebsd.org/multimedia  -  multimedia at FreeBSD.org


More information about the cvs-ports mailing list