Port details |
- ubertooth Bluetooth Baseband Library
- 201812R1_2 comms
=0 201812R1_2Version of this port present on the latest quarterly branch.
- Maintainer: gnn@FreeBSD.org
- Port Added: 2018-09-03 18:36:41
- Last Update: 2019-03-16 22:34:37
- SVN Revision: 495974
- License: GPLv2
- Description:
- Project Ubertooth is an open source wireless development platform
suitable for Bluetooth experimentation. Ubertooth ships with a
capable BLE (Bluetooth Smart) sniffer and can sniff some data from
Basic Rate (BR) Bluetooth Classic connections.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ubertooth>0:comms/ubertooth
- No installation instructions:
- This port has been deleted.
- PKGNAME: ubertooth
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1546423538
SHA256 (greatscottgadgets-ubertooth-201812R1-2018-08-R1_GH0.tar.gz) = d567da047d659013876185a285b0b94a283ba16efaea441745e15043fd974ef3
SIZE (greatscottgadgets-ubertooth-201812R1-2018-08-R1_GH0.tar.gz) = 1279106
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-numpy>0 : math/py-numpy@py27
- cmake : devel/cmake
- ninja : devel/ninja
- python2.7 : lang/python27
- Runtime dependencies:
-
- python2.7 : lang/python27
- Library dependencies:
-
- libpyside-python2.7.so : devel/pyside
- libbtbb.so : comms/libbtbb
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- cmake python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
201812R1_2 16 Mar 2019 22:34:37 |
tcberner |
Qt4 deprecation
comms/ubertooth: Has expired: Qt4 has been EOL since december 2015
Approved by: portmgr (implicit) |
201812R1_2 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
201812R1_1 02 Jan 2019 14:16:08 |
gnn |
Update to 2018-12-R1 release |
201808R1_1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
201808R1_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
201808R1 03 Sep 2018 19:40:59 |
gnn |
Update dependencies to properly follow Python and libraries |
201808R1 03 Sep 2018 18:43:15 |
gnn |
Make this port depend on its library |
201808R1 03 Sep 2018 18:36:32 |
gnn |
Ubertooth Tools for use with Ubertooth One a Bluetooth and BLE sniffer |