diff options
author | Bartek Rutkowski <robak@FreeBSD.org> | 2015-08-05 18:32:18 +0000 |
---|---|---|
committer | Bartek Rutkowski <robak@FreeBSD.org> | 2015-08-05 18:32:18 +0000 |
commit | 9d747aadc2e01fe5e55a6e8e5cdc39374a261a1f (patch) | |
tree | 1f6c8b7f20ce1fd53579a7dd69a52e7f219e13af /www/squid/files/patch-configure_crypt.h | |
parent | New port: devel/ocaml-uutf (diff) |
www/squid: update 3.5.6 -> 3.5.7
- Fix build with ecap by clang
- Get rid of useless and always empty /var/squid/logs
- Rework patches to make portlint a bit happier
PR: 202053
Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer)
Diffstat (limited to 'www/squid/files/patch-configure_crypt.h')
-rw-r--r-- | www/squid/files/patch-configure_crypt.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/www/squid/files/patch-configure_crypt.h b/www/squid/files/patch-configure_crypt.h deleted file mode 100644 index 2fc6d56520af..000000000000 --- a/www/squid/files/patch-configure_crypt.h +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig 2015-02-27 14:32:14.424780752 +0300 -+++ configure 2015-02-27 14:33:30.345774382 +0300 -@@ -31843,7 +31843,7 @@ - ## - - BUILD_HELPER="NIS" --for ac_header in sys/types.h rpc/rpc.h rpcsvc/ypclnt.h rpcsvc/yp_prot.h crypt.h -+for ac_header in sys/types.h rpc/rpc.h rpcsvc/ypclnt.h rpcsvc/yp_prot.h rpcsvc/crypt.h - do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " -@@ -32319,7 +32319,7 @@ - - # unconditionally requires crypt(3), for now - if test "x$ac_cv_func_crypt" != "x"; then -- for ac_header in unistd.h crypt.h shadow.h -+ for ac_header in unistd.h rpcsvc/crypt.h shadow.h - do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" -@@ -34263,7 +34263,7 @@ - arpa/nameser.h \ - assert.h \ - bstring.h \ -- crypt.h \ -+ rpcsvc/crypt.h \ - ctype.h \ - direct.h \ - errno.h \ |