svn commit: r311199 - head/www/typo3

Florian Smeets flo at smeets.im
Wed Jan 30 07:09:45 UTC 2013


On 30.01.13 07:27, Frederic Culot wrote:
> Author: culot
> Date: Wed Jan 30 06:27:12 2013
> New Revision: 311199
> URL: http://svnweb.freebsd.org/changeset/ports/311199
> 
> Log:
>   - Fix USE_MYSQL usage by explicitly depending on MySQL server [2]

> 
>  .if ${PORT_OPTIONS:MMYSQL}
> -USE_MYSQL=	yes
> +USE_MYSQL=	server
>  IGNORE_WITH_MYSQL=	41 50
>  .endif
>  
> 

I'm not sure if this is the right thing to do. This forces the server
dependency on everyone, even those who run a dedicated database host. I
just grepped the tree and there are only 12 ports doing this. Most of
them should IMHO be fixed to depend on the client only.

However I can see why people would want this, when you are installing
everything on one host. Maybe those ports should be converted to have a
MYSQL_SERVER option, but I think it should be disabled by default.

Other opinions?

Florian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130130/38181824/attachment.sig>


More information about the svn-ports-all mailing list