Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 11:36:54 +0100
From:      Mathieu Arnold <mat@mat.cc>
To:        Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r333840 - head/www/owncloud
Message-ID:  <0AEEB9EF6C3064D4F1A0B8C9@atuin.in.mat.cc>
In-Reply-To: <201311151023.rAFANHEH058749@svn.freebsd.org>
References:  <201311151023.rAFANHEH058749@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
+--On 15 novembre 2013 10:23:17 +0000 Sunpoet Po-Chuan Hsieh
<sunpoet@FreeBSD.org> wrote:
| -.if ${PORT_OPTIONS:MSQLITE}
| -USE_PHP+=	sqlite3 pdo_sqlite
| -.endif
| +SQLITE_USE=	PHP=pdo_sqlite,sqlite3 SQLITE=yes

You don't need SQLITE=yes there, (and it was not there before,) sqlite is
selfcontained in the php extension, and not needed at all as a dependency
here. (Unless the sqlite3 binary is needed for installation afterwards, of
course.)

-- 
Mathieu Arnold



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