Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157838840
D53977.id167247.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
714 B
Referenced Files
None
Subscribers
None
D53977.id167247.diff
View Options
diff --git a/Makefile.inc1 b/Makefile.inc1
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -3766,6 +3766,15 @@
while read file; do \
if [ -f "${DESTDIR}/$${file}" -o -L "${DESTDIR}/$${file}" ]; then \
echo "${DESTDIR}/$${file}"; \
+ if packages=$$(${LOCALBASE:Q}/sbin/pkg \
+ shlib -qP $${file##*/} 2>/dev/null) && \
+ [ -n "$${packages}" ]; then \
+ echo " also provided by:" $${packages}; \
+ elif packages=$$(${LOCALBASE:Q}/sbin/pkg \
+ shlib -qR $${file##*/} 2>/dev/null) && \
+ [ -n "$${packages}" ]; then \
+ echo " required by:" $${packages}; \
+ fi; \
fi; \
for ext in debug symbols; do \
if [ -f "${DESTDIR}${DEBUGDIR}/$${file}.$${ext}" ]; then \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 26, 6:20 PM (9 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33513688
Default Alt Text
D53977.id167247.diff (714 B)
Attached To
Mode
D53977: check-old-libs: Show information about packages
Attached
Detach File
Event Timeline
Log In to Comment