cups-base help

2011-10-05 Thread Brent Clark
To whom it may concern. I was wondering if you would be so kind as to help or provide some assistance for cups-base. I get the following message. [root@bclark-laptop /usr/ports/print/cups-base]# make install clean === cups-base-1.4.8 is marked as broken: missing function, see

Re: irc/bitlbee skype support

2011-10-05 Thread Любомир Григоров
I just realized it's in the devel version that this has been added. Is there any chance of getting a -devel port with the skype support? The source tarballs are here: http://code.bitlbee.org/tarballs/?C=M;O=D skype protocol is included as of rev 802. Cheers. -- Lyubomir Grigorov (bgalakazam)

syslog-ng 3.3

2011-10-05 Thread Peter Czanik
Hello, A new version of syslog-ng was released during the weekend, version 3.3.1. As it has some major changes ( http://git.balabit.hu/?p=bazsi/syslog-ng-3.3.git;a=blob_plain;f=NEWS;hb=HEAD ), like changing from a single thread to multithreading, it is still only available from

Re: cups-base help

2011-10-05 Thread Brent Clark
Thank you for replying. Seems like I have a new problem. I double checked with UPDATING, in case I missed anything. === Building for cups-base-1.5.0 /bin/cp -p /usr/local/lib/libcups.a /usr/ports/print/cups-base/work/cups-1.5.0/cups/ /bin/cp -p /usr/local/lib/libcups.so

Re: shells/ksh93 segfaults on suspend

2011-10-05 Thread Sunpoet Po-Chuan Hsieh
On Tue, Oct 04, 2011 at 06:16:54PM -0500, Greg Rivers wrote: The version of ksh93 currently in ports suffers from a bug that causes it to segfault on suspend: $ pkg_info -I ksh\* ksh93-20110208_1Official ATT release of KornShell 93 $ su - Password: # echo $KSH_VERSION Version JM 93u

Re: cups-base help

2011-10-05 Thread Christian Hiris
On Wednesday 05 October 2011, you wrote: To whom it may concern. I was wondering if you would be so kind as to help or provide some assistance for cups-base. I get the following message. [root@bclark-laptop /usr/ports/print/cups-base]# make install clean === cups-base-1.4.8 is marked as

Re: cups-base help

2011-10-05 Thread Christian Hiris
On Wednesday 05 October 2011, Brent Clark wrote: Thank you for replying. Seems like I have a new problem. I double checked with UPDATING, in case I missed anything. === Building for cups-base-1.5.0 /bin/cp -p /usr/local/lib/libcups.a /usr/ports/print/cups-base/work/cups-1.5.0/cups/

Re: cups-base help

2011-10-05 Thread Brent Clark
On 05/10/2011 15:41, Christian Hiris wrote: You could try to remove all the cups packages and rebuild from scratch. # cd /var/db/pkg # pkg_info -o * | grep /cups /tmp/list-of-installed-cups-ports.txt # pkg_delete cups* Then do a make clean for all cups-ports and after that rebuild them.

Re: FYI: BerliOS will be closed on 31.12.2011

2011-10-05 Thread Dmitry Marakasov
* Ruslan Mahmatkhanov (cvs-...@yandex.ru) wrote: I've mirrored (seemingly) all the distfiles we fetch from berlios here: http://mirror.amdmi3.ru/berlios/ so by the moment of cutoff MASTER_SITE_BERLIOS may just be changed to

Qugga port security fix

2011-10-05 Thread Mike Tancsa
Hi, Any chance you could update the quagga port to the latest version ? There are some security fixes in it. http://www.freebsd.org/cgi/query-pr.cgi?pr=161161 and http://www.freebsd.org/cgi/query-pr.cgi?pr=156332cat=port have patches, although the second one is probably more correct.

Re: syslog-ng 3.3

2011-10-05 Thread Cy Schubert
In message 4e8c1c5c.6070...@balabit.hu, Peter Czanik writes: Hello, A new version of syslog-ng was released during the weekend, version 3.3.1. As it has some major changes ( http://git.balabit.hu/?p=bazsi/syslog-ng-3.3.git;a=blob_plain;f=NEWS;hb=HEAD ), like changing from a single thread to

x11/keybinder + python

2011-10-05 Thread Luiz Gustavo S. Costa
Hi list, I have a problem in the port x11/keybinder Using: [root@desktop] /usr/local/share/examples/keybinder# uname -a FreeBSD desktop.luizgustavo.pro.br 10.0-CURRENT FreeBSD 10.0-CURRENT #9 r225914M: Sun Oct 2 13:58:50 BRT 2011 r...@desktop.luizgustavo.pro.br:/usr/obj/usr/src/sys/GENERIC

Re: x11/keybinder + python

2011-10-05 Thread Ruslan Mahmatkhanov
Luiz Gustavo S. Costa wrote on 05.10.2011 23:42: [lgcosta@desktop] /usr/local/share/examples/keybinder python example.py Traceback (most recent call last): File example.py, line 9, inmodule import keybinder File /usr/local/lib/python2.7/site-packages/keybinder/__init__.py, line 26,

lang/chicken, fails to package, needs MAKE_JOBS_UNSAFE

2011-10-05 Thread Doug Barton
Howdy, Trying to create a package for lang/chicken today, it fails to build at all with FORCE_MAKE_JOBS, so it needs MAKE_JOBS_UNSAFE= true in the Makefile. Also, once it got built, it failed to package: === Building package for chicken-4.7.0 tar: lib/chicken/6/modules.db: Cannot stat: No such

lang/ocaml fails to package without THREADS option (plist error)

2011-10-05 Thread Doug Barton
stas, If I don't choose the THREADS option I get this. Looks like it needs some PLIST_SUB action. Thanks, Doug tar: lib/ocaml/caml/threads.h: Cannot stat: No such file or directory tar: lib/ocaml/condition.mli: Cannot stat: No such file or directory tar: lib/ocaml/event.mli: Cannot stat: No

Re: lang/chicken, fails to package, needs MAKE_JOBS_UNSAFE

2011-10-05 Thread Vitaly Magerya
Doug Barton wrote: Trying to create a package for lang/chicken today, it fails to build at all with FORCE_MAKE_JOBS, so it needs MAKE_JOBS_UNSAFE= true in the Makefile. True. Also, once it got built, it failed to package: === Building package for chicken-4.7.0 tar: