Checking for parity of ports conflicts

2009-10-11 Thread Eitan Adler
http://isis.poly.edu/~eitan/files/conflict-partity.sh Is a simple script which checks to make sure that when port A conflicts with port B the reverse is also true. It is not entirely accurate. Any improvements are welcome. ___ freebsd-ports@freebsd.org

[patch] USB video support in KDE4 + sane + more under FreeBSD

2009-10-11 Thread Hans Petter Selasky
Hi, I was compiling the latest version of KDE4 on my box and I noticed it picked up my installed libv4l2. The only problem is that you need some patches before everything is compiling :-) About libv4lX on FreeBSD, please see:

pecl ports bumping when php5 updated

2009-10-11 Thread ML
Hello, Is it possible to bump pecl ports when php(4|5|6) version change ? Most of the time PHP new version implies pecl rebuilt, or you face segfault and other strange stuffs. I know ports maintainers are several, but if this can be done at some point of the process… would be great for all

Re: Enforcing library version in a port Makefile?

2009-10-11 Thread Alex Stangl
On Sun, Oct 11, 2009 at 05:15:58AM +, b. f. wrote: Alex Stangl wrote: I am trying to create a new port. The software I am trying to port uses scons which calls out to pkg-config to check for certain minimal library version #s (e.g., sndfile = 1.0.18, libcurl = 7). I would like to

[patch] typo in portaudit - fails with latest /bin/sh

2009-10-11 Thread Stefan Hegnauer
Hi, portaudit (/usr/ports/ports-mgmt/portaudit) did not work anymore on a recent build of FreeBSD 9.0-CURRENT #0 as of Fri Oct 9 09:27:54 CEST 2009. As it turns out there seems to be a typo in the portaudit script which manifests itself since the changes applied to /bin/sh in

Re: dkimproxy rc script

2009-10-11 Thread RW
On Sun, 11 Oct 2009 15:02:18 +0200 ML m...@sd2i.com wrote: Hello, currently dkimproxy rc scripts don’t handle the status rc command Status doesn't usually need any special handling unless it's something a little more exotic like multiple daemons; it should just work, provided

xlockmore-5.29: BadWindow (invalid Window parameter) using virtual wm

2009-10-11 Thread David Wolfskill
This is running FreeBSD 6.4-STABLE r197725; I'm in the habit of updating installed ports on my laptop daily (after updating the stable/6 slice). The xlockmore port is at 5.29, updating 01 Oct 2009. I normally use the piewm Window Manager (I got used to tvtwm back in '93, and piewm is based on it

bsd.python.mk broken

2009-10-11 Thread Dominic Fandrey
If one uses the OPTIONS framework like in graphics/opencv to trigger python support, bsd.python.mk breaks. Here is why: USE_PYTHON has to be set before including bsd.port.pre.mk Unfortunately it can only be set after bsd.port.pre.mk, because WITH_PYTHON wouldn't be set before. For this the

Re: xlockmore-5.29: BadWindow (invalid Window parameter) using virtual wm

2009-10-11 Thread Marius Nünnerich
Hi David, On Sun, Oct 11, 2009 at 20:54, David Wolfskill da...@catwhisker.org wrote: This is running FreeBSD 6.4-STABLE r197725; I'm in the habit of updating installed ports on my laptop daily (after updating the stable/6 slice). The xlockmore port is at 5.29, updating 01 Oct 2009. I