svn commit: r284637 - head

Antoine Brodin antoine at FreeBSD.org
Sat Jun 20 09:52:08 UTC 2015


On Sat, Jun 20, 2015 at 9:48 AM, NGie Cooper <yaneurabeya at gmail.com> wrote:
> On Sat, Jun 20, 2015 at 2:41 AM, Antoine Brodin <antoine at freebsd.org> wrote:
>> On Sat, Jun 20, 2015 at 9:11 AM, NGie Cooper <yaneurabeya at gmail.com> wrote:
>>> On Sat, Jun 20, 2015 at 2:06 AM, Antoine Brodin <antoine at freebsd.org> wrote:
>>>> Author: antoine
>>>> Date: Sat Jun 20 09:06:48 2015
>>>> New Revision: 284637
>>>> URL: https://svnweb.freebsd.org/changeset/base/284637
>>>>
>>>> Log:
>>>>   Add more obsolete files
>>>
>>> ...
>>>
>>>> +# 20141030: atf 0.21 import
>>>> +OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz
>>>
>>> Is this correct?
>>
>> This file is not installed from base/head.  It may still be installed
>> by the port but it's unrelated.
>
> It's still being installed in base -- just as a hardlink:
>
> 72 MAN=            atf-c++.3
> 73 MLINKS+=        atf-c++.3 atf-c-api++.3  # Backwards compatibility.
>
> $ make -n maninstall
> install -o root -g wheel -m 444 atf-c++.3.gz  /usr/share/man/man3
> set atf-c++.3 3 atf-c-api++.3 3;  while : ; do  case $# in  0) break;;
>  [123]) echo "warn: empty MLINK: $1 $2 $3"; break;;  esac;  name=$1;
> shift; sect=$1; shift;  l=/usr/share/man/man${sect}/$name;  name=$1;
> shift; sect=$1; shift;  t=/usr/share/man/man${sect}/$name;  echo
> ${t}.gz -\> ${l}.gz;  rm -f ${t} ${t}.gz;  install -l h ${l}.gz
> ${t}.gz;  done
> ===> tests (maninstall)
> ===> tests/detail (maninstall)
>
> Is your script/method of finding obsolete files correct?

c++-api is different from c-api++

Antoine


More information about the svn-src-head mailing list