UPDATE: archivers/star 1.5.1

2010-06-30 Thread Christian Weisgerber
Update to 1.5.1. In case anybody actually uses star, they might want to give this a spin. Index: Makefile === RCS file: /cvs/ports/archivers/star/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile19 Jun 20

Re: [UPDATE] p5-Authen-Radius-0.05 -> 0.15

2010-06-30 Thread Abel Abraham Camarillo Ojeda
Stuart Henderson wrote: > On 2010/06/29 18:12, Abel Abraham Camarillo Ojeda wrote: > > Adds support for RADIUS Accounting, this needs p5-Data-HexDump already > > ported, posting it soon. > > > > I'm taking mantainership on it if nobody cares (it doesn't had a MANTAINER). > > Mangled quoted-print

Re: Unbreak openct compilation

2010-06-30 Thread Theo de Raadt
> OpenCT has been broken by the recent commit of SO_PEERCRED: > > socket.c: In function `ct_socket_getcreds': > socket.c:298: error: storage size of `creds' isn't known > > This is because we use "struct sockpeercred" instead of "struct ucred" > to return the credentials in. The following patch f

Unbreak openct compilation

2010-06-30 Thread Damien Miller
Hi, OpenCT has been broken by the recent commit of SO_PEERCRED: socket.c: In function `ct_socket_getcreds': socket.c:298: error: storage size of `creds' isn't known This is because we use "struct sockpeercred" instead of "struct ucred" to return the credentials in. The following patch fixes it.

[NEW] password-gorilla 1.5.3

2010-06-30 Thread Jiri B.
Hello, please test and if OK then commit please. There's no other app for opening Password Safe v3 databases on OpenBSD. pwsafe in ports can do only v2. Thanks. jirib $ cat password-gorilla/pkg/DESCR The Password Gorilla helps you manage your logins. It stores all your user names and passwords,

Re: python 2.6 update and default

2010-06-30 Thread Federico G. Schwindt
On Wed, Jun 30, 2010 at 06:09:42PM +0100, Stuart Henderson wrote: > On 2010/06/29 14:49, Federico G. Schwindt wrote: > > On Wed, Jun 23, 2010 at 08:06:02PM +0100, Federico G. Schwindt wrote: > > > Hi, > > > > > > Since the plan is to make 2.6 the default, some people have mentioned > > > the >

Re: webkit 1.2.1

2010-06-30 Thread Landry Breuil
On Fri, Jun 25, 2010 at 09:28:10AM +0200, Landry Breuil wrote: > Hi, > > here's the update to latest webkit-gtk. As usual, test in you random > configuration if you use it or one of the depending ports.. Anyone tested that on bizarre archs such as i386/ppc ? amd64 was tested, i'm doing sparc64 ri

UPDATE: graphics/netpbm 10.35.75

2010-06-30 Thread Christian Weisgerber
The netpbm "super stable" branch--the only one with releases--has jumped from 10.26 to the slightly less ancient 10.35, so here is an update to 10.35.75. I didn't notice any exciting changes, apart from the addition of pamx, a minimal X11 viewer for files in the various netpbm formats. Index: Mak

Fabrica de llantas, escapes y accesorios para MOTO

2010-06-30 Thread programadores
SI NO PODES VER LAS IMAGENES CLIC ACA [IMAGE]

Patch: xpdf/Parser.cc

2010-06-30 Thread Grant Friday
Hey ports@ I apologize if this is the incorrect place to send this message as I wasn't sure who the maintainer was. I found a bug that crashes xpdf-3.02.4p1 and wrote a patch for it. This crash happens when a pdf file has an object whose length is derived from an indirect object reference but in

Re: python 2.6 update and default

2010-06-30 Thread Stuart Henderson
On 2010/06/29 14:49, Federico G. Schwindt wrote: > On Wed, Jun 23, 2010 at 08:06:02PM +0100, Federico G. Schwindt wrote: > > Hi, > > > > Since the plan is to make 2.6 the default, some people have mentioned the > > python update posted on ports@ some time ago, so below is the update as well > >

regress results for lang/ghc

2010-06-30 Thread Matthias Kilian
Hi, I'd like to check the results of the ghc testsuite now that the ports supports threads. As I've only an amd64 usable for this, I'd like to see the results of make regress on i386. The ${WRKDIR}/regress.log is enough, I don't need the complete build logs (unless the build fails for you, of cour

new: devel/libbfd

2010-06-30 Thread Chris Kuethe
My upcoming avarice port needs libbfd, and one with more formats than we have in base. This builds libbfd, but only as a static library. -- GDB has a 'break' feature; why doesn't it have 'fix' too? libbfd.tgz Description: GNU Zip compressed data

cl-gd

2010-06-30 Thread marrob
Hello list, have there been efforts so far to port cl-gd (a common lisp interface to the gd graphics library) to OpenBSD? Is there any interest in this matter? Marrob

Re: hunspell segfaults

2010-06-30 Thread LEVAI Daniel
On Fri, Jun 25, 2010 at 10:05:52 +0100, Edd Barrett wrote: [...] > In the meanwhile, here is a new diff with aja's observations corrected: Can we see this in? Is there any testing left regarding this? Daniel -- LÉVAI Dániel PGP key ID = 0x83B63A8F Key fingerprint = DBEC C66B A47A DFA2 792D 65

Re: climm

2010-06-30 Thread Jiri B.
On Wed, 30 Jun 2010 16:41:47 +0400 czark...@gmail.com wrote: > Hello! > > I just wanted to wonder, whether climm is ever going to replace mICQ > in ports? > > If needed, I can try making a port for it. Hi, micq was deleted recently and there was no interest in replacing it with climm. it looks

climm

2010-06-30 Thread czarkoff
Hello! I just wanted to wonder, whether climm is ever going to replace mICQ in ports? If needed, I can try making a port for it. -- Dmitrij D. Czarkoff

UPDATE: security/ccrypt

2010-06-30 Thread Kevin Lo
Hi, Here's an updated diff of ccrypt to 1.9. Tested on amd64. ok? comments? Kevin Index: Makefile === RCS file: /cvs/ports/security/ccrypt/Makefile,v retrieving revision 1.15 diff -u -p -r1.15 Makefile --- Makefile16 Mar

Re: Fix: x11/obconf segfaults on amd64

2010-06-30 Thread David Coppa
On Wed, Jun 30, 2010 at 10:20 AM, Kevin Lo wrote: > $ obconf > > (obconf:21987): Gtk-WARNING **: GtkSpinButton: setting an adjustment with > non-ze > ro page size is deprecated > Segmentation fault (core dumped) > > Diff from freebsd. ok? sure. ok for me ciao, david

Fix: x11/obconf segfaults on amd64

2010-06-30 Thread Kevin Lo
$ obconf (obconf:21987): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-ze ro page size is deprecated Segmentation fault (core dumped) Diff from freebsd. ok? Kevin Index: Makefile === RCS file: /cvs/ports/x11

Re: mplayer not playing 24bit WAVs (sndio vs libao?)

2010-06-30 Thread Jacob Meuser
On Wed, Jun 30, 2010 at 08:57:49AM +0200, Jan Stary wrote: > On Jun 29 22:00:28, Jacob Meuser wrote: > > the problem is really simple: the sndio backend in mplayer doesn't yet > > support 24-bit formats. that will be fixed soon. > > Am I right at thinking that if an application asks a running au

Re: [UPDATE] p5-Authen-Radius-0.05 -> 0.15

2010-06-30 Thread Stuart Henderson
On 2010/06/29 18:12, Abel Abraham Camarillo Ojeda wrote: > Adds support for RADIUS Accounting, this needs p5-Data-HexDump already > ported, posting it soon. > > I'm taking mantainership on it if nobody cares (it doesn't had a MANTAINER). Mangled quoted-printable diff, please fix your mail config

Re: mplayer not playing 24bit WAVs (sndio vs libao?)

2010-06-30 Thread Jan Stary
On Jun 29 22:00:28, Jacob Meuser wrote: > On Tue, Jun 29, 2010 at 11:21:56PM +0200, Jan Stary wrote: > > On Jun 29 07:14:08, Jan Stary wrote: > > > This is a fresh snapshot, with a fresh mplayer from snapshot packages. > > > > i386, I forgot. > > > > > $ mplayer file.wav > > > MPlayer SVN-r30866