diff options
| author | John Marino <marino@FreeBSD.org> | 2014-11-04 08:21:55 +0000 | 
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2014-11-04 08:21:55 +0000 | 
| commit | d2bcf058dc37256369bad9b9a1157fc76c059467 (patch) | |
| tree | 72ab3bccf2944cb7cd4cc6703c6db257586e3e02 /databases/mariadb100-client/files/patch-libservices_CMakeLists.txt | |
| parent | Remove deprecated KDE4=kdehier (diff) | |
Add new ports databases/mariadb100-server and -client (version 10.0)
PR:		193539
Submitted by:	spil.oss (gmail)
MariaDB is a database server that offers drop-in replacement functionality
for MySQL. MariaDB is built by some of the original authors of MySQL, with
assistance from the broader community of Free and open source software
developers. In addition to the core functionality of MySQL, MariaDB offers
a rich set of feature enhancements including alternate storage engines,
server optimizations, and patches.
Diffstat (limited to 'databases/mariadb100-client/files/patch-libservices_CMakeLists.txt')
| -rw-r--r-- | databases/mariadb100-client/files/patch-libservices_CMakeLists.txt | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/mariadb100-client/files/patch-libservices_CMakeLists.txt b/databases/mariadb100-client/files/patch-libservices_CMakeLists.txt new file mode 100644 index 000000000000..beb30eb10a81 --- /dev/null +++ b/databases/mariadb100-client/files/patch-libservices_CMakeLists.txt @@ -0,0 +1,9 @@ +--- libservices/CMakeLists.txt.orig	2014-08-09 00:13:47.000000000 +0200 ++++ libservices/CMakeLists.txt	2014-09-05 22:29:05.110415834 +0200 +@@ -29,4 +29,6 @@ +   logger_service.c) +  + ADD_CONVENIENCE_LIBRARY(mysqlservices ${MYSQLSERVICES_SOURCES}) ++IF(FALSE) + INSTALL(TARGETS mysqlservices DESTINATION ${INSTALL_LIBDIR} COMPONENT Development) ++ENDIF()  | 
