svn commit: r234686 - head/lib/libusb

Hans Petter Selasky hselasky at FreeBSD.org
Wed Apr 25 21:50:21 UTC 2012


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


More information about the svn-src-all mailing list