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: emulators/qemu-cheri/Makefile

Number of commits found: 35

Wednesday, 26 Jul 2023
00:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Fix build with llvm16 on 13.2-STABLE

As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.

- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
  1302507 and less than 1400000

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 commit hash: 95274bf4f99c71fc056013d966aec239161dfd74 95274bf
Tuesday, 18 Jul 2023
16:47 Brooks Davis (brooks) search for other commits by this committer Author: Muhammad Moinur Rahman
emulators/qemu-cheri: bump capstone version

Builds fine with capstone 5.0.0 so use that rather than obsolete
capstone 3.
commit hash: a0668eca771915e879511ebf1173aab6daeda7eb commit hash: a0668eca771915e879511ebf1173aab6daeda7eb commit hash: a0668eca771915e879511ebf1173aab6daeda7eb commit hash: a0668eca771915e879511ebf1173aab6daeda7eb a0668ec
16:47 Brooks Davis (brooks) search for other commits by this committer
emulators/qemu-cheri: update to a new snapshot
commit hash: 109fa9710a7ae792ebabcd5ca5fa71dd39a5f93d commit hash: 109fa9710a7ae792ebabcd5ca5fa71dd39a5f93d commit hash: 109fa9710a7ae792ebabcd5ca5fa71dd39a5f93d commit hash: 109fa9710a7ae792ebabcd5ca5fa71dd39a5f93d 109fa97
Monday, 17 Jul 2023
09:11 Muhammad Moinur Rahman (bofh) search for other commits by this committer
emulators/qemu-cheri: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: 4d6feef51008ddcefbbad0a35a172eef374de8a6 commit hash: 4d6feef51008ddcefbbad0a35a172eef374de8a6 commit hash: 4d6feef51008ddcefbbad0a35a172eef374de8a6 commit hash: 4d6feef51008ddcefbbad0a35a172eef374de8a6 4d6feef
Wednesday, 3 May 2023
12:41 Brooks Davis (brooks) search for other commits by this committer
emulators/qemu-cheri: new snapshot

Improved support for GDB, particularly GDB 12.o

Sponsored by:	DARPA
commit hash: 83c69a45e2cb1add5b5084a2ab96896885d919bd commit hash: 83c69a45e2cb1add5b5084a2ab96896885d919bd commit hash: 83c69a45e2cb1add5b5084a2ab96896885d919bd commit hash: 83c69a45e2cb1add5b5084a2ab96896885d919bd 83c69a4
Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 18 Apr 2022
16:48 Brooks Davis (brooks) search for other commits by this committer
devel/qemu-cheri: update, drop MIPS, add Morello

Update to the latest CHERI Qemu, dropping support for the obsolete
MIPS targets (cheri128 and cheri128magic) and adding support for
Arm's Morello architecture.
commit hash: 6417835d78d793232bb9b971be5d9c988b8ca299 commit hash: 6417835d78d793232bb9b971be5d9c988b8ca299 commit hash: 6417835d78d793232bb9b971be5d9c988b8ca299 commit hash: 6417835d78d793232bb9b971be5d9c988b8ca299 6417835
Sunday, 10 Apr 2022
19:11 Charlie Li (vishwin) search for other commits by this committer
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 commit hash: d63665f7cd9c99880704a3c5bc221829cb009744 d63665f
Saturday, 26 Mar 2022
08:27 Matthias Fechner (mfechner) search for other commits by this committer
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 commit hash: 247c7db7513f1264922428278678da641c5a3f52 247c7db
Sunday, 29 Aug 2021
19:28 Bernhard Froehlich (decke) search for other commits by this committer
emulators/qemu-cheri: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 8d777534b83574f0a5c549c51d906733cdf235be commit hash: 8d777534b83574f0a5c549c51d906733cdf235be commit hash: 8d777534b83574f0a5c549c51d906733cdf235be commit hash: 8d777534b83574f0a5c549c51d906733cdf235be 8d77753
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 17 Mar 2021
20:56 pkubaj search for other commits by this committer
emulators/qemu-cheri: enable on powerpc64le
Original commitRevision:568689 
Wednesday, 1 Jul 2020
18:09 jhb search for other commits by this committer
Cleanup a few things in emulators/qemu-cheri.  No functional change.

- Remove unused pkg-plist and PLIST=/dev/null setting to ignore it.
- Remove unused QEMU_SYSTEM_CHERI variable.
- Synchronize USES with emulators/qemu a bit.

Reviewed by:	brooks (maintainer)
Approved by:	brooks
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D25529
Original commitRevision:540986 
Saturday, 16 May 2020
10:51 sunpoet search for other commits by this committer
Bump PORTREVISION for security/nettle shlib change
Original commitRevision:535391 
Friday, 27 Mar 2020
16:11 brooks search for other commits by this committer
Update qemu-cheri and llvm-cheri to recent snapshots.

In qemu-cheri:
 * Fix build with llvm10 [0]
 * Remove the 256-bit capability version
 * Add CHERI RISC-V

PR:		244768 [0]
Submitted by:	dim [0]
Sponsored by:	DARPA
Original commitRevision:529267 
Thursday, 12 Dec 2019
00:02 brooks search for other commits by this committer
Update to fresh qemu-cheri and llvm-cheri snapshots.
Original commitRevision:519848 
Monday, 2 Dec 2019
14:51 kevans search for other commits by this committer
qemu ports: drop python version restriction from remaining qemu ports

ports r518822 dropped the version restriction from the new
qemu-user-static-devel port, follow suit and drop it from the remaining
qemu-* ports that don't actually specifically depend on python2.7 -- qemu
has supported python >= 3 since sometime in the 2.x series, and all of these
ports surpass the mark.

PORTREVISION is bumped by recommendation of koobs for people holding
python2.7 simply because these ports required it.

Q/A
 *  testport: looks good

Approved by:	koobs (ports)
Approved by:	portmgr (blanket: ports/framework (python) compliance)
MFH:		2019Q4
Original commitRevision:518850 
Wednesday, 23 Oct 2019
17:19 pkubaj search for other commits by this committer
emulators/qemu-{cheri,utils}: fix build on GCC architectures

Use C11 compiler:
ERROR: You need at least GCC v4.8 or Clang v3.4 (or XCode Clang v5.1)

Approved by:	mentors (implicit approval)
Original commitRevision:515275 
Wednesday, 9 Oct 2019
21:59 brooks search for other commits by this committer
Update CHERI LLVM and Qemu to fresh snapshots.
Original commitRevision:514196 
Tuesday, 9 Jul 2019
17:13 sunpoet search for other commits by this committer
Update security/nettle to 3.5.1

- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]

Changes:	https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR:		238991
Exp-run by:	antoine
Thanks to:	tobik [1]
Original commitRevision:506289 
Monday, 28 Jan 2019
23:32 brooks search for other commits by this committer
Update to a new snapshow matching our upcoming paper.

Grab the build fix for 12.x and -CURRENT from r484695.

Sponsored by:	DARPA, AFRL
Original commitRevision:491520 
Wednesday, 14 Nov 2018
21:41 brooks search for other commits by this committer
Update to a new snapshot.
Original commitRevision:484948 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Original commitRevision:483807 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Original commitRevision:479406 
Thursday, 16 Aug 2018
23:49 brooks search for other commits by this committer
Update a newer snapshow to support code generated by the latest
devel/llvm-cheri.

Tell qemu to look for the smbd binary in the expected location (don't
add a RUN_DEPENDS entry as it's optional).

Sponsored by:	DARPA, AFRL
Original commitRevision:477400 
Monday, 18 Jun 2018
21:30 brooks search for other commits by this committer
Update CHERI LLVM and QEMU to new snapshots.

Committed together as code generated by the new LLVM requires updated
(virtual) hardware.

Sponsored by:	DARPA, AFRL
Original commitRevision:472718 
Sunday, 11 Feb 2018
19:40 brooks search for other commits by this committer
Mark broken on 10.

Probably fixable in the unlikely even there are consumers.
Original commitRevision:461520 
Wednesday, 7 Feb 2018
01:03 brooks search for other commits by this committer
Update to a new snapshot.

Consolidate the qemu-cheri ports into one now that they can be built in a
single tree (thanks to arichardson@).

Sponsored by:	DARPA, AFRL
Original commitRevision:461121 
Wednesday, 29 Mar 2017
20:10 brooks search for other commits by this committer
Update to a fresh snapshot.

Rework to depend on emulators/qemu for any ancillary files rather than
installing a conflicting set.[0]

Disable more automatically detected bits so dependencies are correct
when built manually.

Requested by:	jhb[0]
Sponsored by:	DARPA, AFRL
Original commitRevision:437229 
Thursday, 19 May 2016
10:57 amdmi3 search for other commits by this committer
- Fix trailing whitespace in Makefiles

Approved by:	portmgr blanket
Original commitRevision:415501 
Monday, 22 Feb 2016
19:41 brooks search for other commits by this committer
Update qemu-cheri to a fresh snapshot and add a port to build the 128-bit
version.
Original commitRevision:409365 
Monday, 8 Feb 2016
22:49 brooks search for other commits by this committer
Update to the latest commit.

Add USES=makeinfo to hopefully fix build on HEAD.

Sponsored by:	DARPA, AFRL
Original commitRevision:408516 
Tuesday, 26 Jan 2016
22:48 brooks search for other commits by this committer
Add a port of sson's fork of QEMU with CHERI CPU support.

Sponsored by:	DARPA, AFRL
Original commitRevision:407321 

Number of commits found: 35