From 1e9fd37ac44d78ee119ff1c90396c20d7f68c98f Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 19 Dec 2001 00:17:52 +0000 Subject: [PATCH] - don't look for pgp, noticed by pattonme@yahoo.com - distinfo --- security/ppgen/Makefile | 4 ++-- security/ppgen/{files/md5 => distinfo} | 0 security/ppgen/patches/patch-configure_in | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) rename security/ppgen/{files/md5 => distinfo} (100%) create mode 100644 security/ppgen/patches/patch-configure_in diff --git a/security/ppgen/Makefile b/security/ppgen/Makefile index 0f78ac027af..12b557a6f93 100644 --- a/security/ppgen/Makefile +++ b/security/ppgen/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2001/03/25 19:17:49 matt Exp $ +# $OpenBSD: Makefile,v 1.5 2001/12/19 00:17:52 matt Exp $ COMMENT= "secure passphrase generator" @@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/ppgen/ DISTFILES= ${DISTNAME}.tar.gz en.gz EXTRACT_ONLY= ${DISTNAME}.tar.gz -CONFIGURE_STYLE=gnu old dest +CONFIGURE_STYLE=autoconf old dest post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/ppgen diff --git a/security/ppgen/files/md5 b/security/ppgen/distinfo similarity index 100% rename from security/ppgen/files/md5 rename to security/ppgen/distinfo diff --git a/security/ppgen/patches/patch-configure_in b/security/ppgen/patches/patch-configure_in new file mode 100644 index 00000000000..a30bfaf0f1d --- /dev/null +++ b/security/ppgen/patches/patch-configure_in @@ -0,0 +1,20 @@ +$OpenBSD: patch-configure_in,v 1.1 2001/12/19 00:17:52 matt Exp $ +--- configure.in.orig Tue Aug 29 05:10:18 1995 ++++ configure.in Tue Dec 18 19:10:51 2001 +@@ -8,16 +8,6 @@ AC_INIT(ppgen.c) + + AC_PROG_CC + AC_PROG_INSTALL +-AC_PATH_PROG(PGP, pgp, false) +-if test "$PGP" != false; then +- AC_MSG_CHECKING(for pgp +makerandom) +- if $PGP +makerandom=1 /dev/null > /dev/null 2>&1; then +- AC_MSG_RESULT(yes) +- AC_DEFINE_UNQUOTED(PATH_PGP, "$PGP") +- else +- AC_MSG_RESULT(no) +- fi +-fi + + AC_HEADER_STDC + AC_CHECK_HEADERS(getopt.h malloc.h string.h strings.h unistd.h)