non port: devel/linux_libusb/Makefile |
SVNWeb
|
Number of commits found: 24 |
Sat, 22 Jul 2023
|
[ 15:33 Rene Ladan (rene) ] e164e7a (Only the first 10 of 19 ports in this commit are shown above. )
*: 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
|
Wed, 30 Nov 2022
|
[ 18:56 Ed Maste (emaste) ] c43b106
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
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
Wed, 2 Mar 2022
|
[ 12:18 Hans Petter Selasky (hselasky) ] a94c7f5
devel/linux_libusb: Update to version 13.1.0 .
- Fixed issue with SIGPIPE
- Moved sources to GitHUB
PR: 261891
Approved by: pi (implicit)
|
Mon, 17 Jan 2022
|
[ 14:47 Mikael Urankar (mikael) ] c7dd5ca (Only the first 10 of 225 ports in this commit are shown above. )
*: Linux emulation: add support for aarch64
PR: 256008
Submitted by: Vincent Milum Jr (prior version)
Approved by: emulation (maintainer timeout)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 10 Jan 2021
|
[ 11:36 tijl ]
Replace NO_WERROR with WITHOUT_WERROR after
https://cgit.FreeBSD.org/src/commit/?id=7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f
|
Sun, 27 Sep 2020
|
[ 15:23 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>
|
Sat, 26 Sep 2020
|
[ 21:18 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]
|
Fri, 25 Sep 2020
|
[ 12:07 tijl ]
Link with -lrt again (for clock_gettime) after
https://svnweb.freebsd.org/base?view=revision&revision=275024
|
Tue, 22 Sep 2020
|
[ 13:41 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
|
Tue, 10 Mar 2020
|
[ 18:46 hselasky ]
Update linux_libusb to FreeBSD-current r358841.
Approved by: pi
|
Thu, 2 Jan 2020
|
[ 11:11 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.
|
Tue, 31 Dec 2019
|
[ 15:20 rene ]
devel/linux_libusb: bump linux-devtools dependency to Centos 7
|
Wed, 24 Apr 2019
|
[ 19:15 jbeich ] (Only the first 10 of 12 ports in this commit are shown above. )
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
|
Tue, 3 Jan 2017
|
[ 11:01 mat ] (Only the first 10 of 79 ports in this commit are shown above. )
Cleanup BROKEN/IGNORE for 10.3-
Sponsored by: Absolight
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 14 Oct 2015
|
[ 08:40 tijl ]
Fix build on recent FreeBSD head. Linux gcc port does not support
-fstack-protector-stong.
|
Sat, 26 Sep 2015
|
[ 15:14 antoine ]
Convert to USE_LDCONFIG
|
Sat, 28 Mar 2015
|
[ 10:08 antoine ]
Remove reference to BROKEN linux_base-gentoo-stage3
|
Fri, 16 Jan 2015
|
[ 17:09 nox ]
Depend on devel/linux-c6-devtools instead of the f10 one.
|
Sun, 8 Jun 2014
|
[ 19:51 olgeni ] (Only the first 10 of 101 ports in this commit are shown above. )
Remove all space characters from Makefile assignments.
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
|
Tue, 18 Mar 2014
|
[ 19:50 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)
|
Number of commits found: 24 |