On Wed, Apr 30, 2014 at 6:03 PM, Stuart Henderson <[email protected]> wrote:
> On 2014/04/30 23:25, Donovan Watteau wrote:
> > On Wed, 30 Apr 2014, Donovan Watteau wrote:
> > > Hi,
> > >
> > > Is there any reason why bzip2 support is explicitly disabled
> > > in devel/boost?
> > >
> > > I'm working on a port (innoextract) which needs it.
> > >
> > > Index: Makefile
> > > ===================================================================
> > > RCS file: /cvs/ports/devel/boost/Makefile,v
> > > retrieving revision 1.52
> > > diff -u -p -r1.52 Makefile
> > > --- Makefile 25 Dec 2013 08:49:47 -0000 1.52
> > > +++ Makefile 30 Apr 2014 21:06:51 -0000
> > > @@ -7,7 +7,7 @@ COMMENT= free peer-reviewed portable C++
> > > VERSION= 1.53.0
> > > DISTNAME= boost_${VERSION:S/./_/g}
> > > PKGNAME= boost-${VERSION}
> > > -REVISION= 5
> > > +REVISION= 6
> > > CATEGORIES= devel
> > > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boost/}
> > > EXTRACT_SUFX= .tar.bz2
> > > @@ -59,11 +59,13 @@ MODULES= converters/libiconv \
> > > MODPY_RUNDEP= No
> > >
> > > BUILD_DEPENDS+= lang/python/${MODPY_DEFAULT_VERSION_3}
> > > +RUN_DEPENDS+= archivers/bzip2
> >
> > oops, read LIB_DEPENDS here.
>
> Needs a WANTLIB, too.
>
>
I have a update to 1.55.0 sitting in my local tree. I suspect this change
will need to pass through a bulk build (maybe not). If somebody is willing
to volunteer a full bulk build (to spot any problems) I will try and post
the update in next few days.
thanks