1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

On HEAD fetch is now checking for https, which lead to lots of fetch failures

on invalid websites, given the ports tree already checks the distfiles against
a hash, it is safe to skip the certificate validation.

Submitted by:	Michael Gmelin <freebsd@grem.de>
This commit is contained in:
Baptiste Daroussin 2013-07-31 13:30:18 +00:00
parent 7cf2620016
commit b19d5a14b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324051

View File

@ -2171,6 +2171,7 @@ CONFIGURE_ENV+= CCACHE_DIR="${CCACHE_DIR}"
PTHREAD_CFLAGS?=
PTHREAD_LIBS?= -pthread
FETCH_ENV?= SSL_NO_VERIFY_PEER=1 SSL_NO_VERIFY_HOSTNAME=1
FETCH_BINARY?= /usr/bin/fetch
FETCH_ARGS?= -AFpr
FETCH_REGET?= 1