diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-09-10 08:22:59 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-09-10 08:22:59 +0000 |
commit | 7aba119cf1e387827bfff61763ac008b2d9a70fe (patch) | |
tree | e01b2713d082bc264e7674ecb7957e4f4cd6d9ea /security/isakmpd/files/patch-aa | |
parent | Increment PORTREVISION because of changed plist, forgotten in last commit. (diff) |
- Fix the "duplicate script for target <...> ignored" warnings on -current
caused by ${WRKSRC}/Makefile.
- Fix the "extra tokens at end of #else directive" warnings in
${WRKSRC}/sysdep/freebsd/sysdep-os.h on -current.
- Fix some format strings in ${WRKSRC}/conf.c and ${WRKSRC}/sa.c for 64 bit
systems (obtained from NetBSD).
- Move the delta patching ${WRKSRC}/Makefile from patch-ab (priviously
patching ${WRKSRC}/samples/Makefile and ${WRKSRC}/Makefile) to patch-aa
(patching ${WRKSRC}/Makefile).
- Build and install certpatch(8), a quite usefull tool to add subjectAltName
identities to X.509 certificates.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'security/isakmpd/files/patch-aa')
-rw-r--r-- | security/isakmpd/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/security/isakmpd/files/patch-aa b/security/isakmpd/files/patch-aa index c94efc2bced5..71f752585eeb 100644 --- a/security/isakmpd/files/patch-aa +++ b/security/isakmpd/files/patch-aa @@ -12,3 +12,16 @@ #OS= linux #OS= bsdi +@@ -159,6 +159,7 @@ + USE_LIBDES= yes + LDADD+= -lkeynote -lm + DPADD+= ${LIBKEYNOTE} ${LIBM} ++POLICY= policy.c + CFLAGS+= -DUSE_KEYNOTE + .endif + +@@ -204,4 +205,3 @@ + ${PROG} beforedepend: ${GENERATED} + + .include <bsd.prog.mk> +-.include <bsd.subdir.mk> |