K 10 svn:author V 6 marino K 8 svn:date V 27 2015-06-02T21:17:00.489243Z K 7 svn:log V 497 bsd.port.mk: Implement BROKEN_${OPSYS} and BROKEN_${OPSYS}_${OSREL:R} Examples of use: * BROKEN_FreeBSD= does not link * BROKEN_DragonFly= requires later jail * BROKEN_FreeBSD_8= long type-name is invalid The latter example could replace something like: .include .if ${OPSYS} == FreeBSD && ${OSVERSION} <= 900000 BROKEN= long type-name is invalid .endif Differential Revision: https://reviews.freebsd.org/D2207 Reviewed by: portmgr Approved by: portmgr (mat) END