vim update

2009-01-09 Thread Chris Kuethe
updates vim to 7.2.77 -- GDB has a 'break' feature; why doesn't it have 'fix' too? vim.diff Description: Binary data

Beat the Recession - Attend this 1 day Motivational seminar by Shiv Khera on 23 Feb. 2009 @ Traders Hotel, Dubai

2009-01-09 Thread Syed Ahmed
Dubai Institute of Business Management [Member of ETA Ascon Star Group ] presents the following 3 programs in the month of Jan. & Feb. 2009 Click here to download the training calendar till June 2009

Re: UPDATE: net/gajim to 0.12 and drop maintainership

2009-01-09 Thread viq
On Fri, Dec 19, 2008 at 12:42:47PM +0100, Jonathan Schleifer wrote: > Am 19.12.2008 um 12:22 schrieb Pierre-Emmanuel André: > >> Thanks for your update Simon. >> I will not commit this update now: after a full day of testing, i've >> some regressions with this version. >> I tested with 3 accounts b

Re: Bluetooth OBEX to my phone

2009-01-09 Thread andrew fresh
On Fri, Jan 09, 2009 at 10:18:41PM +, Stuart Henderson wrote: > Not sure if this will help, but with the Broadcom BT-253 in the > Eee 901, I can do this: > > sudo btconfig ubt0 up > sudo btconfig ubt0 name "some name" > sudo bthcid > btconfig ubt0 inq > vi /etc/bluetooth/hosts > add address

Re: OBEX updates

2009-01-09 Thread Azwaw OUSADOU
For usb support you can test this patches. BSDManiak diff -urN /usr/ports/devel/libusb/Makefile devel/libusb/Makefile --- /usr/ports/devel/libusb/Makefile Sun Sep 16 04:53:01 2007 +++ devel/libusb/Makefile Sun Jul 13 01:20:59 2008 @@ -2,6 +2,7 @@ COMMENT= USB access library +PKGNAME= ${DISTNA

Re: Bluetooth OBEX to my phone

2009-01-09 Thread Stuart Henderson
On 2009/01/09 12:50, andrew fresh wrote: > I am trying to talk to my phone with obex over bluetooth. However, I am > running into some trouble that appears to be a lack of understanding on > my part. > > I recently sent in an update to openobex and obexftp that I believe > should give me access

Re: OBEX updates

2009-01-09 Thread Stuart Henderson
On 2009/01/08 13:53, andrew fresh wrote: > Here is a patch to update comms/openobex and comms/obexftp to their > versions which allows them to build with bluetooth support. here's an updated version; - bump library majors - better license markers - disable-usb doesn't work for openobex so LIB_DEP

chm2pdf

2009-01-09 Thread punosevac72
Is anybody trying to port this script to OpenBSD?

Re: Bug in m4

2009-01-09 Thread Austin English
On Wed, Jan 7, 2009 at 6:57 AM, Marc Espie wrote: > On Tue, Jan 06, 2009 at 10:34:50PM -0600, Austin English wrote: >> bash-3.2$ autoconf-2.61 >> m4: unexpected end of input, unclosed parenthesis: >>configure.ac at line 5 >> autom4te-2.61: /usr/bin/m4 failed with exit status: 1 >> >> Relevant

Bluetooth OBEX to my phone

2009-01-09 Thread andrew fresh
I am trying to talk to my phone with obex over bluetooth. However, I am running into some trouble that appears to be a lack of understanding on my part. I recently sent in an update to openobex and obexftp that I believe should give me access to my phone. Unfortunately I just get errors. What

Re: UPDATE: graphics/GraphicsMagick

2009-01-09 Thread LÉVAI Dániel
> GraphicsMagick update to 1.3.3: > http://www.demirmen.com/~okan/GraphicsMagick-1.3.3.diff Great work, thanks! > > koffice bit with kili's patch for GM 1.3.3: > http://www.demirmen.com/~okan/koffice-GM-1.3.3.diff > > While we've found no regressions so far, neither of us are > KDE/koffice users;

Re: [update] gtk-2.14.7

2009-01-09 Thread Antoine Jacoutot
On Fri, 9 Jan 2009, Marco Peereboom wrote: > Does this fix the assertion I pasted a couple of days ago in open office? It should, yes. Easy for you to test is just update gtk. No need to recompile openoffice. -- Antoine

unbreak nagios

2009-01-09 Thread Henning Brauer
they don't understand nonblocking fds. easily visible when you have an alert script that sleeps for a while, during this time nagios will happily consume all COU cycles it can get. on EAGAIN, you must not loop over and over again without any form of sleeping... the fix is to use poll, of course. h

Re: [update] gtk-2.14.7

2009-01-09 Thread Marco Peereboom
Does this fix the assertion I pasted a couple of days ago in open office? On Fri, Jan 09, 2009 at 02:41:36PM +0100, Antoine Jacoutot wrote: > Hi. > > This diff updates gtk to the latest bugfix release: 2.14.7. > > Comments/OK? > > > Index: Makefile > ===

Re: emesene has to be updated to 1.0.1 to be of any use

2009-01-09 Thread Stuart Henderson
On 2009/01/09 11:30, Andrés wrote: > "1.0.1 is a bugfix-only release, including the update of the > "application id", hex number that some of the msn servers rejected. > All users should update as soon as possible, since this change is > going to be applied to all servers, resulting in either error

[update] gtk-2.14.7

2009-01-09 Thread Antoine Jacoutot
Hi. This diff updates gtk to the latest bugfix release: 2.14.7. Comments/OK? Index: Makefile === RCS file: /cvs/ports/x11/gtk+2/Makefile,v retrieving revision 1.74 diff -u -r1.74 Makefile --- Makefile20 Dec 2008 19:37:19 -

emesene has to be updated to 1.0.1 to be of any use

2009-01-09 Thread Andrés
"1.0.1 is a bugfix-only release, including the update of the "application id", hex number that some of the msn servers rejected. All users should update as soon as possible, since this change is going to be applied to all servers, resulting in either error messages when trying to manipulate contact

Re: UPDATE: graphics/tiff2png

2009-01-09 Thread Giovanni Bechis
Benoit Lecocq wrote: Hi, Here is an update to the latest version of tiff2png 0.91. It works for me too, I added a little license hint, ok anyone ? Cheers Giovanni Index: Makefile === RCS file: /cvs/ports/graphics/tiff2png/Makef