Date: Wed, 13 Aug 2008 16:00:06 GMT From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/126507: [PATCH] bsd.cmake.mk: set CMAKE_BUILD_TYPE to "" Message-ID: <200808131600.m7DG06EU098557@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/126507; it has been noted by GNATS. From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/126507: [PATCH] bsd.cmake.mk: set CMAKE_BUILD_TYPE to "" Date: Wed, 13 Aug 2008 19:58:52 +0400 > >Synopsis: [PATCH] bsd.cmake.mk: set CMAKE_BUILD_TYPE to "" Improved patch: also remove no longer needed comment. --- bsd.cmake.mk.patch begins here --- Index: bsd.cmake.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.cmake.mk,v retrieving revision 1.2 diff -u -r1.2 bsd.cmake.mk --- bsd.cmake.mk 10 Aug 2008 15:43:46 -0000 1.2 +++ bsd.cmake.mk 13 Aug 2008 15:56:54 -0000 @@ -10,8 +10,6 @@ # CMAKE_USE_PTHREAD - Instruct cmake to use pthreads when # compiling/linking # Default: not set -# CMAKE_BUILD_TYPE - Type of build (release, debug) -# Default: Release # CMAKE_VERBOSE - Verbose build # Default: not set # CMAKE_SOURCE_PATH - Path to sourcedir for cmake @@ -47,12 +45,11 @@ -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \ -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \ -DCMAKE_INSTALL_PREFIX:PATH="${CMAKE_INSTALL_PREFIX}" \ - -DCMAKE_BUILD_TYPE:STRING="${CMAKE_BUILD_TYPE}" + -DCMAKE_BUILD_TYPE:STRING="" # # Default build type and sourcedir # -CMAKE_BUILD_TYPE?= Release CMAKE_SOURCE_PATH?= . CMAKE_INSTALL_PREFIX?= ${PREFIX} --- bsd.cmake.mk.patch ends here --- -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808131600.m7DG06EU098557>