Subject: CVS commit: pkgsrc/mail/cue
From: Greg Troxel
Date: 2019-11-24 02:04:20
Message id: 20191124010420.66D7DFA97@cvs.NetBSD.org

Log Message:
mail/cue: Fix compiler check via pkglint

AUTOFIX: hacks.mk:5: Replacing "${PKGSRC_COMPILER} == \ 
\"ido\"" with "${PKGSRC_COMPILER:Mido}".

The PKGSRC_COMPILER can be a list of chained compilers, e.g. "ccache
distcc clang". Therefore, comparing it using == or != leads to wrong
results in these cases.

Files:
RevisionActionfile
1.2modifypkgsrc/mail/cue/hacks.mk