From owner-freebsd-ports@FreeBSD.ORG Fri Jan 24 14:56:51 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A89C2311 for ; Fri, 24 Jan 2014 14:56:51 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id 5714A14D3 for ; Fri, 24 Jan 2014 14:56:51 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id DA1ABB9033; Fri, 24 Jan 2014 15:56:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:references:in-reply-to:message-id:subject :subject:from:from:date:date:received:received; s=mimar-0901; t= 1390575401; x=1392389802; bh=tbs6b+nqeVPZPV/qwrgN4qKnpKKvld/a9Ll AMDIUNio=; b=4Ww+b8D/kNReUT6SsQFLVZHI2kt6ydsWNba1EWhP4HCa9xg/Mq1 +YhW93vdIIMQHBGPcDn6klVXUDV3FwAIPEuzuDgGTIHuYDXyXhN/Ee/TekjA+tUL ea7KZqxTKrK7s3rtG8Rlc0wDJfcMG3hqE/WKmE3e1EGguTAVVw9hT/y8= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id cdpV1mzt1NwU; Fri, 24 Jan 2014 15:56:41 +0100 (CET) Received: from kaa.mimar.rs (nat.kappastar.com [193.53.106.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id 49167B902E; Fri, 24 Jan 2014 15:56:41 +0100 (CET) Date: Fri, 24 Jan 2014 15:56:40 +0100 From: Marko =?ISO-8859-1?Q?Cupa=3F?= To: rjk@wintek.com Subject: Re: remmina-plugin-rdp seems to be broken after last update Message-Id: <20140124155640.f1af5dd17f68ffdfe5da83b9@mimar.rs> In-Reply-To: <52DEBEC5.3010406@wintek.com> References: <52DEBEC5.3010406@wintek.com> Organization: Mimar X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 14:56:51 -0000 On Tue, 21 Jan 2014 13:39:01 -0500 Richard Kuhns wrote: > I've just used portmaster to update freerdp & the remmina ports on my > 9.2-STABLE r260910 system, and I can no longer make RDP connections > to Windows boxes. >=20 > If I run remmina from the command line & then try to make a > connection, it dies with: >=20 > /usr/local/lib/remmina/plugins/remmina-plugin-rdp.so: Undefined symbol > "gdk_pixbuf_get_from_surface" +1 on 10.0-RELEASE #0 r260789 amd64 --=20 Marko Cupa?