Bump library versions in preparation for 7.0.

Ok'd by:	kan
This commit is contained in:
Daniel Eischen 2007-05-21 02:49:08 +00:00
parent 9404513cfa
commit 419ecd5dee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169807
40 changed files with 40 additions and 40 deletions

View file

@ -1,3 +1,3 @@
# $FreeBSD$
# Default version for system libs (override in <lib>/Makefile if necessary)
SHLIB_MAJOR?= 3
SHLIB_MAJOR?= 4

View file

@ -24,7 +24,7 @@
# $FreeBSD$
LIB= atm
SHLIB_MAJOR= 4
SHLIB_MAJOR= 5
SHLIBDIR?= /lib
SRCS= atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c timer.c
INCS= libatm.h

View file

@ -2,7 +2,7 @@
# $FreeBSD$
LIB= autofs
SHLIB_MAJOR= 1
SHLIB_MAJOR= 2
WARNS?= 4
SRCS= libautofs.c

View file

@ -5,7 +5,7 @@ LIBBEGEMOT_DIR=${.CURDIR}/../../contrib/libbegemot
.PATH: ${LIBBEGEMOT_DIR}
LIB= begemot
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
SHLIBDIR?= /lib
# WARNS?= 6

View file

@ -7,7 +7,7 @@ MAN= bluetooth.3
WARNS?= 2
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
SRCS= bluetooth.c
INCS= bluetooth.h

View file

@ -6,7 +6,7 @@ OPENBSMDIR= ${.CURDIR}/../../contrib/openbsm
LIBBSMDIR= ${OPENBSMDIR}/libbsm
LIB= bsm
SHLIB_MAJOR= 1
SHLIB_MAJOR= 2
.PATH: ${LIBBSMDIR}
.PATH: ${OPENBSMDIR}/bsm

View file

@ -4,7 +4,7 @@ BZ2DIR= ${.CURDIR}/../../contrib/bzip2
.PATH: ${BZ2DIR}
LIB= bz2
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
SRCS= bzlib.c blocksort.c compress.c crctable.c decompress.c \
huffman.c randtable.c
INCS= bzlib.h

View file

@ -15,7 +15,7 @@ SHLIBDIR= /lib
.endif
LIB=c_r
SHLIB_MAJOR= 6
SHLIB_MAJOR= 7
CFLAGS+=-DPTHREAD_KERNEL
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/uthread \
-I${.CURDIR}/../../include

View file

@ -6,7 +6,7 @@ SHLIBDIR?= /lib
.include <bsd.own.mk>
SHLIB_MAJOR= 3
SHLIB_MAJOR= 4
LIB= crypt
.PATH: ${.CURDIR}/../libmd

View file

@ -3,7 +3,7 @@
LIB= devstat
SHLIBDIR?= /lib
# Bump DEVSTAT_USER_API_VER in devstat.h every time this is incremented.
SHLIB_MAJOR= 5
SHLIB_MAJOR= 6
SRCS= devstat.c
INCS= devstat.h

View file

@ -3,7 +3,7 @@
# $FreeBSD$
LIB= edit
SHLIB_MAJOR= 5
SHLIB_MAJOR= 6
SHLIBDIR?= /lib
OSRCS= chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \

View file

@ -4,7 +4,7 @@ EXPAT= ${.CURDIR}/../../contrib/expat
LIB= bsdxml
SHLIBDIR?= /lib
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
SRCS= xmlparse.c xmlrole.c xmltok.c
INCS= bsdxml.h
MAN= libbsdxml.3

View file

@ -23,7 +23,7 @@ LDADD= -lssl -lcrypto
CSTD?= c99
WARNS?= 2
SHLIB_MAJOR= 4
SHLIB_MAJOR= 5
ftperr.h: ftp.errors
@echo "static struct fetcherr _ftp_errlist[] = {" > ${.TARGET}

View file

@ -3,7 +3,7 @@
.include <bsd.own.mk>
LIB= ftpio
SHLIB_MAJOR= 6
SHLIB_MAJOR= 7
SRCS= ftpio.c ftperr.c
INCS= ftpio.h

View file

@ -1,7 +1,7 @@
# $FreeBSD$
LIB= gpib
SHLIB_MAJOR= 1
SHLIB_MAJOR= 2
INCS= gpib.h
INCSDIR= ${INCLUDEDIR}/gpib
SRCS= ibfoo.c

View file

@ -32,7 +32,7 @@ SHLIBDIR?= /lib
.include <bsd.own.mk>
LIB= ipsec
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
CFLAGS+=-I. -I${.CURDIR}
CFLAGS+=-DIPSEC_DEBUG -DIPSEC
.if ${MK_INET6_SUPPORT} != "no"

View file

@ -5,7 +5,7 @@ SHLIBDIR?= /lib
SRCS= xlat16_iconv.c xlat16_sysctl.c
SRCS+= quirks.c
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
MAN= kiconv.3

View file

@ -15,7 +15,7 @@ SHLIBDIR= /lib
.endif
LIB=kse
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
CFLAGS+=-DPTHREAD_KERNEL
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
-I${.CURDIR}/../../include

View file

@ -5,7 +5,7 @@ CONTRDIR= ${.CURDIR}/../../contrib/file
.PATH: ${CONTRDIR}
LIB= magic
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
DPADD= ${LIBZ}
LDADD= -lz
MAN= libmagic.3 magic.5

View file

@ -2,7 +2,7 @@
WARNS?= 3
LIB= memstat
SHLIB_MAJOR= 1
SHLIB_MAJOR= 2
DPADD= ${LIBKVM}
LDADD= -lkvm
SRCS+= memstat.c

View file

@ -1,7 +1,7 @@
# $FreeBSD$
LIB= mp
SHLIB_MAJOR= 5
SHLIB_MAJOR= 6
DPADD= ${LIBCRYPTO}
LDADD= -lcrypto
MAN= libmp.3

View file

@ -2,7 +2,7 @@
LIB= ncp
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
DPADD= ${LIBIPX}
LDADD= -lipx

View file

@ -5,7 +5,7 @@ LIB= netgraph
WARNS?= 3
MAN= netgraph.3
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
SRCS= sock.c msg.c debug.c
INCS= netgraph.h

View file

@ -3,7 +3,7 @@
# Author: Harti Brandt <harti@freebsd.org>
#
LIB= ngatm
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
MAN= libngatm.3 uniaddr.3 unifunc.3 unimsg.3 unisap.3 unistruct.3
WARNS?= 6

View file

@ -4,7 +4,7 @@
#
OPIE_DIST?= ${.CURDIR}/../../contrib/opie
DIST_DIR= ${OPIE_DIST}/${.CURDIR:T}
SHLIB_MAJOR= 4
SHLIB_MAJOR= 5
KEYFILE?= \"/etc/opiekeys\"

View file

@ -23,7 +23,7 @@ CFLAGS+=-DHAVE_SNPRINTF -DHAVE_VSNPRINTF
CFLAGS+=-DINET6
.endif
SHLIB_MAJOR=4
SHLIB_MAJOR=5
#
# Magic to grab sources out of src/contrib

View file

@ -15,7 +15,7 @@ SHLIBDIR= /lib
.endif
LIB=kse
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
CFLAGS+=-DPTHREAD_KERNEL
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
-I${.CURDIR}/../../include

View file

@ -30,7 +30,7 @@ LIB= radius
SRCS= radlib.c
INCS= radlib.h radlib_vs.h
CFLAGS+= -Wall
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
MAN= libradius.3 radius.conf.5
.if ${MK_OPENSSL} == "no"

View file

@ -7,7 +7,7 @@ MAN= sdp.3
WARNS?= 2
CFLAGS+= -I${.CURDIR}
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
SRCS= search.c service.c session.c util.c
INCS= sdp.h

View file

@ -4,7 +4,7 @@ CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
.PATH: ${CONTRIBDIR}/lib/smb
LIB= smb
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
DPADD= ${LIBKICONV}
LDADD= -lkiconv

View file

@ -30,7 +30,7 @@ INCS= taclib.h
CFLAGS+= -Wall
DPADD= ${LIBMD}
LDADD= -lmd
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
MAN= libtacplus.3 tacplus.conf.5
.include <bsd.lib.mk>

View file

@ -15,7 +15,7 @@ SHLIBDIR= /lib
.endif
LIB=thr
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
CFLAGS+=-DPTHREAD_KERNEL
CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
-I${.CURDIR}/../../include

View file

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}
LIB= thread_db
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
SRCS= thread_db.c
SRCS+= libpthread_db.c libpthread_md.c
SRCS+= libthr_db.c

View file

@ -1,7 +1,7 @@
# $FreeBSD$
LIB= ugidfw
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
SRCS= ugidfw.c
INCS= ugidfw.h

View file

@ -4,7 +4,7 @@
LIB= usbhid
MAN= usbhid.3
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
MLINKS= usbhid.3 libusbhid.3 usbhid.3 hid_get_report_desc.3 \
usbhid.3 hid_dispose_report_desc.3 \

View file

@ -6,7 +6,7 @@ SHLIBDIR?= /lib
.include <bsd.own.mk>
LIB= util
SHLIB_MAJOR= 6
SHLIB_MAJOR= 7
SRCS= _secure_path.c auth.c flopen.c fparseln.c humanize_number.c \
kld.c login.c login_auth.c login_cap.c login_class.c \

View file

@ -1,6 +1,6 @@
# $FreeBSD$
LIB= vgl
SHLIB_MAJOR= 4
SHLIB_MAJOR= 5
CFLAGS+=-Wall -I${.CURDIR}
SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
INCS= vgl.h

View file

@ -5,7 +5,7 @@
.include <bsd.own.mk>
LIB= wrap
SHLIB_MAJOR= 4
SHLIB_MAJOR= 5
INCS= tcpd.h
MAN= hosts_access.3
MAN+= hosts_access.5 hosts_options.5

View file

@ -1,7 +1,7 @@
# $FreeBSD$
LIB= ypclnt
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3
SRCS= ypclnt_connect.c \
ypclnt_error.c \
ypclnt_free.c \

View file

@ -26,7 +26,7 @@ ARCH_SUBDIR= ${MACHINE_ARCH}
LIB= m
SHLIBDIR?= /lib
SHLIB_MAJOR= 4
SHLIB_MAJOR= 5
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 \