[Bug 193428] [MAINTAINER] lang/x10: Add BROKEN for FreeBSD <= 9.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 11 15:01:45 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193428

John Marino <marino at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Patch Ready                 |Open

--- Comment #1 from John Marino <marino at FreeBSD.org> ---
Please resubmit patch with change:

.if ${OSVERSION} <= 90100 

to

.if ${OPSYS} == FreeBSD && ${OSVERSION} <= 90100

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list