<div dir="ltr">Hi James,<div><br></div><div>I think you want to use "sudo port -v sync" (the -v before sync).</div><div><br></div><div>This will take a LONG time the first time you pull down the git repo.  As long as you see ports/subports being added and the terminal scrolling you're fine. </div><div><br></div><div>Regards,</div><div>John</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 26, 2022 at 2:44 AM James <<a href="mailto:jam@tigger.ws">jam@tigger.ws</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I've been building mythtv from John Hoyt's script (it uses macports extensively).<br>
I have made a successful build but there we minor isssues<br>
<br>
on redoing I forgot to sync with git, with rsync update the build failed with a missing file. I followed<br>
<a href="https://trac.macports.org/wiki/howto/SyncingWithGit" rel="noreferrer" target="_blank">https://trac.macports.org/wiki/howto/SyncingWithGit</a><br>
uninstalled all ports<br>
$ sudo port -fp uninstall installed<br>
<br>
and ...<br>
<br>
ws102:sources jam$ ls -l<br>
total 0<br>
drwxr-xr-x  2 jam   admin  64 25 Dec 23:03 <a href="http://github.com" rel="noreferrer" target="_blank">github.com</a><br>
drwxr-xr-x  3 root  wheel  96 23 Dec 22:57 <a href="http://rsync.macports.org" rel="noreferrer" target="_blank">rsync.macports.org</a><br>
ws102:sources jam$ git clone <a href="https://github.com/macports/macports-ports.git" rel="noreferrer" target="_blank">https://github.com/macports/macports-ports.git</a> <a href="http://github.com/macports/macports-ports/" rel="noreferrer" target="_blank">github.com/macports/macports-ports/</a><br>
Cloning into '<a href="http://github.com/macports/macports-ports'." rel="noreferrer" target="_blank">github.com/macports/macports-ports'.</a>..<br>
remote: Enumerating objects: 1375190, done.<br>
remote: Counting objects: 100% (278/278), done.<br>
remote: Compressing objects: 100% (143/143), done.<br>
remote: Total 1375190 (delta 115), reused 251 (delta 104), pack-reused 1374912<br>
Receiving objects: 100% (1375190/1375190), 326.20 MiB | 2.12 MiB/s, done.<br>
Resolving deltas: 100% (788236/788236), done.<br>
Updating files: 100% (24358/24358), done.<br>
ws102:sources jam$ sudo port sync -v<br>
Password:<br>
--->  Updating the ports tree<br>
<br>
Now waits for ever<br>
<br>
Can anybody guide me please<br>
James</blockquote></div>