diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-12-27 15:46:40 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-12-27 15:46:40 +0000 |
commit | 6aeb33fb86574f8fc625c1cf8ba41e5b2c1f6bbc (patch) | |
tree | 44c2faa67e847f5fa33d8538e974cac6085b717b /sysutils | |
parent | 7b7ccc3d72bded26a09b777350810c1d9e48d4d8 (diff) | |
download | ports-6aeb33fb86574f8fc625c1cf8ba41e5b2c1f6bbc.tar.gz ports-6aeb33fb86574f8fc625c1cf8ba41e5b2c1f6bbc.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index fa922386e940..1cb57e515588 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -176,11 +176,13 @@ MAN8=bacula.8 pre-everything:: .if !defined(WITH_CLIENT_ONLY) +.if ${OSVERSION} < 490101 || (${OSVERSION} >= 500000 && ${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." |