Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 1998 17:53:23 +0000
From:      Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9105: update fetchmail to 4.7.0
Message-ID:  <E0zqL8V-0009PY-00@voodoo.pandhm.co.uk>

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

>Number:         9105
>Category:       ports
>Synopsis:       update fetchmail to 4.7.0
>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:   Wed Dec 16 10:10:00 PST 1998
>Last-Modified:
>Originator:     Dominic Mitchell
>Organization:
Palmer & Harvey McLane Ltd.
>Release:        FreeBSD 3.0-CURRENT i386
>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.
**********************************************************************
>Audit-Trail:
>Unformatted:
Dom Mitchell

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?E0zqL8V-0009PY-00>