Date: Tue, 3 Dec 2013 11:33:38 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335561 - in head: games/spring lang/io Message-ID: <201312031133.rB3BXc8X092913@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: makc Date: Tue Dec 3 11:33:38 2013 New Revision: 335561 URL: http://svnweb.freebsd.org/changeset/ports/335561 Log: - Fix CMAKE_BUILD_TYPE usage Approved by: maintainers Modified: head/games/spring/Makefile head/lang/io/Makefile Modified: head/games/spring/Makefile ============================================================================== --- head/games/spring/Makefile Tue Dec 3 11:31:55 2013 (r335560) +++ head/games/spring/Makefile Tue Dec 3 11:33:38 2013 (r335561) @@ -50,7 +50,8 @@ NO_STAGE= yes .if defined(WITH_SYNC_DEBUG) CFLAGS= # empty CXXFLAGS= # empty -CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=DEBUG2 -DTRACE_SYNC=true -DSYNCDEBUG=true +CMAKE_ARGS+= -DTRACE_SYNC=true -DSYNCDEBUG=true +CMAKE_BUILD_TYPE= DEBUG2 .endif post-patch: Modified: head/lang/io/Makefile ============================================================================== --- head/lang/io/Makefile Tue Dec 3 11:31:55 2013 (r335560) +++ head/lang/io/Makefile Tue Dec 3 11:33:38 2013 (r335561) @@ -17,7 +17,6 @@ GH_COMMIT= 23afbcc USE_LDCONFIG= yes USES= cmake:outsource -CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=release PORTDOCS= * PORTEXAMPLES= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312031133.rB3BXc8X092913>