ports/115215: [MAINTAINER-UPDATE] sysutils/bacula-server-devel : fix problem with sqlite
Dan Langille
dan at langille.org
Sun Aug 5 14:00:03 UTC 2007
>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 at 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:
More information about the freebsd-ports-bugs
mailing list