diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-29 22:46:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-29 22:46:44 +0000 |
commit | 3e4e760fd4fb9177098b7629b6a60ad4dd67cdff (patch) | |
tree | d1d85326410d42d7a43c2536c90a9673a28fc4c9 /devel/boost/Makefile | |
parent | 4397a6878e373aa77c24e78f5d30ed5ca9a513b7 (diff) | |
download | pkgsrc-3e4e760fd4fb9177098b7629b6a60ad4dd67cdff.tar.gz |
Update boost to 1.14.3 since old distfile is gone from master site.
* Remove limits and memory. Just depend on SGI STL package which has much
better versions of these files.
* Minor fixes and enhancements in the documentation.
Diffstat (limited to 'devel/boost/Makefile')
-rw-r--r-- | devel/boost/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile index 4d278670840..13fb6a3a602 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2000/05/12 06:15:06 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2000/05/29 22:46:44 jlam Exp $ DISTNAME= boost_all -PKGNAME= boost-1.14.1 +PKGNAME= boost-1.14.3 CATEGORIES= devel MASTER_SITES= http://www.boost.org/ EXTRACT_SUFX= .zip @@ -9,6 +9,9 @@ EXTRACT_SUFX= .zip MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.boost.org/ +# Need working <limits> and <memory> not present in NetBSD yet. +DEPENDS+= sgi-stl>=3.2:../../devel/sgi-stl + USE_LIBTOOL= # defined DIST_SUBDIR= ${PKGNAME} @@ -29,7 +32,7 @@ post-extract: libs/pri_queue/boost-heap-1.0.zip "boost/*" do-configure: - cd ${FILESDIR}; ${CP} Makefile limits memory ${WRKSRC} + cd ${FILESDIR}; ${CP} Makefile ${WRKSRC} do-install: ${INSTALL_DATA_DIR} ${INCSDIR}/boost |