Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-15 Thread Jilles Tjoelker
On Fri, Sep 13, 2013 at 12:19:27AM +0200, Jilles Tjoelker wrote: On Thu, Sep 05, 2013 at 10:15:40PM +0200, Joel Dahl wrote: Installworld is still broken on systems with readonly /usr/obj. I use this. It makes the mapper.dir and similar files depend on their actual sources instead of phony

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-12 Thread Jilles Tjoelker
On Thu, Sep 05, 2013 at 10:15:40PM +0200, Joel Dahl wrote: Installworld is still broken on systems with readonly /usr/obj. I use this. It makes the mapper.dir and similar files depend on their actual sources instead of phony targets, and therefore only rebuilt when needed. Index:

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-05 Thread John Baldwin
On Tuesday, September 03, 2013 3:52:41 pm Joel Dahl wrote: On Thu, Aug 22, 2013 at 05:58:35PM +0200, Joel Dahl wrote: On Sun, Aug 18, 2013 at 03:51:25PM -0700, Peter Wemm wrote: On 8/18/13 3:42 PM, Jilles Tjoelker wrote: On Sun, Aug 18, 2013 at 09:53:04PM +0200, Joel Dahl wrote: On

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-05 Thread Joel Dahl
On Thu, Sep 05, 2013 at 10:13:34AM -0400, John Baldwin wrote: On Tuesday, September 03, 2013 3:52:41 pm Joel Dahl wrote: On Thu, Aug 22, 2013 at 05:58:35PM +0200, Joel Dahl wrote: On Sun, Aug 18, 2013 at 03:51:25PM -0700, Peter Wemm wrote: On 8/18/13 3:42 PM, Jilles Tjoelker wrote:

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-05 Thread John Baldwin
On Thursday, September 05, 2013 10:46:48 am Baptiste Daroussin wrote: On Thu, Sep 05, 2013 at 10:13:34AM -0400, John Baldwin wrote: On Tuesday, September 03, 2013 3:52:41 pm Joel Dahl wrote: On Thu, Aug 22, 2013 at 05:58:35PM +0200, Joel Dahl wrote: On Sun, Aug 18, 2013 at 03:51:25PM

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-05 Thread John Baldwin
On Thursday, September 05, 2013 4:15:40 pm Joel Dahl wrote: On Thu, Sep 05, 2013 at 10:13:34AM -0400, John Baldwin wrote: On Tuesday, September 03, 2013 3:52:41 pm Joel Dahl wrote: On Thu, Aug 22, 2013 at 05:58:35PM +0200, Joel Dahl wrote: On Sun, Aug 18, 2013 at 03:51:25PM -0700, Peter

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-05 Thread Andreas Tobler
On 05.09.13 22:54, John Baldwin wrote: On Thursday, September 05, 2013 4:15:40 pm Joel Dahl wrote: On Thu, Sep 05, 2013 at 10:13:34AM -0400, John Baldwin wrote: On Tuesday, September 03, 2013 3:52:41 pm Joel Dahl wrote: On Thu, Aug 22, 2013 at 05:58:35PM +0200, Joel Dahl wrote: On Sun, Aug

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-09-03 Thread Joel Dahl
On Thu, Aug 22, 2013 at 05:58:35PM +0200, Joel Dahl wrote: On Sun, Aug 18, 2013 at 03:51:25PM -0700, Peter Wemm wrote: On 8/18/13 3:42 PM, Jilles Tjoelker wrote: On Sun, Aug 18, 2013 at 09:53:04PM +0200, Joel Dahl wrote: On Sun, Aug 18, 2013 at 12:34:30AM +0200, Dimitry Andric wrote:

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-08-22 Thread Joel Dahl
On Sun, Aug 18, 2013 at 03:51:25PM -0700, Peter Wemm wrote: On 8/18/13 3:42 PM, Jilles Tjoelker wrote: On Sun, Aug 18, 2013 at 09:53:04PM +0200, Joel Dahl wrote: On Sun, Aug 18, 2013 at 12:34:30AM +0200, Dimitry Andric wrote: On Aug 13, 2013, at 09:15, Peter Wemm pe...@freebsd.org wrote:

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-08-18 Thread Joel Dahl
On Sun, Aug 18, 2013 at 12:34:30AM +0200, Dimitry Andric wrote: On Aug 13, 2013, at 09:15, Peter Wemm pe...@freebsd.org wrote: Author: peter Date: Tue Aug 13 07:15:01 2013 New Revision: 254273 URL: http://svnweb.freebsd.org/changeset/base/254273 Log: The iconv in libc did two

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-08-18 Thread Jilles Tjoelker
On Sun, Aug 18, 2013 at 09:53:04PM +0200, Joel Dahl wrote: On Sun, Aug 18, 2013 at 12:34:30AM +0200, Dimitry Andric wrote: On Aug 13, 2013, at 09:15, Peter Wemm pe...@freebsd.org wrote: Author: peter Date: Tue Aug 13 07:15:01 2013 New Revision: 254273 URL:

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-08-18 Thread Peter Wemm
On 8/17/13 3:34 PM, Dimitry Andric wrote: On Aug 13, 2013, at 09:15, Peter Wemm pe...@freebsd.org wrote: Author: peter Date: Tue Aug 13 07:15:01 2013 New Revision: 254273 URL: http://svnweb.freebsd.org/changeset/base/254273 Log: The iconv in libc did two things - implement the standard

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-08-18 Thread Peter Wemm
On 8/18/13 3:42 PM, Jilles Tjoelker wrote: On Sun, Aug 18, 2013 at 09:53:04PM +0200, Joel Dahl wrote: On Sun, Aug 18, 2013 at 12:34:30AM +0200, Dimitry Andric wrote: On Aug 13, 2013, at 09:15, Peter Wemm pe...@freebsd.org wrote: Author: peter Date: Tue Aug 13 07:15:01 2013 New Revision:

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-08-17 Thread Dimitry Andric
On Aug 13, 2013, at 09:15, Peter Wemm pe...@freebsd.org wrote: Author: peter Date: Tue Aug 13 07:15:01 2013 New Revision: 254273 URL: http://svnweb.freebsd.org/changeset/base/254273 Log: The iconv in libc did two things - implement the standard APIs, the GNU extensions and also tried to

svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-08-13 Thread Peter Wemm
Author: peter Date: Tue Aug 13 07:15:01 2013 New Revision: 254273 URL: http://svnweb.freebsd.org/changeset/base/254273 Log: The iconv in libc did two things - implement the standard APIs, the GNU extensions and also tried to be link time compatible with ports libiconv. This splits that

Re: svn commit: r254273 - in head: . include lib lib/libc/iconv lib/libiconv_compat lib/libkiconv share/mk sys/sys tools/build/mk

2013-08-13 Thread Gabor Kovesdan
Em 13-08-2013 09:15, Peter Wemm escreveu: Author: peter Date: Tue Aug 13 07:15:01 2013 New Revision: 254273 URL:http://svnweb.freebsd.org/changeset/base/254273 Log: The iconv in libc did two things - implement the standard APIs, the GNU extensions and also tried to be link time compatible