checksum mismatch building iridium

2022-11-05 Thread Andy Farkas
%%% ===>  License BSD3CLAUSE LGPL21 MPL11 accepted by the user ===>   iridium-browser-2022.10.106.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by iridium-browser-2022.10.106.1 for building => SHA256 Checksum OK for iridium-browser-2022.10.106.1.tar.xz. =

Re: audio/audacity -> audio/sratom

2022-11-02 Thread Andy Farkas
On 2/11/2022 4:50 pm, Tatsuki Makino wrote: Hello. Konnichiwa. Probably because doxygen is installed. It may be necessary to explicitly stop the following in sratom-0.6.14/meson.build if not get_option('docs').disabled() subdir('doc') endif Yes, that worked. Thanks. Oh-no!  Now audac

audio/audacity -> audio/sratom

2022-11-01 Thread Andy Farkas
I cannot build audacity because sratom fails: ... [ 44% 5/9] /usr/local/bin/doxygen doc/c/xml/Doxyfile [ 55% 6/9] /usr/ports/work/usr/ports/audio/sratom/work/sratom-0.6.14/doc/../scripts/dox_to_sphinx.py -f doc/c/xml/index.xml doc/c/api FAILED: doc/c/api/sratom.rst /usr/ports/work/usr/ports/

RE: problem building gstreamer1-plugins-gl

2022-10-31 Thread Andy Farkas
[apologies about mail format - forced to use outlook...e] I updated my 13.1-STABLE workstation, uninstalled gstreamer1* and went to rebuild ports (via portmaster)... For me gstreamer1-plugins-dts won't build and fails with: Sys/v4l2codecs/meson.build:38:2: ERROR: Unknown variable "gstcodec

games/fs2open

2022-08-09 Thread Andy Farkas
root:/usr/ports/games/fs2open # make all ... /usr/ports/work/usr/ports/games/fs2open/work/fs2open.github.com-release_22_2_0/code/graphics/vulkan/VulkanRenderer.cpp:794:21: error: no viable overloaded '='     m_graphicsPipeline = m_device->createGraphicsPipelineUnique(nullptr, pipelineInfo)

svgalib build fail with portmaster

2022-07-20 Thread Andy Farkas
If I use portmaster to re-build all of my ports it fails at svgalib: %%% # portmaster -adf ... gmake[2]: Leaving directory '/usr/ports/work/usr/ports/graphics/svgalib/work/svgalib-1.4.3/doc' Now run 'make demoprogs' to make the test and demo programs in demos/ and threedkit/. gmake[1]: Leav

Re: make index failing again

2022-06-21 Thread Andy Farkas
On 21/06/2022 6:06 pm, Tatsuki Makino wrote: It is probably caused by options. It can be circulated in the following order audio/pulseaudio (enabled SOXR) audio/libsoxr (enabled AVFFT) multimedia/ffmpeg (enabled PULSEAUDIO) Thank you. Setting these options let make index complete without er

make index failing again

2022-06-21 Thread Andy Farkas
So I've discussed this issue before but now something different is annoyingly stopping me from completing a 'make index' in my ports tree... %%% root:/usr/ports # date Tue Jun 21 16:51:59 AEST 2022 root:/usr/ports # rm -rf * .git* .arc* .hook* root:/usr/ports # ls -CaF ./  ../ root:/usr/por

Re: git pull not replicating?

2022-06-18 Thread Andy Farkas
Thank you Michael and Mark, you have increased my understanding of git such that it now makes a bit more sense of what is going on. The many many git manpages I find hard to comprehend. (what does supposed to mean?) On 19/06/2022 3:13 am, Mark Millard wrote: (Deleting/moving directory trees

git pull not replicating?

2022-06-18 Thread Andy Farkas
If I do a 'git pull' in /usr/ports usually it updates a few files and I think 'good, my ports tree is in sync with upstream'. And if I do it again shortly afterwards, I get: root:/usr/ports # git pull Already up to date. root:/usr/ports # Which is also good. But if I do this: root:/usr/ports

Re: make index fail

2022-06-10 Thread Andy Farkas
On 10/06/2022 8:53 pm, Norikatsu Shigemura wrote: If you use perl 5.30, update to perl 5.32 or 5.34. Perl 5.30 is no longer support in this time. Deinstalling perl5-5.30 and reinstalling perl5-5.32 has resolved the issue. make index completed without error and I have a non-zero byte INDEX-1

Re: make index fail

2022-06-10 Thread Andy Farkas
On 10/06/2022 8:53 pm, Norikatsu Shigemura wrote: Ah, I know this issue. On 2022/06/10 14:07, Tatsuki Makino wrote: If there is still a problem, is there something wrong with the environment variables? Also, there is no difference in the error message, so I can't determine whether it is run

Re: make index fail

2022-06-09 Thread Andy Farkas
On 10/06/2022 1:12 pm, Tatsuki Makino wrote: If Perl is the cause of it, is there a file named PERL5_DEFAULT left in /tmp? Nope: %%% root@mater:/usr/ports # ls -laF /tmp total 60 drwxrwxrwt   7 root   wheel   7 10 Jun 11:40 ./ drwxr-xr-x  19 root   wheel  28  8 Jun 02:36 ../ drwxrwxrwt   2 r

Re: make index fail

2022-06-09 Thread Andy Farkas
It's still failing :( Something funky is going on. Brand new cloned ports tree: %%% root@mater:/usr/ports # ls -laF total 9 drwxr-xr-x   2 root  wheel   2 10 Jun 09:25 ./ drwxr-xr-x  16 root  wheel  16  3 Mar 09:33 ../ root@mater:/usr/ports # cd .. root@mater:/usr # git clone --depth 1 https:/

Re: make index fail

2022-06-09 Thread Andy Farkas
On 9/06/2022 9:23 pm, Michael Gmelin wrote: What is the output of “git status”? %%% root@mater:/usr/ports # git status On branch main Your branch is up to date with 'origin/main'. Changes not staged for commit:   (use "git add/rm ..." to update what will be committed)   (use "git restore ..

make index fail

2022-06-09 Thread Andy Farkas
Whenever I update my ports tree (git pull) I then do a make index. Over the last week or so it has been failing like this: %%% root@mater:/usr/ports # make index Generating INDEX-13 - please wait..--- describe.accessibility --- [0] --- describe.arabic ---  ... --- describe.x11-wm --- make_index

Re: On what days are the git servers available to obtain the ports tree?

2022-05-04 Thread Andy Farkas
On 3/05/2022 9:07 am, Tatsuki Makino wrote: To clean it up without cloning, we will have to make full use of the following commands, which are listed here. # git stash push --all -- :/ # git stash pop # git pull --autostash --rebase --prune -- # git reset --soft origin -- # git checkout HEAD

Re: audio/clementine-player maintainership

2022-02-06 Thread Andy Farkas
On 2022-02-07 10:42, Sean Bruno wrote: It does still work as expected. ...set deprecated and migrate it out of the tree This seems very counter-intuative. -andyf