From nobody@FreeBSD.org  Sat Aug 19 21:56:19 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BFCCB16A4DE
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Aug 2006 21:56:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8097943D64
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Aug 2006 21:56:19 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k7JLuJSa077050
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Aug 2006 21:56:19 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k7JLuJPl077049;
	Sat, 19 Aug 2006 21:56:19 GMT
	(envelope-from nobody)
Message-Id: <200608192156.k7JLuJPl077049@www.freebsd.org>
Date: Sat, 19 Aug 2006 21:56:19 GMT
From: Jo Rhett <jrhett@svcolo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: bacula-server-devel is older than production bacula-server
X-Send-Pr-Version: www-2.3

>Number:         102297
>Category:       ports
>Synopsis:       bacula-server-devel is older than production bacula-server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 19 22:00:34 GMT 2006
>Closed-Date:    Wed Aug 23 20:47:08 GMT 2006
>Last-Modified:  Wed Aug 23 20:47:08 GMT 2006
>Originator:     Jo Rhett
>Release:        6.0-REL
>Organization:
svcolo
>Environment:
FreeBSD maiasaura.lizardarts.com 6.0-RELEASE-p5 FreeBSD 6.0-RELEASE-p5 #0: Wed Mar 15 23:57:02 PST 2006     root@maiasaura.lizardarts.com:/d/usr/obj/d/usr/src/sys/GENERIC  i386

>Description:
bacula-server-devel is 1.38.10-beta1 which is actually behind the production port for bacula-server 1.38.11

The following patch updates the port to use the latest devel version.

It also enables btraceback which was disabled in the previous version by a patch.
>How-To-Repeat:

>Fix:
rm files/patch-configure

Apply the following patch

--- orig/Makefile       Sat Aug 19 14:16:38 2006
+++ Makefile    Sat Aug 19 14:17:44 2006
@@ -6,7 +6,7 @@
 #

 PORTNAME=      bacula
-DISTVERSION=   1.38.10-beta1-20060606
+DISTVERSION=   1.39.18-20060804
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    bacula
--- orig/distinfo       Sat Aug 19 14:16:30 2006
+++ distinfo    Sat Aug 19 14:21:04 2006
@@ -1,3 +1,3 @@
-MD5 (bacula-1.38.10-beta1-20060606.tar.gz) = 2b13e72f29b7e266ffc20df53845752c
-SHA256 (bacula-1.38.10-beta1-20060606.tar.gz) = cf0edbdbf48ce57890d1e29987b6055e11517ed84af9cc8b9278f1114929c086
-SIZE (bacula-1.38.10-beta1-20060606.tar.gz) = 2071197
+MD5 (bacula-1.39.18-20060804.tar.gz) = 1cbdd816b13e4fd796e17d8f6024a3ba
+SHA256 (bacula-1.39.18-20060804.tar.gz) = 40b4197613dc1f56428b27436ea64b5b98e1f227360a9898b0278c8854ceeb77
+SIZE (bacula-1.39.18-20060804.tar.gz) = 2305863
--- orig/patch-scripts-Makefile.in      Sat Aug 19 14:38:27 2006
+++ files/patch-scripts-Makefile.in     Sat Aug 19 14:51:22 2006
@@ -1,5 +1,5 @@
---- scripts/Makefile.in.orig   Sat Mar 25 10:37:41 2006
-+++ scripts/Makefile.in        Thu Mar 30 13:01:21 2006
+--- scripts/Makefile.in.orig   Sat Aug 19 14:25:24 2006
++++ scripts/Makefile.in        Sat Aug 19 14:38:12 2006
 @@ -33,14 +33,6 @@
        $(MKDIR) $(DESTDIR)$(mandir)

@@ -15,19 +15,3 @@
        @if  test -f ${DESTDIR}${scriptdir}/mtx-changer; then \
           echo "  ==> Saving existing mtx-changer to mtx-changer.old"; \
           $(MV) -f ${DESTDIR}${scriptdir}/mtx-changer ${DESTDIR}${scriptdir}/mtx-changer.old; \
-@@ -56,14 +48,7 @@
-          $(MV) -f ${DESTDIR}${scriptdir}/dvd-handler ${DESTDIR}${scriptdir}/dvd-handler.old; \
-       fi
-       $(INSTALL_SCRIPT) dvd-handler $(DESTDIR)$(scriptdir)/dvd-handler
--      $(INSTALL_DATA)   btraceback.gdb $(DESTDIR)$(scriptdir)/btraceback.gdb
--      $(INSTALL_DATA)   btraceback.dbx $(DESTDIR)$(scriptdir)/btraceback.dbx
--      chmod 0644 $(DESTDIR)$(scriptdir)/btraceback.gdb \
--                 $(DESTDIR)$(scriptdir)/btraceback.dbx
--      $(INSTALL_SCRIPT) btraceback $(DESTDIR)$(sbindir)/btraceback
--      gzip <bacula.man >bacula.8.gz
--      $(INSTALL_DATA)   bacula.8.gz $(DESTDIR)$(mandir)/bacula.8.gz
--      @rm -f bacula.8.gz
-+      $(INSTALL_DATA)   bacula.man $(DESTDIR)$(mandir)/bacula.8
-
-
- uninstall:
--- orig/patch-src-console-Makefile.in  Sat Aug 19 14:40:51 2006
+++ files/patch-src-console-Makefile.in Sat Aug 19 14:41:57 2006
@@ -1,7 +1,7 @@
 *** src/console/Makefile.in.org        Sat Apr  3 20:40:26 2004
 --- src/console/Makefile.in    Sat May  8 14:01:49 2004
 ***************
-*** 89,95 ****
+*** 97,103 ****
           destconf=$$srcconf; \
           if  test -f ${DESTDIR}${sysconfdir}/console.conf; then \
              echo "Existing console.conf moved to bconsole.conf"; \
@@ -9,7 +9,7 @@
              destconf=$$srcconf.new; \
           fi; \
        fi; \
---- 89,95 ----
+--- 97,103 ----
           destconf=$$srcconf; \
           if  test -f ${DESTDIR}${sysconfdir}/console.conf; then \
              echo "Existing console.conf moved to bconsole.conf"; \

>Release-Note:
>Audit-Trail:

From: Jo Rhett <jrhett@svcolo.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/102297: bacula-server-devel is older than production bacula-server
Date: Sat, 19 Aug 2006 16:11:24 -0700

 The following patch is also required for the -client-devel port.
 
 Note that this appears to disable man pages entirely, but that's a bug
 in the original sourcefile.
 
 --- orig/Makefile.client-only   Sat Aug 19 15:50:28 2006
 +++ Makefile    Sat Aug 19 16:07:58 2006
 @@ -248,10 +248,6 @@
         fi
  .endif
 
 -.if defined(WITH_CLIENT_ONLY)
 -       ${INSTALL_MAN} ${WRKSRC}/scripts/bacula.man
 ${PREFIX}/man/man8/bacula.8
 -.endif
 -
  # Documentation is only installed in -client port
  .if defined(WITH_DOCS)
         for na in manual bacula-web; do \
 
 -- 
 Jo Rhett
 senior geek
 SVcolo : Silicon Valley Colocation
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Aug 19 23:56:49 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

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

From: "Dan Langille" <dan@langille.org>
To: bug-followup@freebsd.org
Cc: jrhett@svcolo.com
Subject: Re: ports/102297: bacula-server-devel is older than production bacula-server
Date: Sat, 19 Aug 2006 21:17:36 -0400

 Have a look at:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/101454
 
 Perhaps that covers everything in your PR.
 
 -- 
 Dan Langille : Software Developer looking for work
 my resume: http://www.freebsddiary.org/dan_langille.php
 
 
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: itetcu 
Responsible-Changed-When: Sun Aug 20 07:04:02 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102297 
State-Changed-From-To: feedback->closed 
State-Changed-By: itetcu 
State-Changed-When: Wed Aug 23 20:47:05 UTC 2006 
State-Changed-Why:  
Closed at maintainer's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102297 
>Unformatted:
