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
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.

Number of commits found: 61

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.1.3_7
09 Mar 2024 14:05:20
commit hash: 1947368c6b77cbe2f349aef7b0a1095117c33f6ccommit hash: 1947368c6b77cbe2f349aef7b0a1095117c33f6ccommit hash: 1947368c6b77cbe2f349aef7b0a1095117c33f6ccommit hash: 1947368c6b77cbe2f349aef7b0a1095117c33f6c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.62.0

- Bump PORTREVISION of dependent ports for shlib change
  Broken ports are skipped:
  - science/py-tensorflow
  - sysutils/apache-mesos

Changes:	https://github.com/grpc/grpc/releases
3.1.3_6
26 Feb 2024 17:18:05
commit hash: ce7d7033c01b6872bff321aa0ad8e8e3321904cdcommit hash: ce7d7033c01b6872bff321aa0ad8e8e3321904cdcommit hash: ce7d7033c01b6872bff321aa0ad8e8e3321904cdcommit hash: ce7d7033c01b6872bff321aa0ad8e8e3321904cd files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Remove USE_LDCONFIG

Nothing else wants to link against lib/bear/*.so, so remove
USE_LDCONFIG.

Reported by:	bapt
Sponsored by:	The FreeBSD Foundation
3.1.3_5
26 Feb 2024 17:17:09
commit hash: 3eee6825a1a0730f9e7a608d71bc59efd3414d45commit hash: 3eee6825a1a0730f9e7a608d71bc59efd3414d45commit hash: 3eee6825a1a0730f9e7a608d71bc59efd3414d45commit hash: 3eee6825a1a0730f9e7a608d71bc59efd3414d45 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Strip main binary

Sponsored by:	The FreeBSD Foundation
3.1.3_5
26 Feb 2024 17:17:09
commit hash: b06731a2e71d352dc041c057b6ba3a873d8bc08bcommit hash: b06731a2e71d352dc041c057b6ba3a873d8bc08bcommit hash: b06731a2e71d352dc041c057b6ba3a873d8bc08bcommit hash: b06731a2e71d352dc041c057b6ba3a873d8bc08b files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Remove indirect dependencies from LIB_DEPENDS

Sponsored by:	The FreeBSD Foundation
3.1.3_5
21 Feb 2024 15:06:22
commit hash: 917c3f128b25de0ba3a00a698f810e3580103aa0commit hash: 917c3f128b25de0ba3a00a698f810e3580103aa0commit hash: 917c3f128b25de0ba3a00a698f810e3580103aa0commit hash: 917c3f128b25de0ba3a00a698f810e3580103aa0 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.61.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
3.1.3_4
14 Dec 2023 17:03:10
commit hash: 60ae83008eab6a481b44ba1947b4c0f3232c166bcommit hash: 60ae83008eab6a481b44ba1947b4c0f3232c166bcommit hash: 60ae83008eab6a481b44ba1947b4c0f3232c166bcommit hash: 60ae83008eab6a481b44ba1947b4c0f3232c166b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.60.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
3.1.3_3
14 Dec 2023 17:03:10
commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 24.4

- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
3.1.3_2
14 Dec 2023 15:49:40
commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 10.1.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
3.1.3_1
11 Sep 2023 03:22:48
commit hash: 0c509fb2dc64f2b179f3898a394ae0c6a7852d9fcommit hash: 0c509fb2dc64f2b179f3898a394ae0c6a7852d9fcommit hash: 0c509fb2dc64f2b179f3898a394ae0c6a7852d9fcommit hash: 0c509fb2dc64f2b179f3898a394ae0c6a7852d9f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/re2: Update to 20230801

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/re2/releases
3.1.3
01 Sep 2023 02:08:26
commit hash: 4d5ac25e1ca8dd31c0088989dff16a5e35338099commit hash: 4d5ac25e1ca8dd31c0088989dff16a5e35338099commit hash: 4d5ac25e1ca8dd31c0088989dff16a5e35338099commit hash: 4d5ac25e1ca8dd31c0088989dff16a5e35338099 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Update to 3.1.3

When building devel/bear, pkgconf 1.8.1 still seems to hang [0].  The
issue has been fixed upstream [1], and that fix will be included in a
pending update of devel/pkgconf [2].

[0] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265542
[1] https://github.com/pkgconf/pkgconf/issues/229
[2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272934

Changes:	https://github.com/rizsotto/Bear/releases/tag/3.1.3
Sponsored by:	The FreeBSD Foundation
3.1.2_1
02 May 2023 19:58:21
commit hash: 94713bad761a1307f0722b8649a59c8601d22e74commit hash: 94713bad761a1307f0722b8649a59c8601d22e74commit hash: 94713bad761a1307f0722b8649a59c8601d22e74commit hash: 94713bad761a1307f0722b8649a59c8601d22e74 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/re2: Update to 20230301

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/re2/releases
3.1.2
02 May 2023 01:47:56
commit hash: f49c982ca802205c4ec2d4d692676385802d4d4fcommit hash: f49c982ca802205c4ec2d4d692676385802d4d4fcommit hash: f49c982ca802205c4ec2d4d692676385802d4d4fcommit hash: f49c982ca802205c4ec2d4d692676385802d4d4f files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Update to 3.1.2

Changes:	https://github.com/rizsotto/Bear/releases/tag/3.1.2
Sponsored by:	The FreeBSD Foundation
3.1.1_2
19 Apr 2023 18:53:02
commit hash: 69a06716bac333271566ea65bce5f351f008fac4commit hash: 69a06716bac333271566ea65bce5f351f008fac4commit hash: 69a06716bac333271566ea65bce5f351f008fac4commit hash: 69a06716bac333271566ea65bce5f351f008fac4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.54.0 (should be part of
8f17596cf5a75f2dca4b4c9f65ba02a53e1b2cd9)

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
3.1.1_1
21 Mar 2023 19:20:03
commit hash: 68b8a1ddaa16acc420d16956f3106e3613e2c9cccommit hash: 68b8a1ddaa16acc420d16956f3106e3613e2c9cccommit hash: 68b8a1ddaa16acc420d16956f3106e3613e2c9cccommit hash: 68b8a1ddaa16acc420d16956f3106e3613e2c9cc files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.52.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
3.1.1
19 Feb 2023 12:48:57
commit hash: 2a4dfbe4eadd619bccd588ce3164b675214e1f4acommit hash: 2a4dfbe4eadd619bccd588ce3164b675214e1f4acommit hash: 2a4dfbe4eadd619bccd588ce3164b675214e1f4acommit hash: 2a4dfbe4eadd619bccd588ce3164b675214e1f4a files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Update to 3.1.1

Changes:	https://github.com/rizsotto/Bear/releases/tag/3.1.0
		https://github.com/rizsotto/Bear/releases/tag/3.1.1

Sponsored by:	The FreeBSD Foundation
3.0.21
29 Dec 2022 22:13:30
commit hash: 48f63a4bd630fca247da36f2acbf8f396a521969commit hash: 48f63a4bd630fca247da36f2acbf8f396a521969commit hash: 48f63a4bd630fca247da36f2acbf8f396a521969commit hash: 48f63a4bd630fca247da36f2acbf8f396a521969 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Update 3.0.21

https://github.com/rizsotto/Bear/releases/tag/3.0.21

Sponsored by:	The FreeBSD Foundation
3.0.20_4
19 Dec 2022 09:31:34
commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
3.0.20_3
09 Oct 2022 15:37:51
commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.21.7

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
3.0.20_2
03 Oct 2022 02:14:06
commit hash: b2b1773a8006931f49457a9341f2c6da6119de0ecommit hash: b2b1773a8006931f49457a9341f2c6da6119de0ecommit hash: b2b1773a8006931f49457a9341f2c6da6119de0ecommit hash: b2b1773a8006931f49457a9341f2c6da6119de0e files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.49.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
3.0.20_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0.20_1
30 Jul 2022 05:57:09
commit hash: 8d5b2bc5bba953290f081148c21b5f922bd1d08dcommit hash: 8d5b2bc5bba953290f081148c21b5f922bd1d08dcommit hash: 8d5b2bc5bba953290f081148c21b5f922bd1d08dcommit hash: 8d5b2bc5bba953290f081148c21b5f922bd1d08d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.48.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
3.0.20
25 Jul 2022 15:10:58
commit hash: e2dccd8d0e0b12c7d7662289361bb97fe5dee2ddcommit hash: e2dccd8d0e0b12c7d7662289361bb97fe5dee2ddcommit hash: e2dccd8d0e0b12c7d7662289361bb97fe5dee2ddcommit hash: e2dccd8d0e0b12c7d7662289361bb97fe5dee2dd files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Update to 3.0.20

https://github.com/rizsotto/Bear/releases/tag/3.0.20

Sponsored by:	The FreeBSD Foundation
3.0.19_4
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
3.0.19_4
29 Jun 2022 16:32:34
commit hash: b1a61c790e9957e7d09899d824f3706d2bbc7b71commit hash: b1a61c790e9957e7d09899d824f3706d2bbc7b71commit hash: b1a61c790e9957e7d09899d824f3706d2bbc7b71commit hash: b1a61c790e9957e7d09899d824f3706d2bbc7b71 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.47.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
3.0.19_3
16 May 2022 06:49:43
commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 files touched by this commit
Loïc Bartoletti (lbartoletti) search for other commits by this committer
devel/cmake: Update to 3.23.0

Update to 3.23.0.
Fix pkg-plist: using the default share/man location

Release Notes:
  https://cmake.org/cmake/help/v3.23/release/3.23.html

PR:		262886
Exp-run by:	antoine
3.0.19_3
13 May 2022 11:39:14
commit hash: bf3c49f70a0e7ba89d64e69c0c0799c4d5154d48commit hash: bf3c49f70a0e7ba89d64e69c0c0799c4d5154d48commit hash: bf3c49f70a0e7ba89d64e69c0c0799c4d5154d48commit hash: bf3c49f70a0e7ba89d64e69c0c0799c4d5154d48 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.46.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
3.0.19_2
16 Apr 2022 04:19:07
commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49bcommit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49bcommit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49bcommit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.20.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
3.0.19_1
30 Mar 2022 22:02:45
commit hash: a478c758445d3625921b9063e85891656582ce38commit hash: a478c758445d3625921b9063e85891656582ce38commit hash: a478c758445d3625921b9063e85891656582ce38commit hash: a478c758445d3625921b9063e85891656582ce38 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.45.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
3.0.19
21 Mar 2022 22:06:55
commit hash: 8c534dd4a8598f6176122f52998204634ef1d8b2commit hash: 8c534dd4a8598f6176122f52998204634ef1d8b2commit hash: 8c534dd4a8598f6176122f52998204634ef1d8b2commit hash: 8c534dd4a8598f6176122f52998204634ef1d8b2 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Update to 3.0.19

https://github.com/rizsotto/Bear/releases/tag/3.0.19

Sponsored by:	The FreeBSD Foundation
3.0.18_2
07 Mar 2022 18:10:55
commit hash: 58923d972927be74170f50d9e19b24a8160a7c34commit hash: 58923d972927be74170f50d9e19b24a8160a7c34commit hash: 58923d972927be74170f50d9e19b24a8160a7c34commit hash: 58923d972927be74170f50d9e19b24a8160a7c34 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.44.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/grpc/grpc/releases
3.0.18_1
28 Feb 2022 12:46:46
commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.19.4

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
3.0.18
01 Jan 2022 17:07:34
commit hash: 57d6564a88e1417976b650d8d2c1a2e31cd5b2a9commit hash: 57d6564a88e1417976b650d8d2c1a2e31cd5b2a9commit hash: 57d6564a88e1417976b650d8d2c1a2e31cd5b2a9commit hash: 57d6564a88e1417976b650d8d2c1a2e31cd5b2a9 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Update to 3.0.18

https://github.com/rizsotto/Bear/releases/tag/3.0.18

Sponsored by:	The FreeBSD Foundation
3.0.17_1
21 Dec 2021 18:46:21
commit hash: d0c27ebad632fd07bf900cbbaa66ea09f321297ccommit hash: d0c27ebad632fd07bf900cbbaa66ea09f321297ccommit hash: d0c27ebad632fd07bf900cbbaa66ea09f321297ccommit hash: d0c27ebad632fd07bf900cbbaa66ea09f321297c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.42.0

Changes:	https://github.com/grpc/grpc/releases
3.0.17
17 Nov 2021 12:22:25
commit hash: 1c8cadd110e46070265494d8348bf9108bde2fa8commit hash: 1c8cadd110e46070265494d8348bf9108bde2fa8commit hash: 1c8cadd110e46070265494d8348bf9108bde2fa8commit hash: 1c8cadd110e46070265494d8348bf9108bde2fa8 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Update to 3.0.17

https://github.com/rizsotto/Bear/releases/tag/3.0.17
3.0.16_1
25 Oct 2021 15:57:13
commit hash: 51a07334657452ef5b27bbd76503d73481961c08commit hash: 51a07334657452ef5b27bbd76503d73481961c08commit hash: 51a07334657452ef5b27bbd76503d73481961c08commit hash: 51a07334657452ef5b27bbd76503d73481961c08 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/grpc: Update to 1.41.0

-

Changes:	https://github.com/grpc/grpc/releases
3.0.16
30 Sep 2021 21:23:30
commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7commit hash: 620968a43a5f9bb3fa98ab20f257a4c0d864caa7 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
cleanup: drop support for EOL FreeBSD 11.X

Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11

Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*

Reviewed by:	doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index
3.0.16
27 Sep 2021 00:38:11
commit hash: af779c4cf9d7707a78017a8a54fca10bcd3e1ea5commit hash: af779c4cf9d7707a78017a8a54fca10bcd3e1ea5commit hash: af779c4cf9d7707a78017a8a54fca10bcd3e1ea5commit hash: af779c4cf9d7707a78017a8a54fca10bcd3e1ea5 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Update to 3.0.16

Remove the local patch for the $LIB dynamic library token that was only
supported on GNU/Linux.  Upstream has switched the multilib conditional
to be for GNU/Linux only.

https://github.com/rizsotto/Bear/releases/tag/3.0.16
3.0.15
17 Sep 2021 03:00:51
commit hash: a7a9b15e4716dc8fb8ac3791efbb74a309fb04a4commit hash: a7a9b15e4716dc8fb8ac3791efbb74a309fb04a4commit hash: a7a9b15e4716dc8fb8ac3791efbb74a309fb04a4commit hash: a7a9b15e4716dc8fb8ac3791efbb74a309fb04a4 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Update to 3.0.15

Unlike the dynamic linker included with GNU/Linux distributions, $LIB is
not a token strings that our dynamic linker defines.  This update
includes a local patch to fix a runtime problem by hardcoding bear's
$LIB dynamic token with the value 'lib'.

Upstream PR: https://github.com/rizsotto/Bear/issues/409
Release notes: https://github.com/rizsotto/Bear/releases/tag/3.0.15
3.0.14
02 Sep 2021 00:55:46
commit hash: 32835fdd312f0779b353b3677e6da08a443ec80ecommit hash: 32835fdd312f0779b353b3677e6da08a443ec80ecommit hash: 32835fdd312f0779b353b3677e6da08a443ec80ecommit hash: 32835fdd312f0779b353b3677e6da08a443ec80e files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Unbreak and update to 3.0.14

https://github.com/rizsotto/Bear/releases/tag/3.0.14
3.0.13_2
18 Aug 2021 22:50:45
commit hash: 6a4356a0f431c643b10e1c085eb7fb77ce7fd732commit hash: 6a4356a0f431c643b10e1c085eb7fb77ce7fd732commit hash: 6a4356a0f431c643b10e1c085eb7fb77ce7fd732commit hash: 6a4356a0f431c643b10e1c085eb7fb77ce7fd732 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/nlohmann-json: Update 3.9.1 -> 3.10.0

Reported by:	portscout
3.0.13_2
22 Jul 2021 22:47:36
commit hash: c73b2d8fb8fc5c494d31c600fa416fe9eb5f368ecommit hash: c73b2d8fb8fc5c494d31c600fa416fe9eb5f368ecommit hash: c73b2d8fb8fc5c494d31c600fa416fe9eb5f368ecommit hash: c73b2d8fb8fc5c494d31c600fa416fe9eb5f368e files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Add missing .include <bsd.port.options.mk>
22 Jul 2021 21:57:29
commit hash: 0826576597499645e573e70f6b79875bbff58214commit hash: 0826576597499645e573e70f6b79875bbff58214commit hash: 0826576597499645e573e70f6b79875bbff58214commit hash: 0826576597499645e573e70f6b79875bbff58214 files touched by this commit Sanity Test Failure Refresh
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Fix build on 11.4

To use dprintf from cstdio on FreeBSD versions prior to 12, #define
_WITH_DPRINTF is required.

Credit to ashish for discovering this.
3.0.13_2
21 Jul 2021 18:11:52
commit hash: f4acead6367a692af17431cc233565e8f1149366commit hash: f4acead6367a692af17431cc233565e8f1149366commit hash: f4acead6367a692af17431cc233565e8f1149366commit hash: f4acead6367a692af17431cc233565e8f1149366 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.17.3

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		257026
Exp-run by:	antoine
3.0.13_1
21 Jul 2021 18:11:51
commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641commit hash: 287cd8ad71d23e31948296cb773d3ebaaed14641 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 8.0.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
PR:		257026
Exp-run by:	antoine
3.0.13
17 Jul 2021 15:17:46
commit hash: d7a31e2e9fecb89c9614ffadf6e503c350abaff4commit hash: d7a31e2e9fecb89c9614ffadf6e503c350abaff4commit hash: d7a31e2e9fecb89c9614ffadf6e503c350abaff4commit hash: d7a31e2e9fecb89c9614ffadf6e503c350abaff4 files touched by this commit
Joseph Mingrone (jrm) search for other commits by this committer
devel/bear: Update to 3.0.13

https://github.com/rizsotto/Bear/releases/tag/3.0.13
https://github.com/rizsotto/Bear/releases/tag/3.0.12
https://github.com/rizsotto/Bear/releases/tag/3.0.11
https://github.com/rizsotto/Bear/releases/tag/3.0.10
https://github.com/rizsotto/Bear/releases/tag/3.0.9
https://github.com/rizsotto/Bear/releases/tag/3.0.8
https://github.com/rizsotto/Bear/releases/tag/3.0.7
https://github.com/rizsotto/Bear/releases/tag/3.0.6
https://github.com/rizsotto/Bear/releases/tag/3.0.5
https://github.com/rizsotto/Bear/releases/tag/3.0.4
https://github.com/rizsotto/Bear/releases/tag/3.0.3
https://github.com/rizsotto/Bear/releases/tag/3.0.2
https://github.com/rizsotto/Bear/releases/tag/3.0.1
https://github.com/rizsotto/Bear/releases/tag/3.0.0
https://github.com/rizsotto/Bear/releases/tag/3.0.0-rc3
https://github.com/rizsotto/Bear/releases/tag/3.0.0-rc2
https://github.com/rizsotto/Bear/releases/tag/3.0.0-rc1

PR:		256771
Reviewed by:	ashish Derek Schrock <dereks@lifeofadishwasher.com>
Differential Revision:	https://reviews.freebsd.org/D30868

Co-authored-by:	Derek Schrock <dereks_lifeofadishwasher.com>
2.4.4
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.4.4
14 Sep 2020 15:34:05
Revision:548622Original commit files touched by this commit
jrm search for other commits by this committer
devel/bear: Update to version 2.4.4

Upstream changes: https://github.com/rizsotto/Bear/releases/tag/2.4.4
2.4.3
31 Jan 2020 03:04:26
Revision:524668Original commit files touched by this commit
jrm search for other commits by this committer
devel/bear: Update to v2.4.3

Upstream changes: https://github.com/rizsotto/Bear/releases/tag/v2.4.3
2.4.2
30 Aug 2019 18:57:32
Revision:510284Original commit files touched by this commit
jrm search for other commits by this committer
devel/bear: Update to version 2.4.2

Upstream changes: https://github.com/rizsotto/Bear/releases/tag/2.4.2
2.4.1
05 Aug 2019 02:04:42
Revision:508136Original commit files touched by this commit
jrm search for other commits by this committer
devel/bear: Update to bug-fix release 2.4.1
2.4.0
15 May 2019 17:01:42
Revision:501737Original commit files touched by this commit
jrm search for other commits by this committer
devel/bear: Update to version 2.4.0

Upstream changes:
https://github.com/rizsotto/Bear/blob/master/ChangeLog.md#240-20190512
2.3.13
31 Aug 2018 23:37:14
Revision:478624Original commit files touched by this commit
jrm search for other commits by this committer
devel/bear: Update to version 2.3.13

Upstream changes: https://github.com/rizsotto/Bear/blob/master/ChangeLog.md
2.3.12
07 Aug 2018 19:42:26
Revision:476620Original commit files touched by this commit
jrm search for other commits by this committer
devel/bear: Update to version 2.3.12

Upstream changes: https://github.com/rizsotto/Bear/blob/master/ChangeLog.md
2.3.11
27 Jun 2018 00:57:20
Revision:473415Original commit files touched by this commit
jrm search for other commits by this committer
devel/bear: Update to version 2.3.11; Take maintainership

Upstream changes: https://github.com/rizsotto/Bear/blob/master/ChangeLog.md
2.3.6
22 Jun 2018 08:28:00
Revision:473023Original commit files touched by this commit
yuri search for other commits by this committer
Correction to r473019: Revert the unintended change to the 'Created by' headers.
2.3.6
22 Jun 2018 08:04:39
Revision:473019Original commit files touched by this commit
yuri search for other commits by this committer
Reset MAINTAINER on ports maintained by amutu@amutu.com

Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.

Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
2.3.6
29 Dec 2017 09:01:54
Revision:457499Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Simplify some USES=python

With hat:	portmgr
2.3.6
23 Jul 2017 08:05:01
Revision:446457Original commit files touched by this commit
pi search for other commits by this committer
New port: devel/bear

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.

WWW: https://github.com/rizsotto/Bear

PR:		220475
Submitted by:	Jov <amutu@amutu.com>
0.8.2
27 Jun 2015 12:54:12
Revision:390698Original commit files touched by this commit
olgeni search for other commits by this committer
Sorting out some Erlang stuff:

- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
  confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.

The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
0.8.2
20 May 2015 12:50:48
Revision:386857Original commit files touched by this commit
olgeni search for other commits by this committer
Add devel/bear, a set of statistics functions for Erlang.

Number of commits found: 61