pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/php-owncloud



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sun Jun 17 18:27:19 UTC 2012

Modified Files:
        pkgsrc/www/php-owncloud: Makefile options.mk

Log Message:
Move pdo_sqlite3 dependency to under sqlite option.

Previously, I added a dependency on pdo_sqlite3 because an owncloud
instance failed to run without PDO.  This commit moves the dependency
to be conditional on the sqlite option, so that it doesn't apply if
mysql is selected.

The upstream method selection code is hard to follow, and in
particular I don't understand how dbtype=sqlite is expected to use
MDB2 and dbtype=sqlite3 PDO.  So with the sqlite option both chunks of
code are availale.  I suspect there is an upstream bug lurking, but I
can't point to it.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/php-owncloud/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/php-owncloud/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index