which, among many other things, fixes the know security vulnerabilities. - Remove some notes about tracking NetBSD, since the port does not do that anymore. - Remove out-of-date information from pkg-descr. - Take maintainership. Approved by: nectar
33 lines
715 B
Text
33 lines
715 B
Text
--- Makefile.orig Tue Dec 7 21:06:56 2004
|
|
+++ Makefile Mon Dec 13 12:06:21 2004
|
|
@@ -38,9 +38,9 @@
|
|
|
|
# openbsd means OpenBSD 2.5 or newer. freeswan is the name for Linux with
|
|
# FreeS/WAN integrated, freebsd/netbsd means FreeBSD/NetBSD with KAME IPsec.
|
|
-OS= openbsd
|
|
+#OS= openbsd
|
|
#OS= netbsd
|
|
-#OS= freebsd
|
|
+OS= freebsd
|
|
#OS= freeswan
|
|
#OS= bsdi
|
|
|
|
@@ -133,9 +133,9 @@
|
|
|
|
.ifdef USE_KEYNOTE
|
|
USE_LIBCRYPTO= yes
|
|
-USE_LIBDES= yes
|
|
LDADD+= -lkeynote -lm
|
|
DPADD+= ${LIBKEYNOTE} ${LIBM}
|
|
+POLICY= policy.c
|
|
CFLAGS+= -DUSE_KEYNOTE
|
|
.endif
|
|
|
|
@@ -181,7 +181,6 @@
|
|
${PROG} beforedepend: ${GENERATED}
|
|
|
|
.include <bsd.prog.mk>
|
|
-.include <bsd.subdir.mk>
|
|
|
|
debug:
|
|
(cd ${.CURDIR}; ${MAKE} DEBUG="-g -Werror")
|