svn commit: r507302 - in head/lang: gcc10-devel/files gcc48/files gcc5/files gcc6/files gcc7-devel/files gcc7/files gcc8-devel/files gcc8/files gcc9-devel/files gcc9/files

Tobias Kortkamp tobik at FreeBSD.org
Wed Jul 24 21:30:47 UTC 2019


Author: tobik
Date: Wed Jul 24 21:30:44 2019
New Revision: 507302
URL: https://svnweb.freebsd.org/changeset/ports/507302

Log:
  lang/gcc*: Hide pkg-message during upgrades
  
  PR:		239419
  Approved by:	gerald (maintainer)

Modified:
  head/lang/gcc10-devel/files/pkg-message.in
  head/lang/gcc48/files/pkg-message.in
  head/lang/gcc5/files/pkg-message.in
  head/lang/gcc6/files/pkg-message.in
  head/lang/gcc7-devel/files/pkg-message.in
  head/lang/gcc7/files/pkg-message.in
  head/lang/gcc8-devel/files/pkg-message.in
  head/lang/gcc8/files/pkg-message.in
  head/lang/gcc9-devel/files/pkg-message.in
  head/lang/gcc9/files/pkg-message.in

Modified: head/lang/gcc10-devel/files/pkg-message.in
==============================================================================
--- head/lang/gcc10-devel/files/pkg-message.in	Wed Jul 24 21:25:01 2019	(r507301)
+++ head/lang/gcc10-devel/files/pkg-message.in	Wed Jul 24 21:30:44 2019	(r507302)
@@ -1,3 +1,6 @@
+[
+{ type: install
+  message: <<EOD
 To ensure binaries built with this toolchain find appropriate versions
 of the necessary run-time libraries, you may want to link using
 
@@ -5,3 +8,6 @@ of the necessary run-time libraries, you may want to l
 
 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
 transparently.
+EOD
+}
+]

Modified: head/lang/gcc48/files/pkg-message.in
==============================================================================
--- head/lang/gcc48/files/pkg-message.in	Wed Jul 24 21:25:01 2019	(r507301)
+++ head/lang/gcc48/files/pkg-message.in	Wed Jul 24 21:30:44 2019	(r507302)
@@ -1,3 +1,6 @@
+[
+{ type: install
+  message: <<EOD
 To ensure binaries built with this toolchain find appropriate versions
 of the necessary run-time libraries, you may want to link using
 
@@ -5,3 +8,6 @@ of the necessary run-time libraries, you may want to l
 
 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
 transparently.
+EOD
+}
+]

Modified: head/lang/gcc5/files/pkg-message.in
==============================================================================
--- head/lang/gcc5/files/pkg-message.in	Wed Jul 24 21:25:01 2019	(r507301)
+++ head/lang/gcc5/files/pkg-message.in	Wed Jul 24 21:30:44 2019	(r507302)
@@ -1,3 +1,6 @@
+[
+{ type: install
+  message: <<EOD
 To ensure binaries built with this toolchain find appropriate versions
 of the necessary run-time libraries, you may want to link using
 
@@ -5,3 +8,6 @@ of the necessary run-time libraries, you may want to l
 
 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
 transparently.
+EOD
+}
+]

Modified: head/lang/gcc6/files/pkg-message.in
==============================================================================
--- head/lang/gcc6/files/pkg-message.in	Wed Jul 24 21:25:01 2019	(r507301)
+++ head/lang/gcc6/files/pkg-message.in	Wed Jul 24 21:30:44 2019	(r507302)
@@ -1,3 +1,6 @@
+[
+{ type: install
+  message: <<EOD
 To ensure binaries built with this toolchain find appropriate versions
 of the necessary run-time libraries, you may want to link using
 
@@ -5,3 +8,6 @@ of the necessary run-time libraries, you may want to l
 
 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
 transparently.
+EOD
+}
+]

Modified: head/lang/gcc7-devel/files/pkg-message.in
==============================================================================
--- head/lang/gcc7-devel/files/pkg-message.in	Wed Jul 24 21:25:01 2019	(r507301)
+++ head/lang/gcc7-devel/files/pkg-message.in	Wed Jul 24 21:30:44 2019	(r507302)
@@ -1,3 +1,6 @@
+[
+{ type: install
+  message: <<EOD
 To ensure binaries built with this toolchain find appropriate versions
 of the necessary run-time libraries, you may want to link using
 
@@ -5,3 +8,6 @@ of the necessary run-time libraries, you may want to l
 
 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
 transparently.
+EOD
+}
+]

Modified: head/lang/gcc7/files/pkg-message.in
==============================================================================
--- head/lang/gcc7/files/pkg-message.in	Wed Jul 24 21:25:01 2019	(r507301)
+++ head/lang/gcc7/files/pkg-message.in	Wed Jul 24 21:30:44 2019	(r507302)
@@ -1,3 +1,6 @@
+[
+{ type: install
+  message: <<EOD
 To ensure binaries built with this toolchain find appropriate versions
 of the necessary run-time libraries, you may want to link using
 
@@ -5,3 +8,6 @@ of the necessary run-time libraries, you may want to l
 
 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
 transparently.
+EOD
+}
+]

Modified: head/lang/gcc8-devel/files/pkg-message.in
==============================================================================
--- head/lang/gcc8-devel/files/pkg-message.in	Wed Jul 24 21:25:01 2019	(r507301)
+++ head/lang/gcc8-devel/files/pkg-message.in	Wed Jul 24 21:30:44 2019	(r507302)
@@ -1,3 +1,6 @@
+[
+{ type: install
+  message: <<EOD
 To ensure binaries built with this toolchain find appropriate versions
 of the necessary run-time libraries, you may want to link using
 
@@ -5,3 +8,6 @@ of the necessary run-time libraries, you may want to l
 
 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
 transparently.
+EOD
+}
+]

Modified: head/lang/gcc8/files/pkg-message.in
==============================================================================
--- head/lang/gcc8/files/pkg-message.in	Wed Jul 24 21:25:01 2019	(r507301)
+++ head/lang/gcc8/files/pkg-message.in	Wed Jul 24 21:30:44 2019	(r507302)
@@ -1,3 +1,6 @@
+[
+{ type: install
+  message: <<EOD
 To ensure binaries built with this toolchain find appropriate versions
 of the necessary run-time libraries, you may want to link using
 
@@ -5,3 +8,6 @@ of the necessary run-time libraries, you may want to l
 
 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
 transparently.
+EOD
+}
+]

Modified: head/lang/gcc9-devel/files/pkg-message.in
==============================================================================
--- head/lang/gcc9-devel/files/pkg-message.in	Wed Jul 24 21:25:01 2019	(r507301)
+++ head/lang/gcc9-devel/files/pkg-message.in	Wed Jul 24 21:30:44 2019	(r507302)
@@ -1,3 +1,6 @@
+[
+{ type: install
+  message: <<EOD
 To ensure binaries built with this toolchain find appropriate versions
 of the necessary run-time libraries, you may want to link using
 
@@ -5,3 +8,6 @@ of the necessary run-time libraries, you may want to l
 
 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
 transparently.
+EOD
+}
+]

Modified: head/lang/gcc9/files/pkg-message.in
==============================================================================
--- head/lang/gcc9/files/pkg-message.in	Wed Jul 24 21:25:01 2019	(r507301)
+++ head/lang/gcc9/files/pkg-message.in	Wed Jul 24 21:30:44 2019	(r507302)
@@ -1,3 +1,6 @@
+[
+{ type: install
+  message: <<EOD
 To ensure binaries built with this toolchain find appropriate versions
 of the necessary run-time libraries, you may want to link using
 
@@ -5,3 +8,6 @@ of the necessary run-time libraries, you may want to l
 
 For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
 transparently.
+EOD
+}
+]


More information about the svn-ports-all mailing list