Port details |
- linux_libusb Linux-compatibility LibUSB
- 13.1.0 devel =3 13.1.0Version 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: 2014-03-18 19:50:52
- Last Update: 2024-05-12 10:01:19
- Commit Hash: d43f7e3
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- Also Listed In: linux
- License: BSD2CLAUSE
- WWW:
- https://github.com/hselasky/linux_libusb
- Description:
- linux_libusb takes advantage of the FreeBSD's libusb(8) library, which
got prepared to work correctly within the linux(4) emulation layer. It
lets you to take a Linux binary linked with libusb.so and use it on
FreeBSD.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- linux_libusb-c7>0:devel/linux_libusb
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/linux_libusb/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/linux_libusb
- pkg install linux_libusb-c7
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: linux_libusb-c7
- Package flavors (<flavor>: <package>)
- c7: linux_libusb-c7
- rl9: linux_libusb-rl9
- ONLY_FOR_ARCHS: aarch64 amd64 i386
- distinfo:
- TIMESTAMP = 1646223126
SHA256 (hselasky-linux_libusb-13.1.0_GH0.tar.gz) = 1c2eca07aaba1af10a51ce263938dea78b79efdd5616af6f58665188de455825
SIZE (hselasky-linux_libusb-13.1.0_GH0.tar.gz) = 89639
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- linux_base-c7>=7.6.1810_7 : emulators/linux_base-c7
- linux-c7-devtools>0 : devel/linux-c7-devtools
- Runtime dependencies:
-
- linux_base-c7>=7.6.1810_7 : emulators/linux_base-c7
- This port is required by:
- for Run
-
- emulators/linux-rl9
- graphics/epsonscan2-non-free-plugin
Configuration Options:
- No options to configure
- Options name:
- devel_linux_libusb
- USES:
- linux:c7 tar:bzip2
- 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 |
13.1.0 12 May 2024 10:01:19 |
Gleb Popov (arrowd) Author: Dima Panov |
devel/linux_libusb: Flavorize with c7 and rl9 flavors
Sponsored by: Serenity Cybersecurity, LLC |
13.1.0 23 Mar 2024 11:19:32 |
Tijl Coosemans (tijl) |
Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENV
And remove it from individual ports. Use WRK_ENV in custom build
commands where necessary.
FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes
/etc/make.conf if it exists. This happens when you run make in a port
directory but it also happens when the upstream build system uses make.
This commit disables make.conf inclusion in the latter case because
users can define variables like CFLAGS in make.conf that override ports
framework variables and this can cause problems that are difficult to
diagnose.
If there are any build customisations made through make.conf that stop
working because of this commit then they should be made available by the (Only the first 15 lines of the commit message are shown above ) |
13.1.0 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
13.1.0 22 Jul 2023 15:33:48 |
Rene Ladan (rene) |
*: return Hans Petter Selasky's ports to the pool after he passed away.
portmgr would like to thank Hans Petter for his years of ports maintenance
and his work on FreeBSD in general. May he rest in peace.
An in-memoriam can be read at
https://lists.freebsd.org/archives/freebsd-announce/2023-July/000076.html
With hat: portmgr-secretary |
13.1.0 30 Nov 2022 18:56:31 |
Ed Maste (emaste) |
devel/linux_libusb: disable date/time nonreproducible build warning
The base system build infrastructure will add -Wdate-time, to avoid
use of nonreproducible __DATE__ and __TIME__ in the base system.
This port makes use of a GCC that does not support -Wdate-time, so
opt out of the warning.
Reviewed by: hselasky
Approved by: jrm
PR: 267902 [exp-run]
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D37506 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
13.1.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
13.1.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
13.1.0 02 Mar 2022 12:43:45 |
Hans Petter Selasky (hselasky) |
devel/linux_libusb: Fix spelling in package description.
Approved by: pi (implicit) |
13.1.0 02 Mar 2022 12:18:57 |
Hans Petter Selasky (hselasky) |
devel/linux_libusb: Update to version 13.1.0 .
- Fixed issue with SIGPIPE
- Moved sources to GitHUB
PR: 261891
Approved by: pi (implicit) |
13.0r358841_4 17 Jan 2022 14:47:28 |
Mikael Urankar (mikael) |
*: Linux emulation: add support for aarch64
PR: 256008
Submitted by: Vincent Milum Jr (prior version)
Approved by: emulation (maintainer timeout) |
13.0r358841_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
13.0r358841_4 10 Jan 2021 11:36:40 |
tijl |
Replace NO_WERROR with WITHOUT_WERROR after
https://cgit.FreeBSD.org/src/commit/?id=7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f |
13.0r358841_4 27 Sep 2020 15:23:59 |
tijl |
Remove libusb.so symbolic link because it belongs in a -devel package.
Add libusb-1.0.so.0 symbolic link because FreeBSD libusb implements that
API too.
PR: 249516
Reported by: Alex S <iwtcex@gmail.com> |
13.0r358841_3 26 Sep 2020 21:18:34 |
tijl |
Add a direct build dependency on linux_base instead of relying on devtools
to pull it in. This guarantees that the version constraint set in
Mk/Uses/linux.mk is taken into account.
Compile with --sysroot=${LINUXBASE} such that gcc doesn't pick up headers
from /usr.
Build the 32 bit library on amd64 with -m32 such that it's actually a 32 bit
library. This must have become broken long time ago when 64 bit linux
support was added and the compiler became 64 bit. [1]
PR: 249516
Reported by: Alex S <iwtcex@gmail.com> [1] |
13.0r358841_2 25 Sep 2020 12:07:58 |
tijl |
Link with -lrt again (for clock_gettime) after
https://svnweb.freebsd.org/base?view=revision&revision=275024 |
13.0r358841_1 22 Sep 2020 13:41:54 |
tijl |
- Build 64-bit version on amd64.
- Add run dependency on linux_base.
- Remove -march from CFLAGS because gcc 4.8 does not know recent cpu types.
PR: 249516 |
13.0r358841 10 Mar 2020 18:46:36 |
hselasky |
Update linux_libusb to FreeBSD-current r358841.
Approved by: pi |
11.0r261448_4 02 Jan 2020 11:11:36 |
tijl |
Attempt to fix build after removal of Linux c6.
- Replace build dependency on linux-c7-devtools with
USE_LINUX=devtools:build so it takes into account LINUX_DEFAULT.
- Install libusb.so.3 which is the SONAME of the library.
- Disable -Werror.
- Don't build profiling library. It's not installed and -pg and
-fstack-protector are incompatible.
- Don't let the build make parse /etc/make.conf because this may redefine
*FLAGS. The file is already handled by the ports tree.
- Create symbolic links instead of hard links. |
11.0r261448_3 31 Dec 2019 15:20:01 |
rene |
devel/linux_libusb: bump linux-devtools dependency to Centos 7 |
11.0r261448_2 24 Apr 2019 19:15:06 |
jbeich |
Switch to -fstack-protector-strong and enable on more architectures
PR: 237273
Exp-run by: antoine
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D19907 |
11.0r261448_2 03 Jan 2017 11:01:06 |
mat |
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight |
11.0r261448_2 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
11.0r261448_2 14 Oct 2015 08:40:46 |
tijl |
Fix build on recent FreeBSD head. Linux gcc port does not support
-fstack-protector-stong. |
11.0r261448_2 26 Sep 2015 15:14:39 |
antoine |
Convert to USE_LDCONFIG |
11.0r261448_2 28 Mar 2015 10:08:16 |
antoine |
Remove reference to BROKEN linux_base-gentoo-stage3 |
11.0r261448_2 16 Jan 2015 17:09:48 |
nox |
Depend on devel/linux-c6-devtools instead of the f10 one. |
11.0r261448_1 08 Jun 2014 19:51:28 |
olgeni |
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt) |
11.0r261448_1 18 Mar 2014 19:50:47 |
nox |
Add new port devel/linux_libusb:
linux-libusb takes advantage of FreeBSD libusb(8) library, which got
prepared to work correctly within linux(4) emulation layer. It lets
you to take Linux binary linked with libusb.so and use it on
FreeBSD.
Additional information: This port has been prepared under FreeBSD
with kern.osreldate = 1000510. It relies on the fact the libusb(8)
API seems to be stable and no changes have been made to internal API
for a long time. If this assumption isn't true, port won't work.
Please submit bug report to the port maintainter in that case.
WWW: http://lists.freebsd.org/pipermail/freebsd-usb/2014-March/012854.html
PR: ports/146895 (older version)
Submitted by: wkoszek (PR), nox (self, this version) |