Re: FreeCAD

2021-04-06 Thread LuMiWa via freebsd-ports
On Tue, 6 Apr 2021 22:14:21 +0200 Christoph Moench-Tegeder wrote: > ## LuMiWa via freebsd-ports (freebsd-ports@freebsd.org): > > > I try to install cad/freecad and it pulls lang/Python 27. > > FreeCAD itself depends on Python "3.6 or higher". What exactly did > you do? > > > I didn't

Re: FreeCAD

2021-04-06 Thread Christoph Moench-Tegeder
## LuMiWa via freebsd-ports (freebsd-ports@freebsd.org): > I try to install cad/freecad and it pulls lang/Python 27. FreeCAD itself depends on Python "3.6 or higher". What exactly did you do? > I didn't install. So you're sying it's not relevant anymore anyway? Regards, Christoph -- Spare

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Hans Petter Selasky
On 4/6/21 1:09 PM, Marco Beishuizen wrote: Hi, I'm trying to git clone the portstree into /usr/ports. /usr/ports is a separate filesystem so it contains a .sujournal file. But now git complains "fatal: destination path 'ports' already exists and is not an empty directory." So my question

cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
Hi, I'm trying to git clone the portstree into /usr/ports. /usr/ports is a separate filesystem so it contains a .sujournal file. But now git complains "fatal: destination path 'ports' already exists and is not an empty directory." So my question is what to do next? Recreating a new

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Felix Palmen
* Marco Beishuizen [20210406 13:09]: > So my question is what to do next? Recreating a new .sujournal every time a > ports tree needs to be cloned is quite annoying. Normally, you should clone only once and use `git pull` afterwards, so no problem here. Furthermore, if you don't really ne

Re: Any plan to fix ports git main history compatibility with old GitHub master?

2021-04-06 Thread Eric Turgeon
Thanks! I was able to fix that this morning and I just merged back from main and everything is working fine. *Eric Turgeon* On Tue, Apr 6, 2021 at 2:08 PM Ulrich Spörlein wrote: > On Mon, 2021-04-05 at 21:45:57 +, Brooks Davis wrote: > >On Mon, Apr 05, 2021 at 05:33:08PM -0300, Eric

FreeBSD ports you maintain which are out of date

2021-04-06 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated,

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Felix Palmen wrote: Where did you clone from? The official repo is only available for a few hours now. So, if you cloned from a mirror (Github, Gitlab, …?), some breakage with the transition seems plausible. Ah, please no CC, thanks. From

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Michael Gmelin
> On 6. Apr 2021, at 13:10, Marco Beishuizen > wrote: > > Hi, > > I'm trying to git clone the portstree into /usr/ports. /usr/ports is > a separate filesystem so it contains a .sujournal file. But now git > complains "fatal: destination path 'ports' already exists and is not > an empty

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Felix Palmen
* Marco Beishuizen [20210406 14:35]: > Pulling isn't possible either: > > ... > There is no tracking information for the current branch. > Please specify which branch you want to rebase against. > See git-pull(1) for details. > > git pull > > If you wi

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Felix Palmen wrote: Normally, you should clone only once and use `git pull` afterwards, so no problem here. Furthermore, if you don't really need git but just want to keep your ports tree up to date, you might want to have a look at net/gitup instead. It's

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Hans Petter Selasky wrote: Not sure if it helps, but did you try to add a "/", like: git clone /usr/ports/ This doesn't make a difference. Isn't there a way to force git to clone it into /usr/ports? Regards, Marco -- When the usher noticed a man stretched

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Felix Palmen wrote: This is meant to avoid cloning, you can just `pull` after adding a remote to an empty repository. Pulling isn't possible either: ... There is no tracking information for the current branch. Please specify which branch you want to rebase

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Felix Palmen
* Marco Beishuizen [20210406 13:47]: > I did clone it yesterday but today a git pull resulted in a corrupt file for > some reason, so I decided to start over. Where did you clone from? The official repo is only available for a few hours now. So, if you cloned from a mirror (Github,

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Felix Palmen
* Marco Beishuizen [20210406 14:25]: > On Tue, 6 Apr 2021, the wise Helge Oldach wrote: > > > cd /usr/ports > > git init . > > git remote add -t main -f freebsd https://git.freebsd.org/ports.git > > This created new .git subdirectories but still cannot clone i

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Felix Palmen
* Marco Beishuizen [20210406 14:01]: > From https://git.freebsd.org/ports.git. > It's up since yesterday. Cloning after totally emptying /usr/ports worked > fine, but today git complained about corrupt files in the .git subdirectory > so I decided to start over again. This was the

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Helge Oldach wrote: cd /usr/ports git init . git remote add -t main -f freebsd https://git.freebsd.org/ports.git Kind regards Helge This created new .git subdirectories but still cannot clone into /usr/ports. -- The minute a man is convinced that he is

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Michael Gmelin
On Tue, 6 Apr 2021 18:40:44 +0200 (CEST) Marco Beishuizen wrote: > On Tue, 6 Apr 2021, the wise Helge Oldach wrote: > > > Marco Beishuizen wrote on Tue, 06 Apr 2021 15:59:48 +0200 (CEST): > >> To avoid possible future problems I placed .sujournal into > >> $HOME/.gitexcludes as you

Re: Any plan to fix ports git main history compatibility with old GitHub master?

2021-04-06 Thread Ulrich Spörlein
On Mon, 2021-04-05 at 21:45:57 +, Brooks Davis wrote: On Mon, Apr 05, 2021 at 05:33:08PM -0300, Eric Turgeon wrote: Today when trying to sync the GhostBSD ports tree with the FreeBSD ports tree, I found out the main branch history is not compatible with the old GitHub master. Any plan to

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Michael Gmelin
Hi Jose, On Tue, 6 Apr 2021 08:33:27 -0700 Jose Quinteiro wrote: > On 4/6/21 6:28 AM, Michael Gmelin wrote: > > Example: > > > > git config core.excludesFile=$HOME/.gitexcludes > > echo .sujournal >>$HOME/.gitexcludes > > > > In case you don't want to override the excludesFile setting,

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Jose Quinteiro
On 4/6/21 10:25 AM, Michael Gmelin wrote: > Hi Jose, > > On Tue, 6 Apr 2021 08:33:27 -0700 > Jose Quinteiro wrote: > > ... > This information is not correct. > You are absolutely right. Sorry for the bad information! Thanks, Jose ___

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Helge Oldach wrote: Sorry, I forgot: git checkout main Once done, just regularly: git pull --ff-only Explanation: "clone" is roughly equivalent to "init + remote add + checkout". Separating the three steps will allow for the -f (--force) option on "remote add"

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Michael Gmelin
On Tue, 6 Apr 2021 15:12:42 +0200 (CEST) free...@oldach.net (Helge Oldach) wrote: > Marco Beishuizen wrote on Tue, 06 Apr 2021 14:25:51 +0200 (CEST): > > On Tue, 6 Apr 2021, the wise Helge Oldach wrote: > > > cd /usr/ports > > > git init . > > > git remote add -t main -f freebsd > > >

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Michael Gmelin wrote: Sorry, I forgot: git checkout main Once done, just regularly: git pull --ff-only Explanation: "clone" is roughly equivalent to "init + remote add + checkout". Separating the three steps will allow for the -f (--force) option on "remote add"

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Jose Quinteiro
On 4/6/21 6:28 AM, Michael Gmelin wrote: > Example: > > git config core.excludesFile=$HOME/.gitexcludes > echo .sujournal >>$HOME/.gitexcludes > > In case you don't want to override the excludesFile setting, alter one > of the config files in the default global location >

Re: cannot git clone into /usr/ports when separate filesystem

2021-04-06 Thread Marco Beishuizen
On Tue, 6 Apr 2021, the wise Helge Oldach wrote: Marco Beishuizen wrote on Tue, 06 Apr 2021 15:59:48 +0200 (CEST): To avoid possible future problems I placed .sujournal into $HOME/.gitexcludes as you suggested. That would work as there is no good reason a .sujournal file would be tracked by

The whole git migration of ports

2021-04-06 Thread Dan Mahoney (Ports)
Hey there, I wanted to reach out to the people both doing the massive migration, as well as the people covering answers to frequent questions here on the lists, and I’m sure on the forums and elsewhere. There’s something important to know: Thank you. Seriously. Open source is often