Re: port for openbsd-bsdauth

2007-10-11 Thread Felix Kronlage
On Thu, Oct 11, 2007 at 12:51:54AM +0200, Felix Kronlage wrote: As Marc Balmer pointed out: Index: Makefile === [...] +RUN_DEPENDS= ::net/openvpn this should of course point to openvpn-bsdauth. Index: Makefile

poppler-qt4 : broken?

2007-10-11 Thread Edd Barrett
Hi there, Im looking into embedding a pdf into a QT application using poppler-qt. As a test I tried building the test-poppler-qt4.cpp distributed in the poppler source tarball qt4/tests. Here is my project file: ---8--- ## #

net/dspam

2007-10-11 Thread Okan Demirmen
it's not a big deal (maint timeout)...but here are 2 fixes: - set the delivery agent default to openbsd's, instead of it's default, /usr/bin/procmail, which just does not help for a default config ;) - register the sqlite (sqlite3 FLAVOR) dir so pkg_delete can deal. Index: Makefile

Re: net/dspam

2007-10-11 Thread Frank Denis
Le Thu, Oct 11, 2007 at 11:59:45AM -0400, Okan Demirmen ecrivait : it's not a big deal (maint timeout)...but here are 2 fixes: We should really upgrade to 3.8 instead. Unfortunately I don't use it any more.

UPDATE: devel/geany (0.11 = 0.12)

2007-10-11 Thread Vlad Glagolev
Geany 0.12 comes with many new features, improvements and bug fixes. Finally, Geany got a plugin interface to load external plugins. Happy coding! Changelog: Bugs fixed: * Fixed opening the same file twice from the message window/command-line. * Fixed Ctrl-Shift keybindings not

UPDATE: devel/re2c

2007-10-11 Thread Stuart Henderson
version bump, passes the regression test suite on i386, amd64 and sparc64, take MAINTAINER. ok? Index: Makefile === RCS file: /cvs/ports/devel/re2c/Makefile,v retrieving revision 1.2 diff -u -p -u -r1.2 Makefile --- Makefile16

Re: [update] afternoonstalker

2007-10-11 Thread Serge Basterot
On Thu, Oct 11, 2007 at 12:13:30AM +0200, Serge Basterot wrote: On Wed, Oct 10, 2007 at 11:46:41PM +0200, Serge Basterot wrote: Here is an update of afternoonstalker. Need the new lib flatzebra. I take maintainership. Resubmit without useless docs in PLIST Only tested on i386, comments

Re: [update] cosmosmash

2007-10-11 Thread Serge Basterot
On Wed, Oct 10, 2007 at 11:49:30PM +0200, Serge Basterot wrote: Here is an update of cosmsmash. Needs flatzebra. Previous maintainer is MAILER-DAEMONed, so I take maintainership if he read this email and is okay. Resubmit without useless docs in PLIST Only tested on i386, comments etc. ?

Re: [update] burgerspace

2007-10-11 Thread Serge Basterot
On Wed, Oct 10, 2007 at 11:44:53PM +0200, Serge Basterot wrote: Following the port of flatzebra here is the new version of burgerspace. I take maintainership of this port, pvalchev@ agreed. Resubmit without useless docs in PLIST Only tested on i386, comments etc. ? Thanks, -- Serge Index:

Re: net/dspam

2007-10-11 Thread Okan Demirmen
On Thu 2007.10.11 at 18:44 +0200, Frank Denis wrote: Le Thu, Oct 11, 2007 at 11:59:45AM -0400, Okan Demirmen ecrivait : it's not a big deal (maint timeout)...but here are 2 fixes: We should really upgrade to 3.8 instead. Unfortunately I don't use it any more. looking into upgrading the

New alternative identd port question

2007-10-11 Thread Strykar
Most people/single-user systems need ident running for IRC, typically to comply with the IRC server policy, or to remove the tilde sign from their username. Running a full-blown ident daemon, both bundled with the OS, or the IRC client, for this purpose seems overkill to me. A mate used Perl for

Re: poppler-qt4 : broken?

2007-10-11 Thread Joachim Schipper
On Thu, Oct 11, 2007 at 01:09:52PM +0100, Edd Barrett wrote: (...) I tried building the test-poppler-qt4.cpp distributed in the poppler source tarball qt4/tests. ---8--- $ qmake4 make g++ -pthread -o poppler test-poppler-qt4.o-L/lib -L/usr/local/lib/qt4 -lpoppler-qt4 -lpoppler