[Bug 191978] mail/fetchmail won't build on FreeBSD 10.x with Kerberos support disabled

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jul 20 02:16:14 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191978

--- Comment #1 from Jeremy Chadwick <jdc at 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.


More information about the freebsd-ports-bugs mailing list