Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= bacula |
8 |
PORTNAME= bacula |
9 |
DISTVERSION= 1.39.30 |
9 |
DISTVERSION= 1.39.32 |
10 |
PORTREVISION= 1 |
10 |
PORTREVISION= 0 |
11 |
CATEGORIES= sysutils |
11 |
CATEGORIES= sysutils |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
13 |
MASTER_SITE_SUBDIR= bacula |
13 |
MASTER_SITE_SUBDIR= bacula |
Lines 180-190
Link Here
|
180 |
|
180 |
|
181 |
pre-everything:: |
181 |
pre-everything:: |
182 |
.if !defined(WITH_CLIENT_ONLY) |
182 |
.if !defined(WITH_CLIENT_ONLY) |
|
|
183 |
.if ${OSVERSION} < 490101 || (${OSVERSION} >= 500000 && ${OSVERSION} < 502101) |
183 |
@${ECHO_MSG} "=======> ATTENTION <=======" |
184 |
@${ECHO_MSG} "=======> ATTENTION <=======" |
184 |
@${ECHO_MSG} "===> Note that there is a pthreads problem, which leads to the loss of 500kB" |
185 |
@${ECHO_MSG} "===> Note that there is a pthreads problem, which leads to the loss of 500kB" |
185 |
@${ECHO_MSG} "===> of data at the end of an tape. This is corrected in newer versions of FreeBSD" |
186 |
@${ECHO_MSG} "===> of data at the end of an tape. This is corrected in newer versions of FreeBSD" |
186 |
@${ECHO_MSG} "===> READ ${WRKSRC}/platforms/freebsd/pthreads-fix.txt" |
187 |
@${ECHO_MSG} "===> READ ${WRKSRC}/platforms/freebsd/pthreads-fix.txt" |
187 |
@${ECHO_MSG} "" |
188 |
@${ECHO_MSG} "" |
|
|
189 |
.endif |
188 |
@${ECHO_MSG} "You may use the following build options (or make config):" |
190 |
@${ECHO_MSG} "You may use the following build options (or make config):" |
189 |
@${ECHO_MSG} "" |
191 |
@${ECHO_MSG} "" |
190 |
@${ECHO_MSG} " WITH_CLIENT_ONLY=yes if you only want the file daemon." |
192 |
@${ECHO_MSG} " WITH_CLIENT_ONLY=yes if you only want the file daemon." |