Date: Tue, 30 Jan 2018 17:21:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 225567] mail/qpopper Message-ID: <bug-225567-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225567 Bug ID: 225567 Summary: mail/qpopper Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: ixew@hotmail.com CC: bc979@lafn.org Flags: maintainer-feedback?(bc979@lafn.org) CC: bc979@lafn.org Dear maintainer of the mail/qpopper port: Since the handbook recommends security/cyrus-sasl2 as the means for SMTP (sendmail) authentication I tried the same with mail/qpopper by adding "--with-cyrus-sasl=3D/usr/local" to the Makefile CONFIGURE_ARGS. Unfortunately the port then does not compile, see below. Is this an upstream bug or something to do with FreeBSD 11.1? Is this the reason why this option is not offered via FreeBSD port "make config"? It's nice to have the same authentication method in all mail operations. Thanks in advance, Enoch. -- In file included from mime.c:68: ../popper/popper.h:693:25: error: field has incomplete type 'struct _pop_sa= sl' struct _pop_sasl sasl; /* General place to put=20 ^ ../popper/popper.h:282:16: note: forward declaration of 'struct _pop_sasl' typedef struct _pop_sasl pop_sasl; /* defined in pop_sasl.h */ ^ mime.c:536:52: warning: implicit conversion from 'int' to 'char' changes va= lue from 255 to -1 [-Wconstant-conversion] MemSet ( (char *) (mType->paramIndex), paramMax, kParamIndexUnused ); ~~~~~~ ^~~~~~~~~~~~~~~~~ ./mime.h:101:28: note: expanded from macro 'kParamIndexUnused' #define kParamIndexUnused (255) /* don't change this */ ^~~ 1 warning and 1 error generated. *** [mime.o] Error code 1 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225567-13>