From b2a96c6df1c8809216eced623ec37a8372b3216e Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 6 Jan 2009 17:59:31 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- sysutils/bacula-server/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sysutils/bacula-server') diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 26ab85db6363..815178aa2f82 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -191,13 +191,6 @@ MAKE_ENV+= MAN8="${MAN8}" MAN1="${MAN1}" pre-everything:: .if !defined(WITH_CLIENT_ONLY) -.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" - @${ECHO_MSG} "===> READ ${WRKSRC}/platforms/freebsd/pthreads-fix.txt" - @${ECHO_MSG} "" -.endif @${ECHO_MSG} "You may use the following build options (or make config):" @${ECHO_MSG} "" @${ECHO_MSG} " WITH_CLIENT_ONLY=yes if you only want the file daemon." -- cgit v1.2.3