pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/boost-headers



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Feb  9 21:50:54 UTC 2026

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

Log Message:
boost-headers: install cmake files for these headers.

>From Anthony Mallet.

CONFLICT with boost-libs from which they were moved.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/boost-headers/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/devel/boost-headers/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-headers/Makefile
diff -u pkgsrc/devel/boost-headers/Makefile:1.72 pkgsrc/devel/boost-headers/Makefile:1.73
--- pkgsrc/devel/boost-headers/Makefile:1.72    Thu Dec 25 22:45:28 2025
+++ pkgsrc/devel/boost-headers/Makefile Mon Feb  9 21:50:54 2026
@@ -1,20 +1,26 @@
-# $NetBSD: Makefile,v 1.72 2025/12/25 22:45:28 adam Exp $
+# $NetBSD: Makefile,v 1.73 2026/02/09 21:50:54 wiz Exp $
 
 BOOST_PACKAGE=         headers
 BOOST_COMMENT=         (build-time headers)
 BOOST_CONFIG=          generate
 
-.include "../../meta-pkgs/boost/Makefile.common"
+PKGREVISION=           1
 
-BJAM_ARGS+=            --without-\*
+.include "../../meta-pkgs/boost/Makefile.common"
 
-NO_BUILD=              yes
+BJAM_ARGS+=            --with-headers
 
 INSTALLATION_DIRS+=    include/boost
 
+CONFLICTS+=    boost-libs<=1.90.0nb2
+
 .include "../../devel/boost-jam/bjam.mk"
 
-do-install: bjam-build
+do-build: bjam-build
+
+do-install: boost-install-cmake
+do-install:
+       @${STEP_MSG} Installing boost header files
        ${FIND} ${WRKSRC}/boost -type f -name '*.orig' | ${XARGS} ${RM} -f
        cd ${WRKSRC}/boost; ${FIND} . -type f -print | \
                pax -rw ${DESTDIR}${PREFIX}/include/boost
@@ -23,6 +29,11 @@ do-install: bjam-build
        ${FIND} ${DESTDIR}${PREFIX}/include/boost \
                -type d -exec ${CHMOD} ${PKGDIRMODE} {} +
 
+# These are required only for boost-libs
+post-install:
+       ${RM} -f ${DESTDIR}${PREFIX}/lib/cmake/Boost-*/*.cmake
+       ${RM} -f ${DESTDIR}${PREFIX}/lib/cmake/BoostDetectToolset-*.cmake
+
 PTHREAD_OPTS+=         require
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/boost-headers/PLIST
diff -u pkgsrc/devel/boost-headers/PLIST:1.60 pkgsrc/devel/boost-headers/PLIST:1.61
--- pkgsrc/devel/boost-headers/PLIST:1.60       Thu Dec 25 22:45:28 2025
+++ pkgsrc/devel/boost-headers/PLIST    Mon Feb  9 21:50:54 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.60 2025/12/25 22:45:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.61 2026/02/09 21:50:54 wiz Exp $
 include/boost/accumulators/accumulators.hpp
 include/boost/accumulators/accumulators_fwd.hpp
 include/boost/accumulators/framework/accumulator_base.hpp
@@ -16004,3 +16004,5 @@ include/boost/yap/expression.hpp
 include/boost/yap/print.hpp
 include/boost/yap/user_macros.hpp
 include/boost/yap/yap.hpp
+lib/cmake/boost_headers-${PKGVERSION}/boost_headers-config-version.cmake
+lib/cmake/boost_headers-${PKGVERSION}/boost_headers-config.cmake



Home | Main Index | Thread Index | Old Index