summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoragc <agc>2003-07-22 10:12:47 +0000
committeragc <agc>2003-07-22 10:12:47 +0000
commitf1f63c42bf58b504c68a89d4e95ca8c1a4f2dce0 (patch)
tree40278d713f9b39bd5896dd08e4d30be0cf695460 /doc
parent6f4f22b6a810b245d1bddf339b28ca61457ee476 (diff)
downloadpkgsrc-f1f63c42bf58b504c68a89d4e95ca8c1a4f2dce0.tar.gz
As part of the build information, record the full pathnames of the
shared object "provides" and "requires" information. This is only turned on just now if ${CHECK_SHLIBS} is set to "YES". Example output: % pkg_info -B libutf | grep '^PROVIDES' PROVIDES=/usr/pkg/lib/libutf.so.2 % pkg_info -B ssam | grep '^REQUIRES' REQUIRES=/usr/lib/libc.so.12 REQUIRES=/usr/pkg/lib/libutf.so.2 %
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 0c5442ba6aa..e104c9d8a29 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2856 2003/07/22 09:00:59 adam Exp $
+$NetBSD: CHANGES,v 1.2857 2003/07/22 10:14:16 agc Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -2894,3 +2894,5 @@ Changes to the packages collection and infrastructure in 2003:
Updated dbh to 1.0.15 [martti 2003-07-22]
Updated gtkmm to 2.2.5 [adam 2003-07-22]
Updated cvsync to 0.24.1 [gehenna 2003-07-22]
+ bsd.pkg.mk: record the shared object "provides" and "requires"
+ information [agc 2003-07-22]