From owner-freebsd-git@freebsd.org Mon May 25 09:57:13 2020 Return-Path: Delivered-To: freebsd-git@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 267632FAA7E for ; Mon, 25 May 2020 09:57:13 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 49VsvX4w7zz4jFd for ; Mon, 25 May 2020 09:57:12 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: by mailman.nyi.freebsd.org (Postfix) id A8A6D2FAC87; Mon, 25 May 2020 09:57:12 +0000 (UTC) Delivered-To: git@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 A870B2FAC10 for ; Mon, 25 May 2020 09:57:12 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49VsvX0JdPz4jFc; Mon, 25 May 2020 09:57:11 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id 04P9uvLc011577 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Mon, 25 May 2020 12:57:00 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 04P9uvLc011577 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id 04P9uvQ3011576; Mon, 25 May 2020 12:56:57 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 25 May 2020 12:56:57 +0300 From: Konstantin Belousov To: Ulrich =?utf-8?B?U3DDtnJsZWlu?= Cc: Warner Losh , git@freebsd.org Subject: Re: Repo Surgery Message-ID: <20200525095657.GT64045@kib.kiev.ua> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on tom.home X-Rspamd-Queue-Id: 49VsvX0JdPz4jFc X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US]; REPLY(-4.00)[] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 09:57:13 -0000 On Mon, May 25, 2020 at 11:28:59AM +0200, Ulrich Spörlein wrote: > Am Mo., 25. Mai 2020 um 03:00 Uhr schrieb Warner Losh : > > > https://svnweb.freebsd.org/base?view=revision&revision=29297 > > > > Removed tetris from the Makefile. Then a subsequent commit removed the game > > to the attic. Then Peter deleted the files. > > > > So, sources before this revision are unbuildable if you don't build them > > NOGAMES. > > > > What do you think we should do about it? > > > > My gut tells me this is a 'The project removed tetris at the request of the > > holders of the IP to tetris completely, including the CVS history. The cvs > > -> svn conversion also omitted it. The git reconstruction also omits it, > > which means the tree is unbuildable before hash XXXXX without NOGAMES or a > > hack to src/games/Makefile.' > > > > We also did this with autofs, and maybe others.... So this is not unique. > > > > > To be clear, does that mean if (!) we bring back 1.0, that we'd also need > to blacklist tetris accordingly? > > And regarding buildability: does anything that old even still build on a > modern compiler? I.e., how far back do builds still work? Build works if you extract jail/chroot e.g. with 1.1.5 and build there. We do support a.out even on amd64. Last time I did it on 4-core machine, world built in less then 1 minute. It was relatively long time ago. > Checking out 6.0 and running buildworld quickly bombs out with: > > >>> stage 1.2: bootstrap tools > ... > make: don't know how to make /usr/lib/libstdc++.a. Stop > _______________________________________________ > freebsd-git@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-git > To unsubscribe, send any mail to "freebsd-git-unsubscribe@freebsd.org"