Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2012 21:50:21 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234686 - head/lib/libusb
Message-ID:  <201204252150.q3PLoLD8016208@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Wed Apr 25 21:50:20 2012
New Revision: 234686
URL: http://svn.freebsd.org/changeset/base/234686

Log:
  Bump the libusb major version due to the last commit, which
  changes the libusb 1.0 API. While at it, correct a manual
  page symlink.
  
  Suggested by:	kib @

Modified:
  head/lib/libusb/Makefile

Modified: head/lib/libusb/Makefile
==============================================================================
--- head/lib/libusb/Makefile	Wed Apr 25 18:07:35 2012	(r234685)
+++ head/lib/libusb/Makefile	Wed Apr 25 21:50:20 2012	(r234686)
@@ -5,7 +5,7 @@
 #
 
 LIB=		usb
-SHLIB_MAJOR=	2
+SHLIB_MAJOR=	3
 SHLIB_MINOR=	0
 SRCS=		libusb20.c
 SRCS+=		libusb20_desc.c
@@ -70,7 +70,7 @@ MLINKS += libusb.3 libusb_detach_kernel_
 MLINKS += libusb.3 libusb_detach_kernel_driver_np.3
 MLINKS += libusb.3 libusb_attach_kernel_driver.3
 MLINKS += libusb.3 libusb_get_device_descriptor.3
-MLINKS += libusb.3 libsub_get_active_config_descriptor.3
+MLINKS += libusb.3 libusb_get_active_config_descriptor.3
 MLINKS += libusb.3 libusb_get_config_descriptor.3
 MLINKS += libusb.3 libusb_get_config_descriptor_by_value.3
 MLINKS += libusb.3 libusb_free_config_descriptor.3



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