Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2006 21:56:19 GMT
From:      Jo Rhett <jrhett@svcolo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/102297: bacula-server-devel is older than production bacula-server
Message-ID:  <200608192156.k7JLuJPl077049@www.freebsd.org>
Resent-Message-ID: <200608192200.k7JM0YZS045688@freefall.freebsd.org>

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

>Number:         102297
>Category:       ports
>Synopsis:       bacula-server-devel is older than production bacula-server
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 19 22:00:34 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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