Date: Tue, 27 Feb 2001 17:21:03 +0200 From: Peter Pentchev <roam@orbitel.bg> To: ports@FreeBSD.org Cc: Ville Eerola <ve@sci.fi> Subject: RFC: mail/fetchmail Kerberos support patch enhancement Message-ID: <20010227172103.B561@ringworld.oblivion.bg>
next in thread | raw e-mail | index | archive | help
Hi, Is there anybody out there running fetchmail with Kerberos support? If so, can y'all try the following replacement for files/patch-ad in the port, which would make it *much* easier to apply the FreeBSD-specific patches to each new fetchmail release? This builds with Kerberos 4 support here, however I don't have any kind of Kerberos setup to test it. The attached patch is supposed to replace ALL four chunks of files/patch-ad, not just the first one. If this goes well, I'm thinking of submitting a corresponding configure.in change to the fetchmail developers list - there already *is* FreeBSD-specific configure.in tweaking, let's make it DTRT :) G'luck, Peter -- If there were no counterfactuals, this sentence would not have been paradoxical. --- configure Mon Feb 12 13:16:28 2001 +++ configure Mon Feb 12 13:16:48 2001 @@ -1639,7 +1639,7 @@ if test `uname` = "FreeBSD" then - echo "Adding -lkvm to standard libraries" - LIBS="$LIBS -lkvm" + echo "Adding -lmd -lkvm -lcom_err to standard libraries" + LIBS="$LIBS -lmd -lkvm -lcom_err" fi # Check for Rhapsody special case: it doesn't like -s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010227172103.B561>