pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/boost-libs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb  9 21:51:29 UTC 2026

Modified Files:
        pkgsrc/devel/boost-libs: Makefile PLIST

Log Message:
boost-libs: do not install some cmake files

They are now in boost-headers.

>From Anthony Mallet

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 pkgsrc/devel/boost-libs/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/boost-libs/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/boost-libs/Makefile
diff -u pkgsrc/devel/boost-libs/Makefile:1.124 pkgsrc/devel/boost-libs/Makefile:1.125
--- pkgsrc/devel/boost-libs/Makefile:1.124      Sun Feb  8 22:36:16 2026
+++ pkgsrc/devel/boost-libs/Makefile    Mon Feb  9 21:51:29 2026
@@ -1,15 +1,17 @@
-# $NetBSD: Makefile,v 1.124 2026/02/08 22:36:16 wiz Exp $
+# $NetBSD: Makefile,v 1.125 2026/02/09 21:51:29 wiz Exp $
 
 BOOST_PACKAGE=         libs
 BOOST_COMMENT=         (binary libraries)
 BOOST_CONFIG=          installed
 BOOST_INSTALL_LIBS=    yes
 
-PKGREVISION= 2
+PKGREVISION=           3
+
 .include "../../meta-pkgs/boost/Makefile.common"
 
 INSTALLATION_DIRS+=    lib
 
+BJAM_ARGS+=            --without-headers
 BJAM_ARGS+=            --without-python
 PLIST_VARS+=           context fiber log stacktrace_from_exception
 
@@ -74,6 +76,10 @@ do-build: bjam-build
 
 do-install: boost-install-libs boost-install-cmake
 
+# These are already in boost-headers
+post-install:
+       ${RM} -f ${DESTDIR}${PREFIX}/lib/cmake/boost_headers-*/*.cmake
+
 PRINT_PLIST_AWK+=      /boost_context/ { $$0 = "$${PLIST.context}"$$0 }
 PRINT_PLIST_AWK+=      /boost_coroutine/ { $$0 = "$${PLIST.context}"$$0 }
 PRINT_PLIST_AWK+=      /boost_fiber/ { $$0 = "$${PLIST.fiber}"$$0 }

Index: pkgsrc/devel/boost-libs/PLIST
diff -u pkgsrc/devel/boost-libs/PLIST:1.51 pkgsrc/devel/boost-libs/PLIST:1.52
--- pkgsrc/devel/boost-libs/PLIST:1.51  Sat Sep 27 06:54:05 2025
+++ pkgsrc/devel/boost-libs/PLIST       Mon Feb  9 21:51:29 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.51 2025/09/27 06:54:05 adam Exp $
+@comment $NetBSD: PLIST,v 1.52 2026/02/09 21:51:29 wiz Exp $
 lib/cmake/Boost-${PKGVERSION}/BoostConfig.cmake
 lib/cmake/Boost-${PKGVERSION}/BoostConfigVersion.cmake
 lib/cmake/BoostDetectToolset-${PKGVERSION}.cmake
@@ -50,8 +50,6 @@ lib/cmake/boost_graph-${PKGVERSION}/libb
 lib/cmake/boost_graph-${PKGVERSION}/libboost_graph-variant-static.cmake
 lib/cmake/boost_graph_parallel-${PKGVERSION}/boost_graph_parallel-config-version.cmake
 lib/cmake/boost_graph_parallel-${PKGVERSION}/boost_graph_parallel-config.cmake
-lib/cmake/boost_headers-${PKGVERSION}/boost_headers-config-version.cmake
-lib/cmake/boost_headers-${PKGVERSION}/boost_headers-config.cmake
 lib/cmake/boost_iostreams-${PKGVERSION}/boost_iostreams-config-version.cmake
 lib/cmake/boost_iostreams-${PKGVERSION}/boost_iostreams-config.cmake
 lib/cmake/boost_iostreams-${PKGVERSION}/libboost_iostreams-variant-shared.cmake



Home | Main Index | Thread Index | Old Index