<br><br>On Thursday, March 31, 2022, Phyllis Smith <<a href="mailto:phylsmith2017@gmail.com">phylsmith2017@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">A<span class="gmail_default" style="font-size:small">ndrew</span><br><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>On Wednesday, March 30, 2022, Phyllis Smith <<a href="mailto:phylsmith2017@gmail.com" target="_blank">phylsmith2017@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div style="font-size:small">Andrew, I downloaded both cin-freebsd-12.3.tar.xz and cingg-freebsd-13.tar.xz .</div><div style="font-size:small">Is it OK to put on Cinelerra's website and mention it in the manual?<br></div></div></div></blockquote><div><br></div><div>as user-contributed.. (I mean I only have guest-ish VM setup for testing, and not really prolonged bsd user - builds works for very simple things I tried for 5 minutes, but any further testing better to be done by more experienced users and on real hardware..) </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br></div></blockquote></blockquote><div><span class="gmail_default" style="font-size:small">Hoping I can eventually install bsd 13 and test this though (but may be a long time from now as I want to get aarch64 and termux tested first).</span></div><div></div></div></div></div></blockquote><div><br></div><div>for freebsd I cheated and used pre-installed image from</div><div><br></div><div><a href="https://download.freebsd.org/releases/VM-IMAGES/13.0-RELEASE/amd64/Latest/">https://download.freebsd.org/releases/VM-IMAGES/13.0-RELEASE/amd64/Latest/</a></div><div><br></div><div><a href="https://download.freebsd.org/releases/VM-IMAGES/13.0-RELEASE/amd64/Latest/FreeBSD-13.0-RELEASE-amd64.qcow2.xz">https://download.freebsd.org/releases/VM-IMAGES/13.0-RELEASE/amd64/Latest/FreeBSD-13.0-RELEASE-amd64.qcow2.xz</a></div><div><br></div><div>download, unxz, run as</div><div><br></div><div>qemu-system-x86_64 -hda file -enable-kvm -m 1024 -smp 2</div><div><br></div><div>it will boot into console, login as root then you can 'pkg install somepackage' or delete some stuff (root power!) </div><div><br></div><div>startx will start x with few xterms. </div><div><br></div><div>you can create ~/.xinitrc with your commands, like I put 'xrandr - s 3' {smaller 1024x768 resolution for my smaller host scren} and 'startfluxbox' there (after pkg install xorg, pkg install fluxbox). </div><div><br></div><div>start x with 'startx' </div><div><br></div><div>devices are automanaged, so you will see only small number of files in /dev</div><div><br></div><div>ada0p1- p4 - your first disk, ada1p{0-4} second. (if you attach it via-hdb switch at qemu start) just mount them somewhere, I mounted into /mnt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div class="gmail_quote"><div></div><div><span class="gmail_default" style="font-size:small">Anyway,</span> <span class="gmail_default" style="font-size:small">I took your BSD patches 0001 through 0017 + 0018 that I made from the link in "one more bsd patch email" + plugins_makefile_freebsd.diff and put them all in 1 big file, bsd13.patch (like current blds/bsd.patch) but get a lot of rejections.  That is OK, I will work it out but just wanted to let you know what I was doing.  ...Phyllis</span></div><div></div></div></div></div></blockquote><div><br></div><div>my idea was to augment code and makefiles  so bsd patch eventually will be unneeded. my patches for 'git am'. surely for next month+! </div><div><br></div><div>this monthly build I only hope to have in fix for libdav1d 1.0.0 - gentoo and termux moved on because their ffmpeg was already patched/ready</div>