Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2012 11:23:15 +0000
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Hans Petter Selasky <hselasky@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r234686 - head/lib/libusb
Message-ID:  <2479726E-9720-465E-A8A8-1F29C8880F89@lists.zabbadoz.net>
In-Reply-To: <201204252150.q3PLoLD8016208@svn.freebsd.org>
References:  <201204252150.q3PLoLD8016208@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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
>=20
> 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.
>=20
>  Suggested by:	kib @


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


>=20
> Modified:
>  head/lib/libusb/Makefile
>=20
> Modified: head/lib/libusb/Makefile
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> --- 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 @@
> #
>=20
> LIB=3D		usb
> -SHLIB_MAJOR=3D	2
> +SHLIB_MAJOR=3D	3
> SHLIB_MINOR=3D	0
> SRCS=3D		libusb20.c
> SRCS+=3D		libusb20_desc.c
> @@ -70,7 +70,7 @@ MLINKS +=3D libusb.3 libusb_detach_kernel_
> MLINKS +=3D libusb.3 libusb_detach_kernel_driver_np.3
> MLINKS +=3D libusb.3 libusb_attach_kernel_driver.3
> MLINKS +=3D libusb.3 libusb_get_device_descriptor.3
> -MLINKS +=3D libusb.3 libsub_get_active_config_descriptor.3
> +MLINKS +=3D libusb.3 libusb_get_active_config_descriptor.3
> MLINKS +=3D libusb.3 libusb_get_config_descriptor.3
> MLINKS +=3D libusb.3 libusb_get_config_descriptor_by_value.3
> MLINKS +=3D libusb.3 libusb_free_config_descriptor.3

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2479726E-9720-465E-A8A8-1F29C8880F89>