[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:25:24 UTC 2014


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

--- Comment #2 from Jeremy Chadwick <jdc at koitsu.org> ---
I just realised a simpler approach might be this:

post-patch:
.if !exists(/usr/lib/libcom_err.so)
        @${REINPLACE_CMD} -e "s,-lcom_err,,g" ${WRKSRC}/configure
.endif

Since this file would exist on FreeBSD 9.x (with or without
WITHOUT_KERBEROS=yes in src.conf), but would be excluded on FreeBSD 10.x
systems using WITHOUT_KERBEROS=yes.

I'll leave it up to the port maintainer to decide which methodology is
preferred, or possibly a combination of multiples.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list