Port details on branch 2024Q4 |
- librevisa Library for interfacing test and measurement equipment
- 0.0.20130412_2 devel =0 0.0.20130412_2Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2024-10-30 18:30:14
- Last Update: 2024-10-30 18:29:00
- Commit Hash: 00dce14
- License: not specified in port
- WWW:
- http://www.librevisa.org/
- Description:
- VISA is a multivendor standard for interfacing test and measurement
equipment.
LibreVISA aims to be a compliant implementation of the VISA standard in
a free software library. Currently support for targets connected via USB,
exposing the USBTMC interface, and VXI-11 devices.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- librevisa>0:devel/librevisa
- To install the port:
- cd /usr/ports/devel/librevisa/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/librevisa
- pkg install librevisa
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: librevisa
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (librevisa-0.0.20130412.tar.gz) = 183ab67e6f482842dba6a264d35a472d969e215388928e1305fcf7a187c05f2e
SIZE (librevisa-0.0.20130412.tar.gz) = 382286
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:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_librevisa
- USES:
- gmake pathfix pkgconfig libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.20130412_2 30 Oct 2024 18:29:00 |
Dimitry Andric (dim) |
devel/librevisa: fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes devel/librevisa to fail to compile with clang 19 and libc++
19, resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined
template 'std::char_traits<unsigned short>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
usb/usb_resource_creator.cpp:73:20: note: in instantiation of template class
'std::basic_string<unsigned short>' requested here
73 | usb_string serial;
| ^ (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|