aboutsummaryrefslogtreecommitdiff
path: root/lib/libbluetooth/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* pkgbase: Put libbluetooth in the bluetooth packageEmmanuel Vadot2019-09-051-1/+1
| | | | | | | | | It make sense to have everything bluetooth related in the same package. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21502 Notes: svn path=/head/; revision=351854
* Move all bluetooth related config files out of etcBrad Davis2018-08-211-0/+3
| | | | | | | | | | | This helps with pkgbase by switching to CONFS so they are properly tagged as config files. Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16833 Notes: svn path=/head/; revision=338155
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-1/+1
| | | | | | | | | | This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=312460
* First pass through library packaging.Glen Barber2016-02-041-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295278
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Implement low-level Bluetooth HCI API.Maksim Yevmenkin2009-04-221-0/+13
| | | | | | | | | | | | This should make it easier to make Linux BlueZ libhci port. Reviewed by: Iain Hibbert < plunky -at- rya-online -dot- net > of NetBSD MFC after: 1 week Inspired by: Linux BlueZ Inspired by: NetBSD Notes: svn path=/head/; revision=191388
* Add Bluetooth compatibility shims. Inspired by Linux BlueZ and NetBSD.Maksim Yevmenkin2009-03-061-1/+7
| | | | | | | | Discussed with: Iain Hibbert plunky -at- rya-online -dot- net of NetBSD MFC after: 1 month Notes: svn path=/head/; revision=189462
* Import handy shorthand Bluetooth address (BD_ADDR) utility functionsMaksim Yevmenkin2008-08-131-0/+4
| | | | | | | | | | from NetBSD and document them. Obtained from: NetBSD MFC after: 1 week Notes: svn path=/head/; revision=181698
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Update Bluetooth code.Maksim Yevmenkin2003-10-121-0/+30
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor) Notes: svn path=/head/; revision=121054