From owner-freebsd-ports-bugs@freebsd.org Sat Aug 20 21:47:00 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 42C58BC0065 for ; Sat, 20 Aug 2016 21:47:00 +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 0BDA91287 for ; Sat, 20 Aug 2016 21:47:00 +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 u7KLkxtk076338 for ; Sat, 20 Aug 2016 21:46:59 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212004] net/freerdp: Update to 2.0.0.d Date: Sat, 20 Aug 2016 21:47:00 +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: needs-patch, needs-qa 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? X-Bugzilla-Changed-Fields: 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.22 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Aug 2016 21:47:00 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212004 Kyle Evans changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #173899| |maintainer-approval+ Flags| | --- Comment #14 from Kyle Evans --- Created attachment 173899 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D173899&action= =3Dedit Patch for net/freerdp update to 2.0.0 Apologies- it ended up being kind of a large one. The patches all had to be revisited, and a couple of them went away or a got smaller. As such, I went ahead and re-rolled them into `make makepatch` format while we're already upgrading it. Some notes pertaining to this update: * Given that I didn't find any official declaration of version (outside of 2.0.0) from upstream, I went ahead and called this version '2.0.0a' -- assu= ming that we'll just increment the letter for any other intermediate releases we= do, without further information from upstream. * I went ahead and cleaned up some of the CMAKE_ usage, especially where options are concerned. * Upstream's manpages aren't gzipped, so I did this manually in post-instal= l -- not sure if there's a better way * 1.2.0 had this problem as well, but this version will still fail to build= on ARM. I've decided not to address this with the port, because I still have h= ope for bug #211965 to be pushed through/fixed. I suspect I could still add a p= atch to 'fix' this on non-CURRENT versions, if necessary. I've tested building with Poudriere on 9.3 and 10.3 amd64, both using ssl=3Dlibressl and ssl=3Dopenssl. I've informally built it locally (-CURREN= T) for testing as well, so that's also good to go. Will attach/link to logs on request. --=20 You are receiving this mail because: You are the assignee for the bug.=