allow for simultaneous install of 5.2 and 5.3 extensions.
This solves some nasty 5.0 -> current update problems. Up to 5.0, lots of php-using packages were depending on php-mysql-5.2. So the dependencies would update to php-mysql-5.2 from current. BUT the php-using packages are now depending on 5.3 -> internal conflict ! With this change, things work again. After the update, you end up with php-mysql-5.2 AND php-mysql-5.3, you can then try pkg_delete -a to weed out "unneeded" php*-5.2 okay sthen@, ajacoutot@
This commit is contained in:
parent
e8ba37e682
commit
cbca6afbb8
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2012/01/25 11:17:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2012/01/29 14:53:20 espie Exp $
|
||||
|
||||
# doesn't set USE_LIBTOOL but use the bundled one because it needs some
|
||||
# specific options we don't have.
|
||||
@ -8,11 +8,11 @@ V= 5.2.17
|
||||
SUHOSIN_PHPV= 5.2.16
|
||||
SUHOSIN_P_V= 0.9.7
|
||||
|
||||
REVISION= 4
|
||||
REVISION= 5
|
||||
REVISION-main= 8
|
||||
REVISION-fastcgi= 8
|
||||
REVISION-snmp= 5
|
||||
REVISION-gd= 5
|
||||
REVISION-fastcgi= 9
|
||||
REVISION-snmp= 6
|
||||
REVISION-gd= 6
|
||||
|
||||
INI_TEMPLATES= dist recommended
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-bz2,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-bz2,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-bz2->=5.2,<5.3
|
||||
@conflict php5-bz2->=5.2
|
||||
@pkgpath www/php5/extensions,-bz2
|
||||
lib/php-${PV}/modules/bz2.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-curl,v 1.4 2011/05/12 17:07:20 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-curl,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-curl->=5.2,<5.3
|
||||
@conflict php5-curl->=5.2
|
||||
@pkgpath www/php5/extensions,-curl
|
||||
lib/php-${PV}/modules/curl.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-dba,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-dba,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-dba->=5.2,<5.3
|
||||
@conflict php5-dba->=5.2
|
||||
@pkgpath www/php5/extensions,-dba
|
||||
lib/php-${PV}/modules/dba.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-dbase,v 1.2 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-dbase,v 1.3 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-dbase->=5.2,<5.3
|
||||
@conflict php5-dbase->=5.2
|
||||
@pkgpath www/php5/extensions,-dbase
|
||||
lib/php-${PV}/modules/dbase.so
|
||||
|
@ -1,2 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-fastcgi,v 1.2 2011/07/09 00:41:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-fastcgi,v 1.3 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-fastcgi->=5.2,<5.3
|
||||
@bin bin/php-fastcgi-${PV}
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-gd,v 1.4 2011/07/26 10:54:07 sthen Exp $
|
||||
@comment $OpenBSD: PLIST-gd,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-gd->=5.2,<5.3
|
||||
@conflict php5-gd->=5.2
|
||||
@pkgpath www/php5/extensions,-gd[,no_x11]
|
||||
lib/php-${PV}/modules/gd.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-gmp,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-gmp,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-gmp->=5.2,<5.3
|
||||
@conflict php5-gmp->=5.2
|
||||
@pkgpath www/php5/extensions,-gmp
|
||||
lib/php-${PV}/modules/gmp.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-imap,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-imap,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-imap->=5.2,<5.3
|
||||
@conflict php5-imap->=5.2
|
||||
@pkgpath www/php5/extensions,-imap
|
||||
lib/php-${PV}/modules/imap.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-ldap,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-ldap,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-ldap->=5.2,<5.3
|
||||
@conflict php5-ldap->=5.2
|
||||
@pkgpath www/php5/extensions,-ldap
|
||||
lib/php-${PV}/modules/ldap.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-mcrypt,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-mcrypt,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-mcrypt->=5.2,<5.3
|
||||
@conflict php5-mcrypt->=5.2
|
||||
@pkgpath www/php5/extensions,-mcrypt
|
||||
lib/php-${PV}/modules/mcrypt.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-mhash,v 1.2 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-mhash,v 1.3 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-mhash->=5.2,<5.3
|
||||
@conflict php5-mhash->=5.2
|
||||
@pkgpath www/php5/extensions,-mhash
|
||||
lib/php-${PV}/modules/mhash.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-mssql,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-mssql,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-mssql->=5.2,<5.3
|
||||
@conflict php5-mssql->=5.2
|
||||
@pkgpath www/php5/extensions,-mssql
|
||||
lib/php-${PV}/modules/mssql.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-mysql,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-mysql,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-mysql->=5.2,<5.3
|
||||
@conflict php5-mysql->=5.2
|
||||
@pkgpath www/php5/extensions,-mysql
|
||||
lib/php-${PV}/modules/mysql.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-mysqli,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-mysqli,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-mysqli->=5.2,<5.3
|
||||
@conflict php5-mysqli->=5.2
|
||||
@pkgpath www/php5/extensions,-mysqli
|
||||
lib/php-${PV}/modules/mysqli.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-ncurses,v 1.2 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-ncurses,v 1.3 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-ncurses->=5.2,<5.3
|
||||
@conflict php5-ncurses->=5.2
|
||||
@pkgpath www/php5/extensions,-ncurses
|
||||
lib/php-${PV}/modules/ncurses.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-odbc,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-odbc,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-odbc->=5.2,<5.3
|
||||
@conflict php5-odbc->=5.2
|
||||
@pkgpath www/php5/extensions,-odbc
|
||||
lib/php-${PV}/modules/odbc.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-pdo_dblib,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pdo_dblib,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pdo_dblib->=5.2,<5.3
|
||||
@conflict php5-pdo_dblib->=5.2
|
||||
@pkgpath www/php5/extensions,-pdo_dblib
|
||||
lib/php-${PV}/modules/pdo_dblib.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-pdo_mysql,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pdo_mysql,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pdo_mysql->=5.2,<5.3
|
||||
@conflict php5-pdo_mysql->=5.2
|
||||
@pkgpath www/php5/extensions,-pdo_mysql
|
||||
lib/php-${PV}/modules/pdo_mysql.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-pdo_pgsql,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pdo_pgsql,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pdo_pgsql->=5.2,<5.3
|
||||
@conflict php5-pdo_pgsql->=5.2
|
||||
@pkgpath www/php5/extensions,-pdo_pgsql
|
||||
lib/php-${PV}/modules/pdo_pgsql.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-pdo_sqlite,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pdo_sqlite,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pdo_sqlite->=5.2,<5.3
|
||||
@conflict php5-pdo_sqlite->=5.2
|
||||
@pkgpath www/php5/extensions,-pdo_sqlite
|
||||
lib/php-${PV}/modules/pdo_sqlite.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-pgsql,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pgsql,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pgsql->=5.2,<5.3
|
||||
@conflict php5-pgsql->=5.2
|
||||
@pkgpath www/php5/extensions,-pgsql
|
||||
lib/php-${PV}/modules/pgsql.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-pspell,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pspell,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pspell->=5.2,<5.3
|
||||
@conflict php5-pspell->=5.2
|
||||
@pkgpath www/php5/extensions,-pspell
|
||||
lib/php-${PV}/modules/pspell.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-shmop,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-shmop,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-shmop->=5.2,<5.3
|
||||
@conflict php5-shmop->=5.2
|
||||
@pkgpath www/php5/extensions,-shmop
|
||||
lib/php-${PV}/modules/shmop.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-snmp,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-snmp,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-snmp->=5.2,<5.3
|
||||
@conflict php5-snmp->=5.2
|
||||
@pkgpath www/php5/extensions,-snmp
|
||||
lib/php-${PV}/modules/snmp.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-soap,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-soap,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-soap->=5.2,<5.3
|
||||
@conflict php5-soap->=5.2
|
||||
@pkgpath www/php5/extensions,-soap
|
||||
lib/php-${PV}/modules/soap.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-sqlite,v 1.3 2010/06/29 01:10:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-sqlite,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-sqlite->=5.2,<5.3
|
||||
@conflict php5-sqlite->=5.2
|
||||
@pkgpath www/php5/extensions,-sqlite
|
||||
lib/php-${PV}/modules/sqlite.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-sybase_ct,v 1.2 2010/06/29 01:10:45 robert Exp $
|
||||
@comment $OpenBSD: PLIST-sybase_ct,v 1.3 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-sybase_ct->=5.2,<5.3
|
||||
@conflict php5-sybase_ct->=5.2
|
||||
@pkgpath www/php5/extensions,-sybase_ct
|
||||
lib/php-${PV}/modules/sybase_ct.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-tidy,v 1.3 2010/06/29 01:10:45 robert Exp $
|
||||
@comment $OpenBSD: PLIST-tidy,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-tidy->=5.2,<5.3
|
||||
@conflict php5-tidy->=5.2
|
||||
@pkgpath www/php5/extensions,-tidy
|
||||
lib/php-${PV}/modules/tidy.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-xmlrpc,v 1.3 2010/06/29 01:10:45 robert Exp $
|
||||
@comment $OpenBSD: PLIST-xmlrpc,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-xmlrpc->=5.2,<5.3
|
||||
@conflict php5-xmlrpc->=5.2
|
||||
@pkgpath www/php5/extensions,-xmlrpc
|
||||
lib/php-${PV}/modules/xmlrpc.so
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-xsl,v 1.3 2010/06/29 01:10:45 robert Exp $
|
||||
@comment $OpenBSD: PLIST-xsl,v 1.4 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-xsl->=5.2,<5.3
|
||||
@conflict php5-xsl->=5.2
|
||||
@pkgpath www/php5/extensions,-xsl
|
||||
lib/php-${PV}/modules/xsl.so
|
||||
|
@ -1,12 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.22 2012/01/25 11:17:22 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2012/01/29 14:53:21 espie Exp $
|
||||
|
||||
PV= 5.3
|
||||
V= ${PV}.9
|
||||
SUHOSIN_PHPV= ${V}
|
||||
SUHOSIN_P_V= 0.9.10
|
||||
REVISION= 0
|
||||
REVISION-main= 1
|
||||
REVISION-fastcgi= 1
|
||||
REVISION-fpm= 0
|
||||
REVISION-fastcgi= 2
|
||||
REVISION-fpm= 1
|
||||
|
||||
INI_TEMPLATES= development production
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-bz2,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-bz2,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-bz2->=5.3,<5.4
|
||||
@conflict php5-bz2->=5.2
|
||||
lib/php-${PV}/modules/bz2.so
|
||||
share/examples/php-${PV}/bz2.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-curl,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-curl,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-curl->=5.3,<5.4
|
||||
@conflict php5-curl->=5.2
|
||||
lib/php-${PV}/modules/curl.so
|
||||
share/examples/php-${PV}/curl.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-dba,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-dba,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-dba->=5.3,<5.4
|
||||
@conflict php5-dba->=5.2
|
||||
lib/php-${PV}/modules/dba.so
|
||||
share/examples/php-${PV}/dba.ini
|
||||
|
@ -1,2 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-fastcgi,v 1.2 2011/07/09 00:41:44 robert Exp $
|
||||
@comment $OpenBSD: PLIST-fastcgi,v 1.3 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-fastcgi->=5.3,<5.4
|
||||
@bin bin/php-fastcgi-${PV}
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-fpm,v 1.1 2011/08/27 13:13:13 robert Exp $
|
||||
@comment $OpenBSD: PLIST-fpm,v 1.2 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-fpm->=5.3,<5.4
|
||||
@man man/man8/php-fpm-${PV}.8
|
||||
@bin sbin/php-fpm-${PV}
|
||||
share/examples/php-${PV}/php-fpm.conf
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-gd,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-gd,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-gd->=5.3,<5.4
|
||||
@conflict php5-gd->=5.2
|
||||
lib/php-${PV}/modules/gd.so
|
||||
share/examples/php-${PV}/gd.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-gmp,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-gmp,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-gmp->=5.3,<5.4
|
||||
@conflict php5-gmp->=5.2
|
||||
lib/php-${PV}/modules/gmp.so
|
||||
share/examples/php-${PV}/gmp.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-imap,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-imap,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-imap->=5.3,<5.4
|
||||
@conflict php5-imap->=5.2
|
||||
lib/php-${PV}/modules/imap.so
|
||||
share/examples/php-${PV}/imap.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-ldap,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-ldap,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-ldap->=5.3,<5.4
|
||||
@conflict php5-ldap->=5.2
|
||||
lib/php-${PV}/modules/ldap.so
|
||||
share/examples/php-${PV}/ldap.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-mcrypt,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-mcrypt,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-mcrypt->=5.3,<5.4
|
||||
@conflict php5-mcrypt->=5.2
|
||||
lib/php-${PV}/modules/mcrypt.so
|
||||
share/examples/php-${PV}/mcrypt.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-mssql,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-mssql,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-mssql->=5.3,<5.4
|
||||
@conflict php5-mssql->=5.2
|
||||
lib/php-${PV}/modules/mssql.so
|
||||
share/examples/php-${PV}/mssql.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-mysql,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-mysql,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-mysql->=5.3,<5.4
|
||||
@conflict php5-mysql->=5.2
|
||||
lib/php-${PV}/modules/mysql.so
|
||||
share/examples/php-${PV}/mysql.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-mysqli,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-mysqli,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-mysqli->=5.3,<5.4
|
||||
@conflict php5-mysqli->=5.2
|
||||
lib/php-${PV}/modules/mysqli.so
|
||||
share/examples/php-${PV}/mysqli.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-odbc,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-odbc,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-odbc->=5.3,<5.4
|
||||
@conflict php5-odbc->=5.2
|
||||
lib/php-${PV}/modules/odbc.so
|
||||
share/examples/php-${PV}/odbc.ini
|
||||
|
@ -1,6 +1,8 @@
|
||||
@comment $OpenBSD: PLIST-pcntl,v 1.1 2011/11/17 12:52:27 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pcntl,v 1.2 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pcntl->=5.3,<5.4
|
||||
@conflict php5-pcntl->=5.2
|
||||
@conflict pecl-pctnl-*
|
||||
@conflict pecl-pcntl-*
|
||||
@pkgpath www/pecl-pcntl
|
||||
lib/php-${PV}/modules/pcntl.so
|
||||
share/examples/php-${PV}/pcntl.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-pdo_dblib,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pdo_dblib,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pdo_dblib->=5.3,<5.4
|
||||
@conflict php5-pdo_dblib->=5.2
|
||||
lib/php-${PV}/modules/pdo_dblib.so
|
||||
share/examples/php-${PV}/pdo_dblib.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-pdo_mysql,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pdo_mysql,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pdo_mysql->=5.3,<5.4
|
||||
@conflict php5-pdo_mysql->=5.2
|
||||
lib/php-${PV}/modules/pdo_mysql.so
|
||||
share/examples/php-${PV}/pdo_mysql.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-pdo_pgsql,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pdo_pgsql,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pdo_pgsql->=5.3,<5.4
|
||||
@conflict php5-pdo_pgsql->=5.2
|
||||
lib/php-${PV}/modules/pdo_pgsql.so
|
||||
share/examples/php-${PV}/pdo_pgsql.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-pdo_sqlite,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pdo_sqlite,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pdo_sqlite->=5.3,<5.4
|
||||
@conflict php5-pdo_sqlite->=5.2
|
||||
lib/php-${PV}/modules/pdo_sqlite.so
|
||||
share/examples/php-${PV}/pdo_sqlite.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-pgsql,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pgsql,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pgsql->=5.3,<5.4
|
||||
@conflict php5-pgsql->=5.2
|
||||
lib/php-${PV}/modules/pgsql.so
|
||||
share/examples/php-${PV}/pgsql.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-pspell,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-pspell,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-pspell->=5.3,<5.4
|
||||
@conflict php5-pspell->=5.2
|
||||
lib/php-${PV}/modules/pspell.so
|
||||
share/examples/php-${PV}/pspell.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-shmop,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-shmop,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-shmop->=5.3,<5.4
|
||||
@conflict php5-shmop->=5.2
|
||||
lib/php-${PV}/modules/shmop.so
|
||||
share/examples/php-${PV}/shmop.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-snmp,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-snmp,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-snmp->=5.3,<5.4
|
||||
@conflict php5-snmp->=5.2
|
||||
lib/php-${PV}/modules/snmp.so
|
||||
share/examples/php-${PV}/snmp.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-soap,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-soap,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-soap->=5.3,<5.4
|
||||
@conflict php5-soap->=5.2
|
||||
lib/php-${PV}/modules/soap.so
|
||||
share/examples/php-${PV}/soap.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-sqlite,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-sqlite,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-sqlite->=5.3,<5.4
|
||||
@conflict php5-sqlite->=5.2
|
||||
lib/php-${PV}/modules/sqlite.so
|
||||
share/examples/php-${PV}/sqlite.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-tidy,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-tidy,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-tidy->=5.3,<5.4
|
||||
@conflict php5-tidy->=5.2
|
||||
lib/php-${PV}/modules/tidy.so
|
||||
share/examples/php-${PV}/tidy.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-xmlrpc,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-xmlrpc,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-xmlrpc->=5.3,<5.4
|
||||
@conflict php5-xmlrpc->=5.2
|
||||
lib/php-${PV}/modules/xmlrpc.so
|
||||
share/examples/php-${PV}/xmlrpc.ini
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-xsl,v 1.4 2011/05/12 14:30:12 robert Exp $
|
||||
@comment $OpenBSD: PLIST-xsl,v 1.5 2012/01/29 14:53:21 espie Exp $
|
||||
@option no-default-conflict
|
||||
@conflict php-xsl->=5.3,<5.4
|
||||
@conflict php5-xsl->=5.2
|
||||
lib/php-${PV}/modules/xsl.so
|
||||
share/examples/php-${PV}/xsl.ini
|
||||
|
Loading…
Reference in New Issue
Block a user