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/kqemu-kmod/files/patch-tssworkaround

Number of commits found: 6

Tuesday, 25 Jun 2013
20:32 nox search for other commits by this committer
- Switch to new header style. [1]
- Add LICENSE. [1]
- Remove 7.x bug workarounds, FreeBSD 7 is no more supported. [1]
- Respect ${CC} instead of using 'gcc'. [1]
- Switch to optionsng. [1]
- Fix build with gcc46 (it doesn't like -fformat-extensions in CWARNFLAGS.)
- Sync kqemu-kmod with these -devel updates.

PR:		ports/179952 [1]
Submitted by:	r4721@tormail.org
Original commitRevision:321765 
Thursday, 5 Jun 2008
18:49 nox search for other commits by this committer
- Call the tss fixup code before entering the monitor instead of after.
  (This fixes the problems that one user saw which I couldn't reproduce.)
- Bump PORTREVISION
Original commit
Sunday, 18 May 2008
20:23 nox search for other commits by this committer
- Fix wrong userland fsbase load after gdt move that caused qemu to
  segfault sometimes on first invocation
- Get rid of redundant & in two places
- Bump PORTREVISION

There still is the unresolved issue of (likely) the gdt move causing the
host to hang for one guy, if this happens to you you can try the following
kernel patch that sets up seperate gdts at boot so kqemu doesn't have to
do the move:
        http://people.freebsd.org/~nox/qemu/patch-sys-amd64-seperate-gdt.txt

Thanx to:       Yamagi for testing
Original commit
Monday, 12 May 2008
19:09 nox search for other commits by this committer
- Fix multiple qemu processes on amd64 SMP by actually using seperate
  per-cpu gdts (the previous fix was only stable for one qemu process
  at a time)
  Relevant thread:
       
http://lists.freebsd.org/pipermail/freebsd-emulation/2008-May/004902.html
- Bump PORTREVISION

PR:             ports/113430
Original commit
Sunday, 11 May 2008
10:59 nox search for other commits by this committer
- Get rid of the infamous "fpudna in kernel mode" messages on amd64 by
  calling fpudna()/npxdna() directly instead of programmatically invoking
  int 7 (should also speed up the i386 case a tiny little bit that didn't
  print a message) [1]
- Rename kqemu_tss_workaround to kqemu_tss_fixup [2]
- Bump PORTREVISION

Looked over by: bde [1]
Prodded by:     jhb [2]
Original commit
Thursday, 1 May 2008
13:29 nox search for other commits by this committer
- Add a workaround for the amd64 SMP shared gdt issue that caused the
  host panics - longer explanation in this post:
        http://docs.freebsd.org/cgi/mid.cgi?20080501101951.GA30274 [1]
- Get rid of superfluous "kqemu " in IGNORE message when kernel source
  is missing
- Pass down DEBUG_FLAGS to the build
- Bump PORTREVISION

PR:             ports/113430 [1]
Original commit

Number of commits found: 6