diff options
Diffstat (limited to 'devel/bear')
-rw-r--r-- | devel/bear/Makefile | 4 | ||||
-rw-r--r-- | devel/bear/files/pkg-message.in | 20 |
2 files changed, 1 insertions, 23 deletions
diff --git a/devel/bear/Makefile b/devel/bear/Makefile index 33d7a2eee0ff..1d643f2d815b 100644 --- a/devel/bear/Makefile +++ b/devel/bear/Makefile @@ -1,6 +1,6 @@ PORTNAME= bear DISTVERSION= 3.1.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel MAINTAINER= jrm@FreeBSD.org @@ -26,8 +26,6 @@ CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR} \ -DENABLE_FUNC_TESTS=OFF \ -DENABLE_UNIT_TESTS=OFF -SUB_FILES= pkg-message - OPTIONS_DEFINE= DOCS CLANG_COMPILERS= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 11 12 13 14 \ 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 -} -] |