Received: by mail.netbsd.org (Postfix, from userid 605) id 4793884D95; Sat, 20 Jun 2020 09:47:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C1FFD84D90 for ; Sat, 20 Jun 2020 09:47:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5jU8klV1hZ-6 for ; Sat, 20 Jun 2020 09:47:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 41FF184D22 for ; Sat, 20 Jun 2020 09:47:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DC16FFB28; Sat, 20 Jun 2020 09:47:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592646425117780" MIME-Version: 1.0 Date: Sat, 20 Jun 2020 09:47:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc/guide/files To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200620094705.DC16FFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1592646425117780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Jun 20 09:47:05 UTC 2020 Modified Files: pkgsrc/doc/guide/files: buildlink.xml Log Message: Another try at improving the ABI/API section. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/doc/guide/files/buildlink.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1592646425117780 Content-Disposition: inline Content-Length: 2342 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/guide/files/buildlink.xml diff -u pkgsrc/doc/guide/files/buildlink.xml:1.42 pkgsrc/doc/guide/files/buildlink.xml:1.43 --- pkgsrc/doc/guide/files/buildlink.xml:1.42 Thu Jun 18 20:30:12 2020 +++ pkgsrc/doc/guide/files/buildlink.xml Sat Jun 20 09:47:05 2020 @@ -1,4 +1,5 @@ - + + Buildlink methodology @@ -406,17 +407,18 @@ BUILDLINK_TREE+= -tiff In such a case, the package's BUILDLINK_ABI_DEPENDS.pkg must be increased to require the new package version. Then the - PKGREVISION of all packages that depend on - this package need to be increased, and if they have - buildlink3.mk files, their - BUILDLINK_ABI_DEPENDS.pkg - 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' - PKGREVISIONs uniquely identify the packages - built against the new ABI. The pkgtools/revbump package can help with - these updates. + PKGREVISION of all packages + foo that depend on this package need + to be increased, and if they have + buildlink3.mk files, + BUILDLINK_ABI_DEPENDS.foo + in their buildlink3.mk 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' PKGREVISIONs + uniquely identify the packages built against the new ABI. The + pkgtools/revbump package can + help with these updates. See for more information about dependencies on other packages, including the --_----------=_1592646425117780--