git: b91537add951 - main - ftp/curl: Use complete arguments/options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:24:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b91537add951ab5890ec129b21cf65b5e165c324 commit b91537add951ab5890ec129b21cf65b5e165c324 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:39:54 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:20:05 +0000 ftp/curl: Use complete arguments/options --- ftp/curl/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index a67deb9a7533..e50be3d2e2f9 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -16,7 +16,15 @@ USES= cpe libtool localbase pathfix perl5 shebangfix tar:xz USE_PERL5= build CONFIGURE_ARGS= --disable-werror \ + --enable-dateparse \ + --enable-dnsshuffle \ --enable-headers-api \ + --enable-hsts \ + --enable-http-auth \ + --enable-mime \ + --enable-netrc \ + --enable-openssl-auto-load-config \ + --enable-progress-meter \ --with-fish-functions-dir=${LOCALBASE}/share/fish/completions \ --with-zsh-functions-dir=${LOCALBASE}/share/zsh/site-functions CONFIGURE_ENV= LOCALBASE=${LOCALBASE} \