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

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

Change 112632 by peter@peter_overcee on 2007/01/07 05:21:59

	catch up with some gratuitous shlib major bumps

Affected files ...

.. //depot/projects/hammer/lib/libbsnmp/Makefile.inc#8 edit
.. //depot/projects/hammer/lib/libbz2/Makefile#6 edit
.. //depot/projects/hammer/lib/libipsec/Makefile#9 edit
.. //depot/projects/hammer/usr.sbin/bsnmpd/modules/Makefile.inc#7 edit

Differences ...

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

@@ -1,6 +1,6 @@
 # $FreeBSD: src/lib/libbsnmp/Makefile.inc,v 1.6 2005/07/22 17:18:59 kensmith Exp $
 
-SHLIB_MAJOR=	2
+SHLIB_MAJOR=	3
 WARNS?=		6
 NO_WERROR=
 INCSDIR=	${INCLUDEDIR}/bsnmp

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

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

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

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

==== //depot/projects/hammer/usr.sbin/bsnmpd/modules/Makefile.inc#7 (text+ko) ====

@@ -1,6 +1,6 @@
 # $FreeBSD: src/usr.sbin/bsnmpd/modules/Makefile.inc,v 1.12 2005/11/10 10:14:56 harti Exp $
 
-SHLIB_MAJOR=	3
+SHLIB_MAJOR=	4
 WARNS?=		6
 
 MANFILTER=	sed -e 's%@MODPATH@%${LIBDIR}/%g'		\



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