Re: Proposal: Removing doscmd from the source tree...

2000-01-05 Thread Oliver Fromme
Michael Lucas <[EMAIL PROTECTED]> wrote in list.freebsd-current: > Actually, several ports give you the option of building with or > without X support (i.e., SSH). It would be nice to have a USE_X11 > option in /etc/make.conf for doscmd as well as these ports, so you > don't have to specify i

Re: Proposal: Removing doscmd from the source tree...

2000-01-05 Thread Marcel Moolenaar
Taavi Talvik wrote: > > Maybe knob in /etc/make.conf instead to force compiling with X? > Nah, we don't need to. doscmd doesn't have X support by default (now that I've committed the fix). Recompiling doscmd to get X (given X is installed on the machine of course) is broken but simple enough. I

Re: Proposal: Removing doscmd from the source tree...

2000-01-05 Thread Michael Lucas
> > > A possibility could be: 1. build it for i386 only, 2. build it via > > > buildworld without X11, regardless if X11 exists. If I want to use it > > > with X11, it is interactive and I can make it for X11 by hand - it will > > > not break on compile runs at some hour at night. > > > > I'll c

Re: Proposal: Removing doscmd from the source tree...

2000-01-05 Thread Taavi Talvik
On Wed, 5 Jan 2000, Marcel Moolenaar wrote: > Thomas Zenker wrote: > > > > A possibility could be: 1. build it for i386 only, 2. build it via > > buildworld without X11, regardless if X11 exists. If I want to use it > > with X11, it is interactive and I can make it for X11 by hand - it will > >

Re: Proposal: Removing doscmd from the source tree...

2000-01-05 Thread Marcel Moolenaar
Thomas Zenker wrote: > > A possibility could be: 1. build it for i386 only, 2. build it via > buildworld without X11, regardless if X11 exists. If I want to use it > with X11, it is interactive and I can make it for X11 by hand - it will > not break on compile runs at some hour at night. I'll co

Re: Proposal: Removing doscmd from the source tree...

2000-01-04 Thread Mike Smith
> Actually i never used it under X11, but it is very important for > us to have it to run cross-compilers (which are only available as > DOS binaries) integrated with native development environment under > FreeBSD. > > I am not sure how many people use it this way. But if it is not > build in bui

Re: Proposal: Removing doscmd from the source tree...

2000-01-04 Thread Thomas Zenker
On Tue, Jan 04, 2000 at 12:10:35PM -0700, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Marcel Moolenaar writes: > : doscmd breaks cross-building, because it depends on X11 which obviously > : is not in the source tree (see below). I'm proposing to remove doscmd > : from the source tree and

Re: Proposal: Removing doscmd from the source tree...

2000-01-04 Thread Warner Losh
In message <[EMAIL PROTECTED]> Marcel Moolenaar writes: : I think it's too system dependent to live in the source tree :-) I don't. It is highly dependent on kernel elements. : From the manpage: : -x Open an X11 window to display output. This enables a variety in- : terrupts not available

Re: Proposal: Removing doscmd from the source tree...

2000-01-04 Thread Warner Losh
In message <[EMAIL PROTECTED]> Marcel Moolenaar writes: : doscmd breaks cross-building, because it depends on X11 which obviously : is not in the source tree (see below). I'm proposing to remove doscmd : from the source tree and make it a port (emulators/doscmd). One can build it w/o X11. Doesn'

Re: Proposal: Removing doscmd from the source tree...

2000-01-04 Thread Wilko Bulte
On Tue, Jan 04, 2000 at 02:58:01PM +0100, Marcel Moolenaar wrote: > [sent to both -current and -arch] > > Hi, > > doscmd breaks cross-building, because it depends on X11 which obviously > is not in the source tree (see below). I'm proposing to remove doscmd > from the source tree and make it a p

Re: Proposal: Removing doscmd from the source tree...

2000-01-04 Thread Richard Wackerbarth
On Tue, 04 Jan 2000, Marcel Moolenaar wrote: > Ok, but this means that we won't install doscmd with X11 support > anymore. The user has to rebuild doscmd itself to have X11 support. In > that case, it's better to have it in the ports collection... I agree. Further, if X is not found, the port ca

Re: Proposal: Removing doscmd from the source tree...

2000-01-04 Thread Marcel Moolenaar
Bruce Evans wrote: > > > > It uses wrong ifdefs for the X11 files :-). It should never find any X11 > > > files for building worlds, since there are no X11 includes or libraries > > > under ${WORLDTMP}. Adding some ${DESTDIR}'s is probably a sufficient fix. > > > > Ok, but this means that we wo

Re: Proposal: Removing doscmd from the source tree...

2000-01-04 Thread Bruce Evans
On Tue, 4 Jan 2000, Marcel Moolenaar wrote: > Bruce Evans wrote: > > > > But it doesn't depend on X11. It ifdefs some X11 files and only builds > > the X11 version if X11 seems to be present. > > X11 can be present, but it won't necessarily be a usable X11. A i386 > cross-build on Alpha will u

Re: Proposal: Removing doscmd from the source tree...

2000-01-04 Thread Marcel Moolenaar
Bruce Evans wrote: > > On Tue, 4 Jan 2000, Marcel Moolenaar wrote: > > > [sent to both -current and -arch] > > > > Hi, > > > > doscmd breaks cross-building, because it depends on X11 which obviously > > is not in the source tree (see below). I'm proposing to remove doscmd > > from the source tre

Re: Proposal: Removing doscmd from the source tree...

2000-01-04 Thread Bruce Evans
On Tue, 4 Jan 2000, Marcel Moolenaar wrote: > [sent to both -current and -arch] > > Hi, > > doscmd breaks cross-building, because it depends on X11 which obviously > is not in the source tree (see below). I'm proposing to remove doscmd > from the source tree and make it a port (emulators/doscmd