FIX: editors/tea

2008-04-30 Thread Giovanni Bechis
Removed a hidden dependencies on net/curl. Cheers Giovanni Index: Makefile === RCS file: /cvs/ports/editors/tea/Makefile,v retrieving revision 1.2 diff -u -p -r1.2 Makefile --- Makefile28 Mar 2008 13:13:11 - 1.2 +++ Ma

Re: Samba cannot serve from a FAT32 filesystem

2008-04-30 Thread Edd Barrett
Hi, On Wed, Apr 30, 2008 at 6:46 AM, Holger von Rhein <[EMAIL PROTECTED]> wrote: > May be it is similar to a problem I have here. But in my case I have > problems with ext2fs Marc Balmer is currently working with the samba team to fix the bug. -- Best Regards Edd http://students.dec.bourne

Re: How to HIDE "OpenBSD" as user-agent?

2008-04-30 Thread Sean Kennedy
Now this idea: I don't have an issue with. For HoneyPot systems, obviously, you want to "Attract attention", you setup attractive, known buggy user agent strings and the like for other services. Then watch who attempts. For Silent Lurker systems, you want an obscure response to thinks like the

Flavors and packaging list

2008-04-30 Thread Antti Harri
Hi, how should I handle a case where different flavor of the port provides a slightly different set of files? The main stuff is the same in every flavor but some of them require little extra to function. -- Antti Harri

Re: Flavors and packaging list

2008-04-30 Thread Federico G. Schwindt
On Wed, Apr 30, 2008 at 08:02:00PM +0300, Antti Harri wrote: > > Hi, > > how should I handle a case where different flavor of > the port provides a slightly different set of files? The > main stuff is the same in every flavor but some of them require > little extra to function. I think you want

Re: Flavors and packaging list

2008-04-30 Thread Stuart Henderson
On 2008/04/30 20:02, Antti Harri wrote: > > Hi, > > how should I handle a case where different flavor of > the port provides a slightly different set of files? The > main stuff is the same in every flavor but some of them require > little extra to function. They go in PFRAG.foo files, pulled in wi

clisp: clx flavor

2008-04-30 Thread fulvio ciriaco
Hallo, I added a clx flavor to clisp, clx is a foreign interface to Xlib allowing for use of X programs in clisp. Stumpwm for example (http://www.nongnu.org/stumpwm/) is a wm running under clisp/sbcl dependent on clx. By the way clisp 2.44.1 is out. Instructions recommend libffcall but I could not

How to install OpenJDK on OpenBSD

2008-04-30 Thread Morton
Hi, I'd like to install OpenJDK on OpenBSD 4.2 amd64 please? Does it exist an how to for this? I tried and got this result # pkg_add -v netbeans parsing netbeans-5.5p0 Dependencies for netbeans-5.5p0 resolve to: jdk-1.5.0.12 (todo: jdk-1.5.0.12) Error from ftp://ftp.freenet.de/pub/ftp.openbsd

Re: How to install OpenJDK on OpenBSD

2008-04-30 Thread Stuart Henderson
On 2008/04/30 23:31, Morton wrote: > I'd like to install OpenJDK on OpenBSD 4.2 amd64 please? You can't, you have to build normal JDK by fetching files manually and building from ports. The openjdk parts are only for -current and packages are not yet produced. > Does it exist an how to for this?

You gonna generate the 4.3_packages dir and upload it?

2008-04-30 Thread Bob Beck
-Bob

Re: You gonna generate the 4.3_packages dir and upload it?

2008-04-30 Thread Peter Valchev
yes, doing it

Re: clisp: clx flavor

2008-04-30 Thread Michael Small
On Wed, Apr 30, 2008 at 11:12:58PM +0200, fulvio ciriaco wrote: > Hallo, > I added a clx flavor to clisp, > clx is a foreign interface to Xlib allowing for use > of X programs in clisp. > Stumpwm for example (http://www.nongnu.org/stumpwm/) is a wm running > under clisp/sbcl dependent on clx. > By