ObsoleteFiles.inc (d65cd7a57bf0600b722afc770838a5d0c1c3a8e1) | ObsoleteFiles.inc (c5ea81f7a6786e7398678551e7d26d5b628c4caa) |
---|---|
1# 2# $FreeBSD$ 3# 4# This file lists old files (OLD_FILES), libraries (OLD_LIBS) and 5# directories (OLD_DIRS) which should get removed at an update. Recently 6# removed entries first (with the date as a comment). Dynamic libraries are 7# special cased (OLD_LIBS). Static libraries or the generic links to 8# the dynamic libraries (lib*.so) should (if you don't know why to make an --- 22 unchanged lines hidden (view full) --- 31# For optional components, you can use the following to see if some entries 32# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc 33# for o in tools/build/options/WITH*; do 34# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ 35# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \ 36# xargs -n1 | sort | uniq -d; 37# done 38 | 1# 2# $FreeBSD$ 3# 4# This file lists old files (OLD_FILES), libraries (OLD_LIBS) and 5# directories (OLD_DIRS) which should get removed at an update. Recently 6# removed entries first (with the date as a comment). Dynamic libraries are 7# special cased (OLD_LIBS). Static libraries or the generic links to 8# the dynamic libraries (lib*.so) should (if you don't know why to make an --- 22 unchanged lines hidden (view full) --- 31# For optional components, you can use the following to see if some entries 32# in OptionalObsoleteFiles.inc have been obsoleted by ObsoleteFiles.inc 33# for o in tools/build/options/WITH*; do 34# __MAKE_CONF=/dev/null make -f Makefile.inc1 -D${o##*/} \ 35# -V OLD_FILES -V OLD_LIBS -V OLD_DIRS check-old | \ 36# xargs -n1 | sort | uniq -d; 37# done 38 |
39# 20200528: libevent renamed libevent1 40OLD_FILES+=usr/include/private/event/event.h 41OLD_DIRS+=usr/include/private/event 42 |
|
39# 20200523: new clang import which bumps version from 10.0.0 to 10.0.1.s 40OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/algorithm 41OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/complex 42OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/new 43OLD_DIRS+=usr/lib/clang/10.0.0/include/cuda_wrappers 44OLD_FILES+=usr/lib/clang/10.0.0/include/fuzzer/FuzzedDataProvider.h 45OLD_DIRS+=usr/lib/clang/10.0.0/include/fuzzer 46OLD_FILES+=usr/lib/clang/10.0.0/include/openmp_wrappers/__clang_openmp_math.h --- 11014 unchanged lines hidden --- | 43# 20200523: new clang import which bumps version from 10.0.0 to 10.0.1.s 44OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/algorithm 45OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/complex 46OLD_FILES+=usr/lib/clang/10.0.0/include/cuda_wrappers/new 47OLD_DIRS+=usr/lib/clang/10.0.0/include/cuda_wrappers 48OLD_FILES+=usr/lib/clang/10.0.0/include/fuzzer/FuzzedDataProvider.h 49OLD_DIRS+=usr/lib/clang/10.0.0/include/fuzzer 50OLD_FILES+=usr/lib/clang/10.0.0/include/openmp_wrappers/__clang_openmp_math.h --- 11014 unchanged lines hidden --- |