notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
bear Tool that generates a compilation database for clang tooling
3.1.3_7 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.1.3_3Version of this port present on the latest quarterly branch.
Maintainer: jrm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-05-20 12:51:06
Last Update: 2024-03-09 14:05:20
Commit Hash: 1947368
License: GPLv3+
WWW:
https://github.com/rizsotto/Bear
Description:
Bear is a tool that generates a compilation database for clang tooling. The JSON compilation database is used in the clang project to provide information on how a single compilation unit is processed. With this, it is easy to re-run the compilation with alternate programs. One way to get a compilation database is to use cmake as the build tool. Passing -DCMAKE_EXPORT_COMPILE_COMMANDS=ON to cmake generates the compile_commands.json file into the current directory. For non-cmake projects, Bear generates the JSON file during the build process. The concept behind Bear is: to execute the original build command and intercept the exec calls issued by the build tool. To achieve that, Bear uses the LD_PRELOAD or DYLD_INSERT_LIBRARIES mechanisms provided by the dynamic linker.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (18 items)
Collapse this list.
  1. /usr/local/share/licenses/bear-3.1.3_7/catalog.mk
  2. /usr/local/share/licenses/bear-3.1.3_7/LICENSE
  3. /usr/local/share/licenses/bear-3.1.3_7/GPLv3+
  4. bin/bear
  5. lib/bear/libexec.so
  6. lib/bear/wrapper
  7. share/man/man1/bear.1.gz
  8. share/man/man1/bear-citnames.1.gz
  9. share/man/man1/bear-intercept.1.gz
  10. share/doc/bear/CODE_OF_CONDUCT.md
  11. share/doc/bear/CONTRIBUTING.md
  12. share/doc/bear/COPYING
  13. share/doc/bear/INSTALL.md
  14. share/doc/bear/README.md
  15. @dir lib/bear/wrapper.d
  16. @owner
  17. @group
  18. @mode
Collapse this list.
Dependency lines:
  • bear>0:devel/bear
To install the port:
cd /usr/ports/devel/bear/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/bear
  • pkg install bear
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: bear
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1693499687 SHA256 (rizsotto-Bear-3.1.3_GH0.tar.gz) = 8314438428069ffeca15e2644eaa51284f884b7a1b2ddfdafe12152581b13398 SIZE (rizsotto-Bear-3.1.3_GH0.tar.gz) = 127766

Packages (timestamps in pop-ups are UTC):
bear
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.1.3_73.1.3_7-3.1.3_73.1.3_7---
FreeBSD:13:quarterly3.1.3_43.1.3_43.1.2_13.1.3_43.1.3_43.1.3_43.1.3_43.1.3_4
FreeBSD:14:latest3.1.3_73.1.3_73.0.213.1.3_63.1.3_73.1.2_1-3.1.2_1
FreeBSD:14:quarterly3.1.3_43.1.3_4-3.1.3_43.1.3_43.1.3_43.1.3_43.1.3_4
FreeBSD:15:latest3.1.3_73.1.3_7n/a3.1.3_4n/a3.1.3_43.1.3_43.1.3_5
FreeBSD:15:quarterly--n/a-n/a---
 

py37-bear
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--2.4.4---2.4.4-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. nlohmann-json>0 : devel/nlohmann-json
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libabsl_hash.so : devel/abseil
  2. libfmt.so : devel/libfmt
  3. libgrpc.so : devel/grpc
  4. libprotobuf.so : devel/protobuf
  5. libspdlog.so : devel/spdlog
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/folsom*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/folsom*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for bear-3.1.3_7: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_bear
USES:
cmake compiler:c++17-lang pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/rizsotto/Bear/tar.gz/3.1.3?dummy=/
Collapse this list.

There are no commits on branch 2022Q2 for this port