upgrade to cURL 7.10.2
This commit is contained in:
parent
e5f546d52e
commit
f84b63dfd2
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.36 2002/06/15 04:27:35 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.37 2002/11/24 03:40:08 brad Exp $
|
||||
|
||||
COMMENT= "get files from FTP, Gopher, HTTP or HTTPS servers"
|
||||
|
||||
DISTNAME= curl-7.9.8
|
||||
DISTNAME= curl-7.10.2
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.528
|
||||
MASTER_SITES= http://curl.haxx.se/download/ \
|
||||
ftp://ftp.sunet.se/pub/www/utilities/curl/ \
|
||||
ftp://cool.haxx.se/curl/ \
|
||||
@ -18,6 +17,7 @@ HOMEPAGE= http://curl.haxx.se/
|
||||
|
||||
MAINTAINER= Brad Smith <brad@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -37,10 +37,11 @@ CONFIGURE_ARGS+= --with-krb4-includes="/usr/include/kerberosIV" \
|
||||
--disable-ipv6
|
||||
.endif
|
||||
|
||||
DOCS= CHANGES LEGAL MITX.txt README
|
||||
DOCS= CHANGES COPYING README
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/curl
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/curl
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} curl-mode.el ${PREFIX}/share/curl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (curl-7.9.8.tar.gz) = 791008273843a9b98f786433f5fc2645
|
||||
RMD160 (curl-7.9.8.tar.gz) = f6f3278fdf4ed4a133fefd5cc6e6683eb7b98e05
|
||||
SHA1 (curl-7.9.8.tar.gz) = 04c91821a4557e4ba8f3451f60fd8b920edd7edf
|
||||
MD5 (curl-7.10.2.tar.gz) = ee4e35a371106b947a8bb7aecffa2689
|
||||
RMD160 (curl-7.10.2.tar.gz) = d0c18cf8ade32eb640806171a60b17f1af6c99de
|
||||
SHA1 (curl-7.10.2.tar.gz) = ff263647b69bedc3d947da3dd6aceca779c52d8a
|
||||
|
@ -1,29 +1,25 @@
|
||||
$OpenBSD: patch-configure,v 1.4 2002/06/15 04:27:35 brad Exp $
|
||||
--- configure.orig Tue Jun 11 11:16:54 2002
|
||||
+++ configure Sat Jun 15 00:20:56 2002
|
||||
@@ -5898,8 +5898,8 @@ else
|
||||
$OpenBSD: patch-configure,v 1.5 2002/11/24 03:40:08 brad Exp $
|
||||
--- configure.orig Fri Nov 15 09:16:57 2002
|
||||
+++ configure Sat Nov 23 22:33:31 2002
|
||||
@@ -6524,7 +6524,7 @@ else
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
export_dynamic_flag_spec='${wl}-E'
|
||||
else
|
||||
case "$host_os" in
|
||||
@@ -5908,8 +5908,8 @@ else
|
||||
@@ -6534,7 +6534,7 @@ else
|
||||
hardcode_libdir_flag_spec='-R$libdir'
|
||||
;;
|
||||
*)
|
||||
- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linker_flags'
|
||||
- hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||
+ hardcode_libdir_flag_spec='${wl}-R$libdir'
|
||||
hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@@ -6425,6 +6425,8 @@ openbsd*)
|
||||
@@ -7051,6 +7051,8 @@ openbsd*)
|
||||
version_type=sunos
|
||||
need_lib_prefix=no
|
||||
need_version=no
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2002/04/16 22:49:36 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2002/11/24 03:40:08 brad Exp $
|
||||
bin/curl
|
||||
bin/curl-config
|
||||
include/curl/curl.h
|
||||
@ -22,6 +22,7 @@ man/man3/curl_escape.3
|
||||
man/man3/curl_formadd.3
|
||||
man/man3/curl_formfree.3
|
||||
man/man3/curl_formparse.3
|
||||
man/man3/curl_free.3
|
||||
man/man3/curl_getdate.3
|
||||
man/man3/curl_getenv.3
|
||||
man/man3/curl_global_cleanup.3
|
||||
@ -40,12 +41,15 @@ man/man3/curl_strequal.3
|
||||
man/man3/curl_strnequal.3
|
||||
man/man3/curl_unescape.3
|
||||
man/man3/curl_version.3
|
||||
man/man3/curl_version_info.3
|
||||
man/man3/libcurl-errors.3
|
||||
man/man3/libcurl-multi.3
|
||||
man/man3/libcurl.3
|
||||
share/curl/curl-ca-bundle.crt
|
||||
share/curl/curl-mode.el
|
||||
share/doc/curl/CHANGES
|
||||
share/doc/curl/LEGAL
|
||||
share/doc/curl/MITX.txt
|
||||
share/doc/curl/COPYING
|
||||
share/doc/curl/README
|
||||
@dirrm share/doc/curl
|
||||
@dirrm share/curl
|
||||
@dirrm include/curl
|
||||
|
Loading…
Reference in New Issue
Block a user