mail/cue: Mask DragonFly; OpenSSL 1.0 support missing

According to the commit on 2009-12-15, the previous version of mail/cue
(20090209) was patched to support OpenSSL 1.0.  However, mail/cue still
uses MD2 which is not built by default by OpenSSL 1.0.  The update to
version 20100426 on 2011-11-27 did not improve the situation.

Until mail/cue is fixed upstream or patched here to avoid using MD2, it is
being marked NOT-FOR-DRAGONFLY.
This commit is contained in:
marino 2011-12-17 12:48:23 +00:00
parent 496574aa65
commit 74d4648c20

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.61 2011/11/27 13:05:33 obache Exp $
# $NetBSD: Makefile,v 1.62 2011/12/17 12:48:23 marino Exp $
DISTNAME= cue-snap-20100426
PKGNAME= ${DISTNAME:S/snap-//}
@ -10,6 +10,9 @@ HOMEPAGE= # not available
COMMENT= Mh-e like mail user agent
LICENSE= modified-bsd
# When cue supports OpenSSL 1.0 (e.g no MD2), remove following line:
NOT_FOR_PLATFORM= DragonFly-*-*
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes