Date: Tue, 14 May 2013 11:29:34 +0300 From: Vasil Dimov <vd@FreeBSD.org> To: Baptiste Daroussin <bapt@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: <20130514082934.GA44706@hag.hw.v5d.org> In-Reply-To: <20130513181427.GC2209@ithaqua.etoilebsd.net> References: <201305131352.r4DDqbnk034571@svn.freebsd.org> <20130513181427.GC2209@ithaqua.etoilebsd.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 13, 2013 at 20:14:28 +0200, Baptiste Daroussin wrote: > 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 de= pendency > > +# to pcre because if it is present in the system during compile time, = then > > +# wget will pick it and link with it. Thus the wget executable will la= ter > > +# 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 an= d there > > +# is no elegant way to do that. >=20 > You can disable the automatic detection of pcre by adding the following: > CONFIGURE_ENV=3D ac_cv_header_pcre_h=3Dno >=20 > to the port Cool! I added that in r318142. Thank you! --=20 Vasil Dimov gro.DSBeerF@dv % You can only live once, but if you do it right, once is enough. --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlGR9e4ACgkQFw6SP/bBpCD7GwCgjhw+zXHS1PSlh7HiPj1CGOWQ CHEAn2W2kOiKiiC7z36pzEQU/ktlMn7C =36Ql -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130514082934.GA44706>