diff options
author | marino <marino> | 2012-05-19 21:40:19 +0000 |
---|---|---|
committer | marino <marino> | 2012-05-19 21:40:19 +0000 |
commit | b66398ad118cca6e274dc9b976573b46f82ea0a9 (patch) | |
tree | 43d2ef9877d68870b22485b366f701eaf63d2b47 /net | |
parent | 28854590f2ad30ee220fd49dc8e50e2a2b03c4f6 (diff) | |
download | pkgsrc-b66398ad118cca6e274dc9b976573b46f82ea0a9.tar.gz |
net/citrix-ica: Mark NOT-FOR-DRAGONFLY
This Linux package emits "abort trap" forever in the bulk build.
It doesn't seem to build on any platform right now, so mask it until
at least its working on NetBSD and preferably on DragonFly too.
Diffstat (limited to 'net')
-rw-r--r-- | net/citrix_ica/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index ae91c65bef8..85e6395183a 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2011/03/17 09:05:32 sborrill Exp $ +# $NetBSD: Makefile,v 1.41 2012/05/19 21:40:19 marino Exp $ DISTNAME= citrix_ica-10.6.115659 PKGREVISION= 2 @@ -16,6 +16,9 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +# "Abort Traps" indefinitely in pbulk +NOT_FOR_PLATFORM+= DragonFly-*-* + EMUL_PLATFORMS= linux-i386 EMUL_PLATFORMS+= solaris-sparc EMUL_PLATFORMS+= solaris-i386 |