svn commit: r318083 - head/ftp/wget

Vasil Dimov vd at FreeBSD.org
Tue May 14 18:45:26 UTC 2013


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
> > 
> > Log:
> >   ftp/wget: hook a dependency to devel/pcre
> >   
> >   PR:		ports/178285
> >   Submitted by:	pawel@
> > 
> > Modified:
> >   head/ftp/wget/Makefile
> > 
> > Modified: head/ftp/wget/Makefile
> > ==============================================================================
> > --- 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 @@
> >  
> >  PORTNAME=	wget
> >  DISTVERSION=	1.14
> > +PORTREVISION=	1
> >  CATEGORIES=	ftp www ipv6
> >  MASTER_SITES=	${MASTER_SITE_GNU}
> >  MASTER_SITE_SUBDIR=	wget
> > @@ -17,6 +18,16 @@ USE_PERL5_BUILD=yes
> >  GNU_CONFIGURE=	yes
> >  MAKE_JOBS_SAFE=	yes
> >  
> > +# Wget can handle the absence of pcre, but we hook an unconditional dependency
> > +# 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 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=	ac_cv_header_pcre_h=no
> 
> to the port

Cool! I added that in r318142.

Thank you!

-- 
Vasil Dimov
gro.DSBeerF at dv
%
You can only live once, but if you do it right, once is enough.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 163 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130514/ff89e323/attachment.sig>


More information about the svn-ports-all mailing list