From Dom.Mitchell@palmerharvey.co.uk  Wed Dec 16 10:04:44 1998
Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18654
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Dec 1998 10:04:42 -0800 (PST)
          (envelope-from Dom.Mitchell@palmerharvey.co.uk)
Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk
 (Content Technologies SMTPRS 2.0.15) with ESMTP id <B0000001426@mail.palmerharvey.co.uk> for <FreeBSD-gnats-submit@freebsd.org>;
 Wed, 16 Dec 1998 17:51:40 +0000
Received: from voodoo.pandhm.co.uk ([10.100.35.12]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2232.9)
	id YDXTPH3W; Wed, 16 Dec 1998 17:48:57 -0000
Received: from dom by voodoo.pandhm.co.uk with local (Exim 1.92 #1)
	for FreeBSD-gnats-submit@freebsd.org
	id 0zqL8V-0009PY-00; Wed, 16 Dec 1998 17:53:23 +0000
Message-Id: <E0zqL8V-0009PY-00@voodoo.pandhm.co.uk>
Date: Wed, 16 Dec 1998 17:53:23 +0000
From: Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
Reply-To: Dom.Mitchell@palmerharvey.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Subject: update fetchmail to 4.7.0
X-Send-Pr-Version: 3.2

>Number:         9105
>Category:       ports
>Synopsis:       update fetchmail to 4.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 16 10:10:00 PST 1998
>Closed-Date:    Wed Dec 16 11:43:37 PST 1998
>Last-Modified:  Wed Dec 16 11:44:18 PST 1998
>Originator:     Dominic Mitchell
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
Palmer & Harvey McLane Ltd.
>Environment:

FreeBSD voodoo.pandhm.co.uk 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Tue Dec 15 22:08:37 GMT 1998     dom@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO  i386

Talking to one poxy exchange server.  :-(

>Description:

Here's the latest version of fetchhmail.

>How-To-Repeat:

Apply the patch.  No files have been added or removed.

>Fix:
	
diff -urP /usr/ports/mail/fetchmail/Makefile /home/dom/ports/fetchmail/Makefile
--- /usr/ports/mail/fetchmail/Makefile	Thu Dec 10 12:41:02 1998
+++ /home/dom/ports/fetchmail/Makefile	Wed Dec 16 17:39:36 1998
@@ -11,7 +11,7 @@
 # does not need Python, so there is no RUN_DEPENDS for Python in
 # this Makefile.
 
-DISTNAME=       fetchmail-4.6.7
+DISTNAME=       fetchmail-4.7.0
 CATEGORIES=	mail
 MASTER_SITES=	ftp://ftp.ccil.org/pub/esr/fetchmail/
 
diff -urP /usr/ports/mail/fetchmail/files/md5 /home/dom/ports/fetchmail/files/md5
--- /usr/ports/mail/fetchmail/files/md5	Thu Dec 10 12:41:02 1998
+++ /home/dom/ports/fetchmail/files/md5	Wed Dec 16 17:41:29 1998
@@ -1 +1 @@
-MD5 (fetchmail-4.6.7.tar.gz) = c81acd7e757ea769dd6660d5d05947d9
+MD5 (fetchmail-4.7.0.tar.gz) = b77ec659459cb225dd98324ba74e410c
diff -urP /usr/ports/mail/fetchmail/patches/patch-ab /home/dom/ports/fetchmail/patches/patch-ab
--- /usr/ports/mail/fetchmail/patches/patch-ab	Thu Dec 10 12:41:02 1998
+++ /home/dom/ports/fetchmail/patches/patch-ab	Wed Dec 16 17:47:51 1998
@@ -1,25 +1,25 @@
-*** Makefile.in.orig	Sat Nov 21 20:59:39 1998
---- Makefile.in	Fri Nov 27 19:10:27 1998
+*** Makefile.in.orig	Mon Dec 14 17:07:01 1998
+--- Makefile.in	Wed Dec 16 17:47:14 1998
 ***************
-*** 37,43 ****
+*** 40,46 ****
   
   # If your system needs extra libraries loaded in, define them here.
   # In particular, add -lresolv if you are running bind 4.9.5
-! LOADLIBS = @LIBS@ @LEXLIB@
+! LOADLIBS = @LIBS@ @LEXLIB@ @INTLLIBS@
   # LOADLIBS = -lsocket3r -lunix3r	# QNX
   
   # Any extra object files your system needs.
---- 37,43 ----
+--- 40,46 ----
   
   # If your system needs extra libraries loaded in, define them here.
   # In particular, add -lresolv if you are running bind 4.9.5
-! LOADLIBS = @LIBS@ @LEXLIB@ -lmd
+! LOADLIBS = @LIBS@ @LEXLIB@ @INTLLIBS@ -lmd
   # LOADLIBS = -lsocket3r -lunix3r	# QNX
   
   # Any extra object files your system needs.
 ***************
-*** 67,72 ****
---- 67,74 ----
+*** 70,75 ****
+--- 70,77 ----
   INSTALL_PROGRAM = @INSTALL_PROGRAM@
   # Program to install the man page.
   INSTALL_DATA = @INSTALL_DATA@
@@ -29,7 +29,7 @@
   INSTALL = @INSTALL@
   
 ***************
-*** 81,87 ****
+*** 84,90 ****
   
   protobjs = rcfile_y.o rcfile_l.o socket.o getpass.o pop2.o pop3.o imap.o \
          etrn.o fetchmail.o env.o options.o daemon.o driver.o sink.o \
@@ -37,7 +37,7 @@
          interface.o netrc.o base64.o error.o unmime.o conf.o checkalias.o
   
   objs = $(protobjs) $(extras) $(EXTRAOBJ)
---- 83,89 ----
+--- 86,92 ----
   
   protobjs = rcfile_y.o rcfile_l.o socket.o getpass.o pop2.o pop3.o imap.o \
          etrn.o fetchmail.o env.o options.o daemon.o driver.o sink.o \
@@ -46,7 +46,7 @@
   
   objs = $(protobjs) $(extras) $(EXTRAOBJ)
 ***************
-*** 92,98 ****
+*** 95,101 ****
          $(srcdir)/options.c $(srcdir)/daemon.c $(srcdir)/driver.c	\
          $(srcdir)/sink.c $(srcdir)/rfc822.c $(srcdir)/smtp.c		\
          $(srcdir)/xmalloc.c $(srcdir)/uid.c $(srcdir)/mxget.c 		\
@@ -54,33 +54,28 @@
          $(srcdir)/interface.c $(srcdir)/netrc.c $(srcdir)/base64.c	\
          $(srcdir)/error.c $(srcdir)/unmime.c $(srcdir)/conf.c		\
          $(srcdir)/checkalias.c
---- 94,100 ----
+--- 97,103 ----
          $(srcdir)/options.c $(srcdir)/daemon.c $(srcdir)/driver.c	\
          $(srcdir)/sink.c $(srcdir)/rfc822.c $(srcdir)/smtp.c		\
          $(srcdir)/xmalloc.c $(srcdir)/uid.c $(srcdir)/mxget.c 		\
-!        $(srcdir)/md5ify.c $(srcdir)/rpa.c	  			\
+!        $(srcdir)/md5ify.c $(srcdir)/rpa.c	  	\
          $(srcdir)/interface.c $(srcdir)/netrc.c $(srcdir)/base64.c	\
          $(srcdir)/error.c $(srcdir)/unmime.c $(srcdir)/conf.c		\
          $(srcdir)/checkalias.c
 ***************
-*** 136,145 ****
+*** 144,150 ****
   	@echo "Installing fetchmail binary..."
   	$(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail
   	@echo "Installing fetchmail configurator..."
 ! 	$(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf
   	@echo "Installing manual page..."
   	$(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext)
-- 	ln -f -s $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext)
-  
-  uninstall:
-  	rm -f $(bindir)/fetchmail $(bindir)/fetchmailconf
---- 138,146 ----
+  	ln -f -s $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext)
+--- 146,152 ----
   	@echo "Installing fetchmail binary..."
   	$(INSTALL_PROGRAM) ./fetchmail $(bindir)/fetchmail
   	@echo "Installing fetchmail configurator..."
 ! 	$(INSTALL_SCRIPT) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf
   	@echo "Installing manual page..."
   	$(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext)
-  
-  uninstall:
-  	rm -f $(bindir)/fetchmail $(bindir)/fetchmailconf
+  	ln -f -s $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext)

**********************************************************************
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they   
are addressed. If you have received this email in error please notify 
the system manager.

This footnote also confirms that this email message has been swept by 
MIMEsweeper for the presence of computer viruses.
**********************************************************************
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sada 
State-Changed-When: Wed Dec 16 11:43:37 PST 1998 
State-Changed-Why:  
Committed, Thanks. 
>Unformatted:
Dom Mitchell
