Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2001 23:44:08 -0800
From:      Doug Barton <DougB@DougBarton.net>
To:        ve@sci.fi
Cc:        sobomax@FreeBSD.ORG, ports@FreeBSD.ORG
Subject:   Re: fetchmail port broken on releng_3
Message-ID:  <3ABAFEC8.62BC5188@DougBarton.net>
References:  <3ABA701A.726DFA85@yahoo-inc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------E52A9AE419A04FC085E5BC70
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Doug Barton wrote:
> 
>         I get the following breakage on a 3-Stable system from 2/5/2001 when
> building the latest fetchmail port.

	The attached patch fixes the build on releng_3, and updates to the latest
sources as well. I plan to commit it tomorrow if I don't hear any
objections.

Doug
-- 
    Perhaps the greatest damage the American system of education has done
    to its children is to teach them that their opinions are relevant
    simply because they are their opinions.

	Do YOU Yahoo!?
--------------E52A9AE419A04FC085E5BC70
Content-Type: text/plain; charset=us-ascii;
 name="fetchmail.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="fetchmail.diff"

Index: Makefile
===================================================================
RCS file: /usr/ncvs/ports/mail/fetchmail/Makefile,v
retrieving revision 1.120
diff -u -r1.120 Makefile
--- Makefile	2001/03/20 11:04:35	1.120
+++ Makefile	2001/03/23 07:28:52
@@ -10,7 +10,7 @@
 # want fetchmailconf to work, define WITH_X11
 
 PORTNAME=	fetchmail
-PORTVERSION=	5.7.4
+PORTVERSION=	5.7.6
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.tuxedo.org/~esr/fetchmail/ \
 		ftp://ftp.ccil.org/pub/esr/fetchmail/
@@ -37,9 +37,10 @@
 
 .if ${OSVERSION} >= 400014
 CONFIGURE_ARGS+=--enable-inet6
+.endif
+
 .if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a)
 CONFIGURE_ARGS+=--with-ssl=/usr
-.endif
 .elif exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a)
 CONFIGURE_ARGS+=-with-includes=${LOCALBASE}/include/openssl --with-ssl=${LOCALBASE}
 .endif
Index: distinfo
===================================================================
RCS file: /usr/ncvs/ports/mail/fetchmail/distinfo,v
retrieving revision 1.99
diff -u -r1.99 distinfo
--- distinfo	2001/03/17 12:08:09	1.99
+++ distinfo	2001/03/23 07:29:15
@@ -1 +1 @@
-MD5 (fetchmail-5.7.4.tar.gz) = 9aeb8702da10b8309cfc07d7e22283aa
+MD5 (fetchmail-5.7.6.tar.gz) = b2103e7729b933c0eff4c16d531eb072

--------------E52A9AE419A04FC085E5BC70--


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?3ABAFEC8.62BC5188>