Created attachment 160407 [details] CentOS 6.7 things Patch attached updates linux ports framework/userland (both 32bit and 64bit variants) to CentOS 6.7. Please test this once without, and once with, the following addition to /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=c6_64 OVERRIDE_LINUX_NONBASE_PORTS=c6_64 Thanks, Johannes
Can you explain this change to Mk/bsd.linux-apps.mk: -. if defined(OVERRIDE_LINUX_NONBASE_PORTS) +. if defined(OVERRIDE_LINUX_NONBASE_PORTS) && ! defined(USE_LINUX) AFAIK, 99% of linux ports have USE_LINUX defined, so this totally changes previous behavior?
(In reply to Antoine Brodin from comment #1) Yes. It seems to be one possible solution to PR #202264, which falsely makes flashplugin11 depend on both linux_base-f10 *AND* apps from the linux-c6- namespace. Which is wrong, of course ;-)
And does this fix actually work?
Close after feedback timeout, the: -. if defined(OVERRIDE_LINUX_NONBASE_PORTS) +. if defined(OVERRIDE_LINUX_NONBASE_PORTS) && ! defined(USE_LINUX) is definitely bogus. Please re-open a bug if you feel this update is needed and you intend to work on providing feedback / fixing fallout.