sqlite3 and pdo_sqlite moves back to -main because a lot of

ports are expecting this and we have sqlite in base
This commit is contained in:
robert 2013-08-08 18:50:37 +00:00
parent 4b30b64694
commit 60a99b98a9
4 changed files with 3 additions and 25 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2013/08/08 18:28:58 robert Exp $
# $OpenBSD: Makefile,v 1.4 2013/08/08 18:50:37 robert Exp $
BROKEN-hppa = no __sync_bool_compare_and_swap support nor asm fallback
@ -36,13 +36,6 @@ CONFIGURE_ARGS+= --enable-pcntl=shared
LIB_DEPENDS-pcntl=
WANTLIB-pcntl= pthread
# sqlite3
MULTI_PACKAGES+= -sqlite3
COMMENT-sqlite3= sqlite3 database access extensions for php5
CONFIGURE_ARGS+= --with-sqlite3=shared
LIB_DEPENDS-sqlite3=
WANTLIB-sqlite3= pthread
# sybase-ct
MULTI_PACKAGES+= -sybase_ct
COMMENT-sybase_ct= sybase database access extensions for php5

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-main,v 1.3 2013/08/08 18:28:58 robert Exp $
@comment $OpenBSD: PLIST-main,v 1.4 2013/08/08 18:50:37 robert Exp $
@option no-default-conflict
@conflict php->=5.4,<5.5
@conflict php5-core->=5.2
@ -10,6 +10,7 @@
@pkgpath lang/php/5.2,-main
@pkgpath lang/php/5.2,-mhash
@pkgpath lang/php/5.2,-ncurses
@pkgpath lang/php/5.2,-sqlite
@pkgpath lang/php/5.4
@pkgpath lang/php/5.4,-pdo_sqlite
@exec install -d ${SYSCONFDIR}/php-${PV}/

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-pdo_sqlite,v 1.1 2013/08/08 16:25:32 robert Exp $
@option no-default-conflict
@conflict php-pdo_sqlite->=5.3,<5.4
@conflict php5-pdo_sqlite->=5.2
@pkgpath lang/php/5.2,-pdo_sqlite
lib/php-${PV}/modules/pdo_sqlite.so
share/examples/php-${PV}/pdo_sqlite.ini
@sample ${SYSCONFDIR}/php-${PV}.sample/pdo_sqlite.ini

View File

@ -1,8 +0,0 @@
@comment $OpenBSD: PLIST-sqlite3,v 1.1 2013/08/08 16:25:33 robert Exp $
@option no-default-conflict
@conflict php-sqlite->=5.3,<5.4
@conflict php5-sqlite->=5.2
@pkgpath lang/php/5.2,-sqlite
lib/php-${PV}/modules/sqlite3.so
share/examples/php-${PV}/sqlite3.ini
@sample ${SYSCONFDIR}/php-${PV}.sample/sqlite3.ini