pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pgp5 Removed the USE_RSAREF2 variable and a b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f543f898bec9
branches:  trunk
changeset: 500471:f543f898bec9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Oct 08 22:36:49 2005 +0000

description:
Removed the USE_RSAREF2 variable and a big, fat warning, as the variable
does not affect the package in any way.

diffstat:

 security/pgp5/Makefile |  19 +------------------
 1 files changed, 1 insertions(+), 18 deletions(-)

diffs (39 lines):

diff -r 8c6b6222461a -r f543f898bec9 security/pgp5/Makefile
--- a/security/pgp5/Makefile    Sat Oct 08 22:36:00 2005 +0000
+++ b/security/pgp5/Makefile    Sat Oct 08 22:36:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/09/27 22:37:25 mjl Exp $
+# $NetBSD: Makefile,v 1.26 2005/10/08 22:36:49 rillig Exp $
 #
 
 DISTNAME=      pgp50i-unix-src
@@ -24,29 +24,12 @@
 WRKSRC=                ${WRKDIR}/pgp50i/src
 CRYPTO=                YES
 GNU_CONFIGURE= YES
-USE_RSAREF2=   NO
 
 # use of IDEA as crypto function
 LICENCE=       fee-based-commercial-use
 
 PGPLIB=        ${PREFIX}/share/pgp5
 
-.include "../../mk/bsd.prefs.mk"
-
-.if !defined(USE_RSAREF2) || ${USE_RSAREF2} != YES && ${USE_RSAREF2} != NO
-pre-fetch:
-       @${ECHO}
-       @${ECHO} The variable USE_RSAREF2 must be set to either YES or NO
-       @${ECHO} in order to build this package.  USA residents that are
-       @${ECHO} not licensees of the RSA algorithm MUST set this variable
-       @${ECHO} to YES.  Users outside the USA MUST set this variable to
-       @${ECHO} NO.  Licensees may choose -- NO is faster.
-       @${ECHO}
-       @${ECHO} On the other hand, this package needs more work to
-       @${ECHO} actually work with RSAREF. Sorry.
-       @${FALSE}
-.endif
-
 post-patch:
        ${MV} ${WRKSRC}/man/pgp.1 ${WRKSRC}/man/pgp5.1
 



Home | Main Index | Thread Index | Old Index