Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2001 11:45:59 -0400 (EDT)
From:      Vladimir Savichev <vlad@ariel.phys.wesleyan.edu>
To:        Peter Pentchev <roam@orbitel.bg>
Cc:        Dirk Froemberg <dirk@FreeBSD.org>, Akinori MUSHA <knu@iDaemons.org>, <davitron@vl.videotron.ca>, <ports@FreeBSD.org>
Subject:   Re: FreeBSD Port: curl-7.7.3
Message-ID:  <20010626114235.U70231-100000@ariel.phys.wesleyan.edu>
In-Reply-To: <20010626121206.J780@ringworld.oblivion.bg>

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

curl/mod_php4 duo works fine straight from the ports.
So we can go on. Thank you.
--Vlad

On Tue, 26 Jun 2001, Peter Pentchev wrote:

> On Mon, Jun 25, 2001 at 07:54:26PM -0400, Vladimir Savichev wrote:
> >
> >
> > exactly, I gave curl 7.8 a try and it works just fine. I'l check
> > other ports out otherwise we could  safely upgrade to 7.8.
> > --Vlad
> >
> > >Update to 7.7.3, with fingers crossed hoping the minor API change does
> > >not
> > >break...
> > >
> > >Unfortunately, mod_php4 (mod_php4.0.6) is looking for version 7.8.
> > >--
>
> (CC'd to the maintainers of ftp/ruby-curl and www/mod_php4)
>
> OK, can you try the attached patch and see if PHP4 and ruby-curl
> build this way?
>
> G'luck,
> Peter
>
> --
> If I had finished this sentence,
>
> Index: ports/ftp/curl/Makefile
> ===================================================================
> RCS file: /home/ncvs/ports/ftp/curl/Makefile,v
> retrieving revision 1.33
> diff -u -r1.33 Makefile
> --- ports/ftp/curl/Makefile	2001/06/08 10:21:17	1.33
> +++ ports/ftp/curl/Makefile	2001/06/26 09:03:58
> @@ -6,7 +6,7 @@
>  #
>
>  PORTNAME=	curl
> -PORTVERSION=	7.7.3
> +PORTVERSION=	7.8
>  CATEGORIES=	ftp www
>  MASTER_SITES=	http://curl.haxx.se/download/ \
>  		http://download.sourceforge.net/curl/ \
> @@ -22,6 +22,7 @@
>  		curl_escape.3 curl_unescape.3 \
>  		curl_formparse.3 curl_formfree.3 \
>  		curl_getdate.3 curl_getenv.3 \
> +		curl_global_init.3 curl_global_cleanup.3 \
>  		curl_mprintf.3 \
>  		curl_slist_append.3 curl_slist_free_all.3 \
>  		curl_strequal.3 curl_strnequal.3 \
> @@ -43,7 +44,9 @@
>  .endif
>
>  GNU_CONFIGURE=	yes
> -USE_AUTOMAKE=	yes
> +# Disable this for the present - curl breaks with automake 1.4 :(
> +# (and besides, the pregenerated configure script will DTRT anyway)
> +# USE_AUTOMAKE=	yes
>  USE_BZIP2=	yes
>  USE_GMAKE=	yes
>  MAKEFILES=	Makefile src/Makefile
> Index: ports/ftp/curl/distinfo
> ===================================================================
> RCS file: /home/ncvs/ports/ftp/curl/distinfo,v
> retrieving revision 1.18
> diff -u -r1.18 distinfo
> --- ports/ftp/curl/distinfo	2001/06/08 10:21:17	1.18
> +++ ports/ftp/curl/distinfo	2001/06/26 09:03:58
> @@ -1 +1 @@
> -MD5 (curl-7.7.3.tar.bz2) = bafe56cb7992c4cceda3494977a26287
> +MD5 (curl-7.8.tar.bz2) = c02abf38d5a0091c64400f6df3dbac56
>


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?20010626114235.U70231-100000>