Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 1999 13:33:24 +0100 (BST)
From:      Jose Marques <noway@nohow.demon.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14582: Fetchmail port "CONFIGURE_ARGS" additions
Message-ID:  <199910281233.NAA10929@nohow.demon.co.uk>

next in thread | raw e-mail | index | archive | help

>Number:         14582
>Category:       ports
>Synopsis:       Fetchmail port "CONFIGURE_ARGS" additions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 28 11:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Jose Marques
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
>Environment:

	

>Description:

Would it be possible to add "--enable-SDPS" to the "CONFIGURE_ARGS" for
the mail/fetchmail port?  This option adds support for extensions to the
POP3 protocol used by my ISP.  The above option does not impact POP3
downloads that do not use the "sdps" protocol and only adds 544 bytes 
to the size of the fetchmail binary.

>How-To-Repeat:

>Fix:
	
Apply the following patch:

diff -ruN fetchmail.orig/Makefile fetchmail/Makefile
--- fetchmail.orig/Makefile	Thu Oct 28 13:24:20 1999
+++ fetchmail/Makefile	Thu Oct 28 13:19:56 1999
@@ -18,7 +18,7 @@
 MAINTAINER=	ve@sci.fi
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2
+CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 --enable-SDPS
 CONFIGURE_ENV=  LDFLAGS="${CFLAGS}"
 MAN1=		fetchmail.1
 MLINKS=		fetchmail.1 fetchmailconf.1


>Release-Note:
>Audit-Trail:
>Unformatted:


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?199910281233.NAA10929>