diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2011-03-08 01:23:08 +0000 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2011-03-08 01:23:08 +0000 |
commit | ab3b4309e4e6bf12490ec20f1ea81b7b0087c2d6 (patch) | |
tree | b297f2baa30491a2d760943f8887bba9c0dabfb0 | |
parent | 3d87028ec17b59c5beda82d9b30323f59d637cc3 (diff) | |
download | FreeBSD-ports-ab3b4309e4e6bf12490ec20f1ea81b7b0087c2d6.zip FreeBSD-ports-ab3b4309e4e6bf12490ec20f1ea81b7b0087c2d6.tar.gz |
- Mark BROKEN with f10 emulation
- Set DEPRECATED and EXPIRATION
- Reassign to the heap
-rw-r--r-- | german/citrix_xenapp/Makefile | 7 | ||||
-rw-r--r-- | japanese/citrix_xenapp/Makefile | 7 | ||||
-rw-r--r-- | net/citrix_xenapp/Makefile | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/german/citrix_xenapp/Makefile b/german/citrix_xenapp/Makefile index e7fa29b..41170d2 100644 --- a/german/citrix_xenapp/Makefile +++ b/german/citrix_xenapp/Makefile @@ -11,14 +11,17 @@ CATEGORIES= german net comms linux MASTER_SITES= DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Access virtual applications and desktops ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= f8 +USE_LINUX= yes USE_LINUX_APPS= openmotif jpeg png RESTRICTED= License prohibits redistribution IS_INTERACTIVE= "Noisy license agreement ignores stdin" +BROKEN= crashes with f10 +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2011-05-01 NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/japanese/citrix_xenapp/Makefile b/japanese/citrix_xenapp/Makefile index 22f80c0..b455f00 100644 --- a/japanese/citrix_xenapp/Makefile +++ b/japanese/citrix_xenapp/Makefile @@ -11,14 +11,17 @@ CATEGORIES= japanese net comms linux MASTER_SITES= DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Access virtual applications and desktops ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= f8 +USE_LINUX= yes USE_LINUX_APPS= openmotif jpeg png RESTRICTED= License prohibits redistribution IS_INTERACTIVE= "Noisy license agreement ignores stdin" +BROKEN= crashes with f10 +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2011-05-01 NO_WRKSUBDIR= yes NO_BUILD= yes diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile index 399bc47..7775666 100644 --- a/net/citrix_xenapp/Makefile +++ b/net/citrix_xenapp/Makefile @@ -11,14 +11,17 @@ CATEGORIES= net comms linux MASTER_SITES= DISTNAME= ${PORTNAME}-linuxx86-${PORTVERSION} -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Access virtual applications and desktops ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= f8 +USE_LINUX= yes USE_LINUX_APPS= openmotif jpeg png RESTRICTED= License prohibits redistribution IS_INTERACTIVE= "Noisy license agreement ignores stdin" +BROKEN= crashes with f10 +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2011-05-01 NO_WRKSUBDIR= yes NO_BUILD= yes |