From sunpoet@sunpoet.net  Sat Feb 20 16:11:11 2010
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 018DE1065693
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Feb 2010 16:11:11 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54])
	by mx1.freebsd.org (Postfix) with ESMTP id 9F6C08FC21
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 20 Feb 2010 16:11:10 +0000 (UTC)
Received: by vws14 with SMTP id 14so481358vws.13
        for <multiple recipients>; Sat, 20 Feb 2010 08:11:09 -0800 (PST)
Received: by 10.220.88.70 with SMTP id z6mr5488317vcl.65.1266682269442;
        Sat, 20 Feb 2010 08:11:09 -0800 (PST)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
        by mx.google.com with ESMTPS id 37sm12541004vws.15.2010.02.20.08.11.07
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 20 Feb 2010 08:11:08 -0800 (PST)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 6736D2AEC55D; Sun, 21 Feb 2010 00:10:53 +0800 (CST)
Message-Id: <20100220161053.6736D2AEC55D@sunpoet.net>
Date: Sun, 21 Feb 2010 00:10:53 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: vd@FreeBSD.org
Subject: [PATCH] ftp/wget: Fix build with GNUTLS
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         144144
>Category:       ports
>Synopsis:       [PATCH] ftp/wget: Fix build with GNUTLS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    vd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 20 16:20:02 UTC 2010
>Closed-Date:    Sat Feb 20 20:01:38 UTC 2010
>Last-Modified:  Sat Feb 20 20:10:03 UTC 2010
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
SUNPOET.net
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Feb 12 20:20:34 CST 2010
>Description:
Change:
- Fix build with GNUTLS. (ssl_connect is renamed to ssl_connect_wget)

Added file(s):
- files/patch-src-gnutls.c

Port maintainer (vd@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- wget-1.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ftp/wget/files/patch-src-gnutls.c /usr/ports/sunpoet/wget/files/patch-src-gnutls.c
--- /usr/ports/ftp/wget/files/patch-src-gnutls.c	1970-01-01 08:00:00.000000000 +0800
+++ /usr/ports/sunpoet/wget/files/patch-src-gnutls.c	2010-02-21 00:05:53.000000000 +0800
@@ -0,0 +1,11 @@
+--- src/gnutls.c.orig	2009-09-22 10:59:33.000000000 +0800
++++ src/gnutls.c	2010-02-21 00:05:31.000000000 +0800
+@@ -181,7 +181,7 @@
+ };
+ 
+ bool
+-ssl_connect (int fd)
++ssl_connect_wget (int fd)
+ {
+   static const int cert_type_priority[] = {
+     GNUTLS_CRT_X509, GNUTLS_CRT_OPENPGP, 0
--- wget-1.12.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->vd 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Feb 20 16:20:21 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144144 
State-Changed-From-To: open->closed 
State-Changed-By: vd 
State-Changed-When: Sat Feb 20 20:01:04 UTC 2010 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144144 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/144144: commit references a PR
Date: Sat, 20 Feb 2010 20:00:19 +0000 (UTC)

 vd          2010-02-20 19:59:59 UTC
 
   FreeBSD ports repository
 
   Added files:
     ftp/wget/files       patch-src__gnutls.c 
   Log:
   ftp/wget: Fix build with GNUTLS
   
   PR:             ports/144144
   Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
   Feature safe:   yes
   
   Revision  Changes    Path
   1.1       +11 -0     ports/ftp/wget/files/patch-src__gnutls.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
