From owner-freebsd-ports Thu Dec 13 14:30:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 25E4437B416 for ; Thu, 13 Dec 2001 14:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDMU1683009; Thu, 13 Dec 2001 14:30:01 -0800 (PST) (envelope-from gnats) Received: from lart.owp.csus.edu (lart.owp.csus.edu [130.86.232.246]) by hub.freebsd.org (Postfix) with ESMTP id 7FE7B37B417; Thu, 13 Dec 2001 14:24:05 -0800 (PST) Received: (from scottj@localhost) by lart.owp.csus.edu (8.11.6/8.11.6) id fBDMO4360024; Thu, 13 Dec 2001 14:24:04 -0800 (PST) (envelope-from scottj) Message-Id: <200112132224.fBDMO4360024@lart.owp.csus.edu> Date: Thu, 13 Dec 2001 14:24:04 -0800 (PST) From: Joseph Scott Reply-To: Joseph Scott To: FreeBSD-gnats-submit@freebsd.org Cc: roam@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32815: PORT UPDATE : ftp/curl 7.9.1 -> 7.9.2 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 >Number: 32815 >Category: ports >Synopsis: PORT UPDATE : ftp/curl 7.9.1 -> 7.9.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 13 14:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Joseph Scott >Release: FreeBSD 4.4-STABLE i386 >Organization: randomnetworks.com >Environment: System: FreeBSD lart.owp.csus.edu 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Dec 10 22:39:41 PST 2001 admin@lart.owp.csus.edu:/usr/src/sys/compile/LART i386 >Description: PORT UPDATE : ftp/curl 7.9.1 -> 7.9.2 Please Note : 1. There's a patch needed to make it build (at least on my 4.4-STABLE system) that I borrowed from the curl cvs tree. I'm guessing the patch will be obsoleted in the next version of curl. 2. I've CC'd the maintainer, roam@freebsd.org, for this PR. 3. I emailed the maintainer, roam@freebsd.org, the diff for this update two days ago. I haven't heard anything back yet, so I wanted to get this into the PR system. >How-To-Repeat: >Fix: diff -ruN curl.orig/Makefile curl/Makefile --- curl.orig/Makefile Tue Dec 11 12:36:03 2001 +++ curl/Makefile Tue Dec 11 14:20:24 2001 @@ -6,7 +6,7 @@ # PORTNAME= curl -PORTVERSION= 7.9.1 +PORTVERSION= 7.9.2 CATEGORIES= ftp ipv6 www MASTER_SITES= http://curl.haxx.se/download/ \ http://download.sourceforge.net/curl/ \ diff -ruN curl.orig/distinfo curl/distinfo --- curl.orig/distinfo Tue Dec 11 12:36:03 2001 +++ curl/distinfo Tue Dec 11 14:20:30 2001 @@ -1 +1 @@ -MD5 (curl-7.9.1.tar.bz2) = a8ffc53706dbc2150891e42a08d9c09c +MD5 (curl-7.9.2.tar.bz2) = a1ca37410905e79128a7ed6e48755b54 diff -ruN curl.orig/files/patch-lib::sendf.c curl/files/patch-lib::sendf.c --- curl.orig/files/patch-lib::sendf.c Wed Dec 31 16:00:00 1969 +++ curl/files/patch-lib::sendf.c Tue Dec 11 14:51:12 2001 @@ -0,0 +1,12 @@ +--- lib/sendf.c.orig Tue Dec 11 14:47:55 2001 ++++ lib/sendf.c Tue Dec 11 14:48:06 2001 +@@ -26,6 +26,9 @@ + #include + #include + #include ++#ifdef HAVE_SYS_TYPES_H ++#include ++#endif + + #ifdef HAVE_SYS_SOCKET_H + #include /* required for send() & recv() prototypes */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message