Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2016 09:53:39 -0700
From:      Adam Weinberger <adamw@adamw.org>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r428858 - head/ftp/curl
Message-ID:  <05E4B71C-438F-41F5-B1C9-4E7DA0F314BB@adamw.org>
In-Reply-To: <201612181520.uBIFKplk029455@repo.freebsd.org>
References:  <201612181520.uBIFKplk029455@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> On 18 Dec, 2016, at 8:20, Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> =
wrote:
>=20
> Author: sunpoet
> Date: Sun Dec 18 15:20:50 2016
> New Revision: 428858
> URL: https://svnweb.freebsd.org/changeset/ports/428858
>=20
> Log:
>  - Change HTTP2 dependency from www/nghttp2 to www/libnghttp2
>  - Enable HTTP2 option by default
>  - Bump PORTREVISION for dependency and package change
>=20
> Modified:
>  head/ftp/curl/Makefile
>=20
> Modified: head/ftp/curl/Makefile
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- 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 @@
>=20
> -HTTP2_BUILD_DEPENDS=3D	nghttp2>=3D1.0.0:www/nghttp2
> -HTTP2_CONFIGURE_WITH=3D	nghttp2
> -HTTP2_LIB_DEPENDS=3D	libnghttp2.so:www/nghttp2
> -HTTP2_RUN_DEPENDS=3D	nghttp2>=3D1.0.0:www/nghttp2
> +HTTP2_BUILD_DEPENDS=3D	libnghttp2>=3D1.0.0:www/libnghttp2
> +HTTP2_CONFIGURE_WITH=3D	libnghttp2
> +HTTP2_LIB_DEPENDS=3D	libnghttp2.so:www/libnghttp2
> +HTTP2_RUN_DEPENDS=3D	libnghttp2>=3D1.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


--=20
Adam Weinberger
adamw@adamw.org
https://www.adamw.org





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?05E4B71C-438F-41F5-B1C9-4E7DA0F314BB>