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.

non port: devel/bear/pkg-plist

Number of commits found: 8

Sunday, 19 Feb 2023
12:48 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
commit hash: 2a4dfbe4eadd619bccd588ce3164b675214e1f4a commit hash: 2a4dfbe4eadd619bccd588ce3164b675214e1f4a commit hash: 2a4dfbe4eadd619bccd588ce3164b675214e1f4a commit hash: 2a4dfbe4eadd619bccd588ce3164b675214e1f4a 2a4dfbe
Monday, 16 May 2022
06:49 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
commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 commit hash: 2d34c2bfeaa82867acfa7d73bec9644b2acecbb1 2d34c2b
Friday, 17 Sep 2021
03:00 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
commit hash: a7a9b15e4716dc8fb8ac3791efbb74a309fb04a4 commit hash: a7a9b15e4716dc8fb8ac3791efbb74a309fb04a4 commit hash: a7a9b15e4716dc8fb8ac3791efbb74a309fb04a4 commit hash: a7a9b15e4716dc8fb8ac3791efbb74a309fb04a4 a7a9b15
Saturday, 17 Jul 2021
15:17 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>
commit hash: d7a31e2e9fecb89c9614ffadf6e503c350abaff4 commit hash: d7a31e2e9fecb89c9614ffadf6e503c350abaff4 commit hash: d7a31e2e9fecb89c9614ffadf6e503c350abaff4 commit hash: d7a31e2e9fecb89c9614ffadf6e503c350abaff4 d7a31e2
Monday, 5 Aug 2019
02:04 jrm search for other commits by this committer
devel/bear: Update to bug-fix release 2.4.1
Original commitRevision:508136 
Wednesday, 27 Jun 2018
00:57 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
Original commitRevision:473415 
Sunday, 23 Jul 2017
08:05 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>
Original commitRevision:446457 
Wednesday, 20 May 2015
12:50 olgeni search for other commits by this committer
Add devel/bear, a set of statistics functions for Erlang.
Original commitRevision:386857 

Number of commits found: 8