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-sbruno/pkg-plist

Number of commits found: 17

Sunday, 11 Feb 2018
19:56 brooks search for other commits by this committer
Update to the latest on github.

Clean up distfile handling.

Suppress unimportant and very noisy warnings in qemu-user-static.

PR:		225831
Approved by:	sbruno (maintainer)
Sponsored by:	DARPA, AFRL
Original commitRevision:461523 
Saturday, 3 Feb 2018
17:08 amdmi3 search for other commits by this committer
- Fix plist
- Check OPSYS along with OSVERSION

Approved by:	portmgr blanket
Original commitRevision:460828 
Thursday, 1 Feb 2018
21:06 sbruno search for other commits by this committer
emulators/qemu-sbruno add missing files to pkg-plist

Submitted by:	amdmi3
Original commitRevision:460635 
Friday, 25 Aug 2017
22:53 sbruno search for other commits by this committer
Bump qemu-sbruno to chase qemu release candidates.

Add redirection for "armv7" so the poudriere can be tested for this
target when its ready.

Fix bsd-mem.h do_obreak() to invoke an mmap() with a proper -1 argument
for the fd argument.

Submitted by:	Mikael Urankanar <mikael.urankar@gmail.com>
Original commitRevision:448742 
Tuesday, 13 Jun 2017
17:45 sbruno search for other commits by this committer
Update to support NODOCS build

PR:		216530
Submitted by:	Gerrit Bernie <mail+freebsd@gerritbeine.de>
Original commitRevision:443528 
Monday, 12 Jun 2017
14:35 sbruno search for other commits by this committer
Update qemu-sbruno and qemu-user-static to 2.9.50
- Fix handling of ino64 changes in head (Michal Meloun)
- Don't return 0 if pending signal is detected before call to real select().
  This causes cmake timeout failures - a select() with NULL as
  timeout argument returns (erroneously) 0. (Michal Meloun)
- Allow users to compile bsd-user dynamically (Michal Meloun)
Original commitRevision:443450 
Monday, 23 Jan 2017
18:11 sbruno search for other commits by this committer
Fixup build of port for new and shiny man pages that appeared.
Original commitRevision:432264 
Tuesday, 8 Nov 2016
02:00 sbruno search for other commits by this committer
Update and track upstream QEMU 2.7.50

No changes to qemu-user are intended here, nor are there and fixes here.
Original commitRevision:425656 
Monday, 24 Oct 2016
15:35 amdmi3 search for other commits by this committer
- Mark broken on 9.x: does not build:

multiboot.raw: option ROM does not begin with magic 55 aa

- Add missing files to plist

Approved by:	portmgr blanket
Original commitRevision:424575 
Tuesday, 12 Jul 2016
15:17 sbruno search for other commits by this committer
Update qemu-sbruno/qemu-static-user to track upstream development.

Change the way qemu-user-static builds with relationship to glib20 (ian@)

Update a couple of patches for changes to include file locations.
Original commitRevision:418427 
Thursday, 28 Apr 2016
21:01 sbruno search for other commits by this committer
Update qemu-sbruno to track upstream at version 2.5.93.

Fix aarch64 bsd-user by aligning the stack properly.  (andy turner).
https://github.com/seanbruno/qemu-bsd-user/commit/743fbfffc13f5717a8611e7a128c39dd9e3495d7

Fix bsd-user syscall implementation of renameat.  (mikael urankar).
https://github.com/seanbruno/qemu-bsd-user/pull/20/commits/aa90a1b960f96738ae80778ac13b95508b83842a

Fix bsd-user log_file argument handling now that handling of NULL isn't
being done by the called functions.
https://github.com/seanbruno/qemu-bsd-user/commit/e3d069e8b149b7a1027837cce81b9fe68de85bf1

PR:		208952
Original commitRevision:414239 
Thursday, 18 Feb 2016
16:30 sbruno search for other commits by this committer
Attempt to unbreak stage (pointed out by amdmi3/junovitch)
- Add ivshmem-client/server to the pkg-plist of qemu-sbruno.
- Forceably nuke ivshmem-client/server during the build of qemu-user-static.

Bump PORTREVISION.
Original commitRevision:409112 
Sunday, 14 Feb 2016
14:40 sbruno search for other commits by this committer
Remove s390-zip1.rpm from pkg-plist.

Upstream commit 6e9965d429f22cf68d47aa6397f7d5b0eff913cc removed
this file.
Original commitRevision:408858 
Sunday, 8 Nov 2015
19:14 sbruno search for other commits by this committer
Add the man page for qemu-ga to the plist.

Fixes build under poudriere testport.

Submitted by:	amdmi3@amdmi3.ru
Original commitRevision:401069 
Tuesday, 1 Sep 2015
17:38 sbruno search for other commits by this committer
Build fix:
- Remove etc/qemu/target-x86_64.conf.sample dropped by upstream
- Add vgabios-virtio.bin
Original commitRevision:395787 
Saturday, 24 Jan 2015
11:32 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:377788 
Tuesday, 30 Dec 2014
23:50 nox search for other commits by this committer
Add new port emulators/qemu-sbruno, to be used for qemu-user-static
once it builds again on 8 and 9:

QEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed.
QEMU has two operating modes:

    * Full system emulation. In this mode, QEMU emulates a full system
(for example a PC), including a processor and various peripherials.
It can be used to launch different Operating Systems without rebooting
the PC or to debug system code.
    * User mode emulation. In this mode, QEMU can launch
Linux processes compiled for one CPU on another CPU. It can be used to
launch the Wine Windows API emulator or to ease cross-compilation and
cross-debugging.

As QEMU requires no host kernel patches to run, it is very safe and easy to use.

http://wiki.qemu.org/Main_Page

This is building sbruno's bsd-user github branch:

WWW: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:375864 

Number of commits found: 17