From olivleh1@kartoffel.salatschuessel.net  Wed Dec 27 14:38:55 2006
Return-Path: <olivleh1@kartoffel.salatschuessel.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E379216A412;
	Wed, 27 Dec 2006 14:38:55 +0000 (UTC)
	(envelope-from olivleh1@kartoffel.salatschuessel.net)
Received: from kartoffel.salatschuessel.net (p5084FAC7.dip.t-dialin.net [80.132.250.199])
	by mx1.freebsd.org (Postfix) with ESMTP id C412913C47C;
	Wed, 27 Dec 2006 14:38:54 +0000 (UTC)
	(envelope-from olivleh1@kartoffel.salatschuessel.net)
Received: from kartoffel.salatschuessel.net (localhost [127.0.0.1])
	by kartoffel.salatschuessel.net (8.13.8/8.13.8) with ESMTP id kBRE3iVH038875;
	Wed, 27 Dec 2006 15:03:44 +0100 (CET)
	(envelope-from olivleh1@kartoffel.salatschuessel.net)
Received: (from olivleh1@localhost)
	by kartoffel.salatschuessel.net (8.13.8/8.13.8/Submit) id kBRE3iLm038865;
	Wed, 27 Dec 2006 15:03:44 +0100 (CET)
	(envelope-from olivleh1)
Message-Id: <200612271403.kBRE3iLm038865@kartoffel.salatschuessel.net>
Date: Wed, 27 Dec 2006 15:03:44 +0100 (CET)
From: Oliver Lehmann <oliver@freebsd.org>
Reply-To: Oliver Lehmann <oliver@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Oliver Lehmann <oliver@freebsd.org>
Subject: update devel/bacula-server devel/bacula-server-devel
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107242
>Category:       ports
>Synopsis:       update devel/bacula-server devel/bacula-server-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    oliver
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 27 14:40:17 GMT 2006
>Closed-Date:    Wed Dec 27 15:47:54 GMT 2006
>Last-Modified:  Wed Dec 27 15:50:16 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->oliver 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Dec 27 15:21:09 UTC 2006 
Responsible-Changed-Why:  
Submitter is Committer :) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107242 
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Wed Dec 27 15:47:45 UTC 2006 
State-Changed-Why:  
committed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107242 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107242: commit references a PR
Date: Wed, 27 Dec 2006 15:46:48 +0000 (UTC)

 oliver      2006-12-27 15:46:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/bacula-server Makefile 
   Log:
   only print the pthread warning on affected systems
   
   PR:             107242
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.75      +2 -0      ports/sysutils/bacula-server/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107242: commit references a PR
Date: Wed, 27 Dec 2006 15:47:22 +0000 (UTC)

 oliver      2006-12-27 15:47:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/bacula-server-devel Makefile distinfo 
   Log:
   update to 1.39.32
   only print the pthread warning on affected systems
   
   PR:             107242, 107244
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.14      +4 -2      ports/sysutils/bacula-server-devel/Makefile
   1.9       +3 -3      ports/sysutils/bacula-server-devel/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
