pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/boost Rather than pulling in sgi-stl: The only ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf2a9a319398
branches:  trunk
changeset: 476160:cf2a9a319398
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Jun 04 15:07:17 2004 +0000

description:
Rather than pulling in sgi-stl:  The only package using this is in wip,
and already requires gcc 3.3, so simply make this require gcc >=3.0 (if
PKGSRC_COMPILER uses gcc; else let the system compiler STL suffice).

diffstat:

 devel/boost/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0d31ddb25f89 -r cf2a9a319398 devel/boost/Makefile
--- a/devel/boost/Makefile      Fri Jun 04 15:00:14 2004 +0000
+++ b/devel/boost/Makefile      Fri Jun 04 15:07:17 2004 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2004/04/24 22:46:09 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/06/04 15:07:17 tv Exp $
 #
 
 DISTNAME=              boost-1.30.2
+PKGREVISION=           1
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=boost/}
 EXTRACT_SUFX=          .tar.bz2
@@ -10,9 +11,11 @@
 HOMEPAGE=              http://www.boost.org/
 COMMENT=               Free, portable libraries that integrate with the ISO C++ Stdlib
 
-# Need working <limits> and <memory> not present in NetBSD yet.
-DEPENDS+=              sgi-stl>=3.2:../../devel/sgi-stl
+# Need working <limits> and <memory> not present in older gcc.
+# Other compilers are left alone to use their own STL.
+GCC_REQD+=             3.0
 
+USE_LANGUAGES+=                c++
 USE_LIBTOOL=           # defined
 BOOST_VERS=            0:0
 MAKE_ENV+=             BOOST_VERS="${BOOST_VERS}"



Home | Main Index | Thread Index | Old Index