On Sun, Nov 27, 2011 at 7:37 AM, Antoine Jacoutot <[email protected]> wrote:
> On Sat, Nov 26, 2011 at 08:55:08PM -0500, STeve Andre' wrote:
>> I've having problems building mail/msmtp for the last several
>> bulk builds. This was last tried on a -current i386 system compiled
>> OpenBSD 5.0-current (GENERIC.MP) #0: Fri Nov 25 03:47:25 EST 2011
>>
>> Any clues? Thanks...
>
> Try this diff.
>
> Gleydson, ok?
please, commit it.
thanks,
>
>
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/mail/msmtp/Makefile,v
> retrieving revision 1.27
> diff -u -r1.27 Makefile
> --- Makefile 22 Nov 2011 18:24:50 -0000 1.27
> +++ Makefile 27 Nov 2011 09:36:30 -0000
> @@ -14,6 +14,7 @@
> PERMIT_PACKAGE_FTP = Yes
> PERMIT_DISTFILES_CDROM = Yes
> PERMIT_DISTFILES_FTP = Yes
> +
> WANTLIB = c crypto ssl idn
>
> MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=msmtp/}
> @@ -27,7 +28,8 @@
> CONFIGURE_STYLE = gnu
> CONFIGURE_ARGS = --with-libgsasl=no \
> --with-libidn=yes \
> - --with-ssl=openssl
> + --with-ssl=openssl \
> + --without-gnome-keyring
> FAKE_FLAGS = mandir="${PREFIX}/man" \
> infodir="${PREFIX}/info"
>
>
>