git: bootstrap: Remove helpers for upgrading directly from pre 4.4
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Thu Nov 2 00:22:47 PDT 2017
commit a90cc0c2165020badf17bb099e3beeab673cff2d
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Sat Oct 28 17:25:31 2017 +0300
bootstrap: Remove helpers for upgrading directly from pre 4.4
This is partly needed to smooth out transition between c++98 to c++14
without switching to a rapid release cycling.
Many changes went in since 4.0 involving btools:
gnu/usr.bin/cc50/cc_tools - iconv() c++ issue, pre 4.4
gnu/usr.bin/grep - max_align_t issue, pre 4.2
usr.bin/chflags - chflagsat(2), pre 4.2
usr.bin/gencat - locales, pre 3.6(4.1 for safety)
usr.bin/sort - isnan(), pre 4.4
It is highly recomended to take an intermediate update step to any of
4.4, 4.6, 4.8 or 5.0 releases first when upgrading from older releases.
Summary of changes:
UPDATING | 7 +++
gnu/usr.bin/cc50/cc_tools/libcpp/Makefile | 5 --
gnu/usr.bin/cc50/support-libs/libcpp/Makefile | 5 --
gnu/usr.bin/grep/Makefile.inc | 8 ----
usr.bin/chflags/Makefile | 7 ---
usr.bin/chflags/chflags-compat.h | 67 ---------------------------
usr.bin/gencat/Makefile | 16 -------
usr.bin/sort/Makefile | 3 --
usr.bin/sort/coll.c | 4 --
9 files changed, 7 insertions(+), 115 deletions(-)
delete mode 100644 usr.bin/chflags/chflags-compat.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a90cc0c2165020badf17bb099e3beeab673cff2d
--
DragonFly BSD source repository
More information about the Commits
mailing list