Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jul 2010 08:18:25 -0500 (CDT)
From:      Jim Riggs <ports@christianserving.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/148790: [MAINTAINER] net-mgmt/zabbix-frontend: fix sqlite usage
Message-ID:  <20100720131825.7DCC32283B1@zion.christianserving.org>
Resent-Message-ID: <201007201320.o6KDK1ri081016@freefall.freebsd.org>

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

>Number:         148790
>Category:       ports
>Synopsis:       [MAINTAINER] net-mgmt/zabbix-frontend: fix sqlite usage
>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:   Tue Jul 20 13:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jim Riggs
>Release:        FreeBSD 6.3-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD zion.christianserving.org 6.3-RELEASE-p2 FreeBSD 6.3-RELEASE-p2 #3: Mon May  5 21:27:22 CDT
>Description:
- fix frontend usage with sqlite (PORTREVISION will get bumped with ports/148786)

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- zabbix-frontend-1.8.2_3,2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-mgmt/zabbix-frontend/Makefile /root/portwork/zabbix/net-mgmt/zabbix-frontend/Makefile
--- /usr/ports/net-mgmt/zabbix-frontend/Makefile	2010-06-03 12:12:19.000000000 -0500
+++ /root/portwork/zabbix/net-mgmt/zabbix-frontend/Makefile	2010-07-20 08:10:10.000000000 -0500
@@ -39,7 +39,7 @@
 .endif
 
 .ifdef WITH_SQLITE
-USE_PHP+=	sqlite
+RUN_DEPENDS=	${PHPBASE}/lib/php/${PHP_EXT_DIR}/sqlite3.so:${PORTSDIR}/databases/php-sqlite3
 .endif
 
 do-install:
--- zabbix-frontend-1.8.2_3,2.patch ends here ---

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



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