Date: Tue, 9 Sep 1997 23:42:38 +0300 (EEST) From: Ville Eerola <ve@sci.fi> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/4503: Enable KPOP support for fetchmail Message-ID: <199709092042.XAA00979@vebsd.vlsi.fi> Resent-Message-ID: <199709092050.NAA04689@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 4503 >Category: ports >Synopsis: Enable KPOP support for fetchmail >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Sep 9 13:50:01 PDT 1997 >Last-Modified: >Originator: Ville Eerola >Organization: VLSI Solution Oy >Release: FreeBSD 2.2-STABLE i386 >Environment: Current FreeBSD ports system as of Tue Sep 9 23:33:42 EEST 1997 >Description: The fetchmail program supports using Kerberos authentication for POP requests. This service is also referred as KPOP. To enable the KPOP support une needs to tell configure where to locate the kerberos files. The enclosed does this. >How-To-Repeat: # cd /usr/ports/fetchmail # make all install # exit % fetchmail -p KPOP fetchmail: Kerberos V4 support not linked.: Unknown error: -1 >Fix: Apply this patch to the fetchmail Makefile. The patch was kindly provided by Benjamin Greenwald <beng@lcs.mit.edu>. He has tested this patch and the associated changes already applied to the fetchmail distribution. Index: Makefile =================================================================== RCS file: /disk4/FreeBSD/cvs/ports/mail/fetchmail/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- Makefile 1997/09/07 13:16:59 1.40 +++ Makefile 1997/09/09 20:31:00 @@ -17,6 +17,10 @@ CONFIGURE_ENV+= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 +.if exists(/usr/lib/libkrb.a) && defined(MAKE_EBONES) +CONFIGURE_ARGS += --with-kerberos=/usr/include/kerberosIV +.endif + FDOC= ${PREFIX}/share/doc/fetchmail post-patch: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709092042.XAA00979>