On 06/29/17 13:50, Joerg Sonnenberger wrote:
On Thu, Jun 29, 2017 at 12:56:24PM -0500, Jason Bacon wrote:That's not what I meant... I'm just trying to identify packages that need to be fixed right now. These packages are not going to build on CentOS 6 as they stand.Pick a GCC version new enough, i.e. 4.9 is a pretty good bet. Set GCC_REQD=4.9 in mk.conf with PKGPATH check for all but lang/gcc49 and requirements. That should normally be digest, cwrappers, checkpers and maybe gmake. Joerg
Is this what you mean? .if empty(PKGPATH:Mlang/gcc49) && empty(PKGPATH:Mpkgtools/digest) && ... GCC_REQD=4.9 .endif Thanks, JB -- Earth is a beta site.