aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc48
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-07-24 21:30:44 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-07-24 21:30:44 +0000
commite73279ea108765a78895cecb364012be19c6a31f (patch)
tree3bae31af6ce0528536584aa71e0990ec1945fd1a /lang/gcc48
parent86999469f4e4517456b27643e56576a215e49155 (diff)
downloadports-e73279ea108765a78895cecb364012be19c6a31f.tar.gz
ports-e73279ea108765a78895cecb364012be19c6a31f.zip
lang/gcc*: Hide pkg-message during upgrades
PR: 239419 Approved by: gerald (maintainer)
Notes
Notes: svn path=/head/; revision=507302
Diffstat (limited to 'lang/gcc48')
-rw-r--r--lang/gcc48/files/pkg-message.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/gcc48/files/pkg-message.in b/lang/gcc48/files/pkg-message.in
index 433c37a3f89b..df3ea725ce59 100644
--- a/lang/gcc48/files/pkg-message.in
+++ b/lang/gcc48/files/pkg-message.in
@@ -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 link using
For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
transparently.
+EOD
+}
+]