summaryrefslogtreecommitdiff
path: root/meta-pkgs
diff options
context:
space:
mode:
authortv <tv>2006-05-17 16:22:46 +0000
committertv <tv>2006-05-17 16:22:46 +0000
commit1456d358e480c2ff956d418b93e83543f792d5a3 (patch)
tree6f82c9f7226a05581f4b18dd2a6783f72e764b8b /meta-pkgs
parente36973b680cefe62a1792f30c3ed8107815cc4c0 (diff)
downloadpkgsrc-1456d358e480c2ff956d418b93e83543f792d5a3.tar.gz
Depend on the short version explicitly rather than allowing a newer (ABI
incompatible) fragmented package set. Approved by jmmv. Bump PKGREVISION.
Diffstat (limited to 'meta-pkgs')
-rw-r--r--meta-pkgs/boost/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/meta-pkgs/boost/Makefile b/meta-pkgs/boost/Makefile
index dc4e9239ed3..bc5cdc00ae2 100644
--- a/meta-pkgs/boost/Makefile
+++ b/meta-pkgs/boost/Makefile
@@ -1,12 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2006/02/05 23:10:05 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/05/17 16:22:46 tv Exp $
#
BOOST_PACKAGE= meta-pkg
BOOST_COMMENT= (meta package)
-PKGREVISION= 1
+PKGREVISION= 2
.include "Makefile.common"
+BOOST_DEPENDS_VERSION= ${BOOST_SHORT_VERSION:S/_/./}{,nb*,.*}
+
CATEGORIES+= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty
@@ -15,11 +17,11 @@ MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.boost.org/
COMMENT= Free, peer-reviewed portable C++ source libraries
-DEPENDS+= boost-build>=${BOOST_VERSION}:../../devel/boost-build
-DEPENDS+= boost-docs>=${BOOST_VERSION}:../../devel/boost-docs
-DEPENDS+= boost-headers>=${BOOST_VERSION}:../../devel/boost-headers
-DEPENDS+= boost-libs>=${BOOST_VERSION}:../../devel/boost-libs
-DEPENDS+= boost-python>=${BOOST_VERSION}:../../devel/boost-python
+DEPENDS+= boost-build-${BOOST_DEPENDS_VERSION}:../../devel/boost-build
+DEPENDS+= boost-docs-${BOOST_DEPENDS_VERSION}:../../devel/boost-docs
+DEPENDS+= boost-headers-${BOOST_DEPENDS_VERSION}:../../devel/boost-headers
+DEPENDS+= boost-libs-${BOOST_DEPENDS_VERSION}:../../devel/boost-libs
+DEPENDS+= boost-python-${BOOST_DEPENDS_VERSION}:../../devel/boost-python
EXTRACT_ONLY= # empty
NO_CHECKSUM= yes