Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2005 10:19:31 +0200
From:      "Michael L. Hostbaek" <mich@FreeBSD.org>
To:        Anders Nordby <anders@FreeBSD.org>, ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Cc:        mbr@FreeBSD.org
Subject:   Re: cvs commit: ports/net/citrix_ica Makefile distinfo pkg-plist ports/net/citrix_ica/files patch-linuxx86::hinst
Message-ID:  <20050527081931.GB43359@mich2.itxmarket.com>
In-Reply-To: <20050527075937.GA43359@mich2.itxmarket.com>
References:  <200505261521.j4QFLUst090014@repoman.freebsd.org> <20050527075937.GA43359@mich2.itxmarket.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--82I3+IH0IqGh5yIs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Michael L. Hostbaek (mich) writes:
> Anders Nordby (anders) writes:
> > anders      2005-05-26 15:21:30 UTC
> > 
> >   FreeBSD ports repository
> > 
> >   Modified files:
> >     net/citrix_ica       Makefile distinfo pkg-plist 
> >     net/citrix_ica/files patch-linuxx86::hinst 
> >   Log:
> >   Update to version 9. The old distfile was removed.
> 
> After the update, I get the following error when running wfcmgr:
> /usr/local/ICAClient/wfcmgr: error while loading shared libraries: 
> libXm.so.3: cannot open shared object file: No such file or directory

The attached patch ought to fix it. (Evidently wfcmgr depends on
openmotif - and wfica does not.)

/mich


--82I3+IH0IqGh5yIs
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch-citrix_ica

--- Makefile.orig	Fri May 27 10:13:55 2005
+++ Makefile	Fri May 27 10:14:53 2005
@@ -14,7 +14,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
+RUN_DEPENDS=	${LINUXBASE}/usr/X11R6/lib/libXaw.so.6:${PORTSDIR}/x11/linux-XFree86-libs \
+		${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif
 
 ONLY_FOR_ARCHS=	i386
 RESTRICTED=	"License prohibits redistribution"

--82I3+IH0IqGh5yIs--



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