Hello, I just updated my ports for 10.0-RELEASE and redid the linux base to include the newer https://github.com/xmj/linux-ports. I seem to have installed net/citrix_ica just fine, but it will not run. I have had this port running with prior additions without any problems. I see that the port files have been moved around a bit. I now have this error:
% wfica exec: /usr/local/ICAClient/wfica: Permission denied % /usr/local/ICAClient/setupwfc Citrix does not test or support this client on the FreeBSD operating system. exec: /usr/local/ICAClient/util/hinst: Permission denied % sudo /usr/local/ICAClient/setupwfc Citrix does not test or support this client on the FreeBSD operating system. exec: /usr/local/ICAClient/util/hinst: Permission denied It seems that the file in /usr/local/bin is just calling the wfica in /usr/local/ICAClient directory: $ cat /usr/local/bin/wfica #!/bin/sh export ICAROOT=/usr/local/ICAClient exec $ICAROOT/wfica "$@" I'm not sure how to go about fixing this. There is no listed maintainer for this port. Thanks in advance. _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"