Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2014 15:15:43 +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-0HmZiPd3CT@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 #4 from chalpin@cs.wisc.edu ---
I'd prefer this methodology:

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

As for the "python 2.0 or later not found", this is expected if you have the
X11 option disabled.  This is "to defeat Python byte-code compilation" as
described in fetchmail's README.packaging:
 
https://gitorious.org/fetchmail/fetchmail/source/ff83a54b4f48010c4477b18b9551cd513d649f8e:README.packaging

The '-I/usr/kerberos/include' is definitely more concerning... I'll give that a
look.

As for this bug, I'm happy to approve the above post-patch as a fix.

-- 
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-0HmZiPd3CT>