Re: Remove mail/spam (was: Re: [macppc, mips64] Unbreak mail/dspam)

2020-04-21 Thread Charlene Wendling
On Wed, 22 Apr 2020 01:12:34 +0200
Jeremie Courreges-Anglas wrote:

> On Tue, Apr 21 2020, Stuart Henderson  wrote:
> > OK. Or I would also be OK with removing this port.
> 
> I suggest we delete it.  It was already on life support upstream when
> Landry updated it to the latest version back in 2013.  dspam was an
> awesome antispam solution, but people have to move on.
> 
> Charlene, do you want to handle the removal?  If so, ok jca@
> (Else I can do it.)

OK cwen@ to remove it, please do it :)

> -- 
> jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE
> 1524 E7EE
> 



Remove mail/spam (was: Re: [macppc, mips64] Unbreak mail/dspam)

2020-04-21 Thread Jeremie Courreges-Anglas
On Tue, Apr 21 2020, Stuart Henderson  wrote:
> OK. Or I would also be OK with removing this port.

I suggest we delete it.  It was already on life support upstream when
Landry updated it to the latest version back in 2013.  dspam was an
awesome antispam solution, but people have to move on.

Charlene, do you want to handle the removal?  If so, ok jca@
(Else I can do it.)

-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE



Re: [macppc, mips64] Unbreak mail/dspam

2020-04-21 Thread Stuart Henderson
OK. Or I would also be OK with removing this port.

On 2020/04/21 22:14, Charlene Wendling wrote:
> 
> > http://build-failures.rhaalovely.net/mips64/2020-04-02/mail/dspam%2C-main.log
> (same on macppc)
> 
> It fails due to some undefined references to libiconv symbols, so i
> changed LDFLAGS for clang archs using ld.bfd, and it builds on macppc
> [0].
> 
> Safety REVISION bump for mips64 added.
> 
> Comments/feedback are welcome,
> 
> Charlène.
> 
> 
> [0] https://bin.charlenew.xyz/macppc/paths/mail/dspam.log
> 
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/mail/dspam/Makefile,v
> retrieving revision 1.67
> diff -u -p -u -p -r1.67 Makefile
> --- Makefile  17 Jul 2019 14:46:33 -  1.67
> +++ Makefile  21 Apr 2020 20:10:55 -
> @@ -6,9 +6,9 @@ COMMENT-mysql =   MySQL driver for dspam
>  
>  VERSION =3.10.2
>  DISTNAME =   dspam-${VERSION}
> -REVISION-main =  10
> -REVISION-mysql = 8
> -REVISION-pgsql = 7
> +REVISION-main =  11
> +REVISION-mysql = 9
> +REVISION-pgsql = 8
>  
>  PKGNAME-main =   ${PKGNAME}
>  .for p in pgsql mysql
> @@ -100,6 +100,12 @@ CONFIGURE_ARGS +=--disable-domain-scale
>  CONFIGURE_ARGS +=--enable-large-scale
>  .else
>  CONFIGURE_ARGS +=--disable-large-scale
> +.endif
> +
> +# Fix undefined reference errors on clang+ld.bfd archs
> +.include 
> +.if ${PROPERTIES:Mclang} && !${PROPERTIES:Mlld}
> +CONFIGURE_ENV += LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
>  .endif
>  
>  post-install:
>