cbca6afbb8
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@
9 lines
334 B
Plaintext
9 lines
334 B
Plaintext
@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
|
|
share/examples/php-${PV}/pdo_mysql.ini
|
|
@sample ${SYSCONFDIR}/php-${PV}.sample/pdo_mysql.ini
|