Re: gitup ports

From: Ronald Klop <ronald-lists_at_klop.ws>
Date: Thu, 26 Aug 2021 11:50:04 UTC
On Wed, 25 Aug 2021 23:40:02 +0200, LuMiWa via ports <ports@freebsd.org>  
wrote:

> On Wed, 25 Aug 2021 10:26:00 +0200
> "Herbert J. Skuhra" <herbert@gojira.at> wrote:
>
>> On Wed, Aug 25, 2021 at 03:58:59AM -0400, LuMiWa via ports wrote:
>> > On FreeBSD 13.0-RELEASE-p4 I have a problem with gitup ports:
>> >
>> >  gitup ports
>> > # Scanning local repository...
>> > # Host: github.com
>> > # Port: 443
>> > # Repository Path: /freebsd/freebsd-ports.git
>> > # Target Directory: /usr/ports
>> > # Commit History: yes
>> > # Have: 8ba9809ca02105b8d4de8fa794eb98e447fae8a8
>> > # Want: 6234479982621235dc99824a812cd9ee11dbbf93
>> > # Branch: main
>> > # Action: pull
>> > Segmentation fault (core dumped)
>>
>> Try to update your gitup.conf and/or switch from github.com to
>> git.freebsd.org.
>>
>> https://github.com/johnmehr/gitup/issues/73
>> https://github.com/johnmehr/gitup/issues/74
>>
>> Or install git-tiny.
>>
>
> Is it possible to switch back to portsnap and how, please. With
> portsnap I didn't have any problem from FreeBSD 6
>
> Thank you.


Yes AFAIK the portsnap servers get the data from git nowadays. If I run  
"portsnap fetch" I get a snapshot of today so it seems to work fine.

See "man portsnap":

EXAMPLES
      Fetch the snapshots and create the ports(7) tree under /usr/ports:
            portsnap fetch extract

      Update the ports tree:
            portsnap fetch update

Regards,
Ronald.