summaryrefslogtreecommitdiff
path: root/devel/bear/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bear/files/pkg-message.in')
-rw-r--r--devel/bear/files/pkg-message.in20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/bear/files/pkg-message.in b/devel/bear/files/pkg-message.in
deleted file mode 100644
index 50b7d1aa64ec..000000000000
--- a/devel/bear/files/pkg-message.in
+++ /dev/null
@@ -1,20 +0,0 @@
-[
-{type: [install, upgrade], message: <<EOM
-After src commit 8ccd0b876e, bear can no longer intercept compile commands using
-the dynamic linker preload method. See
-https://github.com/rizsotto/Bear/issues/557 for details.
-
-An alternative method for bear to intercept compile commands is via wrappers.
-This method requires links under %%PREFIX%%/lib/bear/wrapper.d/ to any command
-called to build your program. The bear package now installs links to common
-tools such as compilers and linkers. If a link is missing, create it manually,
-submit a bug report, or supply links in a custom directory passed as an argument
-to bear's --wrapper-dir flag.
-
-The --force-wrapper option must be supplied when using the wrapper method.
-Example:
-
-% bear --force-wrapper -- make
-EOM
-}
-]