From owner-freebsd-ports@FreeBSD.ORG Sat Aug 20 17:53:15 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 356AE16A41F; Sat, 20 Aug 2005 17:53:15 +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 A21A443D48; Sat, 20 Aug 2005 17:53:14 +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 4748917B8B1; Sat, 20 Aug 2005 19:53:13 +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 16585-02-8; Sat, 20 Aug 2005 19:53:11 +0200 (CEST) Received: from radagast.ijs.si (radagast.ijs.si [193.2.4.168]) by patsy.ijs.si (Postfix) with ESMTP id 2A44217B8B0; Sat, 20 Aug 2005 19:53:10 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by radagast.ijs.si (Postfix) with ESMTP id 924821702C; Sat, 20 Aug 2005 19:53:10 +0200 (CEST) From: Dejan Lesjak To: FUJISHIMA Satsuki Date: Sat, 20 Aug 2005 19:53:08 +0200 User-Agent: KMail/1.8.2 References: <20050820.044946.21925501.hrs@allbsd.org> <200508192334.28064.dejan.lesjak@ijs.si> <200508200056.j7K0ux3l089161@freefall.freebsd.org> In-Reply-To: <20050820.044946.21925501.hrs@allbsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508201953.10052.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: Hiroki Sato , freebsd-ports@freebsd.org, kris@obsecurity.org Subject: Re: Needed: compat5x package X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2005 17:53:15 -0000 On Saturday 20 of August 2005 02:56, FUJISHIMA Satsuki wrote: > At Sat, 20 Aug 2005 06:07:10 +0900 (JST), [snip] > Dejan Lesjak wrote: > > From misc/localedata pkg-descr and comment it seems this is what should > > be used. I took dependency from compat4x port. I will CC the maintainer, > > just to be sure... > > I've made that port to be used not only by compat4x but compat5x. Great, thanks for confirming that. > I like your idea to build libc with modified _PATH_LOCALE. That would be hrs' idea, but I like it too :) So I've made distfiles from RELENG_5_4 build with locale tweak for alpha, amd64, i386 and sparc64. Here's the port: http://agrajag.ijs.si/tinderbox/stuff/compat5/compat5x-port-5.4.0.6.tar.bz2 and the distfiles (though fetching through the port should work as well): http://agrajag.ijs.si/tinderbox/stuff/compat5/compat5x-alpha-5.4.0.6.tar.bz2 http://agrajag.ijs.si/tinderbox/stuff/compat5/compat5x-amd64-5.4.0.6.tar.bz2 http://agrajag.ijs.si/tinderbox/stuff/compat5/compat5x-i386-5.4.0.6.tar.bz2 http://agrajag.ijs.si/tinderbox/stuff/compat5/compat5x-sparc64-5.4.0.6.tar.bz2 Kris, is this in general direction of what you had in mind? The final distfiles should probably come from more official source, but cperciva's freebsd-update that Brooks mentioned is i386 only. This can perhaps be used temporarily to run tests on pointyhat though. I checked lang/ghc and it compiled (after adding dependency) and security/drweb also works with this. Oh, the version 5.4.0.6 is supposed to reflect 5.4-p6 while still allowing things like 5.2.1-p3, is there a better way to compose a version string? Dejan