Citrix installation problems

First of all merry christmas to everyone! I'm new to the forum and I am running freeBSD in a vm right now. Hope to install it on bare metal soon. I'm an application administrator and use Linux professionally as well as privately on the desktop. I want to see if I can make the switch to freeBSD on the desktop.

I started a new threat because the other threads I've found were more than a year old. If that's not the most appropriate thing to do I'll see if I can close this thread and respond to one of the older threads. I've read the rules and hope I got the formatting correct. Sorry in advance for errors or possible inconvenience.

I'm trying to install Citrix workspace and I've found this thread for example;
Thread citrix-workspace-on-freebsd.87006

IIRC just go to /usr/ports/net/citrix_ica/ then the usual make install clean. Follow the instructions. It'll ask you to go and download a file from citrix and put it in /usr/ports/distfiles/ . Do that and run the make install clean again and it'll do it's thing.

But after executing I still get the message I have to download etc etc;

cd /usr/ports/net/citrix_ica/
make install clean

===> citrix_ica-13.10.0 May not be redistributed due to licensing. Please
visit https://www.citrix.com/downloads/citrix-receiver/linux/ accept their
license and download linuxx86-13.10.0.20.tar.gz into /usr/ports/distfiles.
*** Error code 1

Stop.
make: stopped in /usr/ports/net/citrix_ica

So I've accepted the license and moved the download to /usr/ports/distfiles and still get the same output after re-executing.
What I've noticed is that the download is a 32bit version which could be a possible cause? For the rest I'm clueless. Thanks in advance for helping me out!
 
if the filename matches, the port should have picked it up, if it is readable. the distinfo file in the port directoryconatin the details about the file or files that the port expects to use.
 
Back
Top