From owner-freebsd-ports Thu Oct 28 11: 0:10 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FC4215185 for ; Thu, 28 Oct 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA15268; Thu, 28 Oct 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nohow.demon.co.uk (nohow.demon.co.uk [212.228.18.189]) by hub.freebsd.org (Postfix) with ESMTP id AAE9714E26 for ; Thu, 28 Oct 1999 10:53:03 -0700 (PDT) (envelope-from noway@nohow.demon.co.uk) Received: (from noway@localhost) by nohow.demon.co.uk (8.9.3/8.9.3) id NAA10929; Thu, 28 Oct 1999 13:33:24 +0100 (BST) (envelope-from noway) Message-Id: <199910281233.NAA10929@nohow.demon.co.uk> Date: Thu, 28 Oct 1999 13:33:24 +0100 (BST) From: Jose Marques Reply-To: noway@nohow.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14582: Fetchmail port "CONFIGURE_ARGS" additions Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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