Date: Mon, 30 Oct 2006 14:03:01 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: Paolo Pisati <piso@FreeBSD.org> Cc: Perforce Change Reviews <perforce@FreeBSD.org> Subject: Re: PERFORCE change 108717 for review Message-ID: <20061030140301.q7ko5hlezo0wk04s@webmail.leidinger.net> In-Reply-To: <200610300915.k9U9Fpp4079193@repoman.freebsd.org> References: <200610300915.k9U9Fpp4079193@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Paolo Pisati <piso@FreeBSD.org> (from Mon, 30 Oct 2006 09:15:51 GMT): > http://perforce.freebsd.org/chv.cgi?CH=108717 > > Change 108717 by piso@piso_newluxor on 2006/10/30 09:15:47 > ==== //depot/projects/soc2005/libalias/ObsoleteFiles.inc#10 (text+ko) ==== > +# 20061030: move liablias modules from *.so.4 to *.so > +OLD_LIBS+=lib/libalias_cuseeme.so.4 > +OLD_LIBS+=lib/libalias_dummy.so.4 > +OLD_LIBS+=lib/libalias_ftp.so.4 > +OLD_LIBS+=lib/libalias_irc.so.4 > +OLD_LIBS+=lib/libalias_nbt.so.4 > +OLD_LIBS+=lib/libalias_pptp.so.4 > +OLD_LIBS+=lib/libalias_skinny.so.4 > +OLD_LIBS+=lib/libalias_smedia.so.4 If nobody links with them directly (for example if those are plugins which are loaded at runtime only when they are needed), you can use OLD_FILES for them instead of OLD_LIBS. The goal of OLD_LIBS is to not remove libs which may break applications when they are not available. For this reason symlinks to libs and static libs (libXXX.a) are removed with OLD_FILES, it doesn't hurt at program startup time if those are not available. Bye, Alexander. -- People say I live in my own little fantasy world... well, at least they *know* me there! -- D. L. Roth http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061030140301.q7ko5hlezo0wk04s>
