Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2020 17:43:54 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Piotr Kubaj <pkubaj@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r532950 - in head/lang/gcc9: . files
Message-ID:  <alpine.LSU.2.21.2004251712010.9453@anthias.pfeifer.com>
In-Reply-To: <202004251226.03PCQYa1050224@repo.freebsd.org>
References:  <202004251226.03PCQYa1050224@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 25 Apr 2020, Piotr Kubaj wrote:
>   PR:		245511, 242506
>   Approved by:	gerald (maintainer timeout)

Please avoid commit logs with overly long lines (like 299 characters).

And I recommend running `portlint -C` to catch simple issues.


Some of your changes look like the result of random poking, which made
them painful to review and follow.  I reopened PR 245511 and provided 
what might be a simpler way¹ to achieve the same outcome (which still
is far from ideal -- building GCC with -O0 definitely is not -- but
tackling that can be another step).

Gerald

¹ Variable assignments in form of command-line options of the make 
  command have higher priority than those in the environment.
From owner-svn-ports-head@freebsd.org  Sat Apr 25 15:55:09 2020
Return-Path: <owner-svn-ports-head@freebsd.org>
Delivered-To: svn-ports-head@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 108BF2B6A03;
 Sat, 25 Apr 2020 15:55:09 +0000 (UTC)
 (envelope-from manu@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 server-signature RSA-PSS (4096 bits)
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 498bGN6Yrwz4GJQ;
 Sat, 25 Apr 2020 15:55:08 +0000 (UTC)
 (envelope-from manu@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC7E5A184;
 Sat, 25 Apr 2020 15:55:08 +0000 (UTC)
 (envelope-from manu@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03PFt8UB081765;
 Sat, 25 Apr 2020 15:55:08 GMT (envelope-from manu@FreeBSD.org)
Received: (from manu@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03PFt8ut081763;
 Sat, 25 Apr 2020 15:55:08 GMT (envelope-from manu@FreeBSD.org)
Message-Id: <202004251555.03PFt8ut081763@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: manu set sender to
 manu@FreeBSD.org using -f
From: Emmanuel Vadot <manu@FreeBSD.org>
Date: Sat, 25 Apr 2020 15:55:08 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r532958 - in head/sysutils: u-boot-master u-boot-rpi4
X-SVN-Group: ports-head
X-SVN-Commit-Author: manu
X-SVN-Commit-Paths: in head/sysutils: u-boot-master u-boot-rpi4
X-SVN-Commit-Revision: 532958
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>;
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 25 Apr 2020 15:55:09 -0000

Author: manu
Date: Sat Apr 25 15:55:08 2020
New Revision: 532958
URL: https://svnweb.freebsd.org/changeset/ports/532958

Log:
  u-boot-rpi4: Remove patches that are present upstream in 2020.04
  
  Reported by:	Mark Millard

Modified:
  head/sysutils/u-boot-master/distinfo
  head/sysutils/u-boot-rpi4/Makefile

Modified: head/sysutils/u-boot-master/distinfo
==============================================================================
--- head/sysutils/u-boot-master/distinfo	Sat Apr 25 15:39:57 2020	(r532957)
+++ head/sysutils/u-boot-master/distinfo	Sat Apr 25 15:55:08 2020	(r532958)
@@ -1,4 +1,6 @@
-TIMESTAMP = 1586872320
+TIMESTAMP = 1587670026
+SHA256 (u-boot/u-boot-2020.01.tar.bz2) = aa453c603208b1b27bd03525775a7f79b443adec577fdc6e8f06974025a135f1
+SIZE (u-boot/u-boot-2020.01.tar.bz2) = 14716125
 SHA256 (u-boot/u-boot-2020.04.tar.bz2) = fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372
 SIZE (u-boot/u-boot-2020.04.tar.bz2) = 15065656
 SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97
@@ -11,19 +13,19 @@ SHA256 (u-boot/1172554/raw) = d1a39d7d6487cfb481392e7e
 SIZE (u-boot/1172554/raw) = 640
 SHA256 (u-boot/1172555/raw) = 09d17a62fb6bc7c7ab73bfc7061fc5da2b5a32e7deb098c9f76aed8ff8991751
 SIZE (u-boot/1172555/raw) = 568
-SHA256 (u-boot/1137331/raw) = b6dec0334194ec87528aa01219dc5ecd60a3945c126704274933aab9ef112d38
-SIZE (u-boot/1137331/raw) = 2250
-SHA256 (u-boot/1137330/raw) = 6e111ee87ee2082a43b4cd929b74279e8cb63525a89ccab00255200a9cd03e2b
-SIZE (u-boot/1137330/raw) = 1548
-SHA256 (u-boot/1189494/raw) = 2f237d1e80c216fc3898381469b2af9d5639b60cb3128a11c8a23a0a12e4b80c
-SIZE (u-boot/1189494/raw) = 965
-SHA256 (u-boot/1189493/raw) = 4dba3366147813150e68a0aa9fa1738977cba45f9a55faf0fd0cdb3478142683
-SIZE (u-boot/1189493/raw) = 5959
-SHA256 (u-boot/1189497/raw) = 3c433ddf46b8c64f56a9699aeead85954d922e5fcfad52a7bfddf57e6cbdccb6
-SIZE (u-boot/1189497/raw) = 2241
-SHA256 (u-boot/1189495/raw) = ad1233a1da6171b83936e422c67467a54559364cc426d6804d20d425949a933d
-SIZE (u-boot/1189495/raw) = 3918
 SHA256 (u-boot/1245351/raw) = 02cec0ca1934ba64d010ec7f0453faa127b19aaae679d6bd9b946a3653837434
 SIZE (u-boot/1245351/raw) = 707
 SHA256 (u-boot/1245352/raw) = a4f48937cd9403b7f7708ba1fc5b9405da97bdedff25fdeb198ab613294e7d45
 SIZE (u-boot/1245352/raw) = 465
+SHA256 (u-boot/1273633/raw) = 707973b638d5d67f88566249bc109059e7c22fba33f7aa40b9eea3dda87370fe
+SIZE (u-boot/1273633/raw) = 993
+SHA256 (u-boot/1273674/raw) = 5124273a901a214cd6b8cd4a00355c292be82c7a228b4faf81d36085f8656956
+SIZE (u-boot/1273674/raw) = 3331
+SHA256 (u-boot/1273675/raw) = 304903e0318c63f2e69cf1e3a2e0dba8c33f1d3c2e6643c5599a182a84e829b2
+SIZE (u-boot/1273675/raw) = 23966
+SHA256 (u-boot/1273676/raw) = d95cba1b622c83da919beea4a048ce85100d1b8ec6416c9d230a9933beb340b1
+SIZE (u-boot/1273676/raw) = 8535
+SHA256 (u-boot/1273677/raw) = d65a7f197269499624901b6e34a9dbf2134892fc2d1f303190ecb43fdfbb5635
+SIZE (u-boot/1273677/raw) = 587
+SHA256 (u-boot/1273678/raw) = b29ec14ddbfc75acc631871cff70e1ec9fd5c037c4bf2a6930ed26c4ed8dabc2
+SIZE (u-boot/1273678/raw) = 447

Modified: head/sysutils/u-boot-rpi4/Makefile
==============================================================================
--- head/sysutils/u-boot-rpi4/Makefile	Sat Apr 25 15:39:57 2020	(r532957)
+++ head/sysutils/u-boot-rpi4/Makefile	Sat Apr 25 15:55:08 2020	(r532958)
@@ -4,10 +4,6 @@ MASTERDIR=	${.CURDIR}/../u-boot-master
 
 EXTRA_PATCHES=	${.CURDIR}/files/
 PATCHFILES+=	939129/raw
-# Updated libfdt, pre-req to the next set
-PATCHFILES+=	1137331/raw 1137330/raw
-# Fix memory bank issues
-PATCHFILES+=	1189494/raw 1189493/raw 1189497/raw 1189495/raw
 # Allow variable reservation of lowest pages for increased PSCI stub size.
 PATCHFILES+=	1245351/raw 1245352/raw
 



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