cvs commit: ports/net/citrix_ica Makefile distinfo pkg-plist ports/net/citrix_ica/files patch-linuxx86::hinst

Michael L. Hostbaek mich at FreeBSD.org
Fri May 27 01:19:32 PDT 2005


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

-------------- next part --------------
--- Makefile.orig	Fri May 27 10:13:55 2005
+++ Makefile	Fri May 27 10:14:53 2005
@@ -14,7 +14,8 @@
 MAINTAINER=	mbr at 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"


More information about the cvs-all mailing list