Re: python now requires X11 installed

2009-05-12 Thread dtalk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthias Kilian wrote: building ports without X11 installed isn't supported, A useful low-cost, modern solution is a dedicated virtual machine for building ports, which can then be served via http as packages to other systems. That's been worki

Re: python now requires X11 installed

2009-05-12 Thread travis+ml-python
Thanks all, package stemming drastically simplified my auto-installer. It was much more fragile before, since, say, /usr/ports/mail/mutt/snapshot might or might not be there in new releases. -- Obama Nation | My emails do not have attachments; it's a digital signature that your mail program doesn

Re: python now requires X11 installed

2009-05-12 Thread Antoine Jacoutot
On Tue, 12 May 2009, travis+ml-pyt...@subspacefield.org wrote: > On Tue, May 12, 2009 at 11:10:46PM +0200, Antoine Jacoutot wrote: > > Why don't you use packages? > > I just tried, and that solved my problem. > > I tried to install python from there and it worked just fine. > > I liked the port

Re: python now requires X11 installed

2009-05-12 Thread L. V. Lammert
At 04:20 PM 5/12/2009 -0500, travis+ml-pyt...@subspacefield.org wrote: On Tue, May 12, 2009 at 11:10:46PM +0200, Antoine Jacoutot wrote: > Why don't you use packages? Is there an easy way to do this? Try your own variation of: export PKG_PATH=ftp:///pub/OpenBSD/`uname -a | cut -d" " -f 3`/p

Re: python now requires X11 installed

2009-05-12 Thread travis+ml-python
On Tue, May 12, 2009 at 11:10:46PM +0200, Antoine Jacoutot wrote: > Why don't you use packages? I just tried, and that solved my problem. I tried to install python from there and it worked just fine. I liked the ports system but understand Theo's points. I have this script which basically does

Re: python now requires X11 installed

2009-05-12 Thread Matthias Kilian
On Tue, May 12, 2009 at 04:01:26PM -0500, travis+ml-pyt...@subspacefield.org wrote: > Now, to build nmap, you seem to need python. There are no FLAVORS and > so no obvious way to prevent it from requiring python. building ports without X11 installed isn't supported, just use packages (the nmap p

Re: python now requires X11 installed

2009-05-12 Thread Stuart Henderson
On 2009/05/12 16:01, travis+ml-pyt...@subspacefield.org wrote: > Hello, > > I used to run all my OpenBSD servers with no X11. > > Now, to build nmap, you seem to need python. There are no FLAVORS and > so no obvious way to prevent it from requiring python. > > And to build python, you need X11R

Re: python now requires X11 installed

2009-05-12 Thread Antoine Jacoutot
On Tue, 12 May 2009, travis+ml-pyt...@subspacefield.org wrote: > Hello, > > I used to run all my OpenBSD servers with no X11. > > Now, to build nmap, you seem to need python. There are no FLAVORS and > so no obvious way to prevent it from requiring python. > > And to build python, you need X11

Re: python now requires X11 installed

2009-05-12 Thread Theo de Raadt
> I used to run all my OpenBSD servers with no X11. > > Now, to build nmap, you seem to need python. There are no FLAVORS and > so no obvious way to prevent it from requiring python. > > And to build python, you need X11R6 installed. There are no FLAVORS > as there used to be, to compile withou

python now requires X11 installed

2009-05-12 Thread travis+ml-python
Hello, I used to run all my OpenBSD servers with no X11. Now, to build nmap, you seem to need python. There are no FLAVORS and so no obvious way to prevent it from requiring python. And to build python, you need X11R6 installed. There are no FLAVORS as there used to be, to compile without tkin