manpages: Fix author e-mail address formatting
- consistently use Mt request within Aq. This makes author
e-mail addresses clickable in many frontends.
- @freebsd.org -> @FreeBSD.org
- (user at host.tld) -> Aq Mt user at host.tld
Event: Berlin Hackathon 202609
MFC after: 3 days
Reviewed by: ziaee
Differential Revision: https://reviews.freebsd.org/D59410
tty_pts: reduce/correct libatf-c linkage
ATF_TESTS_C automatically adds the appropriate library to LDADD --
there's no need to manually append the same library.
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D59411
devel/R-cran-Rcpp: pet stage-qa, use more shebangfix'es
====> Running Q/A tests (stage-qa)
Error: '/bin/env' is an invalid shebang you need USES=shebangfix for 'lib/R/library/Rcpp/discovery/cxx0x.R'
*** Error code 1
Reported by: bulk -t
Approved by: portmgr blanket
math/R-cran-Deriv: pet stage-qa, port really compiles for ${ARCH}
====> Running Q/A tests (stage-qa)
Error: /usr/local/lib/R/library/Deriv/libs/Deriv.so is linked to /usr/local/lib/gcc14/libgcc_s.so.1 from lang/gcc14 but it is not declared as a dependency
Error: '/usr/local/lib/R/library/Deriv/libs/Deriv.so' is a architecture specific binary file and you have set NO_ARCH. Either remove NO_ARCH or add 'Deriv.so' to NO_ARCH_IGNORE.
*** Error code 1
Reported by: bulk -t
Approved by: portmgr blanket
xhci: Only reset the data toggle value when the USB stack asks for it
The previous patch assumes that we don't want to reset toggle bit in
STOPPED_STEP. However, a device can explicitly call
usbd_clear_data_toggle if necessary. As a result, instead of not
dropping the bit unconditionally, we added a field in xhci to specify
that we want to drop it, so that usbd_clear_data_toggle can handle it
correctly.
Reported by: oh
Reviewed by: kevans
Tested by: oh
Fixes: 28d85db46b48 ("xhci: Do not drop and add bits in xhci")
(cherry picked from commit 0f59df83869d3734a33d96b01381823e6a3ef3ff)
xhci: Only reset the data toggle value when the USB stack asks for it
The previous patch assumes that we don't want to reset toggle bit in
STOPPED_STEP. However, a device can explicitly call
usbd_clear_data_toggle if necessary. As a result, instead of not
dropping the bit unconditionally, we added a field in xhci to specify
that we want to drop it, so that usbd_clear_data_toggle can handle it
correctly.
Reported by: oh
Reviewed by: kevans
Tested by: oh
Fixes: 28d85db46b48 ("xhci: Do not drop and add bits in xhci")
(cherry picked from commit 0f59df83869d3734a33d96b01381823e6a3ef3ff)