From owner-cvs-all@FreeBSD.ORG Mon Aug 29 21:15:34 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B092016A443; Mon, 29 Aug 2005 21:15:34 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E97A43D48; Mon, 29 Aug 2005 21:15:33 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id 65FE917B859; Mon, 29 Aug 2005 23:15:32 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 03742-01-9; Mon, 29 Aug 2005 23:15:30 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 1138017B89D; Mon, 29 Aug 2005 23:15:29 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 91A1417046; Mon, 29 Aug 2005 23:15:29 +0200 (CEST) From: Dejan Lesjak To: Doug Barton Date: Mon, 29 Aug 2005 23:15:27 +0200 User-Agent: KMail/1.8.2 References: <200508260521.j7Q5L2hN020122@repoman.freebsd.org> <200508280439.11640.dejan.lesjak@ijs.si> <43115F75.8060904@FreeBSD.org> In-Reply-To: <43115F75.8060904@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508292315.29137.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: cvs-ports@freebsd.org, Kirill Ponomarew , cvs-all@freebsd.org, obrien@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/misc Makefile ports/misc/compat5x Makefile distinfo pkg-descr pkg-plist 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 Aug 2005 21:15:35 -0000 On Sunday 28 of August 2005 08:53, Doug Barton wrote: > Dejan Lesjak wrote: > > The other misc/compat ports also install in LOCALBASE/lib/compat. Legacy > > libs were installed in /usr/lib/compat by buildworld/installworld when > > COMPAT4X or other were defined. > > Ok, good enough for me. > > On another note, I'd like to cast a vote for adding libm.so.2 to the set. I > have a 5.x binary from a third party that was apparently compiled on > 5.0-RELEASE that I'm trying to get working on -current, and I need that > library, so I assume others will too. Would it work with compat4x like it's done with math/dislin? If libm.so.2 is added to compat5x, compat5x and compat4x would conflict - see http://lists.freebsd.org/pipermail/cvs-ports/2005-August/070889.html Dejan