pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libgcrypt Remove idea option -- I can't find ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/234e748e0237
branches:  trunk
changeset: 545839:234e748e0237
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 14 19:24:07 2008 +0000

description:
Remove idea option -- I can't find a patch for the current PKGVERSION.
Addresses PR 39316.

diffstat:

 security/libgcrypt/options.mk |  26 ++------------------------
 1 files changed, 2 insertions(+), 24 deletions(-)

diffs (42 lines):

diff -r eb1dd49b7846 -r 234e748e0237 security/libgcrypt/options.mk
--- a/security/libgcrypt/options.mk     Thu Aug 14 19:17:50 2008 +0000
+++ b/security/libgcrypt/options.mk     Thu Aug 14 19:24:07 2008 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index