aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2004-10-01 15:38:07 +0000
committerKen Smith <kensmith@FreeBSD.org>2004-10-01 15:38:07 +0000
commit85a8b887df7fb76ad780c9f909b6ec3ceb76b52a (patch)
treeee4e7645bfa4f3e4d9c7a304ebae4aa7a255e3c5 /lib
parent8c7ff1f331b0f38f80a4734336d50c9c6b9b3ebc (diff)
downloadsrc-85a8b887df7fb76ad780c9f909b6ec3ceb76b52a.tar.gz
src-85a8b887df7fb76ad780c9f909b6ec3ceb76b52a.zip
Bump the library version numbers for the following libraries:
/lib/{libm,libreadline} /usr/lib/{libhistory,libopie,libpcap} in preparation for doing the same thing to RELENG_5. HUGE amounts of help for determining what to bump provided by kris. Discussed on: freebsd-current Approved by: re (not required for commit but something like this should be)
Notes
Notes: svn path=/head/; revision=136027
Diffstat (limited to 'lib')
-rw-r--r--lib/libopie/Makefile2
-rw-r--r--lib/libpcap/Makefile2
-rw-r--r--lib/msun/Makefile1
3 files changed, 3 insertions, 2 deletions
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile
index 2a8cabe6c073..8f95c40defa2 100644
--- a/lib/libopie/Makefile
+++ b/lib/libopie/Makefile
@@ -4,7 +4,7 @@
#
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
DIST_DIR= ${OPIE_DIST}/${.CURDIR:T}
-SHLIB_MAJOR= 2
+SHLIB_MAJOR= 3
KEYFILE?= \"/etc/opiekeys\"
diff --git a/lib/libpcap/Makefile b/lib/libpcap/Makefile
index 969184eae792..57651c324f42 100644
--- a/lib/libpcap/Makefile
+++ b/lib/libpcap/Makefile
@@ -19,7 +19,7 @@ CFLAGS+=-DHAVE_SNPRINTF -DHAVE_VSNPRINTF
CFLAGS+=-DINET6
.endif
-SHLIB_MAJOR=2
+SHLIB_MAJOR=3
#
# Magic to grab sources out of src/contrib
diff --git a/lib/msun/Makefile b/lib/msun/Makefile
index efb75c97666a..496e7408e7e4 100644
--- a/lib/msun/Makefile
+++ b/lib/msun/Makefile
@@ -68,6 +68,7 @@ CFLAGS+= -D_IEEE_LIBM
LIB= m
SHLIBDIR?= /lib
+SHLIB_MAJOR= 3
COMMON_SRCS= b_exp.c b_log.c b_tgamma.c \
e_acos.c e_acosf.c e_acosh.c e_acoshf.c e_asin.c e_asinf.c \
e_atan2.c e_atan2f.c e_atanh.c e_atanhf.c e_cosh.c e_coshf.c e_exp.c \