Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 1998 16:24:06 -0500 (CDT)
From:      dcarmich@mcs.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6766: I have updated the fetchmail port to version 4.4.8
Message-ID:  <199805262124.QAA04461@dcarmich.pr.mcs.net>

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

>Number:         6766
>Category:       ports
>Synopsis:       I have updated the fetchmail port to version 4.4.8
>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:   Tue May 26 14:20:01 PDT 1998
>Last-Modified:
>Originator:     Douglas Carmichael
>Organization:
n/a
>Release:        FreeBSD 2.2.6-RELEASE i386
>Environment:

	N/A

>Description:

	I have updated the fetchmail port to version 4.4.8. 

>How-To-Repeat:

	n/a

>Fix:

Apply this unified diff:

diff -ruN fetchmail.old/Makefile fetchmail/Makefile
--- fetchmail.old/Makefile	Tue May 26 16:16:31 1998
+++ fetchmail/Makefile	Tue May 26 16:16:22 1998
@@ -1,20 +1,21 @@
 # New ports collection makefile for:	fetchmail
-# Version required:     4.4.7
+# Version required:     4.4.8
 # Date created:		26 Oct 1996
 # Whom:			Ville Eerola <ve@sci.fi>
 #
+# $Id$
 #
 
-DISTNAME=       fetchmail-4.4.7
+DISTNAME=       fetchmail-4.4.8
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.ccil.org/pub/esr/fetchmail/
 
 MAINTAINER=	ve@sci.fi
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS= --enable-opie --enable-RPA
+CONFIGURE_ARGS= --enable-opie --enable-RPA --enable-POP2
 CONFIGURE_ENV=  LDFLAGS="${CFLAGS}"
-MAN1=		fetchmail.1
+MAN1=		fetchmail.1 fetchmailconf.1
 
 .if exists(/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4)
 CONFIGURE_ARGS += --with-kerberos=/usr/include
diff -ruN fetchmail.old/patches/patch-ac fetchmail/patches/patch-ac
--- fetchmail.old/patches/patch-ac	Wed Dec 31 18:00:00 1969
+++ fetchmail/patches/patch-ac	Tue May 26 16:21:07 1998
@@ -0,0 +1,11 @@
+*** fetchmail.h.old	Tue May 26 16:08:58 1998
+--- fetchmail.h	Tue May 26 16:09:08 1998
+***************
+*** 398,401 ****
+--- 398,403 ----
+  
+  #define STRING_DISABLED	(char *)-1
+  
++ int cmd_daemon;
++ 
+  /* fetchmail.h ends here */
diff -ruN fetchmail.old/pkg/PLIST fetchmail/pkg/PLIST
--- fetchmail.old/pkg/PLIST	Tue May 26 15:58:20 1998
+++ fetchmail/pkg/PLIST	Tue May 26 16:15:36 1998
@@ -1,5 +1,7 @@
 bin/fetchmail
+bin/fetchmailconf
 man/man1/fetchmail.1.gz
+man/man1/fetchmailconf.1.gz
 share/doc/fetchmail/README
 share/doc/fetchmail/COPYING
 share/doc/fetchmail/FAQ
	
	

>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?199805262124.QAA04461>