Date: Sun, 20 Jul 2014 02:16:14 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191978] mail/fetchmail won't build on FreeBSD 10.x with Kerberos support disabled Message-ID: <bug-191978-13-p4NLyYONC1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191978-13@https.bugs.freebsd.org/bugzilla/> References: <bug-191978-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191978 --- Comment #1 from Jeremy Chadwick <jdc@koitsu.org> --- Patch (output of "svn diff") is also available here for download: http://jdc.koitsu.org/freebsd/191978/Makefile.diff There may be a "cleaner" or better way to do this, by the way, and if so I totally suppport that. (Give me a diff/patch and I can test it if needed). But reproducing the problem should be as easy as: - Adding WITHOUT_KERBEROS=true to /etc/src.conf - Rebuilding world - Using make delete-old and make delete-old-libs - Try to build ports/mail/fetchmail Note: I don't think the GSSAPI option really influences this problem, at least not to the fetchmail configure script, but I cannot imagine someone disabling Kerberos support system-wide then trying to use GSSAPI in all their ports (it would fail). So the GSSAPI empty() check is basically to ensure that we don't break things for people who DO have Kerberos enabled. But as I said, there may be a more proper logic/methodology to solving this, in which case great! -- 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-191978-13-p4NLyYONC1>