mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
f6b722c235
commit
20b757fdae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444320
3 changed files with 7 additions and 8 deletions
|
@ -1,9 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dtc
|
||||
PORTVERSION= 1.4.2
|
||||
DISTVERSIONPREFIX= ports-v
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= imp@FreeBSD.org
|
||||
|
@ -16,7 +15,7 @@ USE_LDCONFIG= yes
|
|||
SHEBANG_FILES= dtdiff
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= bsdimp
|
||||
GH_ACCOUNT= dgibson
|
||||
GH_PROJECT= dtc
|
||||
|
||||
MAKE_ARGS+= PREFIX=${PREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1484050697
|
||||
SHA256 (bsdimp-dtc-ports-v1.4.2_GH0.tar.gz) = cf00d4730100bec575b6754e987c93b3994f79ee8037237625de95f60f51e3de
|
||||
SIZE (bsdimp-dtc-ports-v1.4.2_GH0.tar.gz) = 143226
|
||||
TIMESTAMP = 1497738446
|
||||
SHA256 (dgibson-dtc-v1.4.4_GH0.tar.gz) = 2f2c0bf4d84763595953885bdcd2159b0b85410018c8ba48cc31b3d6e443e4d8
|
||||
SIZE (dgibson-dtc-v1.4.4_GH0.tar.gz) = 156980
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue