- Bump share library version which were missed in last bump

Reported by: 	     jhb
Discussed with:	     deischen, des, doubg, harti
Approved by:	     re (kensmith)
This commit is contained in:
Rong-En Fan 2007-06-18 18:47:54 +00:00
parent d38f7b62af
commit 27cfc42fc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=170925
8 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@ LIB= dialog
INCS= dialog.h INCS= dialog.h
MAN= dialog.3 MAN= dialog.3
SHLIB_MAJOR= 5 SHLIB_MAJOR= 6
SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \ SRCS= kernel.c rc.c checklist.c inputbox.c menubox.c msgbox.c \
lineedit.c radiolist.c textbox.c yesno.c prgbox.c raw_popen.c \ lineedit.c radiolist.c textbox.c yesno.c prgbox.c raw_popen.c \
fselect.c ui_objects.c dir.c notify.c help.c gauge.c tree.c fselect.c ui_objects.c dir.c notify.c help.c gauge.c tree.c

View File

@ -1,6 +1,6 @@
# $FreeBSD$ # $FreeBSD$
SHLIB_MAJOR=6 SHLIB_MAJOR=7
RL_LIBRARY_VERSION=5.2 RL_LIBRARY_VERSION=5.2
SRCDIR= ${.CURDIR}/../../../../contrib/libreadline SRCDIR= ${.CURDIR}/../../../../contrib/libreadline

View File

@ -3,7 +3,7 @@
SUBDIR= doc SUBDIR= doc
LIB= gnuregex LIB= gnuregex
SHLIB_MAJOR= 3 SHLIB_MAJOR= 4
SRCS= gnuregex.c SRCS= gnuregex.c
INCSGROUPS= INCS WRINCS PXINCS INCSGROUPS= INCS WRINCS PXINCS

View File

@ -4,7 +4,7 @@
LIB= alias LIB= alias
SHLIBDIR?= /lib SHLIBDIR?= /lib
SHLIB_MAJOR= 5 SHLIB_MAJOR= 6
MAN= libalias.3 MAN= libalias.3
SRCS= alias.c alias_db.c alias_proxy.c alias_util.c alias_old.c alias_mod.c SRCS= alias.c alias_db.c alias_proxy.c alias_util.c alias_old.c alias_mod.c
INCS= alias.h INCS= alias.h

View File

@ -1,6 +1,6 @@
# $FreeBSD$ # $FreeBSD$
SHLIB_MAJOR= 3 SHLIB_MAJOR= 4
WARNS?= 6 WARNS?= 6
NO_WERROR= NO_WERROR=
INCSDIR= ${INCLUDEDIR}/bsnmp INCSDIR= ${INCLUDEDIR}/bsnmp

View File

@ -28,5 +28,5 @@
DEBUG_FLAGS+= -DDEBUG DEBUG_FLAGS+= -DDEBUG
.endif .endif
SHLIB_MAJOR= 3 SHLIB_MAJOR= 4
PAM_MOD_DIR= ${LIBDIR} PAM_MOD_DIR= ${LIBDIR}

View File

@ -3,7 +3,7 @@
.include <bsd.own.mk> .include <bsd.own.mk>
LIB= ssh LIB= ssh
SHLIB_MAJOR= 3 SHLIB_MAJOR= 4
SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \ SRCS= acss.c authfd.c authfile.c bufaux.c bufbn.c buffer.c \
canohost.c channels.c cipher.c cipher-acss.c cipher-aes.c \ canohost.c channels.c cipher.c cipher-acss.c cipher-aes.c \
cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \ cipher-bf1.c cipher-ctr.c cipher-3des1.c cleanup.c \

View File

@ -1,6 +1,6 @@
# $FreeBSD$ # $FreeBSD$
SHLIB_MAJOR= 4 SHLIB_MAJOR= 5
WARNS?= 6 WARNS?= 6
MANFILTER= sed -e 's%@MODPATH@%${LIBDIR}/%g' \ MANFILTER= sed -e 's%@MODPATH@%${LIBDIR}/%g' \