FreeBSD Bugzilla – Attachment 53673 Details for
Bug 81195
Update port: ftp/curl to 7.14.0, add GnuTLS support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
curl_update-13-14.diff
curl_update-13-14.diff (text/plain), 2.46 KB, created by
Vasil Dimov
on 2005-05-18 11:50:01 UTC
(
hide
)
Description:
curl_update-13-14.diff
Filename:
MIME Type:
Creator:
Vasil Dimov
Created:
2005-05-18 11:50:01 UTC
Size:
2.46 KB
patch
obsolete
>diff -urN curl.orig/Makefile curl/Makefile >--- curl.orig/Makefile Mon Mar 14 22:33:30 2005 >+++ curl/Makefile Wed May 18 13:36:17 2005 >@@ -6,8 +6,7 @@ > # > > PORTNAME= curl >-PORTVERSION= 7.13.1 >-PORTREVISION= 1 >+PORTVERSION= 7.14.0 > CATEGORIES= ftp ipv6 www > MASTER_SITES= http://curl.haxx.se/download/ \ > ${MASTER_SITE_SOURCEFORGE} \ >@@ -49,6 +48,11 @@ > > GNU_CONFIGURE= yes > USE_BZIP2= yes >+ >+.if defined(WITH_GNUTLS) >+WITHOUT_SSL= yes >+.endif >+ > .if !defined(WITHOUT_SSL) > USE_OPENSSL= yes > .endif >@@ -57,9 +61,20 @@ > > .if !defined(WITHOUT_SSL) > CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} >-PLIST_SUB+= SSL="" > .else > CONFIGURE_ARGS= --without-ssl >+.endif >+ >+.if defined(WITH_GNUTLS) >+LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls >+CONFIGURE_ARGS+=--with-gnutls=${LOCALBASE} >+.else >+CONFIGURE_ARGS+=--without-gnutls >+.endif >+ >+.if !defined(WITHOUT_SSL) || defined(WITH_GNUTLS) >+PLIST_SUB+= SSL="" >+.else > PLIST_SUB+= SSL="@comment " > .endif > >diff -urN curl.orig/distinfo curl/distinfo >--- curl.orig/distinfo Thu Mar 24 17:03:27 2005 >+++ curl/distinfo Wed May 18 11:44:01 2005 >@@ -1,2 +1,2 @@ >-MD5 (curl-7.13.1.tar.bz2) = d673f68dbab2553acdbfb5435bd1cd48 >-SIZE (curl-7.13.1.tar.bz2) = 1860688 >+MD5 (curl-7.14.0.tar.bz2) = 46ce665e47d37fce1a0bad935cce58a9 >+SIZE (curl-7.14.0.tar.bz2) = 1920305 >diff -urN curl.orig/files/patch-tests::runtests.pl curl/files/patch-tests::runtests.pl >--- curl.orig/files/patch-tests::runtests.pl Thu Mar 24 17:03:27 2005 >+++ curl/files/patch-tests::runtests.pl Wed May 18 11:51:29 2005 >@@ -1,11 +1,11 @@ >---- tests/runtests.pl.orig Sat Mar 12 03:40:30 2005 >-+++ tests/runtests.pl Sat Mar 12 03:40:39 2005 >+--- tests/runtests.pl.orig Wed May 18 11:50:16 2005 >++++ tests/runtests.pl Wed May 18 11:50:32 2005 > @@ -29,7 +29,7 @@ > @INC=(@INC, $ENV{'srcdir'}, "."); > > require "getpart.pm"; # array functions > -require "valgrind.pm"; # valgrind report parser > +#require "valgrind.pm"; # valgrind report parser >+ require "ftp.pm"; > > my $srcdir = $ENV{'srcdir'} || '.'; >- my $HOSTIP="127.0.0.1"; >diff -urN curl.orig/pkg-plist curl/pkg-plist >--- curl.orig/pkg-plist Thu Mar 24 17:03:27 2005 >+++ curl/pkg-plist Wed May 18 12:31:50 2005 >@@ -70,6 +70,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/examples/multi-post.c > %%PORTDOCS%%%%DOCSDIR%%/examples/multi-single.c > %%PORTDOCS%%%%DOCSDIR%%/examples/multithread.c >+%%PORTDOCS%%%%DOCSDIR%%/examples/opensslthreadlock.c > %%PORTDOCS%%%%DOCSDIR%%/examples/persistant.c > %%PORTDOCS%%%%DOCSDIR%%/examples/post-callback.c > %%PORTDOCS%%%%DOCSDIR%%/examples/postit2.c
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 81195
: 53673