ports/144144: [PATCH] ftp/wget: Fix build with GNUTLS

Sunpoet Po-Chuan Hsieh sunpoet at sunpoet.net
Sat Feb 20 16:20:03 UTC 2010


>Number:         144144
>Category:       ports
>Synopsis:       [PATCH] ftp/wget: Fix build with GNUTLS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 20 16:20:02 UTC 2010
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list