diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-26 03:29:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-26 03:29:03 +0800 |
commit | b444c752a8fe465e81afd7e2438b20e7fbb04c34 (patch) | |
tree | fef443f68990260279debe71d18faea273c53320 | |
parent | adf92fdad4330070838a0b30b7d7c9eb2453f6f8 (diff) | |
download | freebsd-ports-gnome-b444c752a8fe465e81afd7e2438b20e7fbb04c34.tar.gz freebsd-ports-gnome-b444c752a8fe465e81afd7e2438b20e7fbb04c34.tar.zst freebsd-ports-gnome-b444c752a8fe465e81afd7e2438b20e7fbb04c34.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)
-rw-r--r-- | sysutils/dtc/Makefile | 7 | ||||
-rw-r--r-- | sysutils/dtc/distinfo | 6 | ||||
-rw-r--r-- | sysutils/dtc/pkg-plist | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index d438a4c54347..b30eff28f81f 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -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} diff --git a/sysutils/dtc/distinfo b/sysutils/dtc/distinfo index 4f99c8a31fea..719ec2299e49 100644 --- a/sysutils/dtc/distinfo +++ b/sysutils/dtc/distinfo @@ -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 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 |