Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2001 13:48:23 +0930
From:      Matthew Thyer <Matthew.Thyer@dsto.defence.gov.au>
To:        mb@imp.ch
Cc:        ports@freebsd.org
Subject:   ports/net/citrix-ica has two problems
Message-ID:  <3B64E00F.A7ECF05@dsto.defence.gov.au>

next in thread | raw e-mail | index | archive | help
1st problem (and the most important to me):

ports/net/citrix_ica/files/wfica needs a change as follows:

> diff -u ports/net/citrix_ica/files/wfica.orig ports/net/citrix_ica/files/wfica
--- ports/net/citrix_ica/files/wfica.orig       Tue Sep 22 07:00:24 1998
+++ ports/net/citrix_ica/files/wfica    Mon Jul 30 12:23:02 2001
@@ -1,3 +1,3 @@
 #!/bin/sh
 export ICAROOT=DESTINATION
-exec $ICAROOT/wfica
+exec $ICAROOT/wfica $*


This is to allow me to run wfica with command line arguments which
people want to do when they have several servers defined in their
configuration and want to choose on the commandline which one to use
like so:

wfica -desc Patch


2nd problem:

If the port has been installed previously and removed, re-installation
will install things in /usr/local/ICAClient/ICAClient instead of
/usr/local/ICAClient.

I haven't provided a patch after being scared off by the huge script
ports/net/citrix_ica/work/linuxx86/hinst which may be the problem.


-- 
 Matthew Thyer                                 Phone:  +61 8 8259 7249
 Science Corporate Information Systems         Fax:    +61 8 8259 5537
 Defence Science and Technology Organisation, Edinburgh
 PO Box 1500 Edinburgh South Australia 5111

 IMPORTANT: This email remains the property of the Australian Defence
 Organisation and is subject to the jurisdiction of section 70 of the
 CRIMES ACT 1914.  If you have received this email in error, you are
 requested to contact the sender and delete the email.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B64E00F.A7ECF05>