summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg>2006-01-12 22:48:46 +0000
committerjoerg <joerg>2006-01-12 22:48:46 +0000
commit052016a9383249efa6565b728aad2d21e3eb8a9a (patch)
tree5ac876b6b74f354ef7bbc66bfcd3b0ed34b6d6b9 /devel
parent16f9dd3d81a1d8888623070c031b0d4670cf5001 (diff)
downloadpkgsrc-052016a9383249efa6565b728aad2d21e3eb8a9a.tar.gz
Fix build of boost on DragonFly.
(a) bjam should be consistent with the rest of the world, the OS is called DragonFly, not DragonFlyBSD. It might be _annoying_, but it is a fact of live and no spelling fault can avoid it. (b) disable the compiler thread support checks, they don't really work and are not needed anyway. (c) DragonFly has wchar and ctype functions, so use them. Bump revisions of boost-build (bjam), boost-headers (well, they changed) and boost-libs.
Diffstat (limited to 'devel')
-rw-r--r--devel/boost-build/Makefile4
-rw-r--r--devel/boost-headers/Makefile4
-rw-r--r--devel/boost-libs/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/devel/boost-build/Makefile b/devel/boost-build/Makefile
index 628b07e5ff6..3cd437119a9 100644
--- a/devel/boost-build/Makefile
+++ b/devel/boost-build/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2005/02/26 22:48:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/12 22:48:46 joerg Exp $
#
+PKGREVISION= 1
+
BOOST_PACKAGE= build
BOOST_COMMENT= (Boost.Build framework)
BOOST_CONFIG= no
diff --git a/devel/boost-headers/Makefile b/devel/boost-headers/Makefile
index d4b73d3ea04..60aee022a4d 100644
--- a/devel/boost-headers/Makefile
+++ b/devel/boost-headers/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2005/04/05 11:09:00 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2006/01/12 22:48:46 joerg Exp $
#
+PKGREVISION= 1
+
BOOST_PACKAGE= headers
BOOST_COMMENT= (build-time headers)
BOOST_CONFIG= generate
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 0684793dfe6..fdf002e228c 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2005/08/12 20:58:45 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2006/01/12 22:48:46 joerg Exp $
#
+PKGREVISION= 1
+
BOOST_PACKAGE= libs
BOOST_COMMENT= (binary libraries)
BOOST_CONFIG= installed