Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jun 2017 19:29:03 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444320 - head/sysutils/dtc
Message-ID:  <201706251929.v5PJT3sg072502@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Jun 25 19:29:03 2017
New Revision: 444320
URL: https://svnweb.freebsd.org/changeset/ports/444320

Log:
  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)

Modified:
  head/sysutils/dtc/Makefile
  head/sysutils/dtc/distinfo
  head/sysutils/dtc/pkg-plist

Modified: head/sysutils/dtc/Makefile
==============================================================================
--- head/sysutils/dtc/Makefile	Sun Jun 25 18:38:38 2017	(r444319)
+++ head/sysutils/dtc/Makefile	Sun Jun 25 19:29:03 2017	(r444320)
@@ -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}

Modified: head/sysutils/dtc/distinfo
==============================================================================
--- head/sysutils/dtc/distinfo	Sun Jun 25 18:38:38 2017	(r444319)
+++ head/sysutils/dtc/distinfo	Sun Jun 25 19:29:03 2017	(r444320)
@@ -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

Modified: head/sysutils/dtc/pkg-plist
==============================================================================
--- head/sysutils/dtc/pkg-plist	Sun Jun 25 18:38:38 2017	(r444319)
+++ head/sysutils/dtc/pkg-plist	Sun Jun 25 19:29:03 2017	(r444320)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706251929.v5PJT3sg072502>