Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 20:14:28 +0200
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        Vasil Dimov <vd@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r318083 - head/ftp/wget
Message-ID:  <20130513181427.GC2209@ithaqua.etoilebsd.net>
In-Reply-To: <201305131352.r4DDqbnk034571@svn.freebsd.org>
References:  <201305131352.r4DDqbnk034571@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--DqhR8hV3EnoxUkKN
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, May 13, 2013 at 01:52:37PM +0000, Vasil Dimov wrote:
> Author: vd
> Date: Mon May 13 13:52:37 2013
> New Revision: 318083
> URL: http://svnweb.freebsd.org/changeset/ports/318083
>=20
> Log:
>   ftp/wget: hook a dependency to devel/pcre
>  =20
>   PR:		ports/178285
>   Submitted by:	pawel@
>=20
> Modified:
>   head/ftp/wget/Makefile
>=20
> Modified: head/ftp/wget/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/wget/Makefile	Mon May 13 13:51:49 2013	(r318082)
> +++ head/ftp/wget/Makefile	Mon May 13 13:52:37 2013	(r318083)
> @@ -3,6 +3,7 @@
> =20
>  PORTNAME=3D	wget
>  DISTVERSION=3D	1.14
> +PORTREVISION=3D	1
>  CATEGORIES=3D	ftp www ipv6
>  MASTER_SITES=3D	${MASTER_SITE_GNU}
>  MASTER_SITE_SUBDIR=3D	wget
> @@ -17,6 +18,16 @@ USE_PERL5_BUILD=3Dyes
>  GNU_CONFIGURE=3D	yes
>  MAKE_JOBS_SAFE=3D	yes
> =20
> +# Wget can handle the absence of pcre, but we hook an unconditional depe=
ndency
> +# to pcre because if it is present in the system during compile time, th=
en
> +# wget will pick it and link with it. Thus the wget executable will later
> +# depend on the presence of the pcre library. Wget does not support to
> +# explicitly ignore the pcre library if it is present in the system and =
there
> +# is no elegant way to do that.

You can disable the automatic detection of pcre by adding the following:
CONFIGURE_ENV=3D	ac_cv_header_pcre_h=3Dno

to the port

regards,
Bapt

--DqhR8hV3EnoxUkKN
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)

iEYEARECAAYFAlGRLYMACgkQ8kTtMUmk6Ex6gQCeKR063w2zKNoHIPRqwA99YpUw
AYkAnRiTlIpJ2XoNPlwqwDmG+5nSfepk
=IWJn
-----END PGP SIGNATURE-----

--DqhR8hV3EnoxUkKN--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130513181427.GC2209>