Subject: CVS commit: pkgsrc/lang/php72
From: Jaromir Dolecek
Date: 2018-02-04 17:19:00
Message id: 20180204161900.B4C20FB40@cvs.NetBSD.org

Log Message:
Switch php72 to use pkgsrc sqlite3 library instead of the bundled one

PHP bundles a sqlite3 lib, it's used when the build can't find
system one. Switch to the pkgsrc-provided one, eliminating also
need to maintain a local patch for it. While here make this into a
tunable compile option 'sqlite3', by default on, same as before.

Files:
RevisionActionfile
1.4modifypkgsrc/lang/php72/Makefile
1.3modifypkgsrc/lang/php72/Makefile.php
1.15modifypkgsrc/lang/php72/distinfo
1.1removepkgsrc/lang/php72/patches/patch-ext_sqlite3_libsqlite_sqlite3.c