Re: net/libarcus fails to install
On Thu, Dec 31, 2020 at 12:59 AM Shane Ambler wrote: > > On 31/12/20 7:49 am, Diane Bruce wrote: > > On Wed, Dec 30, 2020 at 11:01:05AM +1030, Shane Ambler wrote: > >> > >> The issue is in cmake - I have just reported it as a bug > >> > >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252277 > > > > Thanks for tracking this down! This bug of course fails to show > > up on poudriere. > > poudriere builds ports in a clean environment, there is usually just one > python version available when it builds a port. > > >> > >> For a workaround try adding the following to the end of the libarcus > >> Makefile (above the last .include line) indents are tabs not spaces > >> The same addition should also work for libsavitar > >> > >> post-patch: > >> ${REINPLACE_CMD} -e 's|VERSION_LESS 3.12|VERSION_LESS 4.12|g' \ > >> ${WRKSRC}/CMakeLists.txt \ > >> ${WRKSRC}/cmake/FindSIP.cmake > >> > > > > Should we do this for now? Or wait for CMake to be fixed? > > I can certainly add this snippet to the port for now. > > You can use that yourself to allow you to build your own ports until > cmake gets an update relating to this. (for completeness) I can confirm that the workaround works, for both libarcus and libsavitar. Thanks! -- Regards, Torfinn Ingolfsen ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Committing New Ports on Bugzilla
Hi freebsd-ports@, I hope you all had a great holiday season. I have a couple of New Ports which I would like someone to commit. The Ports are: * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252314 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252226 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252224 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252223 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=25 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252185 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252151 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252152 * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252150 Could one of you please commit these New Ports? Have a happy new year! -Neel ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Xfce, xfce4-terminal, and UTF-8
I set LOCALE to en_US.UTF-8 and LC_CTYPE to C. Upon login, I run setxkbmap -option compose:lwin. Consequently, I can enter all the UTF-8 characters I need, such as é, ç, and even ™, into most X-based programs I run. When I first set this up, over a year ago, it also worked for xfce4-terminal, but that stopped working earlier this year. (At this point, I can't tell you when exactly, because I just worked around the problem with mousepad as necessary.) Does anyone know the correct fix for this? Happy New Year, and let's all have a great FreeBSD-based 2021! -- George OpenPGP_signature Description: OpenPGP digital signature
Re: Xfce, xfce4-terminal, and UTF-8
On 12/31/20 3:11 PM, George Mitchell wrote: I set LOCALE to en_US.UTF-8 and LC_CTYPE to C. Upon login, I run setxkbmap -option compose:lwin. Consequently, I can enter all the UTF-8 characters I need, such as é, ç, and even ™, into most X-based programs I run. When I first set this up, over a year ago, it also worked for xfce4-terminal, but that stopped working earlier this year. (At this point, I can't tell you when exactly, because I just worked around the problem with mousepad as necessary.) Does anyone know the correct fix for this? Happy New Year, and let's all have a great FreeBSD-based 2021! -- George I guess I should have been a little more specific about the exact failure. I press the Compose key and two more keys, provoking no response at all from xfce4-terminal, but any following keys act normally. I'm pretty sure it all worked under FBSD 11.3, and it started to fail some time after I upgraded to 11.4 (don't quote me on that) and hasn't worked since I upgraded to 12.1. (By the way, the same failure afflicts plain xterm.)-- George OpenPGP_signature Description: OpenPGP digital signature
Re: Xfce, xfce4-terminal, and UTF-8
On 31/12/20 23:57, George Mitchell wrote: On 12/31/20 3:11 PM, George Mitchell wrote: I set LOCALE to en_US.UTF-8 and LC_CTYPE to C. Upon login, I run setxkbmap -option compose:lwin. Consequently, I can enter all the UTF-8 characters I need, such as é, ç, and even ™, into most X-based programs I run. When I first set this up, over a year ago, it also worked for xfce4-terminal, but that stopped working earlier this year. (At this point, I can't tell you when exactly, because I just worked around the problem with mousepad as necessary.) Does anyone know the correct fix for this? Happy New Year, and let's all have a great FreeBSD-based 2021! -- George I guess I should have been a little more specific about the exact failure. I press the Compose key and two more keys, provoking no response at all from xfce4-terminal, but any following keys act normally. I'm pretty sure it all worked under FBSD 11.3, and it started to fail some time after I upgraded to 11.4 (don't quote me on that) and hasn't worked since I upgraded to 12.1. (By the way, the same failure afflicts plain xterm.) -- George I'm not an expert on composition but I'm working on the update to XFCE 4.16. I recently noticed some problems with XFCE 4.14 and composition (being Italian I use it a lot mainly for accented letters, which are quite common and essential in my mother tongue). Unluckily the update is now held back due to issues with some packages not updating correctly sometimes. But maybe the update would solve it for you. The update is being worked on at [1] and [2]. BTW if you're using xfce you can configure your compose key via the keyboard configuration in xfce4-settings. Also more strictly on composition, have you checked the combinations you are using are actually present in the list of known key combinations (can't recall what file that is in, sorry) [1] https://github.com/madpilot78/FreeBSD-XFCE-4.15 [2] https://reviews.freebsd.org/D27846 -- Guido Falsi ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Xfce, xfce4-terminal, and UTF-8
On 01/01/21 01:22, Guido Falsi via freebsd-ports wrote: On 31/12/20 23:57, George Mitchell wrote: On 12/31/20 3:11 PM, George Mitchell wrote: I set LOCALE to en_US.UTF-8 and LC_CTYPE to C. Upon login, I run setxkbmap -option compose:lwin. Consequently, I can enter all the UTF-8 characters I need, such as é, ç, and even ™, into most X-based programs I run. When I first set this up, over a year ago, it also worked for xfce4-terminal, but that stopped working earlier this year. (At this point, I can't tell you when exactly, because I just worked around the problem with mousepad as necessary.) Does anyone know the correct fix for this? Happy New Year, and let's all have a great FreeBSD-based 2021! -- George I guess I should have been a little more specific about the exact failure. I press the Compose key and two more keys, provoking no response at all from xfce4-terminal, but any following keys act normally. I'm pretty sure it all worked under FBSD 11.3, and it started to fail some time after I upgraded to 11.4 (don't quote me on that) and hasn't worked since I upgraded to 12.1. (By the way, the same failure afflicts plain xterm.) -- George I'm not an expert on composition but I'm working on the update to XFCE 4.16. I recently noticed some problems with XFCE 4.14 and composition (being Italian I use it a lot mainly for accented letters, which are quite common and essential in my mother tongue). Unluckily the update is now held back due to issues with some packages not updating correctly sometimes. But maybe the update would solve it for you. The update is being worked on at [1] and [2]. BTW if you're using xfce you can configure your compose key via the keyboard configuration in xfce4-settings. Also more strictly on composition, have you checked the combinations you are using are actually present in the list of known key combinations (can't recall what file that is in, sorry) Found it, it's in /usr/local/lib/X11/locale/en_US.UTF-8/Compose, and here does contain the copyright symbols, as o c (and others), it is working for me also in xfce4-terminal, but I'm using XFCE 4.16 with the patches linked in the previous message. -- Guido Falsi ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Re: Xfce, xfce4-terminal, and UTF-8
On 12/31/20 7:27 PM, Guido Falsi via freebsd-ports wrote: [...] Unluckily the update is now held back due to issues with some packages not updating correctly sometimes. But maybe the update would solve it for you. The update is being worked on at [1] and [2]. BTW if you're using xfce you can configure your compose key via the keyboard configuration in xfce4-settings. Also more strictly on composition, have you checked the combinations you are using are actually present in the list of known key combinations (can't recall what file that is in, sorry) Found it, it's in /usr/local/lib/X11/locale/en_US.UTF-8/Compose, and here does contain the copyright symbols, as o c (and others), it is working for me also in xfce4-terminal, but I'm using XFCE 4.16 with the patches linked in the previous message. Thanks for the pointer! I will try this in the next couple of days and report back when I can. -- George OpenPGP_signature Description: OpenPGP digital signature
INDEX build failed for 11.x
INDEX build failed with errors: Generating INDEX-11 - please wait..--- describe.accessibility --- --- describe.arabic --- --- describe.archivers --- --- describe.astro --- --- describe.audio --- --- describe.benchmarks --- --- describe.biology --- --- describe.cad --- --- describe.chinese --- --- describe.comms --- --- describe.converters --- --- describe.databases --- --- describe.deskutils --- --- describe.devel --- --- describe.dns --- --- describe.editors --- --- describe.databases --- make[5]: "/home/indexbuild/tindex/ports/databases/pypy-gdbm/Makefile" line 17: Cannot open /home/indexbuild/tindex/ports/databases/pypy-gdbm/../../lang/pypy/bsd.pypy.cffi.mk make[5]: Fatal errors encountered -- cannot continue===> databases/pypy-gdbm failed *** [describe.databases] Error code 1 [...] --- describe.devel --- make[6]: "/home/indexbuild/tindex/ports/devel/py-subversion/../../devel/subversion/Makefile.addons" line 30: Cannot open /home/indexbuild/tindex/ports/devel/py-subversion/../../devel/subversion-lts/Makefile.common make[6]: "/home/indexbuild/tindex/ports/Mk/bsd.port.mk" line 1842: Malformed conditional (${WITH_PKG} == devel) make[6]: "/home/indexbuild/tindex/ports/Mk/bsd.port.mk" line 2179: Malformed conditional (${PREFIX} == /usr) make[6]: "/home/indexbuild/tindex/ports/Mk/bsd.port.mk" line 2698: Malformed conditional (${PREFIX} == /usr) make[6]: "/home/indexbuild/tindex/ports/Mk/bsd.port.mk" line 4575: Malformed conditional ((${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr" && ${PREFIX} != "/" && !defined(NO_PREFIX_RMDIR))) make[6]: Fatal errors encountered -- cannot continue===> devel/py-subversion failed *** [describe.devel] Error code 1 make[2]: stopped in /home/indexbuild/tindex/ports make[2]: stopped in /home/indexbuild/tindex/ports *** Error code 1 Stop. make[1]: stopped in /home/indexbuild/tindex/ports *** Error code 1 Stop. make: stopped in /home/indexbuild/tindex/ports 3 errors Committers on the hook: gerald jhale jrm leres matthew mfechner pkubaj rene samm yuri Most recent SVN update was: Updating '.': Uarchivers/py-zstandard/Makefile Uarchivers/py-zstandard/distinfo Uarchivers/zchunk/Makefile Uarchivers/zchunk/distinfo Uarchivers/zchunk/pkg-plist Dsecurity/broccoli Dsecurity/sandsifter Dsecurity/orthrus Dsecurity/py-backports.ssl_match_hostname Asecurity/gpgme/files/patch-git-key.h Usecurity/gpgme-cpp/Makefile Usecurity/Makefile Dlang/spidermonkey185 Dlang/pypy Dlang/tolua++ Dlang/spidermonkey24 Dlang/spidermonkey52 Dlang/spidermonkey60 Dlang/julia10 Dlang/pypy3 Ulang/gcc9-devel/Makefile Ulang/gcc9-devel/distinfo Ulang/Makefile Ddevel/godot2 Ddevel/py-backports_abc Ddevel/rbtools Ddevel/py-backports.functools_lru_cache Ddevel/electron4 Ddevel/electron5 Ddevel/electron6 Ddevel/electron7 Ddevel/py-functools32 Ddevel/libhid Ddevel/py-more-itertools5 Ddevel/py-weakrefmethod Ddevel/libosmocore Ddevel/gnatpython Ddevel/py-selectors2 Ddevel/py-backports.shutil_get_terminal_size Ddevel/py-singledispatch Ddevel/py-pathlib Ddevel/llvm60 Ddevel/py-should_dsl Ddevel/bzr Ddevel/py-cheetah Ddevel/py-dis3 Ddevel/py-enum34 Ddevel/py-typing Ddevel/p5-Log-Any-Adapter-Callback Ddevel/chromium-gn Ddevel/py-total-ordering Ddevel/godot2-tools Ddevel/py-backports.os Ddevel/py-futures Ddevel/subversion-lts Ddevel/mongo-cxx-driver Ddevel/viewvc Ddevel/py-subprocess32 Udevel/cl-alexandria/Makefile Udevel/cl-alexandria/distinfo Udevel/cl-alexandria/pkg-plist Udevel/cl-alexandria-sbcl/Makefile Udevel/Makefile Udevel/efl/Makefile Udevel/embb/Makefile Adevel/libnest2d-ultimaker Adevel/libnest2d-ultimaker/Makefile Adevel/libnest2d-ultimaker/distinfo Adevel/libnest2d-ultimaker/pkg-descr Adevel/libnest2d-ultimaker/pkg-plist Adevel/py-pynest2d Adevel/py-pynest2d/Makefile Adevel/py-pynest2d/distinfo Adevel/py-pynest2d/files Adevel/py-pynest2d/files/patch-CMakeLists.txt Adevel/py-pynest2d/files/patch-cmake_FindClipper.cmake Adevel/py-pynest2d/files/patch-cmake_FindSIP.cmake Adevel/py-pynest2d/files/patch-src_ItemGroup.sip Adevel/py-pynest2d/files/patch-src_Pynest2D.sip Adevel/py-pynest2d/pkg-descr Adevel/py-pynest2d/pkg-plist Ux11-wm/stumpwm/Makefile UMOVED Daudio/xmms2 Daudio/mixxx21 Daudio/ardour Uaudio/Makefile Uaudio/picard-plugins/Makefile Uaudio/picard-plugins/distinfo Daudio/picard-plugins/files/pkg-message.in Aaudio/picard-plugins/files/pkg-message.bmp.in Uaudio/picard-plugins/pkg-plist Uaudio/rawrec/Makefile Dchinese/sunpinyin Uchinese/Makefile Ddatabases/arangodb32 Ddatabases/arangodb33 Udatabases/Makefile Ddns/py-dns Udns/Makefile Deditors/atom Ueditors/Makefile U
INDEX build failed for 11.x
INDEX build failed with errors: Generating INDEX-11 - please wait..--- describe.accessibility --- --- describe.arabic --- --- describe.archivers --- --- describe.astro --- --- describe.audio --- --- describe.benchmarks --- --- describe.biology --- --- describe.cad --- --- describe.chinese --- --- describe.comms --- --- describe.converters --- --- describe.databases --- --- describe.deskutils --- --- describe.devel --- --- describe.dns --- --- describe.editors --- --- describe.databases --- make[5]: "/home/indexbuild/tindex/ports/databases/pypy-gdbm/Makefile" line 17: Cannot open /home/indexbuild/tindex/ports/databases/pypy-gdbm/../../lang/pypy/bsd.pypy.cffi.mk make[5]: Fatal errors encountered -- cannot continue===> databases/pypy-gdbm failed *** [describe.databases] Error code 1 [...] --- describe.devel --- make[6]: "/home/indexbuild/tindex/ports/devel/py-subversion/../../devel/subversion/Makefile.addons" line 30: Cannot open /home/indexbuild/tindex/ports/devel/py-subversion/../../devel/subversion-lts/Makefile.common make[6]: "/home/indexbuild/tindex/ports/Mk/bsd.port.mk" line 1842: Malformed conditional (${WITH_PKG} == devel) make[6]: "/home/indexbuild/tindex/ports/Mk/bsd.port.mk" line 2179: Malformed conditional (${PREFIX} == /usr) make[6]: "/home/indexbuild/tindex/ports/Mk/bsd.port.mk" line 2698: Malformed conditional (${PREFIX} == /usr) make[6]: "/home/indexbuild/tindex/ports/Mk/bsd.port.mk" line 4575: Malformed conditional ((${PREFIX} != ${LOCALBASE} && ${PREFIX} != ${LINUXBASE} && ${PREFIX} != "/usr" && ${PREFIX} != "/" && !defined(NO_PREFIX_RMDIR))) make[6]: Fatal errors encountered -- cannot continue===> devel/py-subversion failed *** [describe.devel] Error code 1 make[2]: stopped in /home/indexbuild/tindex/ports make[2]: stopped in /home/indexbuild/tindex/ports *** Error code 1 Stop. make[1]: stopped in /home/indexbuild/tindex/ports *** Error code 1 Stop. make: stopped in /home/indexbuild/tindex/ports 3 errors Committers on the hook: eugen gerald jhale jrm leres matthew mfechner novel pkubaj rene samm yuri Most recent SVN update was: Updating '.': Umultimedia/simplescreenrecorder/Makefile Umultimedia/simplescreenrecorder/distinfo UMOVED Usysutils/Makefile Asysutils/wmbsdbatt Asysutils/wmbsdbatt/Makefile Asysutils/wmbsdbatt/pkg-descr Asysutils/wmbsdbatt/files Asysutils/wmbsdbatt/files/patch-Makefile Asysutils/wmbsdbatt/files/patch-wmbsdbatt.c Asysutils/wmbsdbatt/files/patch-zz-frequency Asysutils/wmbsdbatt/files/patch-zz-temperature Asysutils/wmbsdbatt/distinfo Asysutils/wmcube Asysutils/wmcube/Makefile Asysutils/wmcube/pkg-descr Asysutils/wmcube/files Asysutils/wmcube/files/pkg-message.in Asysutils/wmcube/files/patch-Makefile.FREEBSD Asysutils/wmcube/files/patch-wmcube.c Asysutils/wmcube/pkg-plist Asysutils/wmcube/distinfo Asysutils/xbattbar Asysutils/xbattbar/Makefile Asysutils/xbattbar/files Asysutils/xbattbar/files/patch-Imakefile Asysutils/xbattbar/files/patch-xbattbar.c Asysutils/xbattbar/files/patch-xbattbar.man Asysutils/xbattbar/pkg-descr Asysutils/xbattbar/distinfo Usecurity/libgpg-error/Makefile Usecurity/libgpg-error/distinfo Usecurity/libgpg-error/pkg-plist Usecurity/vuxml/vuln.xml Ueditors/emacs-devel/Makefile Ueditors/emacs-devel/distinfo Ueditors/emacs-devel/pkg-plist Uirc/inspircd/Makefile Uirc/inspircd/distinfo Airc/inspircd/files/patch-make_template_inspircd Uirc/inspircd/files/patch-make_template_main.mk Umisc/urh/Makefile Umisc/urh/distinfo Updated to revision 559807. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"