From owner-freebsd-ports-bugs@freebsd.org Fri Oct 21 03:06:31 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06873C194D1 for ; Fri, 21 Oct 2016 03:06:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CEA6F130C for ; Fri, 21 Oct 2016 03:06:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u9L36U6W087419 for ; Fri, 21 Oct 2016 03:06:30 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Fri, 21 Oct 2016 03:06:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: bsdports@kyle-evans.net X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? merge-quarterly? X-Bugzilla-Changed-Fields: attachments.isobsolete flagtypes.name attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Oct 2016 03:06:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213637 Kyle Evans changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175961|0 |1 is obsolete| | Attachment #176004| |maintainer-approval+ Flags| | --- Comment #5 from Kyle Evans --- 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.=