On 25. Apr 2012, at 21:50 , Hans Petter Selasky wrote:

> 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 @


Why don't we use symver for the library yet?
http://people.freebsd.org/~deischen/symver/freebsd_versioning.txt


> 
> 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

-- 
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!

_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to