Date: Fri, 21 Oct 2016 03:06:30 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213637] net/freerdp: Fix build on ARMv6, Clean up w/ _CMAKE_BOOL Message-ID: <bug-213637-13-n9uZgyQl52@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213637-13@https.bugs.freebsd.org/bugzilla/> References: <bug-213637-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213637 Kyle Evans <bsdports@kyle-evans.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175961|0 |1 is obsolete| | Attachment #176004| |maintainer-approval+ Flags| | --- Comment #5 from Kyle Evans <bsdports@kyle-evans.net> --- Created attachment 176004 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D176004&action= =3Dedit Revised svn(1) diff of net/freerdp Revised version to address armv6hf not being a (living) thing anymore and koob@'s request for a formal BROKEN w/ information. The conditionals for BROKEN=3D are kind of convoluted, but I tried to break= it up into OPSYS/ARCH checks and then all of the different OSVERSION ranges. This affects (in the order written in the Makefile): 1.) Anything before 1100500 (includes 9.x, 10.x, release/11.0.[01]) 2.) stable/11, up to 1100504 3.) HEAD, up to 1200008 If it ends up in stable/10, I'll re-adjust OSVERSION to reflect this. I left the #1 case separate from the #2 case to make it obvious that the pre-110500 was intentional and not an oversight, despite being redundant. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213637-13-n9uZgyQl52>