Re: OBSD 4.0 + php5 ports (patch fails with systrace)

2006-12-23 Thread Otto Moerbeek
On Fri, 22 Dec 2006, Otto Moerbeek wrote: The problem reduces too the rename(2) system call. create a deep path: $ mkdir $(jot -s '' -b d 200) $ cd d* $ mkdir $(jot -s '' -b d 100) $ cd d* $ touch foo $ systrace -At mv foo bar : $ [this is an incomplete error message] $ systrace

Re: UPDATE: icewm-1.2.29

2006-12-23 Thread Antoine Jacoutot
On Wed, 20 Dec 2006, Antoine Jacoutot wrote: - update icewm to version 1.2.29 - while here, clean up indent and better PATCH_LIST (from steven@) Can anyone ok this? -- Antoine

fvwm2+fvicons-2.4.19 FLAVOR=rplay doesnot compile on amd64 4.0 Release

2006-12-23 Thread Siju George
Hi Peter, I was trying to do # pwd /usr/ports/x11/fvwm2 # env FLAVOR=rplay make package on an amd64 4.0 Release ( both OS and ports ) It stopped with an error = Missing library for rplay.0. Fatal error the Details are given

NEW: k3dsurf-0.6.1

2006-12-23 Thread Antoine Jacoutot
pkg/DESCR K3DSurf can be used by every one interested in 3D Mathematical drawing functions and don't require any special competences by users. Most of the work was done with the intention to make K3DSurf as simple as possible but without any harm of it's efficiency: K3DSurf program is developed

Re: NEW: k3dsurf-0.6.1

2006-12-23 Thread Martynas Venckus
Tested under macppc. Works fine under i386. -- Martynas Venckus

Re: How much space is needed for bulk build on i386?

2006-12-23 Thread Marc Espie
On Sat, Dec 23, 2006 at 12:46:44AM -0500, Brad wrote: On Fri, Dec 22, 2006 at 10:29:54AM -0500, Steve Shockley wrote: Frank Denis wrote: $ du -sh packages 5.2Gpackages So, that would mean that a bulk build would need ~10G in /usr/ports? That's useful to know. That would not

nedit: new FLAVOR to display line wrap

2006-12-23 Thread Antoine Jacoutot
Hi, this diff adds a new FLAVOR wrapmark that makes it possible to display the line wrap. I use it a lot, and it is very handy. Also, regen patches while here... Let me know what you think. Cheers! -- Antoinediff -ruN --exclude CVS /usr/ports/editors/nedit/Makefile nedit/Makefile ---

kdepim: add libmal support

2006-12-23 Thread Antoine Jacoutot
Hi. This diff adds libmal support to kdepim3 so one can sync its Palm with AvantGO and alikes... I also removed ncurses and readline from WANTLIB as they were noted as extra by lib-depends-check. Let me know. Cheers! -- Antoinediff -ruN --exclude CVS /usr/ports/x11/kde/pim3/Makefile

Re: NEW: k3dsurf-0.6.1

2006-12-23 Thread Zvezdan Petkovic
On Sat, Dec 23, 2006 at 03:34:30PM +0100, Antoine Jacoutot wrote: pkg/DESCR K3DSurf can be used by every one interested in 3D Mathematical drawing functions and don't require any special competences by users. Most of the work was done with the intention to make K3DSurf as simple as possible

Re: UPDATE: net/nmap

2006-12-23 Thread Joachim Schipper
On Wed, Dec 20, 2006 at 08:51:41AM +0100, Giovanni Bechis wrote: Nmap updated to 4.20 version, I added a quick hack to force using OpenBSD pcap libraries. When compiling with X11 support, make lib-depends-check is not happy, missing several graphical libraries and libz. Additionally, I'm not

Re: RESUBMIT: devel/sdcc

2006-12-23 Thread Joachim Schipper
On Wed, Dec 20, 2006 at 08:40:05PM +0100, Andreas Bihlmaier wrote: Hello ports@, since I got a personal mail about this port and since I use it regularly without issues, I'll resubmit it. #pkg_info sdcc Information for sdcc-2.6.0 Comment: Small Device C Compiler

Re: UPDATE: icewm-1.2.29

2006-12-23 Thread Joachim Schipper
On Sat, Dec 23, 2006 at 01:21:18PM +0100, Antoine Jacoutot wrote: On Wed, 20 Dec 2006, Antoine Jacoutot wrote: - update icewm to version 1.2.29 - while here, clean up indent and better PATCH_LIST (from steven@) Can anyone ok this? I cannot, but it does at least compile and pass

UPDATE: net/snort

2006-12-23 Thread Nikns Siankin
http://secure.lv/~nikns/stuff/ports/snort-2.6.1.2.diff Index: snort/Makefile === RCS file: /cvs/ports/net/snort/Makefile,v retrieving revision 1.50 diff -u -r1.50 Makefile --- snort/Makefile 25 Nov 2006 05:33:28 - 1.50

New: mailscanner (including a dspam support patch)

2006-12-23 Thread Todd T. Fries
Here is a mailscanner port which has patches for the generic spam plugin to filter mail via dspam. I am aware there is a newer version of MailScanner out, but did not want that to stop me from submitting this to let others have a look at what I've done so far.