pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc PLIST fix; rev.bump
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba7f55c09577
branches: trunk
changeset: 400264:ba7f55c09577
user: adam <adam%pkgsrc.org@localhost>
date: Thu Oct 15 07:29:01 2009 +0000
description:
PLIST fix; rev.bump
diffstat:
devel/boost-libs/Makefile | 4 ++--
devel/boost-libs/PLIST | 20 +++++++++++++++++++-
devel/boost-python/Makefile | 4 ++--
devel/boost-python/PLIST | 3 ++-
meta-pkgs/boost/Makefile.common | 4 +++-
5 files changed, 28 insertions(+), 7 deletions(-)
diffs (116 lines):
diff -r 95e64e144047 -r ba7f55c09577 devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Thu Oct 15 05:16:29 2009 +0000
+++ b/devel/boost-libs/Makefile Thu Oct 15 07:29:01 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2008/09/13 16:14:13 jmmv Exp $
-#
+# $NetBSD: Makefile,v 1.13 2009/10/15 07:29:01 adam Exp $
+PKGREVISION= 1
BOOST_PACKAGE= libs
BOOST_COMMENT= (binary libraries)
BOOST_CONFIG= installed
diff -r 95e64e144047 -r ba7f55c09577 devel/boost-libs/PLIST
--- a/devel/boost-libs/PLIST Thu Oct 15 05:16:29 2009 +0000
+++ b/devel/boost-libs/PLIST Thu Oct 15 07:29:01 2009 +0000
@@ -1,42 +1,60 @@
-@comment $NetBSD: PLIST,v 1.7 2009/10/14 06:40:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2009/10/15 07:29:01 adam Exp $
lib/libboost_date_time.a
lib/libboost_date_time.so
+lib/libboost_date_time.so.${BOOST_VERSION}
lib/libboost_filesystem.a
lib/libboost_filesystem.so
+lib/libboost_filesystem.so.${BOOST_VERSION}
lib/libboost_graph.a
lib/libboost_graph.so
+lib/libboost_graph.so.${BOOST_VERSION}
lib/libboost_iostreams.a
lib/libboost_iostreams.so
+lib/libboost_iostreams.so.${BOOST_VERSION}
lib/libboost_math_c99.a
lib/libboost_math_c99.so
+lib/libboost_math_c99.so.${BOOST_VERSION}
lib/libboost_math_c99f.a
lib/libboost_math_c99f.so
+lib/libboost_math_c99f.so.${BOOST_VERSION}
@comment lib/libboost_math_c99l.a
@comment lib/libboost_math_c99l.so
lib/libboost_math_tr1.a
lib/libboost_math_tr1.so
+lib/libboost_math_tr1.so.${BOOST_VERSION}
lib/libboost_math_tr1f.a
lib/libboost_math_tr1f.so
+lib/libboost_math_tr1f.so.${BOOST_VERSION}
@comment lib/libboost_math_tr1l.a
@comment lib/libboost_math_tr1l.so
lib/libboost_prg_exec_monitor.a
lib/libboost_prg_exec_monitor.so
+lib/libboost_prg_exec_monitor.so.${BOOST_VERSION}
lib/libboost_program_options.a
lib/libboost_program_options.so
+lib/libboost_program_options.so.${BOOST_VERSION}
lib/libboost_regex.a
lib/libboost_regex.so
+lib/libboost_regex.so.${BOOST_VERSION}
lib/libboost_serialization.a
lib/libboost_serialization.so
+lib/libboost_serialization.so.${BOOST_VERSION}
lib/libboost_signals.a
lib/libboost_signals.so
+lib/libboost_signals.so.${BOOST_VERSION}
lib/libboost_system.a
lib/libboost_system.so
+lib/libboost_system.so.${BOOST_VERSION}
lib/libboost_test_exec_monitor.a
lib/libboost_thread.a
lib/libboost_thread.so
+lib/libboost_thread.so.${BOOST_VERSION}
lib/libboost_unit_test_framework.a
lib/libboost_unit_test_framework.so
+lib/libboost_unit_test_framework.so.${BOOST_VERSION}
lib/libboost_wave.a
lib/libboost_wave.so
+lib/libboost_wave.so.${BOOST_VERSION}
lib/libboost_wserialization.a
lib/libboost_wserialization.so
+lib/libboost_wserialization.so.${BOOST_VERSION}
diff -r 95e64e144047 -r ba7f55c09577 devel/boost-python/Makefile
--- a/devel/boost-python/Makefile Thu Oct 15 05:16:29 2009 +0000
+++ b/devel/boost-python/Makefile Thu Oct 15 07:29:01 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2009/10/14 06:40:08 adam Exp $
-#
+# $NetBSD: Makefile,v 1.14 2009/10/15 07:29:02 adam Exp $
+PKGREVISION= 1
BOOST_PACKAGE= python
BOOST_COMMENT= (Boost.Python binary library)
BOOST_CONFIG= installed
diff -r 95e64e144047 -r ba7f55c09577 devel/boost-python/PLIST
--- a/devel/boost-python/PLIST Thu Oct 15 05:16:29 2009 +0000
+++ b/devel/boost-python/PLIST Thu Oct 15 07:29:01 2009 +0000
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2009/10/14 06:40:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/10/15 07:29:02 adam Exp $
lib/libboost_python.a
lib/libboost_python.so
+lib/libboost_python.so.${BOOST_VERSION}
diff -r 95e64e144047 -r ba7f55c09577 meta-pkgs/boost/Makefile.common
--- a/meta-pkgs/boost/Makefile.common Thu Oct 15 05:16:29 2009 +0000
+++ b/meta-pkgs/boost/Makefile.common Thu Oct 15 07:29:01 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.19 2009/10/14 06:40:08 adam Exp $
+# $NetBSD: Makefile.common,v 1.20 2009/10/15 07:29:02 adam Exp $
BOOST_PACKAGE?= undefined
BOOST_COMMENT?= undefined
@@ -33,6 +33,8 @@
USE_LANGUAGES= c c++
GCC_REQD+= 3.2 # if using gcc; ignored otherwise
+PLIST_SUBST+= BOOST_VERSION="${BOOST_VERSION}"
+
SUBST_CLASSES+= fix-prefix
SUBST_STAGE.fix-prefix= pre-configure
SUBST_MESSAGE.fix-prefix= Fixing prefix.
Home |
Main Index |
Thread Index |
Old Index