svn commit: r259416 - in head: . lib/libcam

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Dec 15 15:51:06 UTC 2013


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>


More information about the svn-src-head mailing list