question on porting
Stefan Eßer
se at freebsd.org
Wed Jun 10 14:12:34 UTC 2020
Am 10.06.20 um 15:45 schrieb Donald Wilde:
> On 6/10/20, Mark Linimon <linimon at lonesome.com> wrote:
>> On Tue, Jun 09, 2020 at 08:09:21PM -0700, Donald Wilde wrote:
>>> (and FreeBSD's port maintainers) reach the point of diminishing
>>> returns by supporting GCC
>>
>
> Hi, Mark! LTNT2!
>
>> All you have to do is fix all the ports that have been marked as
>> depending on GCC (in most cases, because they fail to build on
>> clang):
>>
>> x3850-1# grep gcc INDEX-13 | wc -l
>> 3848
>>
> Hmmm... tried running that and mine doesn't seem to find INDEX-13 as a file.
>
> Tried ' find / -name "INDEX-13" '
You have to either create or fetch the INDEX file:
$ cd /usr/ports
$ make index
or
$ cd /usr/ports
$ make fetchindex
Regards, STefan
More information about the freebsd-stable
mailing list