While checking over the libraries for 7.0-REL Kris found the following
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
This commit is contained in:
parent
0aad0f2282
commit
c0bb7d9461
@ -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 \
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SHLIB_MAJOR?= 8
|
||||
SHLIB_MAJOR?= 9
|
||||
|
||||
.include "../Makefile.inc"
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
LIB= gssapi
|
||||
SHLIB_MAJOR= 8
|
||||
SHLIB_MAJOR= 9
|
||||
|
||||
SRCS=
|
||||
SRCS+= gss_utils.c
|
||||
|
Loading…
Reference in New Issue
Block a user