pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files buildlink.xml: add a note about USE_AB...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a1a061e1e029
branches: trunk
changeset: 769217:a1a061e1e029
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Tue Nov 09 17:53:33 2021 +0000
description:
buildlink.xml: add a note about USE_ABI_DEPENDS
diffstat:
doc/guide/files/buildlink.xml | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d4151a76916c -r a1a061e1e029 doc/guide/files/buildlink.xml
--- a/doc/guide/files/buildlink.xml Tue Nov 09 17:41:27 2021 +0000
+++ b/doc/guide/files/buildlink.xml Tue Nov 09 17:53:33 2021 +0000
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $NetBSD: buildlink.xml,v 1.44 2020/08/20 13:31:58 bacon Exp $ -->
+<!-- $NetBSD: buildlink.xml,v 1.45 2021/11/09 17:53:33 gutteridge Exp $ -->
<chapter id="buildlink">
<title>Buildlink methodology</title>
@@ -433,10 +433,14 @@
new versions of packages work just fine with older
dependencies.</para>
- <para>Also it is not needed to set
+ <para>Also, it is not needed to set
<varname>BUILDLINK_ABI_DEPENDS.<replaceable>pkg</replaceable></varname>
when it is identical to
- <varname>BUILDLINK_API_DEPENDS.<replaceable>pkg</replaceable></varname>. </para>
+ <varname>BUILDLINK_API_DEPENDS.<replaceable>pkg</replaceable></varname>.</para>
+
+ <para>Note there is also the distinction that users are able to disable
+ enforcement of ABI dependencies using the <varname>USE_ABI_DEPENDS</varname>
+ variable, but there is no equivalent option for API dependencies.</para>
</sect2>
</sect1>
Home |
Main Index |
Thread Index |
Old Index