pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/meta-pkgs/boost Depend on the short version explicitly...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d052a0539f8
branches: trunk
changeset: 512941:5d052a0539f8
user: tv <tv%pkgsrc.org@localhost>
date: Wed May 17 16:22:46 2006 +0000
description:
Depend on the short version explicitly rather than allowing a newer (ABI
incompatible) fragmented package set. Approved by jmmv. Bump PKGREVISION.
diffstat:
meta-pkgs/boost/Makefile | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 6e50958081e0 -r 5d052a0539f8 meta-pkgs/boost/Makefile
--- a/meta-pkgs/boost/Makefile Wed May 17 16:22:06 2006 +0000
+++ b/meta-pkgs/boost/Makefile Wed May 17 16:22:46 2006 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index