From owner-freebsd-ports@FreeBSD.ORG Fri Mar 20 10:32:27 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A806EDC; Fri, 20 Mar 2015 10:32:27 +0000 (UTC) Received: from critical.ch (critical.ch [IPv6:2a01:4f8:d16:2743::1:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.critical.ch", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E5F387C; Fri, 20 Mar 2015 10:32:27 +0000 (UTC) Received: from wiggles.local (dynamic.wline.6rd.res.cust.swisscom.ch [IPv6:2a02:120b:c3f9:27d0:dad3:85ff:fe79:dd2] (may be forged)) (authenticated bits=0) by critical.ch (8.14.9/8.14.9/critical-1.0) with ESMTP id t2KAWOkv003081; Fri, 20 Mar 2015 11:32:25 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Fri, 20 Mar 2015 11:32:19 +0100 From: Emanuel Haupt To: Aric Gregson Subject: Re: Anyone able to use citrix_ica? Message-Id: <20150320113219.1a5495ecd9570e29021c5133@FreeBSD.org> In-Reply-To: <86wq2c7lh9.fsf@freeenv.i-did-not-set--mail-host-address--so-tickle-me> References: <86wq2c7lh9.fsf@freeenv.i-did-not-set--mail-host-address--so-tickle-me> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; amd64-portbld-freebsd10.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, xmj@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2015 10:32:27 -0000 Aric Gregson wrote: > Hello, > > I am wondering if anyone has been able to get the citrix_ica to > function? I am able to install it seemingly without problems, but it > will never run. I get a 'permission denied' error when trying to run > it from the CLI and nothing happens when using the web start. > > I used to have a modified version of this or a similar package before > the new linux support, but since moving to the new linux support in > FreeBSD I have not been able to get the citrix client working. Does > anyone know how to get Citrix web client working on FreeBSD? > > Thanks, Aric It has been broken for me for quite some time. I've tried to update to the most recent version but couldn't get it to work. In case anyone would like to pickup from where I've left off, it's available on the phabricator: https://reviews.freebsd.org/D1856 Current status: - files are most likely installed into the wrong path, however - firefox plugin can be created with nspluginwrapper and does show up in about:config - trying to connect fails, tcpdump showed no connection attempts Emanuel