diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-06-25 19:29:03 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-06-25 19:29:03 +0000 |
commit | 20b757fdaeb700d9d796bf69bcb2a19b234ddd15 (patch) | |
tree | fef443f68990260279debe71d18faea273c53320 /sysutils/dtc/pkg-plist | |
parent | f6b722c23531110ee1c86e552f39120e985b787f (diff) | |
download | ports-20b757fdaeb700d9d796bf69bcb2a19b234ddd15.tar.gz ports-20b757fdaeb700d9d796bf69bcb2a19b234ddd15.zip |
Switch from bsdimp repo to master repo (dgibson) and update to 1.4.4.
DTC 1.4.4
It turns out that dtc 1.4.3 - and most previous versions - have a
serious build bug on a number of distros: libfdt.h incorrectly defines
some system reserved __* macros for use with sparse. These conflict
with some system headers on RHEL7 and probably several other Linux
distributions.
This quick fix release includes patches to correct those build
failures. It also has a tiny handful of other cleanups.
DTC 1.4.3
This release adds code to libfdt to apply dynamic overlays in the
format used by many Linux kernels for ARM. Apart from that there are
a number of small bugfixes and enhancements.
PR: 220089
Submitted by: manu
Reviewed by: imp (maintainer)
Notes
Notes:
svn path=/head/; revision=444320
Diffstat (limited to 'sysutils/dtc/pkg-plist')
-rw-r--r-- | sysutils/dtc/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dtc/pkg-plist b/sysutils/dtc/pkg-plist index 0a488a341d8e..afcc2ac473f2 100644 --- a/sysutils/dtc/pkg-plist +++ b/sysutils/dtc/pkg-plist @@ -4,7 +4,7 @@ bin/fdtdump bin/fdtget bin/fdtput bin/dtdiff -lib/libfdt-1.4.2.so +lib/libfdt-1.4.4.so lib/libfdt.a lib/libfdt.so lib/libfdt.so.1 |