svn commit: r428858 - head/ftp/curl

Adam Weinberger adamw at adamw.org
Mon Dec 19 16:53:44 UTC 2016


> On 18 Dec, 2016, at 8:20, Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org> wrote:
> 
> Author: sunpoet
> Date: Sun Dec 18 15:20:50 2016
> New Revision: 428858
> URL: https://svnweb.freebsd.org/changeset/ports/428858
> 
> Log:
>  - Change HTTP2 dependency from www/nghttp2 to www/libnghttp2
>  - Enable HTTP2 option by default
>  - Bump PORTREVISION for dependency and package change
> 
> Modified:
>  head/ftp/curl/Makefile
> 
> Modified: head/ftp/curl/Makefile
> ==============================================================================
> --- head/ftp/curl/Makefile	Sun Dec 18 15:20:42 2016	(r428857)
> +++ head/ftp/curl/Makefile	Sun Dec 18 15:20:50 2016	(r428858)
> @@ -3,7 +3,7 @@
> 
> -HTTP2_BUILD_DEPENDS=	nghttp2>=1.0.0:www/nghttp2
> -HTTP2_CONFIGURE_WITH=	nghttp2
> -HTTP2_LIB_DEPENDS=	libnghttp2.so:www/nghttp2
> -HTTP2_RUN_DEPENDS=	nghttp2>=1.0.0:www/nghttp2
> +HTTP2_BUILD_DEPENDS=	libnghttp2>=1.0.0:www/libnghttp2
> +HTTP2_CONFIGURE_WITH=	libnghttp2
> +HTTP2_LIB_DEPENDS=	libnghttp2.so:www/libnghttp2
> +HTTP2_RUN_DEPENDS=	libnghttp2>=1.0.0:www/libnghttp2

Hi Sunpoet,

Having BUILD, RUN, and LIB depends on the same port looks odd; shouldn't just LIB_DEPENDS be sufficient? www/mod_http2-devel does it too.

# Adam


-- 
Adam Weinberger
adamw at adamw.org
https://www.adamw.org




More information about the svn-ports-head mailing list