From owner-svn-ports-head@freebsd.org Sat Jan 14 13:23:10 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A24DCAF288; Sat, 14 Jan 2017 13:23:10 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 00E2E1895; Sat, 14 Jan 2017 13:23:08 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id f7866e3e; Sat, 14 Jan 2017 14:23:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=ovhJOaZaiWhCzIOD3F3gOS+Xcik=; b=Gw1YCR5C2qyYboV6jIpvzO9wEUk2 wlVN3AG3t6NqrPCW+cDN67yyjZILe2foMsyJ/disx07Vaby8DS4l27BGQiT4F9qx O2vhWKjKg2NmzdE5Fv9hpqojqeQxqLw3Q7iDuHX+4H5TCZ4RkPpVV5r74ic03y6r ehBRfRC/ijdLYAU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=i67vwQ9fT0Ee3keI1blsnsYrPMhgjW0kKemgXcN2Q9i6NixtQR+3rY8h WXq3xq6/fxkOekju+3QvRVGqYmjNp1vH+JuQjJpm3E3YfA9YSztwJ4VTyBvGeIda j1r5A0X63JwOaxzhYi8zzlreCGKIEGeOSMtZOw7UpxHCVlfGDWQ= Received: from knuckles.blih.net (ip-54.net-82-216-203.roubaix.rev.numericable.fr [82.216.203.54]) by mail.blih.net (OpenSMTPD) with ESMTPSA id ddf76377 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 14 Jan 2017 14:23:06 +0100 (CET) Date: Sat, 14 Jan 2017 14:23:05 +0100 From: Emmanuel Vadot To: Warner Losh Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r431434 - head/sysutils/u-boot-master Message-Id: <20170114142305.ecfb5262e19c810c77b169bf@bidouilliste.com> In-Reply-To: <201701132309.v0DN9nBV016919@repo.freebsd.org> References: <201701132309.v0DN9nBV016919@repo.freebsd.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2017 13:23:10 -0000 Hello Warner, This is weird, I didn't need libfdt when working on this, the one imported in the u-boot tree was enough. I'll look into it. On Fri, 13 Jan 2017 23:09:49 +0000 (UTC) Warner Losh wrote: > Author: imp > Date: Fri Jan 13 23:09:48 2017 > New Revision: 431434 > URL: https://svnweb.freebsd.org/changeset/ports/431434 > > Log: > Update to my v2017.01.00.1 release. > > This eliminates use of fdtget by pointing the build at the right swig > for the ports we're using. The dtc port is still required for its > libfdt. > > Modified: > head/sysutils/u-boot-master/Makefile (contents, props changed) > head/sysutils/u-boot-master/distinfo (contents, props changed) > > Modified: head/sysutils/u-boot-master/Makefile > ============================================================================== > --- head/sysutils/u-boot-master/Makefile Fri Jan 13 22:59:58 2017 (r431433) > +++ head/sysutils/u-boot-master/Makefile Fri Jan 13 23:09:48 2017 (r431434) > @@ -46,19 +46,17 @@ IGNORE+= BOARD_CONFIG is not defined > IGNORE+= FAMILY is not defined > .endif > > -# Defines for OMAP family > +# Overrides for OMAP family > UBOOT_PLIST_OMAP=u-boot.img MLO > -UBOOT_VERSION_OMAP=2017.01 > > -# Defines for ALLWINNER family > +# Overrides for ALLWINNER family > UBOOT_PLIST_ALLWINNER=u-boot.img u-boot-sunxi-with-spl.bin > -UBOOT_VERSION_ALLWINNER=2017.01 > > # Uboot variables > .if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu}) > UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}} > .endif > -UBOOT_VERSION?= 2017.01 > +UBOOT_VERSION?= 2017.01.00.1 > > .if !defined(UBOOT_PLIST) && defined(UBOOT_PLIST_${FAMILY:tu}) > UBOOT_PLIST=${UBOOT_PLIST_${FAMILY:tu}} > > Modified: head/sysutils/u-boot-master/distinfo > ============================================================================== > --- head/sysutils/u-boot-master/distinfo Fri Jan 13 22:59:58 2017 (r431433) > +++ head/sysutils/u-boot-master/distinfo Fri Jan 13 23:09:48 2017 (r431434) > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1484005629 > -SHA256 (bsdimp-u-boot-ports-v2017.01_GH0.tar.gz) = 016e65be71a9d3c4c3fca171ffe631f835868c6a248906770c42dcc2c4ef3161 > -SIZE (bsdimp-u-boot-ports-v2017.01_GH0.tar.gz) = 15522828 > +TIMESTAMP = 1484197628 > +SHA256 (bsdimp-u-boot-ports-v2017.01.00.1_GH0.tar.gz) = bd88d48482f9db45b88e1bb487e784793b729307e5a8a7e4b048c92d419321d3 > +SIZE (bsdimp-u-boot-ports-v2017.01.00.1_GH0.tar.gz) = 15521395 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" -- Emmanuel Vadot