[Bug 262205] Mk/bsd.wx.mk not working correctly when trying to compile graphics/hugin
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 17:16:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262205 Robert Clausecker <fuz@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Assignee|fuz@FreeBSD.org |desktop@FreeBSD.org CC| |desktop@FreeBSD.org --- Comment #5 from Robert Clausecker <fuz@FreeBSD.org> --- (In reply to Martin Birgmeier from comment #4) Did you set WITH_WX_VER in /etc/make.conf as indicated in /usr/ports/Mk/bsd.wx.mk? Try setting WITH_WX_VER=3.2 to force version 3.2. The ports infrastructure is not designed to configure ports based on what is already installed on the system. Instead, it chooses dependencies based on what you configured. Interestingly enough, bsd.wx.mk does have some sort of logic to detect existing wx installtions, but I don't really get how it works. The current version only checks for 3.0 and 3.2 anyway. As this doesn't seem to be specific to hugin in any way, I've assigned the bug to desktop@, which is the group taking care of bsd.wx.mk. Maybe someone there has something to say about this. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.