maintainer-feedback requested: [Bug 217016] graphics/libGL et. al. forces use of llvm39 when llvm40 is installed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Feb 11 21:53:07 UTC 2017
Laurence 'GreenReaper' Parry <greenreaper at hotmail.com> has reassigned Bugzilla
Automation <bugzilla at FreeBSD.org>'s request for maintainer-feedback to
x11 at FreeBSD.org:
Bug 217016: graphics/libGL et. al. forces use of llvm39 when llvm40 is
installed
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217016
--- Description ---
Created attachment 179885
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=179885&action=edit
llvm39 being installed by upgrading 'libglapi-11.2.2' to 'libglapi-13.0.4'
I recently upgraded to FreeBSD 10.3. I installed llvm40 from ports and
recompiled all other ports. Now, I am trying to keep the system up to date
using llvm40.
/usr/ports/graphics/libGL/Makefile.common contains the line:
MESA_LLVM_VER=39
This forces a portupgrade of libglapi to install llvm39 for the recent update.
libglapi and libGL compile and install with llvm40 if I change MESA_LLVM_VER. I
think libGL should work with either port, and llvm41 once it exists, etc.
More information about the freebsd-x11
mailing list