diff options
Diffstat (limited to 'sysutils/bacula-server-devel/Makefile')
-rw-r--r-- | sysutils/bacula-server-devel/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysutils/bacula-server-devel/Makefile b/sysutils/bacula-server-devel/Makefile index bc1b27733128..70e55d371e13 100644 --- a/sysutils/bacula-server-devel/Makefile +++ b/sysutils/bacula-server-devel/Makefile @@ -170,13 +170,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." |