2009/5/17 Raphael Kubo da Costa <kub...@gmail.com>:
> SVN commit 969184 by rkcosta:
>
> Include FreeBSD's /usr/local/libexec in mysqld's search path.
>
> CCMAIL: kde-freebsd@kde.org
>
>
>  M  +1 -1      CMakeLists.txt
>
>
> --- trunk/kdesupport/akonadi/server/CMakeLists.txt #969183:969184
> @@ -1,5 +1,5 @@
>
> -find_program( MYSQLD_EXECUTABLE mysqld /usr/sbin /usr/local/sbin 
> /usr/libexec /opt/mysql/libexec )
> +find_program( MYSQLD_EXECUTABLE mysqld /usr/sbin /usr/local/sbin 
> /usr/libexec /usr/local/libexec /opt/mysql/libexec )
>  if( MYSQLD_EXECUTABLE)
>    message( STATUS "MySQL Server found." )
>  else ( MYSQLD_EXECUTABLE )

Looking at http://area51.pcbsd.org/trunk/area51/databases/akonadi/Makefile,
now it seems unnecessary to include those lines changing mysqld into
mysqld_safe in post-patch.
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to