Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2006 15:03:44 +0100 (CET)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <oliver@FreeBSD.org>
Subject:   ports/107242: update devel/bacula-server devel/bacula-server-devel
Message-ID:  <200612271403.kBRE3iLm038865@kartoffel.salatschuessel.net>
Resent-Message-ID: <200612271440.kBREeHw8048405@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107242
>Category:       ports
>Synopsis:       update devel/bacula-server devel/bacula-server-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 27 14:40:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Dec 19 12:46:15 CET 2006 olivleh1@kartoffel.salatschuessel.net:/usr/obj/amd64-athlon64-6.1/usr/src/sys/KARTOFFEL amd64


>Description:
	update the -devel ports to 1.39.32
	only output the pthreads stuff on affected systems
>How-To-Repeat:
>Fix:


--- bacula-devel.diff begins here ---
Index: bacula-server/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/bacula-server/Makefile,v
retrieving revision 1.74
diff -u -r1.74 Makefile
--- bacula-server/Makefile	14 Dec 2006 16:36:10 -0000	1.74
+++ bacula-server/Makefile	27 Dec 2006 14:01:58 -0000
@@ -176,11 +176,13 @@
 
 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."
Index: bacula-server-devel/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/bacula-server-devel/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- bacula-server-devel/Makefile	14 Dec 2006 16:36:10 -0000	1.13
+++ bacula-server-devel/Makefile	27 Dec 2006 14:01:58 -0000
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	bacula
-DISTVERSION=	1.39.30
-PORTREVISION=	1
+DISTVERSION=	1.39.32
+PORTREVISION=	0
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	bacula
@@ -180,11 +180,13 @@
 
 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."
Index: bacula-server-devel/distinfo
===================================================================
RCS file: /home/pcvs/ports/sysutils/bacula-server-devel/distinfo,v
retrieving revision 1.8
diff -u -r1.8 distinfo
--- bacula-server-devel/distinfo	9 Dec 2006 14:13:45 -0000	1.8
+++ bacula-server-devel/distinfo	27 Dec 2006 14:01:58 -0000
@@ -1,3 +1,3 @@
-MD5 (bacula-1.39.30.tar.gz) = 0c3060d4a2bbc725ba8d62a5ec0536fe
-SHA256 (bacula-1.39.30.tar.gz) = 530941a385fd749b6de673c61aaab3135928dc62d3a48c893646c311547c7720
-SIZE (bacula-1.39.30.tar.gz) = 2464292
+MD5 (bacula-1.39.32.tar.gz) = 27830f6d674a3bb4c9a53e3034791efe
+SHA256 (bacula-1.39.32.tar.gz) = ce95a53e8758054df0061e068d6b0f66256eabc6ee191a939dfcf4ec6c437daf
+SIZE (bacula-1.39.32.tar.gz) = 2477294
--- bacula-devel.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612271403.kBRE3iLm038865>