summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-06-23 21:59:52 +0000
committerbapt <bapt@FreeBSD.org>2013-06-23 21:59:52 +0000
commit5e866f8c490bca32f5077d902ebb328ac3e325f9 (patch)
tree59d5bf99ce1e1ace2a413930212970e144d86709
parentafde4801cd46e27722d36d6e1e5f7b66a1367a13 (diff)
downloadFreeBSD-src-5e866f8c490bca32f5077d902ebb328ac3e325f9.zip
FreeBSD-src-5e866f8c490bca32f5077d902ebb328ac3e325f9.tar.gz
Bump shlib for dialog because ABI has changed when version 1.2 was imported
Reviewed by: kib
-rw-r--r--ObsoleteFiles.inc3
-rw-r--r--gnu/lib/libdialog/Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index f24d205..ee082cc 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20130623: dialog update from 1.1 to 1.2
+OLD_LIBS+=usr/lib/libdialog.so.7
+OLD_LIBS+=usr/lib32/libdialog.so.7
# 20130616: vfs_mounted.9 removed
OLD_FILES+=usr/share/man/man9/vfs_mount.9.gz
# 20130614: remove CVS from base
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index 527be30..395b02d 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -3,7 +3,7 @@
DIALOG= ${.CURDIR}/../../../contrib/dialog
LIB= dialog
-SHLIB_MAJOR= 7
+SHLIB_MAJOR= 8
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 \
OpenPOWER on IntegriCloud