aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-01-03 20:22:58 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-01-03 20:22:58 +0000
commit82ca02fb885819b2635a034cd3bbbcd3366666d7 (patch)
treea9127dff114c5009f44c57fe54423887dc71d85b
parentba494a0ef6b2d76a61f90c522cc174dee6bce699 (diff)
downloadports-82ca02fb885819b2635a034cd3bbbcd3366666d7.tar.gz
ports-82ca02fb885819b2635a034cd3bbbcd3366666d7.zip
- Document work around for possible system crashes
- Cleanup Makefile while I am here * After installation, create directory ${LINUXBASE}/dev Inspired by: ports/117068 Submitted by: <ports-net-citrix_ica-oct07 oldach.net> Discussed with: netchild@ in freebsd-emulation
Notes
Notes: svn path=/head/; revision=204944
-rw-r--r--net/citrix_ica/Makefile3
-rw-r--r--net/citrix_ica/pkg-descr3
-rw-r--r--net/citrix_xenapp/Makefile3
-rw-r--r--net/citrix_xenapp/pkg-descr3
4 files changed, 6 insertions, 6 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile
index b0f5592b9912..e779085b6968 100644
--- a/net/citrix_ica/Makefile
+++ b/net/citrix_ica/Makefile
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION}
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Citrix(R) Presentation Server(TM) client
-RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif
+RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= yes
@@ -66,7 +66,6 @@ pre-fetch:
.endfor
.endif
-
do-install:
@if (test -d "${CDIR}") ; \
then \
diff --git a/net/citrix_ica/pkg-descr b/net/citrix_ica/pkg-descr
index 0fec5f244890..35cfa2c3a336 100644
--- a/net/citrix_ica/pkg-descr
+++ b/net/citrix_ica/pkg-descr
@@ -10,6 +10,8 @@ Linux to access virtualized applications. Other important capabilities
are powerful management and configuration tools and faster, more
flexible printing.
+You will need to create the directory ${LINUXBASE}/dev or risk
+crashing your system.
If your Citrix server does not have one of the supplied root-certificates,
you can copy the certificate to /usr/ports/distfiles and add the
@@ -20,5 +22,4 @@ following line to your /etc/make.conf:
It will then automatically be installed and removed with the normal
FreeBSD package tools.
-
WWW: http://www.citrix.com/English/ps2/products/product.asp?contentID=186
diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile
index b0f5592b9912..e779085b6968 100644
--- a/net/citrix_xenapp/Makefile
+++ b/net/citrix_xenapp/Makefile
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION}
MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= Citrix(R) Presentation Server(TM) client
-RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif
+RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libXm.so.3:${PORTSDIR}/x11-toolkits/linux-openmotif
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX= yes
@@ -66,7 +66,6 @@ pre-fetch:
.endfor
.endif
-
do-install:
@if (test -d "${CDIR}") ; \
then \
diff --git a/net/citrix_xenapp/pkg-descr b/net/citrix_xenapp/pkg-descr
index 0fec5f244890..35cfa2c3a336 100644
--- a/net/citrix_xenapp/pkg-descr
+++ b/net/citrix_xenapp/pkg-descr
@@ -10,6 +10,8 @@ Linux to access virtualized applications. Other important capabilities
are powerful management and configuration tools and faster, more
flexible printing.
+You will need to create the directory ${LINUXBASE}/dev or risk
+crashing your system.
If your Citrix server does not have one of the supplied root-certificates,
you can copy the certificate to /usr/ports/distfiles and add the
@@ -20,5 +22,4 @@ following line to your /etc/make.conf:
It will then automatically be installed and removed with the normal
FreeBSD package tools.
-
WWW: http://www.citrix.com/English/ps2/products/product.asp?contentID=186