Date: Sun, 15 Dec 2013 15:51:05 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r259416 - in head: . lib/libcam Message-ID: <201312151551.rBFFp512071573@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nwhitehorn Date: Sun Dec 15 15:51:05 2013 New Revision: 259416 URL: http://svnweb.freebsd.org/changeset/base/259416 Log: Bump libcam shared library version forgotten in r259397. Submitted by: kib Modified: head/ObsoleteFiles.inc head/lib/libcam/Makefile Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Sun Dec 15 15:37:07 2013 (r259415) +++ head/ObsoleteFiles.inc Sun Dec 15 15:51:05 2013 (r259416) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20131215: libcam version bumped +OLD_LIBS+=lib/libcam.so.6 usr/lib32/libcam.so.6 # 20131202: libcapsicum and libcasper moved to /lib/ OLD_LIBS+=usr/lib/libcapsicum.so.0 OLD_LIBS+=usr/lib/libcasper.so.0 Modified: head/lib/libcam/Makefile ============================================================================== --- head/lib/libcam/Makefile Sun Dec 15 15:37:07 2013 (r259415) +++ head/lib/libcam/Makefile Sun Dec 15 15:51:05 2013 (r259416) @@ -42,6 +42,6 @@ MLINKS+= cam.3 cam_open_device.3 \ SDIR= ${.CURDIR}/../../sys CFLAGS+= -I${.CURDIR} -I${SDIR} -SHLIB_MAJOR= 6 +SHLIB_MAJOR= 7 .include <bsd.lib.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312151551.rBFFp512071573>