View | Details | Raw Unified | Return to bug 107242
Collapse All | Expand All

(-)bacula-server/Makefile (+2 lines)
Lines 176-186 Link Here
176
176
177
pre-everything::
177
pre-everything::
178
.if !defined(WITH_CLIENT_ONLY)
178
.if !defined(WITH_CLIENT_ONLY)
179
.if ${OSVERSION} < 490101 || (${OSVERSION} >= 500000 && ${OSVERSION} < 502101)
179
	@${ECHO_MSG} "=======> ATTENTION <======="
180
	@${ECHO_MSG} "=======> ATTENTION <======="
180
	@${ECHO_MSG} "===> Note that there is a pthreads problem, which leads to the loss of 500kB"
181
	@${ECHO_MSG} "===> Note that there is a pthreads problem, which leads to the loss of 500kB"
181
	@${ECHO_MSG} "===> of data at the end of an tape. This is corrected in newer versions of FreeBSD"
182
	@${ECHO_MSG} "===> of data at the end of an tape. This is corrected in newer versions of FreeBSD"
182
	@${ECHO_MSG} "===> READ ${WRKSRC}/platforms/freebsd/pthreads-fix.txt"
183
	@${ECHO_MSG} "===> READ ${WRKSRC}/platforms/freebsd/pthreads-fix.txt"
183
	@${ECHO_MSG} ""
184
	@${ECHO_MSG} ""
185
.endif
184
	@${ECHO_MSG} "You may use the following build options (or make config):"
186
	@${ECHO_MSG} "You may use the following build options (or make config):"
185
	@${ECHO_MSG} ""
187
	@${ECHO_MSG} ""
186
	@${ECHO_MSG} "  WITH_CLIENT_ONLY=yes	if you only want the file daemon."
188
	@${ECHO_MSG} "  WITH_CLIENT_ONLY=yes	if you only want the file daemon."
(-)bacula-server-devel/Makefile (-2 / +4 lines)
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."
(-)bacula-server-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (bacula-1.39.30.tar.gz) = 0c3060d4a2bbc725ba8d62a5ec0536fe
1
MD5 (bacula-1.39.32.tar.gz) = 27830f6d674a3bb4c9a53e3034791efe
2
SHA256 (bacula-1.39.30.tar.gz) = 530941a385fd749b6de673c61aaab3135928dc62d3a48c893646c311547c7720
2
SHA256 (bacula-1.39.32.tar.gz) = ce95a53e8758054df0061e068d6b0f66256eabc6ee191a939dfcf4ec6c437daf
3
SIZE (bacula-1.39.30.tar.gz) = 2464292
3
SIZE (bacula-1.39.32.tar.gz) = 2477294

Return to bug 107242