Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Sep 2007 11:34:33 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116624: [patch] sysutils/bacula-server - reduce options in WITH_BAT
Message-ID:  <20070925013433.7EAA978@k7.mavetju>
Resent-Message-ID: <200709250140.l8P1e2vA021151@freefall.freebsd.org>

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

>Number:         116624
>Category:       ports
>Synopsis:       [patch] sysutils/bacula-server - reduce options in WITH_BAT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 25 01:40:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.2-RELEASE-p4 i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.2-RELEASE-p4 FreeBSD 6.2-RELEASE-p4 #0: Thu Apr 26 17:55:55 UTC 2007 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/SMP i386

>Description:
>How-To-Repeat:
>Fix:

Index: bacula-server/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/bacula-server/Makefile,v
retrieving revision 1.95
diff -u -r1.95 Makefile
--- bacula-server/Makefile	24 Sep 2007 03:05:51 -0000	1.95
+++ bacula-server/Makefile	25 Sep 2007 01:33:07 -0000
@@ -76,8 +76,10 @@
 .endif
 
 .if defined(WITH_CLIENT_ONLY)
-OPTIONS+=	WXCONSOLE "Build with wxGTK based GUI console: deprecated" off
+OPTIONS=	WXCONSOLE "Build with wxGTK based GUI console: deprecated" off
 OPTIONS+=	GNOMECONSOLE "Build with GNOME based GUI console: deprecated" off
+.elif defined(WITH_BAT)
+OPTIONS=	
 .else
 OPTIONS=	SQLITE3 "Use SqLite-3 database instead of SqLite-2" off
 OPTIONS+=	MYSQL "Use MySQL database instead of SqLite" off
>Release-Note:
>Audit-Trail:
>Unformatted:



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