From owner-p4-projects@FreeBSD.ORG Mon Oct 30 13:04:25 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 81F3416A4A0; Mon, 30 Oct 2006 13:04:25 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F61416A40F; Mon, 30 Oct 2006 13:04:25 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from redbull.bpaserver.net (redbullneu.bpaserver.net [213.198.78.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCB1C43D6B; Mon, 30 Oct 2006 13:04:12 +0000 (GMT) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (p54A5FF66.dip.t-dialin.net [84.165.255.102]) by redbull.bpaserver.net (Postfix) with ESMTP id 9EC822E27B; Mon, 30 Oct 2006 14:03:07 +0100 (CET) Received: from webmail.leidinger.net (webmail.Leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id CD3FF5B61AB; Mon, 30 Oct 2006 14:03:01 +0100 (CET) Received: (from www@localhost) by webmail.leidinger.net (8.13.8/8.13.8/Submit) id k9UD31ZE010845; Mon, 30 Oct 2006 14:03:01 +0100 (CET) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Mon, 30 Oct 2006 14:03:01 +0100 Message-ID: <20061030140301.q7ko5hlezo0wk04s@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Mon, 30 Oct 2006 14:03:01 +0100 From: Alexander Leidinger To: Paolo Pisati References: <200610300915.k9U9Fpp4079193@repoman.freebsd.org> In-Reply-To: <200610300915.k9U9Fpp4079193@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.3) / FreeBSD-7.0 X-BPAnet-MailScanner-Information: Please contact the ISP for more information X-BPAnet-MailScanner: Found to be clean X-BPAnet-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-2.463, required 6, autolearn=not spam, BAYES_00 -2.60, DK_POLICY_SIGNSOME 0.00, FORGED_RCVD_HELO 0.14) X-BPAnet-MailScanner-From: alexander@leidinger.net X-Spam-Status: No Cc: Perforce Change Reviews Subject: Re: PERFORCE change 108717 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Oct 2006 13:04:25 -0000 Quoting Paolo Pisati (from Mon, 30 Oct 2006 09:15:51 GMT)= : > http://perforce.freebsd.org/chv.cgi?CH=3D108717 > > Change 108717 by piso@piso_newluxor on 2006/10/30 09:15:47 > =3D=3D=3D=3D //depot/projects/soc2005/libalias/ObsoleteFiles.inc#10 (text+= ko) =3D=3D=3D=3D > +# 20061030: move liablias modules from *.so.4 to *.so > +OLD_LIBS+=3Dlib/libalias_cuseeme.so.4 > +OLD_LIBS+=3Dlib/libalias_dummy.so.4 > +OLD_LIBS+=3Dlib/libalias_ftp.so.4 > +OLD_LIBS+=3Dlib/libalias_irc.so.4 > +OLD_LIBS+=3Dlib/libalias_nbt.so.4 > +OLD_LIBS+=3Dlib/libalias_pptp.so.4 > +OLD_LIBS+=3Dlib/libalias_skinny.so.4 > +OLD_LIBS+=3Dlib/libalias_smedia.so.4 If nobody links with them directly (for example if those are plugins =20 which are loaded at runtime only when they are needed), you can use =20 OLD_FILES for them instead of OLD_LIBS. The goal of OLD_LIBS is to not remove libs which may break =20 applications when they are not available. For this reason symlinks to =20 libs and static libs (libXXX.a) are removed with OLD_FILES, it doesn't =20 hurt at program startup time if those are not available. Bye, Alexander. --=20 People say I live in my own little fantasy world... well, at least they *know* me there! =09=09-- D. L. Roth http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137