From owner-freebsd-ports Wed Jun 6 2:41:13 2001 Delivered-To: freebsd-ports@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id BAF3D37B401 for ; Wed, 6 Jun 2001 02:41:02 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 43767 invoked by uid 1000); 6 Jun 2001 09:39:51 -0000 Date: Wed, 6 Jun 2001 12:39:51 +0300 From: Peter Pentchev To: Akinori MUSHA , Dirk Froemberg Cc: ports@FreeBSD.org Subject: ftp/curl port update - possible API breakage for slave ports Message-ID: <20010606123951.F18735@ringworld.oblivion.bg> Mail-Followup-To: Akinori MUSHA , Dirk Froemberg , ports@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 Hi, I'm sitting on an update of the ftp/curl port to 7.7.3, submitted in PR ports/27900. The change log of 7.7.3 has the following entry: Daniel (4 May 2001) - All callback functions now take 'void *' instead of 'FILE *'. This is made this way to make it more obvious to people that anything can be passed to them (by using the apropriate option). After discussions with Sterling Hughes. As you two maintain ports of applications which use libcurl, I thought I would pass the patch through you before committing it, just in case this change breaks the builds of your ports. So if you could try building curl-7.7.3 with the attached port update patch, and then see if your ports build cleanly, any feedback would be much appreciated ;) G'luck, Peter -- .siht ekil ti gnidaer eb d'uoy ,werbeH ni erew ecnetnes siht fI Index: ports/ftp/curl/Makefile =================================================================== RCS file: /home/ncvs/ports/ftp/curl/Makefile,v retrieving revision 1.32 diff -u -r1.32 Makefile --- ports/ftp/curl/Makefile 2001/04/25 09:30:11 1.32 +++ ports/ftp/curl/Makefile 2001/06/06 09:33:03 @@ -6,7 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.7.2 +PORTVERSION= 7.7.3 CATEGORIES= ftp www MASTER_SITES= http://curl.haxx.se/download/ \ http://download.sourceforge.net/curl/ \ @@ -22,7 +22,7 @@ curl_escape.3 curl_unescape.3 \ curl_formparse.3 curl_formfree.3 \ curl_getdate.3 curl_getenv.3 \ - curl_printf.3 \ + curl_mprintf.3 \ curl_slist_append.3 curl_slist_free_all.3 \ curl_strequal.3 curl_strnequal.3 \ curl_version.3 Index: ports/ftp/curl/distinfo =================================================================== RCS file: /home/ncvs/ports/ftp/curl/distinfo,v retrieving revision 1.17 diff -u -r1.17 distinfo --- ports/ftp/curl/distinfo 2001/04/25 09:30:11 1.17 +++ ports/ftp/curl/distinfo 2001/06/06 09:33:03 @@ -1 +1 @@ -MD5 (curl-7.7.2.tar.bz2) = 077ab9b47b6cb9b14f058dd6814b24f2 +MD5 (curl-7.7.3.tar.bz2) = bafe56cb7992c4cceda3494977a26287 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message