mysql4x-server marked as broken ?
Uzi
uzi at bmby.com
Mon Jun 6 22:05:00 GMT 2005
> [ cut BROKEN msg ]
>> The error i get installing mysql4x-server is:
>>
>> cd /usr/ports/databases/mysql41-server && make install
>> ===> mysql-server-4.1.11_1 is marked as broken: The port wants
>> mysql41-client and you try to install mysql4-client..
>
> This error come from USE_MYSQL in Mk/bsd.port.mk. It seems that you
> set WITH_MYSQL_VER=4
>
Or in make.conf simply use WITH_MYSQL_VER=40 or 41
[ .. pkgtools.conf ... ]
>> 'databases/mysql40-client' => [
>> 'DB_DIR=/usr/mysql',
>> 'BUILD_OPTIMZED=yes',
>> 'BUILD_STATIC=yes',
>> 'OVERWRITE_DB=no',
>> 'WITHOUT_INNODB=yes'
>> ],
>> 'databases/mysql40-server' => [
>> 'DB_DIR=/usr/mysql',
>> 'BUILD_OPTIMZED=yes',
>> 'BUILD_STATIC=yes',
>> 'OVERWRITE_DB=no',
>> 'WITHOUT_INNODB=yes'
>> ],
You can simply use:
databases/mysql4* [
...
]
U
More information about the freebsd-ports
mailing list