Re: [dev] [sbase] Portability

2015-11-26 Thread Jens Staal
On torsdag 26 november 2015 kl. 01:52:23 CET Random832 wrote: > Also, if these are added should they go in libutil or a new "libcompat"? I also had issues with fmemopen among other things when I ported sbase to the new 9front ports tree (using APE). For a lot of stuff I had to resort to using gnu

Re: [dev] [sbase] Portability

2015-11-26 Thread Dimitris Papastamos
On Thu, Nov 26, 2015 at 01:52:23AM -0500, Random832 wrote: > I downloaded and built sbase for my OSX system to test the cal program, > and noticed (and fixed locally) several issues. > > Before posting any patches, I wanted to ask - philosophically speaking, > how much effort should sbase put towa

Re: [dev] [sbase] Portability

2015-11-26 Thread Dimitris Papastamos
On Thu, Nov 26, 2015 at 01:52:23AM -0500, Random832 wrote: > I downloaded and built sbase for my OSX system to test the cal program, > and noticed (and fixed locally) several issues. > > Before posting any patches, I wanted to ask - philosophically speaking, > how much effort should sbase put towa

[dev] [sbase] Portability

2015-11-25 Thread Random832
I downloaded and built sbase for my OSX system to test the cal program, and noticed (and fixed locally) several issues. Before posting any patches, I wanted to ask - philosophically speaking, how much effort should sbase put towards supporting systems that don't support the latest-and-greatest POS

Re: [dev] [sbase] Portability of chvt

2013-08-15 Thread Galos, David
> I cherry-picked this over to ubase (with slight modifications to remove > the unneeded enum and include linux/vt.h and linux/kd.h). I approve. I'll remove chvt from sbase

Re: [dev] [sbase] Portability of chvt

2013-08-15 Thread sin
GOn Thu, Aug 15, 2013 at 12:21:17AM +0300, sin wrote: > On Wed, Aug 14, 2013 at 05:09:42PM -0400, Calvin Morrison wrote: > > On 14 August 2013 14:12, Roberto E. Vargas Caballero > > wrote: > > > Hello, > > > > > > I was testing some of the tools of sbase, and after > > > trying chvt I cou

Re: [dev] [sbase] Portability of chvt

2013-08-14 Thread sin
On Wed, Aug 14, 2013 at 05:09:42PM -0400, Calvin Morrison wrote: > On 14 August 2013 14:12, Roberto E. Vargas Caballero wrote: > > Hello, > > > > I was testing some of the tools of sbase, and after > > trying chvt I could see that it inserts directly in the code > > the ioctl values of lin

Re: [dev] [sbase] Portability of chvt

2013-08-14 Thread Calvin Morrison
On 14 August 2013 14:12, Roberto E. Vargas Caballero wrote: > Hello, > > I was testing some of the tools of sbase, and after > trying chvt I could see that it inserts directly in the code > the ioctl values of linux, without including the header of > the linux kernel. The problem comes whe

[dev] [sbase] Portability of chvt

2013-08-14 Thread Roberto E. Vargas Caballero
Hello, I was testing some of the tools of sbase, and after trying chvt I could see that it inserts directly in the code the ioctl values of linux, without including the header of the linux kernel. The problem comes when you try it with other operating system. You don't get any compilation