Subject: Re: Can we get mail/spamprobe updated?
To: Geert Hendrickx <ghen@telenet.be>
From: Chris Ross <cross+netbsd@distal.com>
List: pkgsrc-users
Date: 10/25/2007 16:48:03
On Oct 25, 2007, at 12:01, Geert Hendrickx wrote:
> Since it seems to work fine for you and for me, I just committed
> the update.
>
>> I'm running netbsd-4 (4.0_RC2, now 4.0_RC3), using gcc 4.1.2. It
>> worked fine for me.
>
> Ok, patch-aa removed.
I just rebuilt it on my sparc64, and it's working just fine. I'll
have
to look into the png and jpeg decoding! Haven't used that before. :-)
There was one error in the options.mk:
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/mail/spamprobe/options.mk,v
retrieving revision 1.5
diff -r1.5 options.mk
23c23
< .if !empty(PKG_OPTIONS:Mjpg)
---
> .if !empty(PKG_OPTIONS:Mjpeg)
Commit that typo fix, and it's "good to go".
Thanks...
- Chris