Files
ports/Mk
John Marino 12a19c24bf 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 <bsd.port.pre.mk>
  .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)
2015-06-02 21:17:00 +00:00
..
2014-09-08 20:44:21 +00:00
2015-04-27 10:28:00 +00:00
2014-12-25 14:49:57 +00:00
2014-12-16 13:35:01 +00:00
2015-03-11 23:11:47 +00:00
2015-05-15 18:33:57 +00:00
2015-05-31 22:56:44 +00:00
2015-05-21 15:25:40 +00:00
2014-11-02 20:01:31 +00:00
2014-12-04 02:30:05 +00:00
2015-04-18 15:34:36 +00:00