Revision: 26529 http://sourceforge.net/p/gar/code/26529 Author: dmichelsen Date: 2019-04-24 09:12:39 +0000 (Wed, 24 Apr 2019) Log Message: ----------- cmake/trunk: Update to 3.14.3
Modified Paths: -------------- csw/mgar/pkg/cmake/trunk/Makefile csw/mgar/pkg/cmake/trunk/checksums Modified: csw/mgar/pkg/cmake/trunk/Makefile =================================================================== --- csw/mgar/pkg/cmake/trunk/Makefile 2019-04-23 15:22:03 UTC (rev 26528) +++ csw/mgar/pkg/cmake/trunk/Makefile 2019-04-24 09:12:39 UTC (rev 26529) @@ -1,7 +1,7 @@ # $Id$ NAME = cmake -VERSION = 3.7.1 +VERSION = 3.14.3 GARTYPE = v2 DESCRIPTION = Cross-platform make @@ -27,7 +27,10 @@ RUNTIME_DEP_PKGS_CSWcmake += CSWlibcurl4 RUNTIME_DEP_PKGS_CSWcmake += CSWlibz1 RUNTIME_DEP_PKGS_CSWcmake += CSWlibncurses6 -RUNTIME_DEP_PKGS_CSWcmake += CSWlibstlport1 +RUNTIME_DEP_PKGS_CSWcmake += CSWlibgcc-s1 +RUNTIME_DEP_PKGS_CSWcmake += CSWlibstdc++6 +RUNTIME_DEP_PKGS_CSWcmake-sparc += CSWlibstatomic1 +RUNTIME_DEP_PKGS_CSWcmake += $(RUNTIME_DEP_PKGS_CSWcmake-$(GARCH)) CHECKPKG_OVERRIDES_CSWcmake += missing-dependency|CSWemacs-common # This is most certainly the default installation prefix @@ -36,9 +39,20 @@ CHECKPKG_OVERRIDES_CSWcmake += file-with-bad-content|/usr/local|root/opt/csw/bin/ctest CHECKPKG_OVERRIDES_CSWcmake += file-with-bad-content|/usr/local|root/opt/csw/bin/cpack +# This is a new library +CHECKPKG_OVERRIDES_CSWcmake += soname-not-found|libCrunG3.so.1|is|needed|by|opt/csw/bin/ctest +CHECKPKG_OVERRIDES_CSWcmake += soname-not-found|libCrunG3.so.1|is|needed|by|opt/csw/bin/cmake +CHECKPKG_OVERRIDES_CSWcmake += soname-not-found|libCrunG3.so.1|is|needed|by|opt/csw/bin/cpack +CHECKPKG_OVERRIDES_CSWcmake += soname-not-found|libCrunG3.so.1|is|needed|by|opt/csw/bin/ccmake + # This is /usr/local/bin vs. /opt/csw/bin REINPLACE_USRLOCAL += Source/cmSiteNameCommand.cxx +GARCOMPILER = SOS12U6 + +# We need SUNW_1.22.6 for utimensat(2) +LINKER_MAPS = + CONFIGURE_ARGS = --prefix=$(prefix) TEST_TARGET = test Modified: csw/mgar/pkg/cmake/trunk/checksums =================================================================== --- csw/mgar/pkg/cmake/trunk/checksums 2019-04-23 15:22:03 UTC (rev 26528) +++ csw/mgar/pkg/cmake/trunk/checksums 2019-04-24 09:12:39 UTC (rev 26529) @@ -1 +1 @@ -d031d5a06e9f1c5367cdfc56fbd2a1c8 cmake-3.7.1.tar.gz +10d01906328787156ca7c75162922944 cmake-3.14.3.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.