diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-05 11:15:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-05 11:15:57 +0000 |
commit | 8dd6be6c376ba5096129827ec04d9e963dcc35ee (patch) | |
tree | 3d51c70f09e1404e5a3297608bca16d57ab80cb3 /security/caff/patches | |
parent | 13b63460a3b94e83bf588046d8f7c4e55ecbde42 (diff) | |
download | pkgsrc-8dd6be6c376ba5096129827ec04d9e963dcc35ee.tar.gz |
Updated caff to 2.3.
No changelog found, but changes look like caff will take
over more from the users default config.
Diffstat (limited to 'security/caff/patches')
-rw-r--r-- | security/caff/patches/patch-keyanalyze_pgpring_configure.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/security/caff/patches/patch-keyanalyze_pgpring_configure.in b/security/caff/patches/patch-keyanalyze_pgpring_configure.in deleted file mode 100644 index 8c75308c01b..00000000000 --- a/security/caff/patches/patch-keyanalyze_pgpring_configure.in +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-keyanalyze_pgpring_configure.in,v 1.1 2014/04/18 20:11:18 wiz Exp $ - -Update to autoconf/automake from this century. - ---- keyanalyze/pgpring/configure.in.orig 2014-03-24 00:15:54.000000000 +0000 -+++ keyanalyze/pgpring/configure.in -@@ -1,10 +1,9 @@ --AC_INIT(pgppubring.c) -+AC_INIT([pgpring], [0.0], [pgppubring.c]) - AM_CONFIG_HEADER(config.h) --AM_INIT_AUTOMAKE(pgpring, 0.0) -+AM_INIT_AUTOMAKE - AC_CANONICAL_HOST - AC_PROG_CC - AC_ISC_POSIX --AM_C_PROTOTYPES - AC_PROG_CPP - AC_PROG_MAKE_SET - AC_PROG_INSTALL |