1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- STAGE-clean

This commit is contained in:
Pietro Cerutti 2014-02-04 09:28:11 +00:00
parent 9bed6d1a51
commit a49192f9f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342491
2 changed files with 27 additions and 6 deletions
databases/mysql-connector-c++

View File

@ -15,8 +15,8 @@ LICENSE= GPLv2
LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs
USE_MYSQL= 51+
USE_LDCONFIG= yes
USES= cmake:outsource
USE_LDCONFIG= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
@ -52,5 +52,4 @@ regression-test: build
test/unit/classes/statement )
.endif
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -1,7 +1,29 @@
--- CMakeLists.txt.orig 2012-08-09 10:44:22.000000000 +0200
+++ CMakeLists.txt 2012-08-09 10:46:37.000000000 +0200
@@ -252,14 +252,6 @@
SET( LICENSE_FILENAME "${CPACK_RESOURCE_FILE_LICENSE}")")
--- CMakeLists.txt.orig 2013-03-25 10:45:20.000000000 +0100
+++ CMakeLists.txt 2014-01-31 14:35:27.000000000 +0100
@@ -38,7 +38,7 @@
if(COMMAND cmake_policy AND POLICY CMP0015)
cmake_policy(SET CMP0015 NEW)
-endif(COMMAND cmake_policy)
+endif(COMMAND cmake_policy AND POLICY CMP0015)
#-----------------
# CPPFLAGS, CXXFLAGS and LDFLAGS from the environment
@@ -221,7 +221,7 @@
software free of charge under the GNU General Public License
(http://www.gnu.org/licenses/). You can also purchase commercial MySQL
licenses from ${CPACK_PACKAGE_VENDOR} if you do not wish to be
-bound by the terms of the GPL. See the chapter "Licensing and Support"
+bound by the terms of the GPL. See the chapter \"Licensing and Support\"
in the manual for further info.")
IF(EXISTS "${CMAKE_SOURCE_DIR}/COPYING")
@@ -249,17 +249,9 @@
IF(WIN32)
FILE(WRITE "${CMAKE_SOURCE_DIR}/win/config.cmake" "SET(CONNECTOR_PRODUCT_VERSION ${MYSQLCPPCONN_VERSION})
-SET( LICENSE_FILENAME "${CPACK_RESOURCE_FILE_LICENSE}")")
+SET( LICENSE_FILENAME ${CPACK_RESOURCE_FILE_LICENSE})")
ENDIF(WIN32)
-INSTALL(FILES