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.