non port: emulators/kqemu-kmod-devel/Makefile |
Number of commits found: 26 |
Monday, 14 Dec 2015
|
02:52 eadler
Reset maintainer
 |
Wednesday, 26 Aug 2015
|
18:26 amdmi3
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket
 |
Monday, 11 May 2015
|
18:34 mat
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
 |
Friday, 14 Nov 2014
|
18:51 nox
(Attempt to) fix build on head after removal of @ symlink. (r274184)
Submitted by: beefy1 via pkg-fallout
 |
Monday, 22 Sep 2014
|
14:12 bapt
Simplify plist
 |
Saturday, 20 Sep 2014
|
09:51 nox
- 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]
 |
Tuesday, 15 Jul 2014
|
15:12 adamw
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
 |
Wednesday, 25 Jun 2014
|
05:35 bapt
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
 |
Friday, 7 Feb 2014
|
19:41 nox
Switch to USES= gmake uidfix, fixing make package as user.
 |
Sunday, 26 Jan 2014
|
15:51 nox
Stagify.
 |
Saturday, 11 Jan 2014
|
22:03 nox
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>
 |
Saturday, 9 Nov 2013
|
19:13 rene
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
 |
Sunday, 3 Nov 2013
|
16:41 nox
(Attempt to) fix build with gcc46 on i386.
Submitted by: beefy1 via pkg-fallout
 |
Friday, 20 Sep 2013
|
16:43 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
 |
12:54 bdrewery
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
 |
Thursday, 27 Jun 2013
|
21:45 nox
Actually fix build with gcc46 when bsd.gcc.mk passes LDFLAGS with -Wl,...
 |
Tuesday, 25 Jun 2013
|
20:32 nox
- 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
 |
Friday, 22 Mar 2013
|
23:00 nox
(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>
 |
Sunday, 20 Jan 2013
|
15:11 nox
Create sys symlinks properly if restarting a build.
PR: ports/174030
Submitted by: Garrett Cooper <yanegomi@gmail.com>
 |
Tuesday, 27 Jul 2010
|
16:43 nox
(Attempt to) fix build on head.
Submitted by: portsmon
 |
Saturday, 30 Jan 2010
|
17:04 nox
Add workaround for Linux guest startup hangs seen with -kernel-kqemu
on stable/8 amd64.
 |
Saturday, 30 May 2009
|
19:50 nox
- 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]
 |
Saturday, 28 Mar 2009
|
18:12 nox
- 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.
 |
Thursday, 12 Feb 2009
|
17:46 nox
- Fix kqemu on recent -current which no longer has/uses unit2minor()
- Bump PORTREVISION
PR: ports/131603
Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com>
 |
Sunday, 22 Jun 2008
|
22:06 nox
- 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.)
 |
21:32 nox
Forced commit to note the following repocopy:
emulators/kqemu-kmod -> emulators/kqemu-kmod-devel
Repocopy by: marcus
 |
Number of commits found: 26 |