Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc/guide/files Another try at improving the ABI/API s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dffd1d50e6c3
branches:  trunk
changeset: 434659:dffd1d50e6c3
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jun 20 09:47:05 2020 +0000

description:
Another try at improving the ABI/API section.

diffstat:

 doc/guide/files/buildlink.xml |  26 ++++++++++++++------------
 1 files changed, 14 insertions(+), 12 deletions(-)

diffs (40 lines):

diff -r 30a7350d6a5b -r dffd1d50e6c3 doc/guide/files/buildlink.xml
--- a/doc/guide/files/buildlink.xml     Sat Jun 20 08:34:29 2020 +0000
+++ b/doc/guide/files/buildlink.xml     Sat Jun 20 09:47:05 2020 +0000
@@ -1,4 +1,5 @@
-<!-- $NetBSD: buildlink.xml,v 1.42 2020/06/18 20:30:12 wiz Exp $ -->
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $NetBSD: buildlink.xml,v 1.43 2020/06/20 09:47:05 wiz Exp $ -->
 
 <chapter id="buildlink">
   <title>Buildlink methodology</title>
@@ -406,17 +407,18 @@
       <para>In such a case, the package's
       <varname>BUILDLINK_ABI_DEPENDS.<replaceable>pkg</replaceable></varname>
       must be increased to require the new package version.  Then the
-      <varname>PKGREVISION</varname> of all packages that depend on
-      this package need to be increased, and if they have
-      <filename>buildlink3.mk</filename> files, their
-      <varname>BUILDLINK_ABI_DEPENDS.<replaceable>pkg</replaceable></varname>
-      must be increased to the new version as well. This is required
-      so that a package will pull in the versions of the packages that
-      use the new ABI and that the packages'
-      <varname>PKGREVISION</varname>s uniquely identify the packages
-      built against the new ABI. The <filename
-      role="pkg">pkgtools/revbump</filename> package can help with
-      these updates.</para>
+      <varname>PKGREVISION</varname> of all packages
+      <replaceable>foo</replaceable> that depend on this package need
+      to be increased, and if they have
+      <filename>buildlink3.mk</filename> files,
+      <varname>BUILDLINK_ABI_DEPENDS.<replaceable>foo</replaceable></varname>
+      in their <filename>buildlink3.mk</filename> files must be
+      increased to the new version as well. This is required so that a
+      package will pull in the versions of the packages that use the
+      new ABI and that the packages' <varname>PKGREVISION</varname>s
+      uniquely identify the packages built against the new ABI. The
+      <filename role="pkg">pkgtools/revbump</filename> package can
+      help with these updates.</para>
 
       <para>See <xref linkend="dependencies"/> for more information
       about dependencies on other packages, including the



Home | Main Index | Thread Index | Old Index