pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/boost



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  8 15:20:51 UTC 2025

Modified Files:
        pkgsrc/meta-pkgs/boost: Makefile.common

Log Message:
boost-libs: create directories before installing into them

Fixes previous, but also adds some new files to boost-libs PLIST; bump
coming next.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 pkgsrc/meta-pkgs/boost/Makefile.common

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

Modified files:

Index: pkgsrc/meta-pkgs/boost/Makefile.common
diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.107 pkgsrc/meta-pkgs/boost/Makefile.common:1.108
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.107        Wed Jan  8 14:22:55 2025
+++ pkgsrc/meta-pkgs/boost/Makefile.common      Wed Jan  8 15:20:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.107 2025/01/08 14:22:55 nros Exp $
+# $NetBSD: Makefile.common,v 1.108 2025/01/08 15:20:51 wiz Exp $
 #
 # used by devel/boost-build/Makefile
 # used by devel/boost-docs/Makefile
@@ -106,6 +106,7 @@ boost-install-cmake:
        cd ${WRKSRC}/stage/lib/${dir} && \
        ${FIND} . -type f -name "*.cmake" \
        | while read f; do \
+               ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/${dir}/"$${f%/*}"; \
                ${INSTALL_DATA} "$$f" ${DESTDIR}${PREFIX}/lib/${dir}/"$$f"; \
        done
 .  endfor



Home | Main Index | Thread Index | Old Index