Date: Mon, 3 Jan 2005 17:39:58 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: jakob@grimstveit.no Cc: portmgr@freebsd.org Subject: Re: Citrix client upgrade broken? Or linux-base is the problem? Message-ID: <20050103173958.05ef2359@Magellan.Leidinger.net> In-Reply-To: <1104754796.777.4.camel@nusse> References: <1104754796.777.4.camel@nusse>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
On Mon, 03 Jan 2005 13:19:56 +0100
Jakob Breivik Grimstveit <jakob.grimstveit@starshipping.com> wrote:
> Did a portupgrade right now, and it seems to have broken the Citrix
> client.
>
> Can't launch Citrix client after upgrading client and linux-base to -8.
> Did as recommended in UPDATING and also tried `portupgrade -rRf citrix*`
> afterwards.
> [jakobbg@nusse ~]# wfica
> /usr/local/ICAClient/wfica: error while loading shared libraries:
> libXaw.so.6: cannot open shared object file: No such file or directory
Patch attached, please report back if it works.
Portmgr: Do I have commit approval if it works?
Bye,
Alexander.
--
Speak softly and carry a cellular phone.
http://www.Leidinger.net Alexander @ Leidinger.net
GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
[-- Attachment #2 --]
Index: german/citrix_ica/Makefile
===================================================================
RCS file: /big/FreeBSD-CVS/ports/german/citrix_ica/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- german/citrix_ica/Makefile 31 Dec 2004 18:23:54 -0000 1.9
+++ german/citrix_ica/Makefile 3 Jan 2005 16:38:05 -0000
@@ -7,7 +7,7 @@
PORTNAME= citrix_ica
PORTVERSION= 6.30.1054
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= german net comms linux
MASTER_SITES=
DISTNAME= ${PORTNAME}-linuxx86-de
@@ -15,6 +15,8 @@
MAINTAINER= mbr@FreeBSD.org
COMMENT= Citrix(R) client for the Microsoft Windows Terminal Server
+RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXaw.so.6:${PORTSDIR}/x11/linux-XFree86-libs
+
ONLY_FOR_ARCHS= i386
RESTRICTED= "License prohibits redistribution"
IS_INTERACTIVE= "Noisy license agreement ignores stdin"
Index: net/citrix_ica/Makefile
===================================================================
RCS file: /big/FreeBSD-CVS/ports/net/citrix_ica/Makefile,v
retrieving revision 1.33
diff -u -u -r1.33 Makefile
--- net/citrix_ica/Makefile 31 Dec 2004 18:24:03 -0000 1.33
+++ net/citrix_ica/Makefile 3 Jan 2005 16:38:12 -0000
@@ -7,7 +7,7 @@
PORTNAME= citrix_ica
PORTVERSION= 8.00
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net comms linux
MASTER_SITES=
DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION}
@@ -15,6 +15,8 @@
MAINTAINER= mbr@FreeBSD.org
COMMENT= Citrix(R) client for the Microsoft Windows Terminal Server
+RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXaw.so.6:${PORTSDIR}/x11/linux-XFree86-libs
+
ONLY_FOR_ARCHS= i386
RESTRICTED= "License prohibits redistribution"
IS_INTERACTIVE= "Noisy license agreement ignores stdin"
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050103173958.05ef2359>
