Skip to content

Commit

Permalink
While checking over the libraries for 7.0-REL Kris found the following
Browse files Browse the repository at this point in the history
libraries had not had their versions bumped relative to 6.3-REL but
had indeed been changed.  We need to bump their version so they can be
properly added to the compat6x port:

	libasn1.so.8 libgssapi.so.8 libhdb.so.8 libkadm5clnt.so.8
	libkadm5srv.so.8 libkafs5.so.8 libkrb5.so.8 libobjc.so.2

MFC After:	1 day
  • Loading branch information
Ken Smith authored and Ken Smith committed Nov 20, 2007
1 parent 0aad0f2 commit c0bb7d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gnu/lib/libobjc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GCCLIB= ${.CURDIR}/../../../contrib/gcclibs
.PATH: ${OBJCDIR}/objc ${OBJCDIR}

LIB= objc
SHLIB_MAJOR= 2
SHLIB_MAJOR= 3

SRCS= archive.c class.c encoding.c gc.c hash.c init.c linking.m misc.c \
nil_method.c NXConstStr.m Object.m objects.c Protocol.m sarray.c \
Expand Down
2 changes: 1 addition & 1 deletion kerberos5/lib/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# $FreeBSD$

SHLIB_MAJOR?= 8
SHLIB_MAJOR?= 9

.include "../Makefile.inc"
2 changes: 1 addition & 1 deletion lib/libgssapi/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $FreeBSD$

LIB= gssapi
SHLIB_MAJOR= 8
SHLIB_MAJOR= 9

SRCS=
SRCS+= gss_utils.c
Expand Down

0 comments on commit c0bb7d9

Please sign in to comment.