Hello
I would like to build and install net-im/pidgin, but the process halts due to a missing dependency:
Following the error is a description on how to report the issue to the maintainer, but before I do that, I have 2 questions I was hoping could be answered.
1. Is the Ports Collection current? I mean, when using
2. Can I pass the --disable-screensaver to
I hope the above makes sense.
I would like to build and install net-im/pidgin, but the process halts due to a missing dependency:
Code:
...
checking for X11... yes
checking for XScreenSaverRegister in -lXext... no
checking for XScreenSaverRegister in -lXss... no
configure: error:
XScreenSaver extension development headers not found.
Use --disable-screensaver if you do not need XScreenSaver extension support,
this is required for detecting idle time by mouse and keyboard usage.
===> Script "configure" failed unexpectedly.
...
1. Is the Ports Collection current? I mean, when using
pkg
I have to choose between stable and current, and thus it might take a few months for minor issues to be fixed on the stable channel (which is fine by me). If it's the same for the Ports Collection, that there is a delay before I get minor fixes, I would like to check if the Makefile has been fixed before reporting the issue. I just ran portsnap
so I should be fully updated.2. Can I pass the --disable-screensaver to
make
? While this is not meant as a fix, I would like to know about other issues (if any) before I report this one, so I may report all issues at once.I hope the above makes sense.