pkgsrc/devel/boost-headers/Makefile
drochner 857eaa7d5c add patch from upstream to fix insuficcient validation of UTF-8 strings
which is considered a security problem
bump PKGREV for the affected header, didn't check yet where this
header is compiled into
(boost-1.53 is out, just added the patch for a possible pullup)
2013-02-05 18:49:05 +00:00

25 lines
643 B
Makefile

# $NetBSD: Makefile,v 1.24 2013/02/05 18:49:05 drochner Exp $
BOOST_PACKAGE= headers
BOOST_COMMENT= (build-time headers)
BOOST_CONFIG= generate
.include "../../meta-pkgs/boost/Makefile.common"
PKGREVISION= 3
BJAM_ARGS+= --without-* # disable all libraries
.include "../../devel/boost-jam/bjam.mk"
do-build:
do-install: bjam-install
${FIND} ${DESTDIR}${PREFIX}/include/boost \
-type f -print | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
${FIND} ${DESTDIR}${PREFIX}/include/boost \
-type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
PTHREAD_OPTS+= require
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"