Enable https certificate verification during make makesum.
Discussion: https://lists.freebsd.org/pipermail/freebsd-ports/2017-March/107694.html Approved by: portmgr (adamw)
This commit is contained in:
parent
2bc76f6faa
commit
ae76d740f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436081
1 changed files with 2 additions and 0 deletions
|
@ -2007,7 +2007,9 @@ BUILD_FAIL_MESSAGE+= Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reportin
|
|||
|
||||
.include "${PORTSDIR}/Mk/bsd.ccache.mk"
|
||||
|
||||
.if !make(makesum)
|
||||
FETCH_ENV?= SSL_NO_VERIFY_PEER=1 SSL_NO_VERIFY_HOSTNAME=1
|
||||
.endif
|
||||
FETCH_BINARY?= /usr/bin/fetch
|
||||
FETCH_ARGS?= -Fpr
|
||||
FETCH_REGET?= 1
|
||||
|
|
Loading…
Reference in a new issue