head 1.3; access; symbols pkgsrc-2023Q4:1.3.0.6 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.4 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.2 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.2.0.28 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.26 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.24 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.22 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.20 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.18 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.16 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.14 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.12 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.10 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.8 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.6 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.2 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.4 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.1.0.38 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.36 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.34 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.32 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.30 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.28 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.26 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.24 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.22 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.18 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.16 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.14 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.12 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.10 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.8 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.6 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.4 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.2 pkgsrc-2015Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2023.06.06.12.42.34; author riastradh; state Exp; branches; next 1.2; commitid xhspr6Z8JLQOWSrE; 1.2 date 2019.12.14.17.53.39; author nia; state Exp; branches; next 1.1; commitid hkpwK8LFny9zvHOB; 1.1 date 2015.04.19.23.10.52; author rodent; state Exp; branches; next ; commitid Kekpl1WnUl7CUfiy; desc @@ 1.3 log @Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html @ text @# $NetBSD: options.mk,v 1.2 2019/12/14 17:53:39 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.serd PKG_SUPPORTED_OPTIONS= debug doc tests valgrind PKG_SUGGESTED_OPTIONS+= # blank PLIST_VARS+= doc .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mdebug) WAF_ARGS+= --debug .endif .if !empty(PKG_OPTIONS:Mdoc) WAF_ARGS+= --docs TOOL_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen PLIST.doc= yes .endif .if !empty(PKG_OPTIONS:Mtests) WAF_ARGS+= --test .endif .if !empty(PKG_OPTIONS:Mvalgrind) WAF_ARGS+= --grind TOOL_DEPENDS+= valgrind-[0-9]*:../../devel/valgrind .endif @ 1.2 log @Convert some drobilla.net packages to waf.mk. This removes a lot of do-X: targets and redundant python runtime deps. @ text @d1 1 a1 1 # $NetBSD: options.mk,v 1.1 2015/04/19 23:10:52 rodent Exp $ d16 1 a16 1 BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen d26 1 a26 1 BUILD_DEPENDS+= valgrind-[0-9]*:../../devel/valgrind @ 1.1 log @Import serd-0.20.0 as textproc/serd. Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples. Serd is not intended to be a swiss-army knife of RDF syntax, but rather is suited to resource limited or performance critical applications (e.g. converting many gigabytes of NTriples to Turtle), or situations where a simple reader/writer with minimal dependencies is ideal (e.g. in LV2 implementations or embedded applications). @ text @d1 1 a1 1 # $NetBSD$ d11 1 a11 3 BUILD_DEBUG= --debug .else BUILD_DEBUG= # blank d15 1 a15 1 BUILD_DOC= --docs a17 2 .else BUILD_DOC= # blank d21 1 a21 3 BUILD_TESTS= --test .else BUILD_TESTS= # blank d25 1 a25 1 BUILD_VALGRIND= --grind a26 2 .else BUILD_VALGRIND= # blank @