Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2007 05:20:32 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 112631 for review
Message-ID:  <200701070520.l075KW5V081532@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=112631

Change 112631 by peter@peter_overcee on 2007/01/07 05:19:40

	catch up with some gratuitous SHLIB major bumps

Affected files ...

.. //depot/projects/hammer/gnu/lib/libdialog/Makefile#10 edit
.. //depot/projects/hammer/gnu/lib/libg2c/Makefile#10 edit
.. //depot/projects/hammer/gnu/lib/libobjc/Makefile#16 edit
.. //depot/projects/hammer/gnu/lib/libreadline/Makefile.inc#10 edit
.. //depot/projects/hammer/gnu/lib/libregex/Makefile#11 edit
.. //depot/projects/hammer/gnu/lib/libstdc++/Makefile#26 edit
.. //depot/projects/hammer/include/netdb.h#18 edit
.. //depot/projects/hammer/kerberos5/lib/Makefile.inc#7 edit
.. //depot/projects/hammer/lib/Makefile.inc#5 edit
.. //depot/projects/hammer/lib/libalias/Makefile#14 edit
.. //depot/projects/hammer/lib/libbegemot/Makefile#5 edit
.. //depot/projects/hammer/lib/libbluetooth/Makefile#4 edit
.. //depot/projects/hammer/lib/libc/net/getaddrinfo.c#30 edit
.. //depot/projects/hammer/lib/libc/net/getnetnamadr.c#8 edit
.. //depot/projects/hammer/lib/libc_r/Makefile#14 edit
.. //depot/projects/hammer/lib/libcrypt/Makefile#10 edit
.. //depot/projects/hammer/lib/libdevstat/Makefile#9 edit
.. //depot/projects/hammer/lib/libdevstat/devstat.h#5 edit
.. //depot/projects/hammer/lib/libedit/Makefile#7 edit
.. //depot/projects/hammer/lib/libexpat/Makefile#6 edit
.. //depot/projects/hammer/lib/libfetch/Makefile#14 edit
.. //depot/projects/hammer/lib/libftpio/Makefile#5 edit
.. //depot/projects/hammer/lib/libgpib/Makefile#6 edit
.. //depot/projects/hammer/lib/libkiconv/Makefile#5 edit
.. //depot/projects/hammer/lib/libmagic/Makefile#9 edit
.. //depot/projects/hammer/lib/libmp/Makefile#7 edit
.. //depot/projects/hammer/lib/libncp/Makefile#8 edit
.. //depot/projects/hammer/lib/libncurses/Makefile#19 edit
.. //depot/projects/hammer/lib/libnetgraph/Makefile#6 edit
.. //depot/projects/hammer/lib/libngatm/Makefile#8 edit
.. //depot/projects/hammer/lib/libopie/Makefile#9 edit
.. //depot/projects/hammer/lib/libpam/Makefile.inc#11 edit
.. //depot/projects/hammer/lib/libpcap/Makefile#11 edit
.. //depot/projects/hammer/lib/libpthread/Makefile#23 edit
.. //depot/projects/hammer/lib/libradius/Makefile#12 edit
.. //depot/projects/hammer/lib/libsdp/Makefile#6 edit
.. //depot/projects/hammer/lib/libsmb/Makefile#10 edit
.. //depot/projects/hammer/lib/libtacplus/Makefile#7 edit
.. //depot/projects/hammer/lib/libthr/Makefile#19 edit
.. //depot/projects/hammer/lib/libthread_db/Makefile#8 edit
.. //depot/projects/hammer/lib/libugidfw/Makefile#8 edit
.. //depot/projects/hammer/lib/libusbhid/Makefile#7 edit
.. //depot/projects/hammer/lib/libutil/Makefile#13 edit
.. //depot/projects/hammer/lib/libvgl/Makefile#5 edit
.. //depot/projects/hammer/lib/libwrap/Makefile#11 edit
.. //depot/projects/hammer/lib/libypclnt/Makefile#7 edit
.. //depot/projects/hammer/lib/msun/Makefile#32 edit
.. //depot/projects/hammer/secure/lib/libcrypto/Makefile#21 edit
.. //depot/projects/hammer/secure/lib/libssh/Makefile#18 edit
.. //depot/projects/hammer/secure/lib/libssl/Makefile#12 edit

Differences ...

==== //depot/projects/hammer/gnu/lib/libdialog/Makefile#10 (text+ko) ====

@@ -7,7 +7,7 @@
 INCS=	dialog.h
 MAN=	dialog.3
 
-SHLIB_MAJOR= 4
+SHLIB_MAJOR= 5
 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 \
 	fselect.c ui_objects.c dir.c notify.c help.c gauge.c tree.c

==== //depot/projects/hammer/gnu/lib/libg2c/Makefile#10 (text+ko) ====

@@ -7,7 +7,7 @@
 .PATH: ${SRCDIR} ${SRCDIR}/libU77 ${SRCDIR}/libF77 ${SRCDIR}/libI77
 
 LIB=		g2c
-SHLIB_MAJOR=	1
+SHLIB_MAJOR=	2
 
 # Traditional FORTRAN Library members defined in libF77
 

==== //depot/projects/hammer/gnu/lib/libobjc/Makefile#16 (text+ko) ====

@@ -6,7 +6,7 @@
 .PATH: ${OBJCDIR}/objc ${OBJCDIR}
 
 LIB=		objc
-SHLIB_MAJOR=	1
+SHLIB_MAJOR=	2
 
 SRCS=   archive.c class.c encoding.c gc.c hash.c init.c misc.c \
 	nil_method.c objects.c sarray.c selector.c sendmsg.c \

==== //depot/projects/hammer/gnu/lib/libreadline/Makefile.inc#10 (text+ko) ====

@@ -1,6 +1,6 @@
 # $FreeBSD: src/gnu/lib/libreadline/Makefile.inc,v 1.13 2006/03/27 23:35:05 ache Exp $
 
-SHLIB_MAJOR=5
+SHLIB_MAJOR=6
 RL_LIBRARY_VERSION=5.1
 
 SRCDIR= ${.CURDIR}/../../../../contrib/libreadline

==== //depot/projects/hammer/gnu/lib/libregex/Makefile#11 (text+ko) ====

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

==== //depot/projects/hammer/gnu/lib/libstdc++/Makefile#26 (text+ko) ====

@@ -9,7 +9,7 @@
        ${SUPDIR} ${GCCDIR}
 
 LIB=		stdc++
-SHLIB_MAJOR=	4
+SHLIB_MAJOR=	5
 
 CFLAGS+=	-DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
 CFLAGS+=	-I${.CURDIR} -I${SUPDIR} -I${GCCDIR} -I${SRCDIR}/include

==== //depot/projects/hammer/include/netdb.h#18 (text+ko) ====

@@ -63,8 +63,6 @@
 
 #include <sys/cdefs.h>
 #include <sys/_types.h>
-#include <machine/_limits.h>
-#include <machine/endian.h>
 
 #ifndef _SIZE_T_DECLARED
 typedef	__size_t	size_t;
@@ -105,28 +103,11 @@
 #define	h_addr	h_addr_list[0]	/* address, for backward compatibility */
 };
 
-/*
- * Note: n_net used to be an unsigned long integer.
- * In XNS5, and subsequently in POSIX-2001 it was changed to an
- * uint32_t.
- * To accomodate for this while preserving binary compatibility with
- * the old interface, we prepend or append 32 bits of padding,
- * depending on the (LP64) architecture's endianness.
- *
- * This should be deleted the next time the libc major number is
- * incremented.
- */
 struct netent {
 	char		*n_name;	/* official name of net */
 	char		**n_aliases;	/* alias list */
 	int		n_addrtype;	/* net address type */
-#if __LONG_BIT == 64 && _BYTE_ORDER == _BIG_ENDIAN
-	uint32_t	__n_pad0;	/* ABI compatibility */
-#endif
 	uint32_t	n_net;		/* network # */
-#if __LONG_BIT == 64 && _BYTE_ORDER == _LITTLE_ENDIAN
-	uint32_t	__n_pad0;	/* ABI compatibility */
-#endif
 };
 
 struct servent {
@@ -142,29 +123,12 @@
 	int	p_proto;	/* protocol # */
 };
 
-/*
- * Note: ai_addrlen used to be a size_t, per RFC 2553.
- * In XNS5.2, and subsequently in POSIX-2001 and RFC 3493 it was
- * changed to a socklen_t.
- * To accomodate for this while preserving binary compatibility with the
- * old interface, we prepend or append 32 bits of padding, depending on
- * the (LP64) architecture's endianness.
- *
- * This should be deleted the next time the libc major number is
- * incremented.
- */
 struct addrinfo {
 	int	ai_flags;	/* AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST */
 	int	ai_family;	/* PF_xxx */
 	int	ai_socktype;	/* SOCK_xxx */
 	int	ai_protocol;	/* 0 or IPPROTO_xxx for IPv4 and IPv6 */
-#if __LONG_BIT == 64 && _BYTE_ORDER == _BIG_ENDIAN
-	uint32_t __ai_pad0;	/* ABI compatibility */
-#endif
 	socklen_t ai_addrlen;	/* length of ai_addr */
-#if __LONG_BIT == 64 && _BYTE_ORDER == _LITTLE_ENDIAN
-	uint32_t __ai_pad0;	/* ABI compatibility */
-#endif
 	char	*ai_canonname;	/* canonical name for hostname */
 	struct	sockaddr *ai_addr;	/* binary address */
 	struct	addrinfo *ai_next;	/* next structure in linked list */
@@ -271,11 +235,7 @@
     struct hostent **, int *);
 struct hostent	*getipnodebyaddr(const void *, size_t, int, int *);
 struct hostent	*getipnodebyname(const char *, int, int, int *);
-#if __LONG_BIT == 64
-struct netent	*getnetbyaddr(unsigned long, int);	/* ABI compatibility */
-#else
 struct netent	*getnetbyaddr(uint32_t, int);
-#endif
 int		getnetbyaddr_r(uint32_t, int, struct netent *, char *, size_t,
     struct netent**, int *);
 struct netent	*getnetbyname(const char *);

==== //depot/projects/hammer/kerberos5/lib/Makefile.inc#7 (text+ko) ====

@@ -1,5 +1,5 @@
 # $FreeBSD: src/kerberos5/lib/Makefile.inc,v 1.7 2005/07/22 17:18:58 kensmith Exp $
 
-SHLIB_MAJOR?=	7
+SHLIB_MAJOR?=	8
 
 .include "../Makefile.inc"

==== //depot/projects/hammer/lib/Makefile.inc#5 (text+ko) ====

@@ -1,3 +1,3 @@
 # $FreeBSD: src/lib/Makefile.inc,v 1.3 2005/07/22 17:18:58 kensmith Exp $
 # Default version for system libs (override in <lib>/Makefile if necessary)
-SHLIB_MAJOR?= 2
+SHLIB_MAJOR?= 3

==== //depot/projects/hammer/lib/libalias/Makefile#14 (text+ko) ====

@@ -4,7 +4,7 @@
 
 LIB=	alias
 SHLIBDIR?= /lib
-SHLIB_MAJOR=	4
+SHLIB_MAJOR=	5
 MAN=	libalias.3
 SRCS=	alias.c alias_cuseeme.c alias_db.c alias_ftp.c alias_irc.c \
 	alias_nbt.c alias_pptp.c alias_proxy.c alias_skinny.c alias_smedia.c \

==== //depot/projects/hammer/lib/libbegemot/Makefile#5 (text+ko) ====

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

==== //depot/projects/hammer/lib/libbluetooth/Makefile#4 (text+ko) ====

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

==== //depot/projects/hammer/lib/libc/net/getaddrinfo.c#30 (text+ko) ====

@@ -1331,9 +1331,6 @@
 	memset(ai->ai_addr, 0, (size_t)afd->a_socklen);
 	ai->ai_addr->sa_len = afd->a_socklen;
 	ai->ai_addrlen = afd->a_socklen;
-#if __LONG_BIT == 64
-	ai->__ai_pad0 = 0;		/* ABI compatibility */
-#endif
 	ai->ai_addr->sa_family = ai->ai_family = afd->a_af;
 	p = (char *)(void *)(ai->ai_addr);
 #ifdef FAITH

==== //depot/projects/hammer/lib/libc/net/getnetnamadr.c#8 (text+ko) ====

@@ -413,11 +413,7 @@
 }
 
 struct netent *
-#if __LONG_BIT == 64
-getnetbyaddr(u_long addr, int af)		/* ABI compatibility */
-#else
 getnetbyaddr(uint32_t addr, int af)
-#endif
 {
 	struct netdata *nd;
 	struct netent *rval;

==== //depot/projects/hammer/lib/libc_r/Makefile#14 (text+ko) ====

@@ -8,7 +8,7 @@
 # (for system call stubs) to CFLAGS below.  -DSYSLIBC_SCCS affects just the
 # system call stubs.
 LIB=c_r
-SHLIB_MAJOR= 5
+SHLIB_MAJOR= 6
 CFLAGS+=-DPTHREAD_KERNEL 
 CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/uthread \
 	-I${.CURDIR}/../../include

==== //depot/projects/hammer/lib/libcrypt/Makefile#10 (text+ko) ====

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

==== //depot/projects/hammer/lib/libdevstat/Makefile#9 (text+ko) ====

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

==== //depot/projects/hammer/lib/libdevstat/devstat.h#5 (text+ko) ====

@@ -43,7 +43,7 @@
  * backwards-compatible API changes, so application writers have a way to 
  * determine when a particular feature is available.
  */
-#define	DEVSTAT_USER_API_VER	5
+#define	DEVSTAT_USER_API_VER	6
 
 #define DEVSTAT_ERRBUF_SIZE  2048 /* size of the devstat library error string */
 

==== //depot/projects/hammer/lib/libedit/Makefile#7 (text+ko) ====

@@ -3,7 +3,7 @@
 # $FreeBSD: src/lib/libedit/Makefile,v 1.30 2005/08/07 20:51:52 stefanf Exp $
 
 LIB=	edit
-SHLIB_MAJOR=	4
+SHLIB_MAJOR=	5
 SHLIBDIR?= /lib
 
 OSRCS=	chared.c common.c el.c emacs.c fcns.c help.c hist.c key.c map.c \

==== //depot/projects/hammer/lib/libexpat/Makefile#6 (text+ko) ====

@@ -4,7 +4,7 @@
 
 LIB=		bsdxml
 SHLIBDIR?=	/lib
-SHLIB_MAJOR=	1
+SHLIB_MAJOR=	2
 SRCS=		xmlparse.c xmlrole.c xmltok.c
 INCS=		bsdxml.h
 MAN=		libbsdxml.3

==== //depot/projects/hammer/lib/libfetch/Makefile#14 (text+ko) ====

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

==== //depot/projects/hammer/lib/libftpio/Makefile#5 (text+ko) ====

@@ -1,7 +1,7 @@
 # $FreeBSD: src/lib/libftpio/Makefile,v 1.14 2005/07/22 17:19:01 kensmith Exp $
 
 LIB=		ftpio
-SHLIB_MAJOR=	5
+SHLIB_MAJOR=	6
 
 SRCS=		ftpio.c ftperr.c
 INCS=		ftpio.h

==== //depot/projects/hammer/lib/libgpib/Makefile#6 (text+ko) ====

@@ -1,7 +1,7 @@
 # $FreeBSD: src/lib/libgpib/Makefile,v 1.5 2006/04/13 08:12:31 ru Exp $
 
 LIB=		gpib
-SHLIB_MAJOR=	0
+SHLIB_MAJOR=	1
 INCS=		gpib.h
 INCSDIR=	${INCLUDEDIR}/gpib
 SRCS=		ibfoo.c

==== //depot/projects/hammer/lib/libkiconv/Makefile#5 (text+ko) ====

@@ -5,7 +5,7 @@
 SRCS=		xlat16_iconv.c xlat16_sysctl.c
 SRCS+=		quirks.c
 
-SHLIB_MAJOR=	1
+SHLIB_MAJOR=	2
 
 MAN=		kiconv.3
 

==== //depot/projects/hammer/lib/libmagic/Makefile#9 (text+ko) ====

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

==== //depot/projects/hammer/lib/libmp/Makefile#7 (text+ko) ====

@@ -1,7 +1,7 @@
 # $FreeBSD: src/lib/libmp/Makefile,v 1.11 2005/11/10 18:07:06 ru Exp $
 
 LIB=		mp
-SHLIB_MAJOR=	4
+SHLIB_MAJOR=	5
 DPADD=		${LIBCRYPTO}
 LDADD=		-lcrypto
 MAN=		libmp.3

==== //depot/projects/hammer/lib/libncp/Makefile#8 (text+ko) ====

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

==== //depot/projects/hammer/lib/libncurses/Makefile#19 (text+ko) ====

@@ -7,7 +7,7 @@
 NCURSES=${.CURDIR}/../../contrib/ncurses
 
 LIB=	ncurses
-SHLIB_MAJOR=5
+SHLIB_MAJOR=6
 
 # Should be elsewhere
 AWK?=	awk

==== //depot/projects/hammer/lib/libnetgraph/Makefile#6 (text+ko) ====

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

==== //depot/projects/hammer/lib/libngatm/Makefile#8 (text+ko) ====

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

==== //depot/projects/hammer/lib/libopie/Makefile#9 (text+ko) ====

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

==== //depot/projects/hammer/lib/libpam/Makefile.inc#11 (text+ko) ====

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

==== //depot/projects/hammer/lib/libpcap/Makefile#11 (text+ko) ====

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

==== //depot/projects/hammer/lib/libpthread/Makefile#23 (text+ko) ====

@@ -13,7 +13,7 @@
 LIB=pthread
 SHLIBDIR?= /lib
 .endif
-SHLIB_MAJOR= 1
+SHLIB_MAJOR= 2
 CFLAGS+=-DPTHREAD_KERNEL
 CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
 	-I${.CURDIR}/../../include

==== //depot/projects/hammer/lib/libradius/Makefile#12 (text+ko) ====

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

==== //depot/projects/hammer/lib/libsdp/Makefile#6 (text+ko) ====

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

==== //depot/projects/hammer/lib/libsmb/Makefile#10 (text+ko) ====

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

==== //depot/projects/hammer/lib/libtacplus/Makefile#7 (text+ko) ====

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

==== //depot/projects/hammer/lib/libthr/Makefile#19 (text+ko) ====

@@ -15,7 +15,7 @@
 .include <bsd.own.mk>
 
 LIB=thr
-SHLIB_MAJOR= 1
+SHLIB_MAJOR= 2
 CFLAGS+=-DPTHREAD_KERNEL
 CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \
 	-I${.CURDIR}/../../include

==== //depot/projects/hammer/lib/libthread_db/Makefile#8 (text+ko) ====

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

==== //depot/projects/hammer/lib/libugidfw/Makefile#8 (text+ko) ====

@@ -1,7 +1,7 @@
 # $FreeBSD: src/lib/libugidfw/Makefile,v 1.7 2005/07/22 17:19:04 kensmith Exp $
 
 LIB=		ugidfw
-SHLIB_MAJOR=	1
+SHLIB_MAJOR=	2
 SRCS=		ugidfw.c
 INCS=		ugidfw.h
 

==== //depot/projects/hammer/lib/libusbhid/Makefile#7 (text+ko) ====

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

==== //depot/projects/hammer/lib/libutil/Makefile#13 (text+ko) ====

@@ -6,7 +6,7 @@
 .include <bsd.own.mk>
 
 LIB=	util
-SHLIB_MAJOR= 4
+SHLIB_MAJOR= 6
 
 CFLAGS+=-DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../libc/gen/
 .if ${MK_INET6_SUPPORT} != "no"

==== //depot/projects/hammer/lib/libvgl/Makefile#5 (text+ko) ====

@@ -1,6 +1,6 @@
 # $FreeBSD: src/lib/libvgl/Makefile,v 1.11 2005/07/22 17:19:04 kensmith Exp $
 LIB=	vgl
-SHLIB_MAJOR= 3
+SHLIB_MAJOR= 4
 CFLAGS+=-Wall -I${.CURDIR}
 SRCS=	main.c simple.c bitmap.c text.c mouse.c keyboard.c
 INCS=	vgl.h

==== //depot/projects/hammer/lib/libwrap/Makefile#11 (text+ko) ====

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

==== //depot/projects/hammer/lib/libypclnt/Makefile#7 (text+ko) ====

@@ -1,7 +1,7 @@
 # $FreeBSD: src/lib/libypclnt/Makefile,v 1.13 2005/07/22 17:19:04 kensmith Exp $
 
 LIB=	ypclnt
-SHLIB_MAJOR= 1
+SHLIB_MAJOR= 2
 SRCS=	ypclnt_connect.c \
 	ypclnt_error.c \
 	ypclnt_free.c \

==== //depot/projects/hammer/lib/msun/Makefile#32 (text+ko) ====

@@ -26,7 +26,7 @@
 
 LIB=	m
 SHLIBDIR?= /lib
-SHLIB_MAJOR= 3
+SHLIB_MAJOR= 4
 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 \

==== //depot/projects/hammer/secure/lib/libcrypto/Makefile#21 (text+ko) ====

@@ -5,7 +5,7 @@
 .include <bsd.own.mk>
 
 LIB=		crypto
-SHLIB_MAJOR=	3
+SHLIB_MAJOR=	4
 
 NO_LINT=
 

==== //depot/projects/hammer/secure/lib/libssh/Makefile#18 (text+ko) ====

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

==== //depot/projects/hammer/secure/lib/libssl/Makefile#12 (text+ko) ====

@@ -1,7 +1,7 @@
 # $FreeBSD: src/secure/lib/libssl/Makefile,v 1.24 2005/11/19 07:04:17 ru Exp $
 
 LIB=		ssl
-SHLIB_MAJOR=	3
+SHLIB_MAJOR=	4
 
 NO_LINT=
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701070520.l075KW5V081532>