Date: Fri, 30 Jan 2009 19:25:22 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/Mk bsd.cmake.mk ports/devel/cmake Makefile distinfo pkg-plist ports/x11/qimageblitz Makefile Message-ID: <200901301925.n0UJPMdL026717@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2009-01-30 19:25:22 UTC FreeBSD ports repository Modified files: Mk bsd.cmake.mk devel/cmake Makefile distinfo pkg-plist x11/qimageblitz Makefile Log: - Update to 2.6.2 - Remove CMAKE_BUILD_TYPE [1] CMAKE_BUILD_TYPE only affects compiler FLAGS and linking with specific library versions (debug |optimized | general). In our case external libraries reside in other ports and only install one version (no separate debug/optimized). Also, the ports system provide correct compiler flags (-g and no optimizations when WITH_DEBUG is used). Thus, cmake buildtypes only add extra compiler flags. Ports will be built correctly both by default and for WITH_DEBUG case. - Also, change WRKSRC to CONFIGURE_WRKSRC. (use CONFIGURE_WRKSRC for configure target instead of WRKSRC) PR: 126507 [1] Submitted by: amdmi3@ [1] Tested with: exp-run Thanks to: pav/amdmi3 Revision Changes Path 1.3 +7 -10 ports/Mk/bsd.cmake.mk 1.28 +1 -2 ports/devel/cmake/Makefile 1.21 +3 -3 ports/devel/cmake/distinfo 1.18 +2 -0 ports/devel/cmake/pkg-plist 1.3 +0 -1 ports/x11/qimageblitz/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901301925.n0UJPMdL026717>