Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2001 12:12:06 +0300
From:      Peter Pentchev <roam@orbitel.bg>
To:        Vladimir Savichev <vlad@ariel.phys.wesleyan.edu>
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:  <20010626121206.J780@ringworld.oblivion.bg>
In-Reply-To: <20010625194616.O26823-100000@ariel.phys.wesleyan.edu>; from vlad@ariel.phys.wesleyan.edu on Mon, Jun 25, 2001 at 07:54:26PM -0400
References:  <20010625194616.O26823-100000@ariel.phys.wesleyan.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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?20010626121206.J780>