Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Dec 2001 14:24:04 -0800 (PST)
From:      Joseph Scott <joseph@randomnetworks.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        roam@freebsd.org
Subject:   ports/32815: PORT UPDATE : ftp/curl 7.9.1 -> 7.9.2
Message-ID:  <200112132224.fBDMO4360024@lart.owp.csus.edu>

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

>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 <stdio.h>
+ #include <stdarg.h>
+ #include <stdlib.h>
++#ifdef HAVE_SYS_TYPES_H
++#include <sys/types.h>
++#endif
+ 
+ #ifdef HAVE_SYS_SOCKET_H
+ #include <sys/socket.h>	/* 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112132224.fBDMO4360024>