Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  2 Aug 2007 13:20:02 -0400 (EDT)
From:      Dan Langille <dan@langille.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Dan Langille <dan@langille.org>
Subject:   ports/115215: [MAINTAINER-UPDATE] sysutils/bacula-server-devel : fix problem with sqlite
Message-ID:  <20070802172002.A1C33170DC@ngaio.unixathome.org>
Resent-Message-ID: <200708051400.l75E03G8023318@freefall.freebsd.org>

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

>Number:         115215
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] sysutils/bacula-server-devel : fix problem with sqlite
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 05 14:00:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dan Langille
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
The FreeBSD Diary
>Environment:
System: FreeBSD xeon.unixathome.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Wed Mar 3 08:16:24 EST 2004 dan@polo.unixathome.org:/usr/obj/usr/src/sys/XEON i386


	
>Description:
	
With the present port, if you try to install with SQLite you get the following
error:

Syntax error: redirection unexpected

The attached patch fixes this error and brings the devel port into line with
the main port.

>How-To-Repeat:
	
>Fix:

	



--- patch.bacula-server-devel begins here ---
diff -ruN /usr/ports/sysutils/bacula-server-devel/Makefile bacula-server-devel/Makefile
--- /usr/ports/sysutils/bacula-server-devel/Makefile	Mon Jul 23 18:44:11 2007
+++ bacula-server-devel/Makefile	Thu Aug  2 12:56:03 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	bacula
 DISTVERSION=	2.1.28
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	bacula
@@ -141,7 +142,7 @@
 SUB_LIST+=		REQ_MYSQL="" REQ_PGSQL=postgresql
 .elif defined(WITH_SQLITE3)
 CONFIGURE_ARGS+=	--with-sqlite3=yes
-LIB_DEPENDS+=		sqlite3-threads>=0:${PORTSDIR}/databases/sqlite3-threads
+LIB_DEPENDS+=		sqlite3:${PORTSDIR}/databases/sqlite3-threads
 DBTYPE=			sqlite3
 .else
 CONFIGURE_ARGS+=	--with-sqlite=yes
--- patch.bacula-server-devel ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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