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:           Mon Mar 10 15:56:23 UTC 2025

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

Log Message:
boost-libs: fix linux stacktrace_backtrace PLIST


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 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.114 pkgsrc/devel/boost-libs/Makefile:1.115
--- pkgsrc/devel/boost-libs/Makefile:1.114      Wed Feb  5 22:14:11 2025
+++ pkgsrc/devel/boost-libs/Makefile    Mon Mar 10 15:56:23 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2025/02/05 22:14:11 riastradh Exp $
+# $NetBSD: Makefile,v 1.115 2025/03/10 15:56:23 jakllsch Exp $
 
 BOOST_PACKAGE=         libs
 BOOST_COMMENT=         (binary libraries)
@@ -12,7 +12,7 @@ PKGREVISION=          1
 INSTALLATION_DIRS+=    lib
 
 BJAM_ARGS+=            --without-python
-PLIST_VARS+=           backtrace context fiber log longdbl stacktrace_from_exception
+PLIST_VARS+=           context fiber log longdbl stacktrace_from_exception
 
 .include "../../mk/compiler.mk"
 
@@ -62,7 +62,7 @@ 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*; do \
                        if [ -f "$$f" ]; then ${ECHO} "$$f"; fi; \
                        done;
 



Home | Main Index | Thread Index | Old Index