mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
- Update to 10.0.21 - Updates mariadb100-client as well (slave-port) - Silence portlint - Re-roll patches with makepatch [1] https://mariadb.atlassian.net/browse/MDEV-7398 [2] https://mariadb.atlassian.net/browse/MDEV-8128 Changes: https://mariadb.com/kb/en/mariadb/mariadb-10021-changelog/ Differential revision: https://reviews.freebsd.org/D2771 Reviewed by: koobs (mentor), vsevolod (mentor) Approved by: vsevolod (mentor) PR: 200097 Security: 36bd352d-299b-11e5-86ff-14dae9d210b8 MFH: 2015Q3
11 lines
323 B
Text
11 lines
323 B
Text
--- pcre/CMakeLists.txt.orig 2015-06-17 14:54:12 UTC
|
|
+++ pcre/CMakeLists.txt
|
|
@@ -513,6 +513,8 @@ IF(PCRE_SHOW_REPORT)
|
|
MESSAGE(STATUS "")
|
|
ENDIF(PCRE_SHOW_REPORT)
|
|
|
|
+IF(FALSE)
|
|
INSTALL(FILES ${CMAKE_BINARY_DIR}/pcre/pcre.h DESTINATION ${INSTALL_INCLUDEDIR}/private COMPONENT Development)
|
|
+ENDIF()
|
|
|
|
# end CMakeLists.txt
|