Remove idea option -- I can't find a patch for the current PKGVERSION.

Addresses PR 39316.
This commit is contained in:
wiz 2008-08-14 19:24:07 +00:00
parent 4b22f79eac
commit 2c824d3104

View file

@ -1,7 +1,7 @@
# $NetBSD: options.mk,v 1.2 2008/03/26 20:09:43 tron Exp $
# $NetBSD: options.mk,v 1.3 2008/08/14 19:24:07 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libgcrypt
PKG_SUPPORTED_OPTIONS= idea
PKG_SUPPORTED_OPTIONS=
.include "../../mk/bsd.prefs.mk"
@ -17,28 +17,6 @@ PKG_SUGGESTED_OPTIONS+= via-padlock
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Midea)
# Use of IDEA as crypto function.
LICENSE= idea-license
RESTRICTED= Commercial distribution is claimed to require a license.
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
PATCH_SITES= http://www.kfwebs.com/
PATCHFILES= libgcrypt-1.2.4-idea.diff.bz2
PATCH_DIST_STRIP= -p1
SUBST_CLASSES+= idea
SUBST_STAGE.idea= post-patch
SUBST_FILES.idea= cipher/idea.c
SUBST_SED.idea= -e 's,^.*SIZEOF_UNSIGNED_LONG.*$$,,'
USE_TOOLS+= autoreconf
pre-configure:
cd ${WRKSRC} && autoreconf -i -v
.endif
.if empty(PKG_OPTIONS:Mvia-padlock)
# Disable VIA Padlock support.
CONFIGURE_ARGS+= --disable-padlock-support