From 8f07efe1640d32094d404eb118c41da0a8d5369e Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Tue, 14 Aug 2018 11:59:13 -0400 Subject: [PATCH] switch to gcc 6 runtimes --- components/database/berkeleydb/Makefile | 4 ++-- components/developer/gcc49/Makefile | 8 ++++---- components/developer/swig/Makefile | 4 ++-- components/editor/vim/Makefile | 2 +- components/library/gmp/Makefile | 4 ++-- components/library/pcre/Makefile | 4 ++-- components/network/openssh/Makefile | 2 +- components/perl/perl-522/Makefile | 2 +- components/perl/xml-parser/Makefile | 2 +- components/sysutils/net-snmp/Makefile | 2 +- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/components/database/berkeleydb/Makefile b/components/database/berkeleydb/Makefile index ff75e0a94..f3748d8ab 100644 --- a/components/database/berkeleydb/Makefile +++ b/components/database/berkeleydb/Makefile @@ -113,5 +113,5 @@ RUN=run_std REQUIRED_PACKAGES += SUNWcs REQUIRED_PACKAGES += system/library -REQUIRED_PACKAGES += system/library/g++-4-runtime -REQUIRED_PACKAGES += system/library/gcc-4-runtime +REQUIRED_PACKAGES += system/library/g++-6-runtime +REQUIRED_PACKAGES += system/library/gcc-6-runtime diff --git a/components/developer/gcc49/Makefile b/components/developer/gcc49/Makefile index 3d76994cd..474898942 100644 --- a/components/developer/gcc49/Makefile +++ b/components/developer/gcc49/Makefile @@ -131,8 +131,8 @@ install: $(INSTALL_32) # GCC uses installed runtime libraries REQUIRED_PACKAGES += SUNWcs REQUIRED_PACKAGES += system/library -REQUIRED_PACKAGES += system/library/g++-4-runtime -REQUIRED_PACKAGES += system/library/gcc-4-runtime -REQUIRED_PACKAGES += system/library/gfortran-4-runtime -REQUIRED_PACKAGES += system/library/gobjc-4-runtime +REQUIRED_PACKAGES += system/library/g++-6-runtime +REQUIRED_PACKAGES += system/library/gcc-6-runtime +REQUIRED_PACKAGES += system/library/gfortran-6-runtime +REQUIRED_PACKAGES += system/library/gobjc-6-runtime REQUIRED_PACKAGES += system/library/math diff --git a/components/developer/swig/Makefile b/components/developer/swig/Makefile index ac73a497a..603226802 100644 --- a/components/developer/swig/Makefile +++ b/components/developer/swig/Makefile @@ -95,6 +95,6 @@ REQUIRED_PACKAGES += runtime/perl-522 REQUIRED_PACKAGES += runtime/python-27 REQUIRED_PACKAGES += runtime/ruby-23 REQUIRED_PACKAGES += system/library -REQUIRED_PACKAGES += system/library/g++-4-runtime -REQUIRED_PACKAGES += system/library/gcc-4-runtime +REQUIRED_PACKAGES += system/library/g++-6-runtime +REQUIRED_PACKAGES += system/library/gcc-6-runtime REQUIRED_PACKAGES += web/php-56 diff --git a/components/editor/vim/Makefile b/components/editor/vim/Makefile index c184a672e..ba31d0422 100644 --- a/components/editor/vim/Makefile +++ b/components/editor/vim/Makefile @@ -113,7 +113,7 @@ REQUIRED_PACKAGES += library/ncurses REQUIRED_PACKAGES += runtime/perl-522 REQUIRED_PACKAGES += SUNWcs REQUIRED_PACKAGES += system/library -REQUIRED_PACKAGES += system/library/g++-4-runtime +REQUIRED_PACKAGES += system/library/g++-6-runtime REQUIRED_PACKAGES += system/library/math REQUIRED_PACKAGES += x11/library/libice REQUIRED_PACKAGES += x11/library/libsm diff --git a/components/library/gmp/Makefile b/components/library/gmp/Makefile index bea256695..125d5d61f 100644 --- a/components/library/gmp/Makefile +++ b/components/library/gmp/Makefile @@ -149,5 +149,5 @@ install: $(INSTALL_32_and_64) test: $(TEST_32_and_64) REQUIRED_PACKAGES += system/library -REQUIRED_PACKAGES += system/library/g++-4-runtime -REQUIRED_PACKAGES += system/library/gcc-4-runtime +REQUIRED_PACKAGES += system/library/g++-6-runtime +REQUIRED_PACKAGES += system/library/gcc-6-runtime diff --git a/components/library/pcre/Makefile b/components/library/pcre/Makefile index 99fb31029..ca807aa94 100644 --- a/components/library/pcre/Makefile +++ b/components/library/pcre/Makefile @@ -122,5 +122,5 @@ REQUIRED_PACKAGES += compress/bzip2 REQUIRED_PACKAGES += library/zlib REQUIRED_PACKAGES += SUNWcs REQUIRED_PACKAGES += system/library -REQUIRED_PACKAGES += system/library/g++-4-runtime -REQUIRED_PACKAGES += system/library/gcc-4-runtime +REQUIRED_PACKAGES += system/library/g++-6-runtime +REQUIRED_PACKAGES += system/library/gcc-6-runtime diff --git a/components/network/openssh/Makefile b/components/network/openssh/Makefile index 2c6f9a376..8b33561be 100644 --- a/components/network/openssh/Makefile +++ b/components/network/openssh/Makefile @@ -97,4 +97,4 @@ test: $(NO_TESTS) REQUIRED_PACKAGES += library/libedit REQUIRED_PACKAGES += library/zlib REQUIRED_PACKAGES += system/library -REQUIRED_PACKAGES += system/library/g++-4-runtime +REQUIRED_PACKAGES += system/library/g++-6-runtime diff --git a/components/perl/perl-522/Makefile b/components/perl/perl-522/Makefile index c137bb4ca..467c4e10b 100644 --- a/components/perl/perl-522/Makefile +++ b/components/perl/perl-522/Makefile @@ -116,5 +116,5 @@ test: $(TEST_32) REQUIRED_PACKAGES += database/berkeleydb-5 REQUIRED_PACKAGES += library/database/gdbm REQUIRED_PACKAGES += system/library -REQUIRED_PACKAGES += system/library/g++-4-runtime +REQUIRED_PACKAGES += system/library/g++-6-runtime REQUIRED_PACKAGES += system/library/math diff --git a/components/perl/xml-parser/Makefile b/components/perl/xml-parser/Makefile index ea451f749..4ca55d8c0 100644 --- a/components/perl/xml-parser/Makefile +++ b/components/perl/xml-parser/Makefile @@ -59,4 +59,4 @@ test: $(TEST_32) REQUIRED_PACKAGES += library/expat REQUIRED_PACKAGES += system/library -REQUIRED_PACKAGES += system/library/g++-4-runtime +REQUIRED_PACKAGES += system/library/g++-6-runtime diff --git a/components/sysutils/net-snmp/Makefile b/components/sysutils/net-snmp/Makefile index ce531b719..d7c21e426 100644 --- a/components/sysutils/net-snmp/Makefile +++ b/components/sysutils/net-snmp/Makefile @@ -137,5 +137,5 @@ REQUIRED_PACKAGES += SUNWcs REQUIRED_PACKAGES += runtime/perl-522 REQUIRED_PACKAGES += shell/bash REQUIRED_PACKAGES += system/library -REQUIRED_PACKAGES += system/library/g++-4-runtime +REQUIRED_PACKAGES += system/library/g++-6-runtime REQUIRED_PACKAGES += system/management/snmp/net-snmp -- 2.11.4.GIT