From a3da24c239d066cfbf6baa59ade662e8c4f4e92b Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 14 Mar 2002 13:02:30 +0000 Subject: Completely remove RSAREF2 support; had been disabled for 15 months without complaints. Deinstall sample config file if unchanged. --- archivers/hpack/Makefile | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) (limited to 'archivers/hpack/Makefile') diff --git a/archivers/hpack/Makefile b/archivers/hpack/Makefile index 5adf10a765b..06becae3ea7 100644 --- a/archivers/hpack/Makefile +++ b/archivers/hpack/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2002/03/09 03:27:51 yyamano Exp $ +# $NetBSD: Makefile,v 1.11 2002/03/14 13:02:30 wiz Exp $ -DISTNAME= hpack79${USE_RSAREF2:S/YES/u/:C/[^u]*//g}src +DISTNAME= hpack79src PKGNAME= hpack-0.79 CATEGORIES= archivers MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ @@ -10,8 +10,6 @@ COMMENT= Multi-System Archiver with open keys PGP-based security CRYPTO= yes WRKSRC= ${WRKDIR} -PATCHDIR= ${WRKDIR}/.patches -USE_RSAREF2= NO MAKEFILE= makefile ALL_TARGET= hpack @@ -25,30 +23,6 @@ MAKE_FLAGS= CFLAGS="-c -DBSD386 -D__UNIX__ -DPREFIX=\\\"${PREFIX}\\\" -I. ${CFLA CMDL="${LDFLAGS} -ltermcap" .endif -.if defined(USE_RSAREF2) && ${USE_RSAREF2} == YES -DEPENDS+= rsaref-2.0p3:../../security/rsaref -LDFLAGS+= -L${LOCALBASE}/lib -lrsaref -CFLAGS+= -I${LOCALBASE}/include -DRSAREF -.endif - -fetch-depends: -.if !defined(USE_RSAREF2) || ${USE_RSAREF2} != YES && ${USE_RSAREF2} != NO - @${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. - @${FALSE} -.endif - -post-extract: - @${MKDIR} ${PATCHDIR} - @${CP} ${.CURDIR}/patches/patch-* ${PATCHDIR}/ -.if defined(USE_RSAREF2) && ${USE_RSAREF2} != YES - @${RM} -f ${PATCHDIR}/patch-rsaref -.endif - post-build: @cd ${WRKSRC}/keycvt && ${MAKE} CFLAGS="-c -D__UNIX__ ${CFLAGS}" \ -f ${MAKEFILE} keycvt -- cgit v1.2.3