Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2001 15:20:26 +0200
From:      Peter Pentchev <roam@orbitel.bg>
To:        Maxim Sobolev <sobomax@FreeBSD.org>
Cc:        Ville Eerola <ve@sci.fi>, Doug Barton <DougB@DougBarton.net>, ports@FreeBSD.ORG
Subject:   Re: fetchmail port broken on releng_3
Message-ID:  <20010323152026.L17216@ringworld.oblivion.bg>
In-Reply-To: <3ABB4955.8276513B@FreeBSD.org>; from sobomax@FreeBSD.org on Fri, Mar 23, 2001 at 03:02:13PM %2B0200
References:  <3ABA701A.726DFA85@yahoo-inc.com> <3ABAFEC8.62BC5188@DougBarton.net> <20010323131917.B17216@ringworld.oblivion.bg> <3ABB3D58.5979B11C@FreeBSD.org> <20010323144918.I17216@ringworld.oblivion.bg> <3ABB4955.8276513B@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 23, 2001 at 03:02:13PM +0200, Maxim Sobolev wrote:
[snip]
> 
> Peter, I respect your desire to fix things `properly', but really do not see a sufficient reason
> to pollute our repo with missing `missing' script. Please just use my 4-line patch-configure to
> get rid of it. This script is useless anyway.

I wouldn't exactly call it 'useless' - it touches the appropriate files,
so the make dependencies are satisfied.  /usr/bin/true just returns 0,
but the dependencies are still not-quite-correct.. which is mostly
pointless for the fetchmail case.

Alright, updated patch follows.. and btw, if we're concerned about
the repository, I wonder if your patch-configure shouldn't be
integrated in some way in the (removed) patch-ad, which touched
the same file.  I guess not, but it might have been worth mentioning :)

G'luck,
Peter

-- 
When you are not looking at it, this sentence is in Spanish.

Index: ports/mail/fetchmail/Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/fetchmail/Makefile,v
retrieving revision 1.120
diff -u -r1.120 Makefile
--- ports/mail/fetchmail/Makefile	2001/03/20 11:04:35	1.120
+++ ports/mail/fetchmail/Makefile	2001/03/23 13:18:35
@@ -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: ports/mail/fetchmail/distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/fetchmail/distinfo,v
retrieving revision 1.99
diff -u -r1.99 distinfo
--- ports/mail/fetchmail/distinfo	2001/03/17 12:08:09	1.99
+++ ports/mail/fetchmail/distinfo	2001/03/23 13:18:35
@@ -1 +1 @@
-MD5 (fetchmail-5.7.4.tar.gz) = 9aeb8702da10b8309cfc07d7e22283aa
+MD5 (fetchmail-5.7.6.tar.gz) = b2103e7729b933c0eff4c16d531eb072
Index: ports/mail/fetchmail/files/patch-aclocal.m4
===================================================================
RCS file: patch-aclocal.m4
diff -N patch-aclocal.m4
--- /dev/null	Fri Mar 23 05:15:35 2001
+++ ports/mail/fetchmail/files/patch-aclocal.m4	Fri Mar 23 05:18:35 2001
@@ -0,0 +1,12 @@
+--- aclocal.m4	2001/03/20 09:46:26	1.3
++++ aclocal.m4	2001/03/23 11:09:05
+@@ -177,6 +177,9 @@
+ 		INSTOBJEXT=.mo
+ 	      fi
+ 	    fi
++	    if test "$gt_cv_func_gettext_libintl" = "yes"; then
++		INTLLIBS='-lintl'
++	    fi
+ 	])
+ 
+         if test "$CATOBJEXT" = "NONE"; then

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?20010323152026.L17216>