pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/boost-jam



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sun Jul  2 13:01:08 UTC 2023

Modified Files:
        pkgsrc/devel/boost-jam: bjam.mk
Removed Files:
        pkgsrc/devel/boost-jam: buildlink3.mk

Log Message:
devel/boost-jam: Use just TOOL_DEPENDS, not buildlink3.

This is a build-time tool used to build things, not a library or
header file for the target system used as an input to a build-time
tool.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/boost-jam/bjam.mk
cvs rdiff -u -r1.46 -r0 pkgsrc/devel/boost-jam/buildlink3.mk

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-jam/bjam.mk
diff -u pkgsrc/devel/boost-jam/bjam.mk:1.23 pkgsrc/devel/boost-jam/bjam.mk:1.24
--- pkgsrc/devel/boost-jam/bjam.mk:1.23 Tue Jun 27 10:43:43 2023
+++ pkgsrc/devel/boost-jam/bjam.mk      Sun Jul  2 13:01:07 2023
@@ -1,11 +1,8 @@
-# $NetBSD: bjam.mk,v 1.23 2023/06/27 10:43:43 riastradh Exp $
+# $NetBSD: bjam.mk,v 1.24 2023/07/02 13:01:07 riastradh Exp $
 
-.include "../../devel/boost-jam/buildlink3.mk"
 .include "../../devel/boost-build/toolset.mk"
 
-# XXX Unclear why this needs a buildlink dependency at all -- isn't it
-# just a tool that runs at build-time?
-TOOL_DEPENDS+=         boost-jam>=0:../../devel/boost-jam
+TOOL_DEPENDS+=         boost-jam-1.82.*:../../devel/boost-jam
 
 BJAM=                  ${TOOLBASE}/bin/b2
 



Home | Main Index | Thread Index | Old Index