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-devel/Makefile

Number of commits found: 26

Monday, 14 Dec 2015
02:52 eadler search for other commits by this committer
Reset maintainer
Original commitRevision:403704 
Wednesday, 26 Aug 2015
18:26 amdmi3 search for other commits by this committer
- Switch to options helpers
- While here, add some NO_ARCHes

Approved by:	portmgr blanket
Original commitRevision:395389 
Monday, 11 May 2015
18:34 mat search for other commits by this committer
Cleanup DIST* variables.

When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:386097 
Friday, 14 Nov 2014
18:51 nox search for other commits by this committer
(Attempt to) fix build on head after removal of @ symlink. (r274184)

Submitted by:	beefy1 via pkg-fallout
Original commitRevision:372572 
Monday, 22 Sep 2014
14:12 bapt search for other commits by this committer
Simplify plist
Original commitRevision:368925 
Saturday, 20 Sep 2014
09:51 nox search for other commits by this committer
- Finally import syrinx' fix for 10.0+, it seems to work no worse
  than kqemu worked before. [1]
- Fix build on 10/i386.

PR:		184984 [1]
Submitted by:	syrinx [1]
Original commitRevision:368631 
Tuesday, 15 Jul 2014
15:12 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361943 
Wednesday, 25 Jun 2014
05:35 bapt search for other commits by this committer
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
Original commitRevision:359185 
Friday, 7 Feb 2014
19:41 nox search for other commits by this committer
Switch to USES= gmake uidfix, fixing make package as user.
Original commitRevision:343290 
Sunday, 26 Jan 2014
15:51 nox search for other commits by this committer
Stagify.
Original commitRevision:341231 
Saturday, 11 Jan 2014
22:03 nox search for other commits by this committer
Mark BROKEN on 10+: KPI changes in 10 and up, use bhyve or vbox.
(If someone wants to fix it: patches welcome! :)

PR:		ports/184984
Submitted by:	Alex <alex323@gmail.com>
Original commitRevision:339459 
Saturday, 9 Nov 2013
19:13 rene search for other commits by this committer
Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.

There are no user-visible changes.  The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.

PR:		ports/183625
Submitted by:	myself
Approved by:	portmgr (bdrewery)
Exp-run by:	bdrewery
Original commitRevision:333329 
Sunday, 3 Nov 2013
16:41 nox search for other commits by this committer
(Attempt to) fix build with gcc46 on i386.

Submitted by:	beefy1 via pkg-fallout
Original commitRevision:332625 
Friday, 20 Sep 2013
16:43 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
Original commitRevision:327721 
12:54 bdrewery search for other commits by this committer
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.

SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.

On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].

On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk
symbols.

Many thanks to jlh@ for this as he had many years of patience in getting
all of the necessary pieces [1][2] in.

[1]
http://svnweb.freebsd.org/base/head/lib/libc/libc.ldscript?revision=251668&view=markup

PR:		ports/138228 [2]
Submitted by:	jlh (bsd.ssp.mk based on)
Reviewed by:	bapt
With hat:	portmgr
exp-runs done:	37 over a month on 91i386,91amd64,10i386,10amd64
Original commitRevision:327697 
Thursday, 27 Jun 2013
21:45 nox search for other commits by this committer
Actually fix build with gcc46 when bsd.gcc.mk passes LDFLAGS with -Wl,...
Original commitRevision:321908 
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 
Friday, 22 Mar 2013
23:00 nox search for other commits by this committer
(Attempt to) fix build on head.
Note: setting CC=clang fails with
	"interp.c:20:24: error: global register variables are not supported"

PR:		ports/177279
Submitted by:	Beeblebrox <zaphod@berentweb.com>
Original commitRevision:314973 
Sunday, 20 Jan 2013
15:11 nox search for other commits by this committer
Create sys symlinks properly if restarting a build.

PR:		ports/174030
Submitted by:	Garrett Cooper <yanegomi@gmail.com>
Original commitRevision:310693 
Tuesday, 27 Jul 2010
16:43 nox search for other commits by this committer
(Attempt to) fix build on head.

Submitted by:   portsmon
Original commit
Saturday, 30 Jan 2010
17:04 nox search for other commits by this committer
Add workaround for Linux guest startup hangs seen with -kernel-kqemu
on stable/8 amd64.
Original commit
Saturday, 30 May 2009
19:50 nox search for other commits by this committer
- Allow specifying nonstandard base/kernel source dirs by defining
  SRC_BASE or SYSDIR respectively.

- Add a few extra patches: [1]

  - An old patch by Enache Adrian to help NetBSD/OpenBSD guest support:
        http://lists.gnu.org/archive/html/qemu-devel/2007-11/msg00125.html
  (At least NetBSD still has issues seeing pci devices with acpi and
  assigning correct pci irqs without acpi when there still is an mptable
  which the qemu/kvm bios now defaults to providing, and it also doesn't
  seem to like most of the emulated nic choices - but these remaining
  issues have nothing to do with kqemu.  I'll post a little more on the
  qemu-devel list...)

  - A patch series by Jan Kiszka from May 2009:
        http://lists.gnu.org/archive/html/qemu-devel/2009-05/msg01550.html

  In the unlikely case that any of these patches cause regressions please
  define WITHOUT_EXTRA_PATCHES and post details about your host _and_ guest
  on freebsd-emulation@freebsd.org .

Obtained from:  qemu-devel mailinglist [1]
Original commit
Saturday, 28 Mar 2009
18:12 nox search for other commits by this committer
- Only add the tss fixup code on OSVERSIONs where its still needed.
  (It _should_ do nothing elsewhere but still would be unnecessary cycles...)
- Bump PORTREVISIONs.
Original commit
Thursday, 12 Feb 2009
17:46 nox search for other commits by this committer
- Fix kqemu on recent -current which no longer has/uses unit2minor()
- Bump PORTREVISION

PR:             ports/131603
Submitted by:   "Scot W. Hetzel" <swhetzel@gmail.com>
Original commit
Sunday, 22 Jun 2008
22:06 nox search for other commits by this committer
- Update to 1.4.0.p1 after repocopy from kqemu-kmod, this version is
  needed for qemu svn and the experimental qemu-devel update available at:
        http://people.freebsd.org/~nox/qemu/qemu-devel-20080620.patch
  (see
        http://docs.freebsd.org/cgi/mid.cgi?20080620211216.GA75382
  for the original announcement.)
- Add CONFLICTS with the kqemu-kmod port.
- Add D_NEEDMINOR as now required on -current for drivers that use the
  cloner library:
        http://svn.freebsd.org/viewvc/base?view=revision&revision=179726
  (this last item was not yet in the original shar I put up for testing.)
Original commit
21:32 nox search for other commits by this committer
Forced commit to note the following repocopy:
        emulators/kqemu-kmod -> emulators/kqemu-kmod-devel

Repocopy by:    marcus
Original commit

Number of commits found: 26