aboutsummaryrefslogtreecommitdiff
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2018-06-13 20:35:56 +0000
committerDimitry Andric <dim@FreeBSD.org>2018-06-13 20:35:56 +0000
commit0623c8549558544a00d1821b845efe79a99e2f50 (patch)
tree94fe75560af5341959e2afae2fd62a426e613ed4 /ObsoleteFiles.inc
parent0f71de43061dd535a5010c84dfc2151dc5c540a2 (diff)
downloadsrc-0623c8549558544a00d1821b845efe79a99e2f50.tar.gz
src-0623c8549558544a00d1821b845efe79a99e2f50.zip
MFC r334886:
Add missed libc++ entries to (Optional)ObsoleteFiles.inc Some of these were removed during the libc++ 5.0.0 import, others were added in the libc++ 6.0.0 import.
Notes
Notes: svn path=/stable/11/; revision=335088
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 89051510b2a6..a7c5baf28e0e 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20180613: obsolete libc++ files missed from the 5.0.0 import
+OLD_FILES+=usr/include/c++/v1/__refstring
+OLD_FILES+=usr/include/c++/v1/__undef_min_max
+OLD_FILES+=usr/include/c++/v1/tr1/__refstring
+OLD_FILES+=usr/include/c++/v1/tr1/__undef_min_max
# 20180513: remove DTrace scripts made obsolete by dwatch(1)
OLD_FILES+=usr/share/dtrace/watch_execve
OLD_FILES+=usr/share/dtrace/watch_kill