From owner-freebsd-ports Tue Jun 26 9:17:18 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ariel.phys.wesleyan.edu (ariel.phys.wesleyan.edu [129.133.71.143]) by hub.freebsd.org (Postfix) with ESMTP id 509EC37B442; Tue, 26 Jun 2001 09:17:07 -0700 (PDT) (envelope-from vlad@ariel.phys.wesleyan.edu) Received: by ariel.phys.wesleyan.edu (Postfix, from userid 1001) id 8C10B1EA303; Tue, 26 Jun 2001 11:45:59 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by ariel.phys.wesleyan.edu (Postfix) with ESMTP id 896B51E6508; Tue, 26 Jun 2001 11:45:59 -0400 (EDT) Date: Tue, 26 Jun 2001 11:45:59 -0400 (EDT) From: Vladimir Savichev To: Peter Pentchev Cc: Dirk Froemberg , Akinori MUSHA , , Subject: Re: FreeBSD Port: curl-7.7.3 In-Reply-To: <20010626121206.J780@ringworld.oblivion.bg> Message-ID: <20010626114235.U70231-100000@ariel.phys.wesleyan.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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