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:   jperkin
Date:           Thu Nov 23 18:50:41 UTC 2023

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

Log Message:
boost-libs: Pull in xz for lzma support in iostreams.

This could have been found by accident previously, so enable explicitly.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 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.102 pkgsrc/devel/boost-libs/Makefile:1.103
--- pkgsrc/devel/boost-libs/Makefile:1.102      Wed Nov  8 13:18:40 2023
+++ pkgsrc/devel/boost-libs/Makefile    Thu Nov 23 18:50:41 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.102 2023/11/08 13:18:40 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2023/11/23 18:50:41 jperkin Exp $
 
 BOOST_PACKAGE=         libs
 BOOST_COMMENT=         (binary libraries)
@@ -64,6 +64,7 @@ do-build: bjam-build
 do-install: boost-install-libs
 
 .include "../../archivers/bzip2/buildlink3.mk"
+.include "../../archivers/xz/buildlink3.mk"
 .include "../../archivers/zstd/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index