pkgsrc-WIP-changes archive

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

Add git-base and mozilla-rootcerts-openssl as tool dependencies because yosys downloads abc from Github at build time.



Module Name:	pkgsrc-wip
Committed By:	Lloyd Parkes <lloyd%must-have-coffee.gen.nz@localhost>
Pushed By:	lloyd
Date:		Mon Oct 31 07:59:07 2022 +1300
Changeset:	4dcaf392e65b5c457c9fe3adc556cb3d9ec6dc49

Modified Files:
	yosys/Makefile

Log Message:
Add git-base and mozilla-rootcerts-openssl as tool dependencies
because yosys downloads abc from Github at build time.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4dcaf392e65b5c457c9fe3adc556cb3d9ec6dc49

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

diffstat:
 yosys/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/yosys/Makefile b/yosys/Makefile
index 55cc1d0d4a..183eb63bd0 100644
--- a/yosys/Makefile
+++ b/yosys/Makefile
@@ -61,6 +61,9 @@ SUBST_FILES.python+=	tests/tools/txt2tikztiming.py
 BUILDLINK_TRANSFORM=	rm:-ldl
 .endif
 
+TOOL_DEPENDS+=          git-base-[0-9]*:../../devel/git-base
+TOOL_DEPENDS+=          mozilla-rootcerts-openssl-[0-9]*:../../security/mozilla-rootcerts-openssl
+
 do-configure:
 	${RUN} ${ECHO} 'CONFIG := ${YOSYS_CONFIG}' > ${WRKSRC}/Makefile.conf
 


Home | Main Index | Thread Index | Old Index