aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/bacula-server/Makefile
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 08:08:39 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 08:08:39 +0800
commit20b96b7fbcb96822c60f131033529f90bb4d89e6 (patch)
tree6ee1e660490687dbacdb28dd53de6408b30cd779 /sysutils/bacula-server/Makefile
parent33de379b2b19f34cf6e1c6ecd3e605aec60ca530 (diff)
downloadfreebsd-ports-graphics-20b96b7fbcb96822c60f131033529f90bb4d89e6.tar.gz
freebsd-ports-graphics-20b96b7fbcb96822c60f131033529f90bb4d89e6.tar.zst
freebsd-ports-graphics-20b96b7fbcb96822c60f131033529f90bb4d89e6.zip
Remove support for OSVERSION < 5
Diffstat (limited to 'sysutils/bacula-server/Makefile')
-rw-r--r--sysutils/bacula-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index 5c2a54ec61a..5b7291b8565 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -192,7 +192,7 @@ MAKE_ENV+= MAN8="${MAN8}" MAN1="${MAN1}"
pre-everything::
.if !defined(WITH_CLIENT_ONLY)
-.if ${OSVERSION} < 490101 || (${OSVERSION} >= 500000 && ${OSVERSION} < 502101)
+.if ${OSVERSION} < 502101
@${ECHO_MSG} "=======> ATTENTION <======="
@${ECHO_MSG} "===> Note that there is a pthreads problem, which leads to the loss of 500kB"
@${ECHO_MSG} "===> of data at the end of an tape. This is corrected in newer versions of FreeBSD"