Skip to content

Commit

Permalink
libdialog: Bump shared library version to 10.
Browse files Browse the repository at this point in the history
The upgrade to libdialog 1.3 included changes to the ABI.

Bump libdpv to 3 since it links against libdialog.

Reported by:	Mark Millard <[email protected]>
Reviewed by:	bapt
Fixes:		a96ef45 dialog: import dialog 1.3-20210117
Differential Revision:	https://reviews.freebsd.org/D32675
  • Loading branch information
bsdjhb committed Oct 27, 2021
1 parent aa15f7d commit 2f7f899
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ObsoleteFiles.inc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
# xargs -n1 | sort | uniq -d;
# done

# 20211027: libdialog shlib bumped to version 10 for dialog 1.3
OLD_LIBS+=usr/lib/libdialog.so.9
OLD_LIBS+=usr/lib/libdpv.so.2
OLD_LIBS+=usr/lib32/libdialog.so.9
OLD_LIBS+=usr/lib32/libdpv.so.2

# 20211026: retire obsolete iscsi initiator
OLD_FILES+=sbin/iscontrol
OLD_FILES+=usr/share/man/man4/iscsi_initiator.4.gz
Expand Down
2 changes: 1 addition & 1 deletion gnu/lib/libdialog/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DIALOG= ${SRCTOP}/contrib/dialog

LIB= dialog
SHLIB_MAJOR= 9
SHLIB_MAJOR= 10
SRCS= argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \
columns.c dlg_keys.c editbox.c fselect.c formbox.c guage.c \
help.c inputbox.c inputstr.c menubox.c mixedform.c \
Expand Down
2 changes: 1 addition & 1 deletion lib/libdpv/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PACKAGE= dpv
LIB= dpv
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
INCS= dpv.h
MAN= dpv.3
MLINKS= dpv.3 dpv_free.3
Expand Down
4 changes: 2 additions & 2 deletions tools/build/mk/OptionalObsoleteFiles.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1663,11 +1663,11 @@ OLD_FILES+=usr/bin/dialog
OLD_FILES+=usr/bin/dpv
OLD_FILES+=usr/lib/libdialog.a
OLD_FILES+=usr/lib/libdialog.so
OLD_FILES+=usr/lib/libdialog.so.8
OLD_FILES+=usr/lib/libdialog.so.10
OLD_FILES+=usr/lib/libdialog_p.a
OLD_FILES+=usr/lib/libdpv.a
OLD_FILES+=usr/lib/libdpv.so
OLD_FILES+=usr/lib/libdpv.so.1
OLD_FILES+=usr/lib/libdpv.so.3
OLD_FILES+=usr/lib/libdpv_p.a
OLD_FILES+=usr/sbin/bsdconfig
OLD_FILES+=usr/share/man/man1/dialog.1.gz
Expand Down

0 comments on commit 2f7f899

Please sign in to comment.