Re: LC_CTYPE for spanish speaking countries

2013-03-22 Thread Creamy
I believe we need more than one Spanish locale, because I know that spoken and written Spanish differs between Europe and South America in several ways. Unfortunately I don't know any Spanish so I can't really judge how big these difference are. Do we really need _21_ locales for Spanish,

Re: rthread suspension

2013-03-22 Thread Taylan Ulrich B.
Ted Unangst t...@tedunangst.com writes: On Thu, Mar 21, 2013 at 11:03, Taylan Ulrich B. wrote: I'm a GNU Guile 2.0 user, whose latest versions require latest versions of the Boehm garbage collector. This uses the functions pthread_suspend_np and pthread_resume_np, when built on OpenBSD, which

Re: rthread suspension

2013-03-22 Thread Taylan Ulrich B.
Kurt Miller k...@intricatesoftware.com writes: I stalled on submitting them with upstream. I ran into a snafu. However, I do have an update for boehm-gc that can be tested. There's one i386 machine in my cluster that doesn't behave which is one of the reasons I haven't moved this forward yet.

Re: LC_CTYPE for spanish speaking countries

2013-03-22 Thread Abel Abraham Camarillo Ojeda
On Fri, Mar 22, 2013 at 3:55 AM, Creamy cre...@nocrater.com wrote: There is often more difference between South-American dialects of Spanish than between any one of them and Castillian Spanish. How would you decide which country is going to represent the whole of the continent? +1 It only

Re: LC_CTYPE for spanish speaking countries

2013-03-22 Thread Martin Pieuchot
On 22/03/13(Fri) 05:08, Abel Abraham Camarillo Ojeda wrote: On Fri, Mar 22, 2013 at 3:55 AM, Creamy cre...@nocrater.com wrote: There is often more difference between South-American dialects of Spanish than between any one of them and Castillian Spanish. How would you decide which country

Re: LC_CTYPE for spanish speaking countries

2013-03-22 Thread Andres Perera
Instead of perpetuating the idea that the number of locales is a precious resource tied to directory entries, the routines could parse the user supplied string instead of working with a table of all possible permutations of ll_CC.CTYPE. This means simplification for the build system,

Re: LC_CTYPE for spanish speaking countries

2013-03-22 Thread Stefan Sperling
On Fri, Mar 22, 2013 at 09:55:01AM +, Creamy wrote: Are you suggesting to add individual locales as and when a significant number of translations exist in ports, (good idea), or to select a few South-American dialects to represent the whole continent, (very bad idea)? A mix of the two. I

Re: LC_CTYPE for spanish speaking countries

2013-03-22 Thread Andres Perera
On Fri, Mar 22, 2013 at 7:12 AM, Stefan Sperling s...@openbsd.org wrote: On Fri, Mar 22, 2013 at 06:54:24AM -0430, Andres Perera wrote: Instead of perpetuating the idea that the number of locales is a precious resource tied to directory entries, the routines could parse the user supplied

Re: rthread suspension

2013-03-22 Thread Stuart Henderson
On 2013/03/21 22:01, Kurt Miller wrote: I stalled on submitting them with upstream. I ran into a snafu. However, I do have an update for boehm-gc that can be tested. There's one i386 machine in my cluster that doesn't behave which is one of the reasons I haven't moved this forward yet. It is

Re: i386 ports failures / new binutils

2013-03-22 Thread David Coppa
On Thu, Mar 21, 2013 at 11:34 PM, Stuart Henderson s...@spacehopper.org wrote: On 2013/03/21 21:54, Miod Vallat wrote: - www/chromium - OSError: [Errno 8] Exec format error Please make the binary available to me offlist, as well as its linking command (or build log, whatever suits you).

Re: Collation support (minimal)

2013-03-22 Thread Vladimir Támara Patiño
On Sat, Mar 09, 2013 at 02:45:00PM +0100, Stefan Sperling wrote: I'd like to concentrate on collation. To properly review your diff, I need to understand what needs to be added to OpenBSD' locale implementation. I hope the attached patch helps. Instead, you should consider OpenBSD's code as

amd64 ports failures with new binutils

2013-03-22 Thread Christian Weisgerber
The results of the first amd64 bulk build with binutils-2.17 are in. Triage shows two systematic problems: (1) ld --as-needed fails with undefined references, although the symbols are all there. editors/vim,no_x11,perl,python,ruby --as-needed graphics/ffmpeg

Re: i386 ports failures / new binutils

2013-03-22 Thread David Coppa
On Fri, Mar 22, 2013 at 3:01 PM, David Coppa dco...@gmail.com wrote: On Thu, Mar 21, 2013 at 11:34 PM, Stuart Henderson s...@spacehopper.org wrote: On 2013/03/21 21:54, Miod Vallat wrote: - www/chromium - OSError: [Errno 8] Exec format error Please make the binary available to me offlist,

Typos in net/bpf.h

2013-03-22 Thread Gabriel Linder
While learning how to use BPF I fumbled on this, clarification is needed imho. ok ? Index: sys/net/bpf.h === RCS file: /cvs/src/sys/net/bpf.h,v retrieving revision 1.43 diff -u -r1.43 bpf.h --- sys/net/bpf.h26 Mar 2012 19:37:42

Re: LC_CTYPE for spanish speaking countries

2013-03-22 Thread Creamy
On Fri, Mar 22, 2013 at 12:29:19PM +0100, Stefan Sperling wrote: On Fri, Mar 22, 2013 at 09:55:01AM +, Creamy wrote: Are you suggesting to add individual locales as and when a significant number of translations exist in ports, (good idea), or to select a few South-American dialects to

Re: Typos in net/bpf.h

2013-03-22 Thread Philip Guenther
On Fri, Mar 22, 2013 at 7:53 AM, Gabriel Linder lin...@jeuxvideo.com wrote: - * bpf understands a program iff kernel_major == filter_major + * bpf understands a program if kernel_major == filter_major Not a typo: iff is a shorthand for if and only if that was inherited from the mathematics

Re: Typos in net/bpf.h

2013-03-22 Thread Creamy
On Fri, Mar 22, 2013 at 03:53:07PM +0100, Gabriel Linder wrote: While learning how to use BPF I fumbled on this, clarification is needed imho. ok ? Index: sys/net/bpf.h === RCS file: /cvs/src/sys/net/bpf.h,v retrieving

Re: Typos in net/bpf.h

2013-03-22 Thread Gabriel Linder
On 03/22/13 17:25, Philip Guenther wrote: On Fri, Mar 22, 2013 at 7:53 AM, Gabriel Linder lin...@jeuxvideo.com wrote: - * bpf understands a program iff kernel_major == filter_major + * bpf understands a program if kernel_major == filter_major Not a typo: iff is a shorthand for if and only if

Re: Typos in net/bpf.h

2013-03-22 Thread Theo de Raadt
On 03/22/13 17:25, Philip Guenther wrote: On Fri, Mar 22, 2013 at 7:53 AM, Gabriel Linder lin...@jeuxvideo.com wrote: - * bpf understands a program iff kernel_major == filter_major + * bpf understands a program if kernel_major == filter_major Not a typo: iff is a shorthand for if and

Re: Typos in net/bpf.h

2013-03-22 Thread Gabriel Linder
On 03/22/13 17:38, Theo de Raadt wrote: On 03/22/13 17:25, Philip Guenther wrote: On Fri, Mar 22, 2013 at 7:53 AM, Gabriel Linder lin...@jeuxvideo.com wrote: - * bpf understands a program iff kernel_major == filter_major + * bpf understands a program if kernel_major == filter_major Not a

Re: Typos in net/bpf.h

2013-03-22 Thread Creamy
On Fri, Mar 22, 2013 at 10:38:25AM -0600, Theo de Raadt wrote: On 03/22/13 17:25, Philip Guenther wrote: On Fri, Mar 22, 2013 at 7:53 AM, Gabriel Linder lin...@jeuxvideo.com wrote: - * bpf understands a program iff kernel_major == filter_major + * bpf understands a program if

Re: /usr.bin/colldef and collation tables

2013-03-22 Thread Stefan Sperling
On Fri, Mar 22, 2013 at 05:56:50AM -0500, Vladimir Támara Patiño wrote: I reworked collation support based on: http://marc.info/?l=openbsd-techm=136283674512235w=4 Here I'm attaching a first part consisting of: * The program colldef based on FreeBSD (similar to mklocale that is based on

Re: amd64 ports failures with new binutils

2013-03-22 Thread Vladimir Támara Patiño
(2) A whole bunch of ports fail along the lines of ld: foo.o: relocation R_X86_64_PC32 against `bar' can not be used when making a shared object; recompile with -fPIC A similar issue compiling a program in current was discussed here:

Re: rthread suspension

2013-03-22 Thread James Turner
On Thu, Mar 21, 2013 at 10:01:42PM -0500, Kurt Miller wrote: On Thursday 21 March 2013 7:47:34 am Brad Smith wrote: On Thu, Mar 21, 2013 at 11:43:15AM +, Stuart Henderson wrote: On 2013/03/21 12:32, Taylan Ulrich B. wrote: Stuart Henderson s...@spacehopper.org writes: As I

Re: UPDATE: xkeyboard-config 2.8

2013-03-22 Thread Matthieu Herrb
On Wed, Mar 20, 2013 at 12:03:34AM +0600, Alexandr Shadchin wrote: Hi, This update xkeyboard-config to the latest release 2.8. http://koba.devio.us/distfiles/xkeyboard-config-2.8.diff Change: * 18 bugs fixed * Most important change: a lot of materials updated from Oracle (Sun

F21-F24 escape codes in wsemul_vt100_keys.c

2013-03-22 Thread Creamy
Hi Miod, We need to generate escape codes for the extra function keys, otherwise wsemul_vt100_keys.c tries to generate an ASCII code from the keysym value, which gives us ^T ^U ^V ^W, which is not particularly helpful. There are no standard escape codes, and those for F1-F5 don't match our

Re: rthread suspension

2013-03-22 Thread Kurt Miller
On 03/22/13 08:35, Stuart Henderson wrote: On 2013/03/21 22:01, Kurt Miller wrote: I stalled on submitting them with upstream. I ran into a snafu. However, I do have an update for boehm-gc that can be tested. There's one i386 machine in my cluster that doesn't behave which is one of the

Re: rthread suspension

2013-03-22 Thread Kurt Miller
On Friday 22 March 2013 4:08:47 pm James Turner wrote: On Thu, Mar 21, 2013 at 10:01:42PM -0500, Kurt Miller wrote: On Thursday 21 March 2013 7:47:34 am Brad Smith wrote: On Thu, Mar 21, 2013 at 11:43:15AM +, Stuart Henderson wrote: On 2013/03/21 12:32, Taylan Ulrich B. wrote:

Re: rthread suspension

2013-03-22 Thread James Turner
On Fri, Mar 22, 2013 at 11:19:43PM -0400, James Turner wrote: On Fri, Mar 22, 2013 at 10:05:49PM -0500, Kurt Miller wrote: On Friday 22 March 2013 4:08:47 pm James Turner wrote: On Thu, Mar 21, 2013 at 10:01:42PM -0500, Kurt Miller wrote: [snip] I stalled on submitting them with