From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Mar 6 02:20:16 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2168216A4CE for ; Sun, 6 Mar 2005 02:20:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D301943D39 for ; Sun, 6 Mar 2005 02:20:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j262KFuw073669 for ; Sun, 6 Mar 2005 02:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j262KFDx073668; Sun, 6 Mar 2005 02:20:15 GMT (envelope-from gnats) Resent-Date: Sun, 6 Mar 2005 02:20:15 GMT Resent-Message-Id: <200503060220.j262KFDx073668@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Langille Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 371B916A4CE for ; Sun, 6 Mar 2005 02:17:40 +0000 (GMT) Received: from xeon.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id D32D043D1F for ; Sun, 6 Mar 2005 02:17:39 +0000 (GMT) (envelope-from dan@xeon.unixathome.org) Received: by xeon.unixathome.org (Postfix, from userid 1000) id 0BA743E73; Sat, 5 Mar 2005 21:17:39 -0500 (EST) Message-Id: <20050306021739.0BA743E73@xeon.unixathome.org> Date: Sat, 5 Mar 2005 21:17:39 -0500 (EST) From: Dan Langille To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: dan@langille.org cc: Lars.Koeller@Uni-Bielefeld.DE Subject: ports/78477: [UPGRADE] bacula to 1.36.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Langille List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 02:20:16 -0000 >Number: 78477 >Category: ports >Synopsis: [UPGRADE] bacula to 1.36.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 06 02:20:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: FreeBSD 4.9-STABLE i386 >Organization: The FreeBSD Diary >Environment: System: FreeBSD xeon.example.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan@polo.example.org:/usr/obj/usr/src/sys/XEON i386 >Description: >How-To-Repeat: >Fix: --- bacula-patch begins here --- diff -ruN /usr/ports/sysutils/bacula-server/Makefile bacula-server/Makefile --- /usr/ports/sysutils/bacula-server/Makefile Fri Feb 4 21:55:04 2005 +++ bacula-server/Makefile Sat Mar 5 20:13:49 2005 @@ -6,8 +6,7 @@ # PORTNAME= bacula -PORTVERSION= 1.36.1 -PORTREVISION= 1 +PORTVERSION= 1.36.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula diff -ruN /usr/ports/sysutils/bacula-server/distinfo bacula-server/distinfo --- /usr/ports/sysutils/bacula-server/distinfo Sun Nov 28 11:39:01 2004 +++ bacula-server/distinfo Sat Mar 5 20:14:08 2005 @@ -1,2 +1,2 @@ -MD5 (bacula-1.36.1.tar.gz) = d09ecce1bc9e3a421f7eaf5ad2de5850 -SIZE (bacula-1.36.1.tar.gz) = 6828844 +MD5 (bacula-1.36.2.tar.gz) = 55a9ab6d211913fa8c73e3d07eabc189 +SIZE (bacula-1.36.2.tar.gz) = 6796181 diff -ruN /usr/ports/sysutils/bacula-server/files/patch-src-console-console.c bacula-server/files/patch-src-console-console.c --- /usr/ports/sysutils/bacula-server/files/patch-src-console-console.c Sat Jul 3 05:11:54 2004 +++ bacula-server/files/patch-src-console-console.c Wed Dec 31 19:00:00 1969 @@ -1,63 +0,0 @@ -*** src/console/console.c.orig Sun Jun 20 13:43:02 2004 ---- src/console/console.c Sat Jul 3 10:48:13 2004 -*************** -*** 63,69 **** - - /* Forward referenced functions */ - static void terminate_console(int sig); -! int get_cmd(FILE *input, const char *prompt, BSOCK *sock, int sec); - static int do_outputcmd(FILE *input, BSOCK *UA_sock); - void senditf(const char *fmt, ...); - void sendit(const char *buf); ---- 63,69 ---- - - /* Forward referenced functions */ - static void terminate_console(int sig); -! int get_cmd(FILE *input, char *prompt, BSOCK *sock, int sec); - static int do_outputcmd(FILE *input, BSOCK *UA_sock); - void senditf(const char *fmt, ...); - void sendit(const char *buf); -*************** -*** 200,206 **** - - static void read_and_process_input(FILE *input, BSOCK *UA_sock) - { -! const char *prompt = "*"; - bool at_prompt = false; - int tty_input = isatty(fileno(input)); - int stat; ---- 200,206 ---- - - static void read_and_process_input(FILE *input, BSOCK *UA_sock) - { -! char *prompt = "*"; - bool at_prompt = false; - int tty_input = isatty(fileno(input)); - int stat; -*************** -*** 499,510 **** - #ifdef HAVE_READLINE - #define READLINE_LIBRARY 1 - #undef free - #include "readline.h" - #include "history.h" - -- - int -! get_cmd(FILE *input, const char *prompt, BSOCK *sock, int sec) - { - char *line; - ---- 499,510 ---- - #ifdef HAVE_READLINE - #define READLINE_LIBRARY 1 - #undef free -+ #include - #include "readline.h" - #include "history.h" - - int -! get_cmd(FILE *input, char *prompt, BSOCK *sock, int sec) - { - char *line; - --- bacula-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: