Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-12-12 Thread Jens Rehsack
David O'Brien wrote: > On Thu, Dec 12, 2002 at 12:33:18AM +0100, Jens Rehsack wrote: > >This would pull files off the vendor branch; and before doing that I'd >like to know why the GCC developers have commented out those bits. > ... > >>But 4.7-STABLE has already support for wchar_t an

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-12-11 Thread David O'Brien
On Thu, Dec 12, 2002 at 12:33:18AM +0100, Jens Rehsack wrote: > >>>This would pull files off the vendor branch; and before doing that I'd > >>>like to know why the GCC developers have commented out those bits. ... > But 4.7-STABLE has already support for wchar_t and it works fine So? I want to kn

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-12-11 Thread Jens Rehsack
David O'Brien wrote: On Sun, Dec 08, 2002 at 01:13:16PM +0100, Jens Rehsack wrote: David O'Brien wrote: On Thu, Dec 05, 2002 at 07:36:18PM -0600, Scot W. Hetzel wrote: You could try the patch I've attached: cd /usr/src zcat c++-wchar.diff.gz | patch cd gnu/lib/libstdc++ make make install

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-12-11 Thread David O'Brien
On Sun, Dec 08, 2002 at 01:13:16PM +0100, Jens Rehsack wrote: > David O'Brien wrote: > >On Thu, Dec 05, 2002 at 07:36:18PM -0600, Scot W. Hetzel wrote: > > > >You could try the patch I've attached: > > > >cd /usr/src > >zcat c++-wchar.diff.gz | patch > >cd gnu/lib/libstdc++ > >>

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-12-08 Thread Jens Rehsack
David O'Brien wrote: On Thu, Dec 05, 2002 at 07:36:18PM -0600, Scot W. Hetzel wrote: You could try the patch I've attached: cd /usr/src zcat c++-wchar.diff.gz | patch cd gnu/lib/libstdc++ make make install ... Attached is the patch This would pull files off the vendor branch; and before

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-12-06 Thread David O'Brien
On Thu, Dec 05, 2002 at 07:36:18PM -0600, Scot W. Hetzel wrote: > > >>You could try the patch I've attached: > > >> > > >>cd /usr/src > > >>zcat c++-wchar.diff.gz | patch > > >>cd gnu/lib/libstdc++ > > >>make > > >>make install ... > Attached is the patch This would pull files off the vendor branc

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-12-06 Thread David O'Brien
On Fri, Dec 06, 2002 at 01:29:19AM +0100, Marcin Dalecki wrote: > Hmm... at some point in time it may perhaps just make perfect sense to > replace > the libstdc++ by the STLport library as the standard C++ library? > The gnu libstdc++ is really somehoe hopeless. No thanks. Please lobby the GCC g

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-12-05 Thread Scot W. Hetzel
From: "Kris Kennaway" <[EMAIL PROTECTED]> On Fri, Nov 08, 2002 at 09:54:11AM +0100, Jens Rehsack wrote: > David O'Brien wrote: > >On Thu, Nov 07, 2002 at 07:44:43PM +1100, Tim Robbins wrote: > > > >>You could try the patch I've attached: > >> > >>cd /usr/src > >>zcat c++-wchar.diff.gz | patch > >>c

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-12-05 Thread Marcin Dalecki
Kris Kennaway wrote: On Fri, Nov 08, 2002 at 09:54:11AM +0100, Jens Rehsack wrote: David O'Brien wrote: On Thu, Nov 07, 2002 at 07:44:43PM +1100, Tim Robbins wrote: You could try the patch I've attached: cd /usr/src zcat c++-wchar.diff.gz | patch cd gnu/lib/libstdc++ make make install C

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-12-05 Thread Kris Kennaway
On Fri, Nov 08, 2002 at 09:54:11AM +0100, Jens Rehsack wrote: > David O'Brien wrote: > >On Thu, Nov 07, 2002 at 07:44:43PM +1100, Tim Robbins wrote: > > > >>You could try the patch I've attached: > >> > >>cd /usr/src > >>zcat c++-wchar.diff.gz | patch > >>cd gnu/lib/libstdc++ > >>make > >>make inst

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-11-08 Thread Jens Rehsack
David O'Brien wrote: On Thu, Nov 07, 2002 at 07:44:43PM +1100, Tim Robbins wrote: You could try the patch I've attached: cd /usr/src zcat c++-wchar.diff.gz | patch cd gnu/lib/libstdc++ make make install Can you ask Kris to try this on the ports cluster before we commit it? I wonder how many

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-11-07 Thread Kris Kennaway
On Thu, Nov 07, 2002 at 01:17:58PM -0800, David O'Brien wrote: > On Thu, Nov 07, 2002 at 07:44:43PM +1100, Tim Robbins wrote: > > You could try the patch I've attached: > > > > cd /usr/src > > zcat c++-wchar.diff.gz | patch > > cd gnu/lib/libstdc++ > > make > > make install > > Can you ask Kris t

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-11-07 Thread David O'Brien
On Thu, Nov 07, 2002 at 07:44:43PM +1100, Tim Robbins wrote: > You could try the patch I've attached: > > cd /usr/src > zcat c++-wchar.diff.gz | patch > cd gnu/lib/libstdc++ > make > make install Can you ask Kris to try this on the ports cluster before we commit it? I wonder how many ports this c

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-11-07 Thread Jens Rehsack
Tim Robbins wrote: On Thu, Nov 07, 2002 at 12:32:18AM +0100, Jens Rehsack wrote: Hi, there two open PR's (PR 44423 and PR 9) related to a problem with audio/id3lib. I downloaded the new version (3.8.1) and made patches for some files, so they should work fine with FreeBSD 5.0 (4.7 not te

Re: Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-11-07 Thread Tim Robbins
On Thu, Nov 07, 2002 at 12:32:18AM +0100, Jens Rehsack wrote: > Hi, > > there two open PR's (PR 44423 and PR 9) related to a problem with > audio/id3lib. I downloaded the new version (3.8.1) and made patches for > some files, so they should work fine with FreeBSD 5.0 (4.7 not tested, I > t

Upgrade of port audio/id3lib - stdc++ wchar support missing

2002-11-06 Thread Jens Rehsack
Hi, there two open PR's (PR 44423 and PR 9) related to a problem with audio/id3lib. I downloaded the new version (3.8.1) and made patches for some files, so they should work fine with FreeBSD 5.0 (4.7 not tested, I think gcc3 is required). But I found out, that the libstdc++ which is insta