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:   jakllsch
Date:           Sat Mar 22 17:36:39 UTC 2025

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

Log Message:
more boost_stacktrace_backtrace PLIST generation; fixes build on Debian 12


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/devel/boost-libs/Makefile

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.115 pkgsrc/devel/boost-libs/Makefile:1.116
--- pkgsrc/devel/boost-libs/Makefile:1.115      Mon Mar 10 15:56:23 2025
+++ pkgsrc/devel/boost-libs/Makefile    Sat Mar 22 17:36:38 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.115 2025/03/10 15:56:23 jakllsch Exp $
+# $NetBSD: Makefile,v 1.116 2025/03/22 17:36:38 jakllsch Exp $
 
 BOOST_PACKAGE=         libs
 BOOST_COMMENT=         (binary libraries)
@@ -62,7 +62,8 @@ PLIST.stacktrace_addr2line=   yes
 # Add backtrace libs when they got built because of libbacktrace
 # being available in the toolchain (not easy to detect beforehand).
 GENERATE_PLIST+=       cd ${DESTDIR}/${PREFIX}; \
-                       for f in lib/libboost_stacktrace_backtrace*; do \
+                       for f in lib/libboost_stacktrace_backtrace* \
+                       lib/cmake/boost_stacktrace_backtrace-${BOOST_VERSION}/*.cmake; do \
                        if [ -f "$$f" ]; then ${ECHO} "$$f"; fi; \
                        done;
 



Home | Main Index | Thread Index | Old Index