#
7f8f1204 |
| 08-Jan-2025 |
Xin LI <delphij@FreeBSD.org> |
libmagic: Unbreak for older FreeBSD releases.
byteswap.h is introduced in FreeBSD 13.2 but was not available in earlier versions. In order to support upgrading from an earlier FreeBSD release we wo
libmagic: Unbreak for older FreeBSD releases.
byteswap.h is introduced in FreeBSD 13.2 but was not available in earlier versions. In order to support upgrading from an earlier FreeBSD release we would need to tell the build system that fact.
PR: bin/273736 Reported by: philip MFC after: 3 days
show more ...
|
#
ae316d1d |
| 08-Dec-2024 |
Xin LI <delphij@FreeBSD.org> |
MFV: file 5.46.
MFC after: 2 weeks
|
Revision tags: release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
90474518 |
| 12-Sep-2023 |
Xin LI <delphij@FreeBSD.org> |
Disable byteswap.h for now.
Ideally we should be testing __FreeBSD_version (1400079) and/or BOOTSTRAPPING from an older version, but restore compatibility to older FreeBSD versions and macOS while w
Disable byteswap.h for now.
Ideally we should be testing __FreeBSD_version (1400079) and/or BOOTSTRAPPING from an older version, but restore compatibility to older FreeBSD versions and macOS while we find out a better way to fix it.
show more ...
|
#
898496ee |
| 10-Sep-2023 |
Xin LI <delphij@FreeBSD.org> |
MFV: file 5.45.
MFC after: 3 days
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
a2dfb722 |
| 25-Sep-2022 |
Xin LI <delphij@FreeBSD.org> |
file: upgrade to 5.43.
MFC after: 3 days
|
#
a4d6d3b8 |
| 04-Jul-2022 |
Xin LI <delphij@FreeBSD.org> |
file: upgrade to 5.42.
MFC after: 2 weeks
|
Revision tags: release/13.1.0 |
|
#
f5ccb3a3 |
| 05-Jan-2022 |
Jose Luis Duran <jlduran@gmail.com> |
file: Fix cross-compilation on Darwin/macOS
Darwin/macOS does not have pipe2(2).
Apply a similar guard as in f3d7ace4b235422e5ccff0315f2965ac935241d8 after 43a5ec4eb41567cc92586503212743d89686d78f.
file: Fix cross-compilation on Darwin/macOS
Darwin/macOS does not have pipe2(2).
Apply a similar guard as in f3d7ace4b235422e5ccff0315f2965ac935241d8 after 43a5ec4eb41567cc92586503212743d89686d78f.
Pull Request: https://github.com/freebsd/freebsd-src/pull/574
show more ...
|
#
f3d7ace4 |
| 04-Jan-2022 |
Warner Losh <imp@FreeBSD.org> |
file: Turns out we need xlocal.h protection
It turns out that we still need xlocal.h protection for when we're cross building on Linux. Linux doesn't have this file, but os/x does. Before, we'd assu
file: Turns out we need xlocal.h protection
It turns out that we still need xlocal.h protection for when we're cross building on Linux. Linux doesn't have this file, but os/x does. Before, we'd assume we didn't have it, like old FreeBSD, when cross compiling. After the latest update, all that code was removed so cross compiling needs to be handled separaetly. Do so by defining HAVE_XLOCALE_H only when we're not building on linux. This allows us to build the mkmagic build tool needed to build file(1).
Sponsored by: Netflix Reviewed by: jrtc27 Differential Revision: https://reviews.freebsd.org/D33741
show more ...
|
#
43a5ec4e |
| 04-Jan-2022 |
Xin LI <delphij@FreeBSD.org> |
file: upgrade to 5.41.
MFC after: 2 weeks
|
#
90266521 |
| 03-Jan-2022 |
Xin LI <delphij@FreeBSD.org> |
libmagic: Remove support for older FreeBSD where xlocale was not available.
The MINIMUM_SUPPORTED_OSREL is 1002501 (FreeBSD 10.3), and xlocale is supported there.
While I'm there, explicitly use co
libmagic: Remove support for older FreeBSD where xlocale was not available.
The MINIMUM_SUPPORTED_OSREL is 1002501 (FreeBSD 10.3), and xlocale is supported there.
While I'm there, explicitly use config.h generated with --disable-bzlib --disable-xzlib instead of deleting them manually.
MFC after: 2 weeks
show more ...
|
Revision tags: release/12.3.0, release/13.0.0, release/12.2.0 |
|
#
2726a701 |
| 17-Jun-2020 |
Xin LI <delphij@FreeBSD.org> |
MFV r362254: file 5.39.
MFC after: 2 weeks
|
Revision tags: release/11.4.0 |
|
#
44e86fbd |
| 13-Feb-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r357662 through r357854.
|
#
d38c30c0 |
| 11-Feb-2020 |
Xin LI <delphij@FreeBSD.org> |
MFV r357712: file 5.38.
MFC after: 2 weeks
|
#
48c779cd |
| 10-Nov-2019 |
Xin LI <delphij@FreeBSD.org> |
MFV r354582: file 5.37.
MFC after: 3 days
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
c2c014f2 |
| 07-Nov-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Merge ^/head r323559 through r325504.
|
Revision tags: release/10.4.0 |
|
#
e5d34ca9 |
| 23-Sep-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r320180
|
#
40427cca |
| 17-Sep-2017 |
Gordon Tetlow <gordon@FreeBSD.org> |
MFV r323678: file 5.32
Approved by: emaste (mentor) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D12400
|
Revision tags: release/11.1.0 |
|
#
2828dafc |
| 10-Nov-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r308227 through r308490.
|
#
a5d223e6 |
| 07-Nov-2016 |
Xin LI <delphij@FreeBSD.org> |
MFV r308392: file 5.29.
MFC after: 2 weeks
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
282e23f0 |
| 27-Jun-2016 |
Xin LI <delphij@FreeBSD.org> |
MFV r302218: file 5.28.
Relnotes: yes MFC after: 2 weeks Approved by: re (gjb)
|
#
20f8619d |
| 14-May-2016 |
Xin LI <delphij@FreeBSD.org> |
MFV r299716: file 5.27
MFC after: 2 weeks Relnotes: yes
|
#
3e41d09d |
| 18-Apr-2016 |
Xin LI <delphij@FreeBSD.org> |
MFV r298178:
Update file to 5.26.
MFC after: 2 weeks Relnotes: yes
|
Revision tags: release/10.3.0 |
|
#
11d38a57 |
| 28-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
Sponsored by: Gandi.net
|
#
becbad1f |
| 13-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
5a2b666c |
| 01-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|