summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-08-14 19:24:07 +0000
committerwiz <wiz@pkgsrc.org>2008-08-14 19:24:07 +0000
commit2c824d3104b36b1e81c94bf6839de35011419f66 (patch)
treebe308e13beb6f91f4a024204f97d1111f8175c9e /security
parent4b22f79eac681828ed431725cfb851c6d22e3035 (diff)
downloadpkgsrc-2c824d3104b36b1e81c94bf6839de35011419f66.tar.gz
Remove idea option -- I can't find a patch for the current PKGVERSION.
Addresses PR 39316.
Diffstat (limited to 'security')
-rw-r--r--security/libgcrypt/options.mk26
1 files changed, 2 insertions, 24 deletions
diff --git a/security/libgcrypt/options.mk b/security/libgcrypt/options.mk
index e9064c78cac..ff99b978a66 100644
--- a/security/libgcrypt/options.mk
+++ b/security/libgcrypt/options.mk
@@ -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