aboutsummaryrefslogtreecommitdiff
path: root/security/ike
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-03-02 14:56:37 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-03-02 14:56:37 +0000
commit9cd91f3661df9f46ca39be6084af2ed107b5a0f8 (patch)
tree466904dc6113c3a4d0ee136e25eaf90a2646b833 /security/ike
parent3daaa39f729e817dc3d0849b7af83ab884ecc936 (diff)
downloadports-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.tar.gz
ports-9cd91f3661df9f46ca39be6084af2ed107b5a0f8.zip
- Remove conditional checks for FreeBSD 6.X
PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=292531
Diffstat (limited to 'security/ike')
-rw-r--r--security/ike/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/security/ike/Makefile b/security/ike/Makefile
index 9b2b5631ab28..872655fe0fca 100644
--- a/security/ike/Makefile
+++ b/security/ike/Makefile
@@ -68,15 +68,7 @@ post-patch:
. if ${OSVERSION} < 800000
@${ECHO_MSG} "===> -------------------------------------------------------------------------"
@${ECHO_MSG} "===> WARNING: You will need to patch your kernel for NAT-T functionality!"
-. if ${OSVERSION} < 600000
- @${ECHO_MSG} "===> There is no known NAT-T patch for FreeBSD 1 - 5!!!"
-. endif
-. if ${OSVERSION} > 600000 && ${OSVERSION} < 699999
- @${ECHO_MSG} "===> http://ipsec-tools.sf.net/freebsd6-natt.diff"
-. endif
-. if ${OSVERSION} > 700000 && ${OSVERSION} < 799999
@${ECHO_MSG} "===> http://people.freebsd.org/~vanhu/NAT-T/patch-natt-7.2-2009-05-12.diff"
-. endif
@${ECHO_MSG} "===> You may need to edit the patch if it fails to apply cleanly."
@${ECHO_MSG} "===> -------------------------------------------------------------------------"
@sleep 3