freebsd-ports/security/racoon2/files/patch-pskgen-Makefile.in
Cy Schubert 6fe9356dac The security/racoon2 port broke when FreeBSD-CURRENT switched to
openssl111. Unfortunately racoon is no longer maintained by the now
defunct KAME project, which officially concluded in March 2006
(see http://www.kame.net/). However the good news is that racoon2
was forked on github and is maintained by Christos Zoulas, a NetBSD
committer (christos@NetBSD.org). This commit switches from the
no longer maintained KAME version of racoon2 to the fork maintained
at by Christos Zoulas on github (https://github.com/zoulasc).

This commit resolves building with openssl111 on FreeBSD-CURRENT.
Looking through Christos' logs on github this resolves many other
issues. As can bee seen, the many patches required to wedge this
fork of racoon2 into our ports tree fixed many issues in the base
software. These will be pushed upstream over time, when time permits.

PR:		234034
2018-12-21 02:09:30 +00:00

11 lines
358 B
Text

--- pskgen/Makefile.in.orig 2018-08-15 21:36:53.000000000 -0700
+++ pskgen/Makefile.in 2018-12-19 23:35:20.908316000 -0800
@@ -530,8 +530,6 @@
install-exec-hook:
- $(INSTALL) -d $(sysconfdir)
- sh ./autogen.spmd.pwd
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.