svn commit: r359177 - head
Ed Maste
emaste at FreeBSD.org
Fri Mar 20 16:25:12 UTC 2020
Author: emaste
Date: Fri Mar 20 16:25:06 2020
New Revision: 359177
URL: https://svnweb.freebsd.org/changeset/base/359177
Log:
ObsoleteFiles.inc: add blank line between some recent entries
We recently switched to including a blank line between ObsoleteFiles.inc
entries. I missed this when adding GCC 4.2.1 (because the change was
prepared months ago in a WIP tree); add a space for GCC 4.2.1 now, as
well as for the other entry after the switch.
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Fri Mar 20 16:25:06 2020 (r359176)
+++ head/ObsoleteFiles.inc Fri Mar 20 16:25:06 2020 (r359177)
@@ -299,6 +299,7 @@ OLD_FILES+=usr/share/man/man8/fsinfo.8.gz
OLD_FILES+=usr/share/man/man8/hlfsd.8.gz
OLD_FILES+=usr/share/man/man8/mk-amd-map.8.gz
OLD_FILES+=usr/share/man/man8/wire-test.8.gz
+
# 20200301: bktr removed
OLD_DIRS+=usr/include/dev/bktr
OLD_FILES+=usr/include/dev/bktr/ioctl_bktr.h
@@ -309,6 +310,7 @@ OLD_FILES+=usr/include/machine/ioctl_bktr.h
OLD_FILES+=usr/include/machine/ioctl_meteor.h
.endif
OLD_FILES+=usr/share/man/man4/bktr.4.gz
+
# 20200229: GCC 4.2.1 removed
.if !defined(WITH_PORT_BASE_GCC)
OLD_FILES+=usr/bin/g++
More information about the svn-src-head
mailing list