Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2000 23:30:20 +0200 (EET)
From:      Ville Eerola <ve@sci.fi>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22825: Update of the fetchmail port to version 5.5.6
Message-ID:  <200011132130.XAA04364@vehome.pp.sci.fi>

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

>Number:         22825
>Category:       ports
>Synopsis:       Update of the fetchmail port to version 5.5.6
>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:   Mon Nov 13 13:40:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Ville Eerola
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
>Environment:

Current FreeBSD ports as of November 13, 2000

>Description:

Fetchmail has been upgraded to version 5.5.6 by the author.

>How-To-Repeat:

% cd /usr/ports/mail/fetchmail
% make

Note that it builds an old version :-)

>Fix:

Commit the patches below 
(Kindly supplied by Peter Pentchev <roam@orbitel.bg>)


diff -urN ports/mail/fetchmail/Makefile myports/mail/fetchmail/Makefile
--- ports/mail/fetchmail/Makefile	Wed Nov  1 09:56:24 2000
+++ myports/mail/fetchmail/Makefile	Sun Nov 12 18:42:44 2000
@@ -10,9 +10,10 @@
 # want fetchmailconf to work, define WITH_X11
 
 PORTNAME=	fetchmail
-PORTVERSION=	5.5.5
+PORTVERSION=	5.5.6
 CATEGORIES=	mail ipv6
-MASTER_SITES=	ftp://ftp.ccil.org/pub/esr/fetchmail/
+MASTER_SITES=	http://www.tuxedo.org/~esr/fetchmail/ \
+		ftp://ftp.ccil.org/pub/esr/fetchmail/
 
 MAINTAINER=	ve@sci.fi
 
diff -urN ports/mail/fetchmail/distinfo myports/mail/fetchmail/distinfo
--- ports/mail/fetchmail/distinfo	Wed Nov  1 09:56:24 2000
+++ myports/mail/fetchmail/distinfo	Sun Nov 12 18:55:06 2000
@@ -1 +1 @@
-MD5 (fetchmail-5.5.5.tar.gz) = 58e63756f9de6d504a1398164e1638e8
+MD5 (fetchmail-5.5.6.tar.gz) = bc0dc37225df7b36d2765197058f2824
diff -urN ports/mail/fetchmail/files/patch-ad myports/mail/fetchmail/files/patch-ad
--- ports/mail/fetchmail/files/patch-ad	Sun May 14 21:50:17 2000
+++ myports/mail/fetchmail/files/patch-ad	Sun Nov 12 18:58:57 2000
@@ -1,6 +1,5 @@
-diff -ru ../fetchmail-5.3.8.old/configure ./configure
---- ../fetchmail-5.3.8.old/configure	Fri Apr 14 09:32:49 2000
-+++ ./configure	Tue May  9 02:19:31 2000
+--- ../fetchmail-5.5.6/configure	Sun Nov  5 01:49:32 2000
++++ ./configure	Sun Nov 12 18:58:13 2000
 @@ -1637,7 +1637,7 @@
  if test `uname` = "FreeBSD" 
  then
@@ -10,16 +9,16 @@
  fi
   
  # Check for Rhapsody special case: it doesn't like -s
-@@ -5693,7 +5693,7 @@
+@@ -5690,7 +5690,7 @@
  then
    echo "Configuring kerberosIV for `uname`"
    CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I/usr/include/kerberosIV"
 -  LIBS="$LIBS -lkrb -ldes"
 +  LIBS="$LIBS -lkrb -ldes -lcom_err"
- elif test -n "$with_kerberos" -a -n "$with_kerberos5" -a "$with_kerberos" != "no"
+ elif test -n "$with_kerberos" -a -n "$with_kerberos5" -a "$with_kerberos" != "no" -a "$with_kerberos5" != "no"
  then
      CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
-@@ -5724,7 +5724,7 @@
+@@ -5721,7 +5721,7 @@
  then
      CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$with_kerberos/include"
      LDEFLAGS="$LDEFLAGS -L$with_kerberos/lib"
@@ -28,7 +27,7 @@
  else
    if test "$with_kerberos" != "no"
    then
-@@ -5734,7 +5734,7 @@
+@@ -5731,7 +5731,7 @@
        then
          CEFLAGS="$CEFLAGS -DKERBEROS_V4 -I$dir/include"
          LDEFLAGS="$LDEFLAGS -L$dir/lib"



>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?200011132130.XAA04364>