update: devel/p5-Devel-SmallProf

2007-06-21 Thread Srebrenko Sehic
Here is an update of devel/p5-DevelSmallProf to the latest stable version. Tested on -current/i386. Changelog at http://search.cpan.org/src/SALVA/Devel-SmallProf-2.02/Changes p5_Devel_SmallProf.diff Description: Binary data

Patch against jesred-1.2.1p0 that does not work with squid 2.6.STABLE9, OpenBSD 4.1-STABLE

2007-06-21 Thread Daniele Pilenga
Hi. After upgrading my server(s) to 4.1 I discovered my squid redirections do not work anymore. After some source digging I saw that squid passes the redirectors the query in the following format URL SP client_ip / fqdn SP user SP method SP urlgroup NL but jesred expects only 4 parameters and

Ports/Packages Suggestions

2007-06-21 Thread Edd Barrett
Hi there Marc/ports@, I have some suggestions for ports/packages that I would find useful. Perhaps others would too? - 'make uninstall' for SUBDIRS. The target is unrecognised if you are in the root of a port with SUBDIRS. Just saves having to change into each dir and execute make uninstall. -

Re: Ports/Packages Suggestions

2007-06-21 Thread C. Bensend
- Have pkg_add read the local filesystem if package not found in PKG_PATH (perhaps do it first? not sure). Saves unsetting PKG_PATH if the package is on your hard disk. Unsetting? Why don't you just add the local directory to your PKG_PATH? That way, you don't have to unset anything. Benny

Re: Ports/Packages Suggestions

2007-06-21 Thread Stuart Henderson
On 2007/06/21 15:57, Edd Barrett wrote: - Have pkg_add read the local filesystem if package not found in PKG_PATH (perhaps do it first? not sure). Saves unsetting PKG_PATH if the package is on your hard disk. this is already possible: arch=`machine -a`

Re: Ports/Packages Suggestions

2007-06-21 Thread Edd Barrett
Hi, On 21/06/07, C. Bensend [EMAIL PROTECTED] wrote: - Have pkg_add read the local filesystem if package not found in PKG_PATH (perhaps do it first? not sure). Saves unsetting PKG_PATH if the package is on your hard disk. Unsetting? Why don't you just add the local directory to your

Resend: Issue with swig-1.3.24p4 and perl5 with C++

2007-06-21 Thread Hannah Schroeter
Hello! I sent this already. Perhaps it could be considered now. Kind regards, Hannah. - Forwarded message from Hannah Schroeter [EMAIL PROTECTED] - From: Hannah Schroeter [EMAIL PROTECTED] To: ports@openbsd.org Date: Tue, 10 Apr 2007 16:55:12 +0200 Subject: Issue with swig-1.3.24p4

x11/kde/bindings3 qtruby fix

2007-06-21 Thread Jeremy Evans
The attached patch fixes qtruby (part of kdebindings) so that it can be used out of the box. Currently, when building kdebindings, .0.0 are added to the ruby .so extensions. Ruby assumes that .so extensions don't have numeric extensions, so it can't load the files until the appropriate files are

Re: UPDATE: mutt 1.5.16

2007-06-21 Thread Peter Hessler
This is good for me. BTW, if you want TLS for sending email (my smtp server requires it), you need to add '--with-sasl' to CONFIGURE_ARGS On 2007 Jun 20 (Wed) at 17:15:52 +0100 (+0100), Stuart Henderson wrote: :everything seems ok with this, would anyone like to commit it? this was :the most

devel/ruby-ncurses update 0.8-1.1

2007-06-21 Thread Jeremy Evans
The attached diff updates devel/ruby-ncurses from 0.8 to 1.1. Among other things, this allows use of ncurses form library. It also makes me the maintainer. Tested on i386. Please test and commit. Thanks, Jeremy Index: Makefile

New: emulators/c3270

2007-06-21 Thread Jeremy Evans
This is a new port for c3270, a curses based 3270 terminal emulator. It's similar to tn3270 (included in base), but works better for me. Homepage: http://x3270.bgp.nu/ Tested on i386. Please test and commit. Thanks, Jeremy c3270.tar.gz Description: application/tar-gz

UPDATE: msmtp 1.4.12

2007-06-21 Thread Simon Kuhnle
Built and installed fine. Sending mail works :) Changelog from http://msmtp.sourceforge.net/news.html: The documentation was improved and a minor bug was fixed. -- simon Index: Makefile === RCS file: /cvs/ports/mail/msmtp/Makefile,v

audio/scmpc broken?

2007-06-21 Thread Edd Barrett
Hi ports@, The scmpc port (mpd audio scrobbler client), appears to seg fault when invoked. I am running the most recent snapshot on i386. Th config file used is the example one with my username/password substituted. # scmpc -f /etc/scmpc/scmpc.conf -n Old pid file removed. 2007-06-21 20:48:35

Re: MODULES+=apache-module for mod_{auth_bsd,auth_radius,geoip,layout,log_sql,mp3,perl,random,security,text2html}

2007-06-21 Thread Simon Bertrang
On Thu, Jun 21, 2007 at 12:39:00AM +0200, Simon Bertrang wrote: Hi Porters, following Marc Espie's recent addition of apache-module.port.mk i converted all apache ports in the tree to use MODULES+=apache-module. The diffs attached to this mail have noone respectively all recipients of this

Re: UPDATE: Pidgin 2.0.2 (and silc-toolkit 1.1)

2007-06-21 Thread Aleksander Piotrowski
Just a quick notice, this port hasn't been commited recently as it breaks devel/py-silc. martynas@ is currently working on a fix/update for py-silc so that it would work with new silc-toolkit release. Cheers, Alek -- Dwa miesiące temu londyński klub nikogo poza Wyspami nie obchodził. Groził mu

Re: audio/scmpc broken?

2007-06-21 Thread Jasper Lievisse Adriaanse
On Thu, Jun 21, 2007 at 09:34:18PM +0100, Edd Barrett wrote: Hi ports@, The scmpc port (mpd audio scrobbler client), appears to seg fault when invoked. I am running the most recent snapshot on i386. Th config file used is the example one with my username/password substituted. # scmpc -f

Re: audio/scmpc broken?

2007-06-21 Thread Matthias Kilian
On Thu, Jun 21, 2007 at 09:34:18PM +0100, Edd Barrett wrote: I can't see anything evident by using ktrace, so I turned on debugging symbols (by adding -g in relevant places after 'make configure'), then ran 'make build': FYI: if you need debugging, just build the port with env