| non port: emulators/qemu-devel/Makefile |
Number of commits found: 259 (showing only 100 on this page) |
|
Thursday, 15 Oct 2015
|
14:55 mat
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
 |
|
Thursday, 3 Sep 2015
|
17:39 sbruno
Build fixes for 2.4.0
- regenerate patch-pcap
- Escape --extra-ldflags as it looks like the qemu builder is eating spaces
or lines making it frustrating to use.
PR: 202402 202536 202864
 |
|
Wednesday, 2 Sep 2015
|
16:12 sbruno
QEMU update to 2.4.0
- remove patch files accepted and merge upstream
- Add new vgabios-virtio
 |
|
Friday, 26 Jun 2015
|
19:14 nox
- Apply fixes for pcnet guest to host escape vulnerability - CVE-2015-3209.
- Bump PORTREVISIONs.
PR: 201064
Submitted by: koobs
Security: https://vuxml.FreeBSD.org/freebsd/acd5d037-1c33-11e5-be9c-6805ca
1d3bb1.html
 |
|
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
 |
|
Thursday, 4 Jun 2015
|
09:06 amdmi3
- Add CPE info
Approved by: portmgr blanket
 |
|
Sunday, 17 May 2015
|
10:09 nox
- Apply fixes for "BENOM" vulnerability - CVE-2015-3456 .
- Bump PORTREVISIONs.
PR: 200255
PR: 200256
PR: 200257
Submitted by: venture37@geeklan.co.uk
Obtained
from: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=e907746266721f305d67bc0718795fedee2e824c
Security: http://vuxml.FreeBSD.org/freebsd/2780e442-fc59-11e4-b18b-6805ca1d3bb1.html
 |
|
Wednesday, 29 Apr 2015
|
16:28 nox
Fix build w/o OPENGL knob. (--disable-glx is now called --disable-opengl)
Reported by: olgeni (via private email)
 |
|
Tuesday, 28 Apr 2015
|
18:53 nox
Update to 2.3.0 - announce message is here:
http://article.gmane.org/gmane.comp.emulators.qemu/332605
 |
|
Friday, 3 Apr 2015
|
11:26 mat
Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
 |
|
Thursday, 26 Mar 2015
|
21:40 bdrewery
Revert my change from r381978.
The reason for it did not pan out.
 |
|
Monday, 23 Mar 2015
|
04:04 bdrewery
Use BSDMAKE rather than MAKE here to ensure using /usr/bin/make.
With hat: portmgr
 |
|
Wednesday, 11 Mar 2015
|
19:56 nox
Update to 2.2.1, announce message is here:
http://article.gmane.org/gmane.comp.emulators.qemu/325002
 |
|
Tuesday, 6 Jan 2015
|
19:47 nox
- Update emulators/qemu-sbruno to latest github snapshot, fixing
the bsd-user targets on 8 and 9.
- Switch emulators/qemu-user-static to be slave of emulators/qemu-sbruno.
- Update emulators/qemu-devel to latest upstream release 2.2.0, now
w/o bsd-user patches and knob again. (Or at least until the
patches are merged upstream...) [1]
- Add appropriate CONFLICTS to emulators/qemu too and bump its
PORTREVISION.
Suggested by: andrew [1] (for the benefit of testing aarch64 guests)
 |
|
Thursday, 25 Dec 2014
|
20:54 bapt
Bump portrevision after png update
 |
19:04 antoine
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade
 |
|
Monday, 8 Dec 2014
|
16:48 tijl
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
|
Tuesday, 2 Dec 2014
|
21:32 nox
- More bsd-user updates:
- target-mips: Status.UX/SX/KX enable 32-bit address wrapping. [1]
- target-mips: define ISA_MIPS64R6. [1]
- Change UX/AWRAP to allow compile. Probably, this is part of the
problem. [2]
- Fix the pipe(2) and pipe2(2) syscalls so the file descriptors are
returned correctly. [3]
- Add sched_yield(2) and sched_get_priority_{max,min}(2) syscall
handlers. [3]
- Add missing setresgid(2) and setresuid(2) system call handlers. [3]
- Eliminate "Qemu unsupported ioctl" warnings for cryptodev. [3]
- Bump PORTREVISION.
Submitted by: Leon Alrae <leon.alrae@imgtec.com> [1], sbruno [2], sson [3]
Obtained from: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
 |
|
Saturday, 29 Nov 2014
|
15:19 nox
- bsd-user: fix hw.machine and hw.machine_arch sysctls for a NULL buffer.
- Bump PORTREVISION.
Submitted by: sson
Obtained
from: https://github.com/seanbruno/qemu-bsd-user/commit/8267ad2cb92b106bb16e91234f04abc49ab32036
 |
|
Sunday, 23 Nov 2014
|
21:43 nox
- bsd-user: Convert signal number for thr_kill() to host signum.
- Bump PORTREVISION.
Submitted by: sson
Obtained
from: https://github.com/seanbruno/qemu-bsd-user/commit/cab0d36ffd4e70b1879dc2cf860c975a7965afc3
 |
|
Friday, 21 Nov 2014
|
18:33 nox
- bsd-user: actually apply the faith(4) removal fix. (doh!) [1]
- Use /var instead of ${PREFIX}/var .
- Bump PORTREVISION.
Submitted by: beefy2 via pkg-fallout [1]
 |
|
Saturday, 8 Nov 2014
|
11:48 nox
- More bsd-user updates:
- Add support for the wait6(2) system call. [1]
- Add stubs for the new cap_*() system calls. [1]
- Add support for new socket system calls. [1]
- Add support for pipe2(2) and chflagsat(2) system calls. [1]
- Add stubs for the new aio_*() system calls. [1]
- Add stub for the new procctl(2) system call. [1]
- Add JHB's ioctl decoding to unknown ioctl message. [1]
- Disable shebang script handling in qemu for head now that the
the kernel image activators can be run independantly there;
this allows /bin/sh to be used as a static amd64 binary on head
poudriere jails. [2]
- Some other small non-user-visible fixes.
- Bump PORTREVISION.
Submitted by: sson [1], sbruno [2]
Obtained from: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
 |
|
Monday, 3 Nov 2014
|
19:25 nox
- bsd-user: deal with new sem_wait2 and sem_wake2 syscalls in head.
- Bump PORTREVISION.
Submitted by: sbruno
Obtained
from: https://github.com/seanbruno/qemu-bsd-user/commit/2478a4e4a33d0523cc436eabb4a27b258b4358b8
 |
|
Saturday, 4 Oct 2014
|
21:39 nox
- bsd-user: fix sendmsg(2) emulation w/o ancillary data.
- Bump PORTREVISION.
Submitted by: sbruno
Obtained
from: https://github.com/seanbruno/qemu-bsd-user/commit/ad92220df37d1ab3120316fcc436071c78817561
 |
|
Wednesday, 10 Sep 2014
|
20:50 gerald
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
 |
|
Friday, 29 Aug 2014
|
19:20 nox
- bsd-user: Increase MAX_ARG_PAGES to 64.
- Bump PORTREVISION.
Submitted by: sbruno
Obtained
from: https://github.com/seanbruno/qemu-bsd-user/commit/200e09e4bf497b43cace6b2b2b85b943f5d59dc1
 |
|
Friday, 22 Aug 2014
|
23:12 nox
- bsd-user: fix sysctl hw.physmem if host bitsize != target's.
- Bump PORTREVISION.
Reported by: sbruno
 |
|
Monday, 18 Aug 2014
|
18:53 nox
- Update to 2.0.2, announce message is here:
http://thread.gmane.org/gmane.comp.emulators.qemu/291585
- Strip executables by default.
- Switch to USES=python:2,build.
 |
|
Wednesday, 23 Jul 2014
|
09:54 tijl
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
developers)
PR: 191274
Exp-run by: antoine
Approved by: portmgr (antoine)
 |
|
Thursday, 10 Jul 2014
|
16:44 nox
Fix build on 8 and 9.
Submitted by: beefy1 via pkg-fallout
 |
|
Sunday, 6 Jul 2014
|
18:14 nox
- bsd-user: Follow exec_copyout_strings more closely when setting
up guest stack. [1]
- Bump PORTREVISION.
Submitted by: kan [1]
Obtained
from: https://github.com/seanbruno/qemu-bsd-user/commit/21927cffcc7bcacbb953155f778200846df9f60e
[1]
 |
16:11 nox
Four more bsd-user fixes, poudriere now builds more armv6 packages
and sparc64 dynamic exectuables get a little further:
- Fix crashes with long argv invocations. [1]
- Fix ARMv6 stack alignment in a new thread. [1]
- sparc64: sync ccr before changing carry flag.
- Writing to readonly page can cause trap 0xc on FreeBSD too.
- Bump PORTREVISION.
Submitted by: sson [1]
 |
|
Wednesday, 2 Jul 2014
|
17:16 nox
- bsd-user: Implement getvfsbyname(3) that popped up in ports builds
and used by tar. [1]
- bsd-user: Fix crashes in sysctl.kern.proc in 32bit envs on 64bit. [1]
- Bump PORTREVISION.
Submitted by: sson [1]
 |
|
Friday, 27 Jun 2014
|
23:28 nox
Fix build on powerpc64 in poudriere.
Reported by: jhibbits
 |
18:31 nox
- bsd-user: add posix-openpt syscall and TIOCPTMASTER/TIOCPKT ioctl
handling. (this fixes sysutils/screen) [1]
- arm-bsd-user: fix sigreturn frame handling. [2]
- Bump PORTREVISION.
Submitted by: kan [1], sson [2]
 |
|
Thursday, 26 Jun 2014
|
08:41 antoine
Allow to build with texinfo from ports
With hat: portmgr
 |
|
Sunday, 22 Jun 2014
|
11:05 nox
- Fix bsd-user default TARGET_SIGINFO handling.
- Bump PORTREVISION.
Reported by: sbruno
 |
|
Thursday, 19 Jun 2014
|
18:46 nox
- Fix FIODGNAME ioctl.
- Bump PORTREVISION.
Submitted by: kan
 |
|
Thursday, 12 Jun 2014
|
19:34 nox
- Fix bsd-user x86_64 target failing with stk mmap: Invalid argument .
- Bump PORTREVISION.
Reported by: sbruno
 |
|
Tuesday, 20 May 2014
|
15:57 nox
Pet check-plist. (I thought this was fixed by r354246 but looks like
that commit only handles the pkgng case not pkg_*...)
Submitted by: jenkins via swills
 |
|
Monday, 19 May 2014
|
17:12 nox
Add new slave port emulators/qemu-user-static:
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 (Linux host only). 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.
This is a slave port of emulators/qemu-devel to build only static
bsd-user targets named like qemu-mips-static. While still being
experimental people have already built quite a few armv6/mips/mips64
packages using these and e.g. poudriere. Some notes are also here:
http://wiki.freebsd.org/QemuUserModeHowTo
WWW: http://wiki.qemu.org/Main_Page
Suggested by: bapt
 |
|
Monday, 5 May 2014
|
16:40 nox
- bsd-user: Handle FreeBSD sysctl hw.pagesizes (by returning only
getpagesize() for now); this fixes rtld on head after r264346 that
now uses the sysctl.
- Bump PORTREVISION.
 |
|
Friday, 18 Apr 2014
|
15:19 nox
Bump PORTREVISION for the plist change.
 |
10:53 nox
- Update to 2.0.0 - announce message is here:
http://article.gmane.org/gmane.comp.emulators.qemu/267615
- Take updated bsd-user patches from sbruno's github repo. [1]
- Add headers to my recent bsd-user patches. (they are applied as in
the EXTRA_PATCHES order in the port Makefile)
Submitted by: sbruno [1]
Obtained from: https://github.com/seanbruno/qemu/commits/bsd-user [1]
 |
|
Wednesday, 16 Apr 2014
|
18:28 zeising
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
 |
|
Sunday, 6 Apr 2014
|
15:56 nox
- Add two more bsd-user patches, with these sbruno can now build 32bit
mips packages in poudriere (after adding 32bit qemu-mips support to it),
tho he used his git repo that has the same patches: (and sson's binmisc
code)
https://github.com/seanbruno/qemu/tree/bsd-user/bsd-user
https://wiki.freebsd.org/QemuUserModeHowTo
- Fixup comment s/daddu/addu/g . [1]
- Wrap mmap() allocation search to low memory to avoid another assert.
- Bump PORTREVISION.
Submitted by: sbruno [1]
Obtained
from: https://github.com/seanbruno/qemu/commit/6201cb17ad905dffee1b2eb76f58fb032e99b2a1#diff-3ed994b5af908e5063b9d5724056d1b4
[1]
 |
|
Saturday, 5 Apr 2014
|
21:54 nox
- Three more bsd-user fixes:
- Fix fchflags(). (typo) [1]
- Fix hw.availpages sysctl. [1]
- Fix sysctl kern.usrstack and kern.ps_strings invoked from sysctl(8).
- Bump PORTREVISION.
Reported by: sbruno [1]
 |
|
Friday, 4 Apr 2014
|
23:16 nox
- Add patch to fix 32bit mips sigreturn that caused mips bsd-user
to die with (target) SIGILL sometimes.
- Bump PORTREVISION.
Submitted by: peter
Obtained
from: https://github.com/seanbruno/qemu/commit/d62553b108aa27c0c020dbb771d29f8673807a3b
 |
19:06 nox
- Add two bvd-user fixes:
- Lower 32bit mips TARGET_USRSTACK to fix an assert starting mips
processes on 64bit hosts. (like amd64) [1]
- Pass down interp_prefix (-L arg) to target subprocesses so running
shared target binaries as subprocesses works.
- Bump PORTREVISION.
Reported by: sbruno [1]
 |
|
Wednesday, 26 Mar 2014
|
20:09 nox
Update to 1.7.1 - announce/changelog message is here:
https://lists.nongnu.org/archive/html/qemu-devel/2014-03/msg04773.html
 |
|
Sunday, 23 Mar 2014
|
20:29 nox
- Add patch to fix bigendian lseek for bsd-user mips.
- Bump PORTREVISION.
Submitted by: sbruno
Obtained
from: https://github.com/seanbruno/qemu/commit/05ee8495804599b52a88eb36b13ea9c06b3207cd
 |
|
Saturday, 15 Mar 2014
|
15:36 nox
Switch my ports to USES= tar:...
 |
|
Thursday, 6 Feb 2014
|
17:48 nox
- Fix bsd-user targets running scripts with shebang args. [1]
- Bump PORTREVISION as per the new ruling. (fix only affecting
non-default option BSD_USER)
PR: ports/186490 [1]
Submitted by: mat [1]
 |
|
Sunday, 19 Jan 2014
|
23:02 nox
Spell PORTREVISION correctly.
 |
22:27 nox
- Remove last mentions of SEABIOS_GIT. (which were nops already tho)
- Update LIB_DEPENDS.
- Rewrite NOPORTDOCS.
- Stagify.
- Fix plist. (empty dirs)
- Bump PORTREISION.
Submitted by: rene (via private emai)
 |
|
Monday, 13 Jan 2014
|
21:00 rene
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
 |
|
Monday, 30 Dec 2013
|
22:24 nox
- Update to 1.7.0, announce message is here:
http://lists.nongnu.org/archive/html/qemu-devel/2013-12/msg01770.html
- Bring back BSD_USER knob thanx to sson's latest patches. [1]
Submitted by: sson [1]
 |
|
Monday, 16 Dec 2013
|
11:11 zeising
Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]
If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG=
to /etc/make.conf to get the old version.
Update several xorg related ports, including:
x11/libxcb 1.9.1 -> 1.9.3
graphics/libdrm 2.4.46 -> 2.4.50
x11/pixman 0.30.2 -> 0.32.4
x11/xkeyboard-config 2.9 -> 2.10.1
x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0
Fix dissapearing cursor in xf86-video-vmware [2]
Stagify all x11@-owned ports
Bump portrevisions for xf86-* ports due to xserver version change.
Fix fallout from updates where needed.
Thanks to: all testersi, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/184684 [1], ports/181385 [2]
Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2]
Approved by: portmgr (bdrewery), core (jhb) [0]
 |
|
Sunday, 10 Nov 2013
|
20:25 nox
- Fix plist when security/nss is installed. [1]
- (Attempt to) fix build with unusual locales(?). [2]
Reported by: jkim (via private email) [1]
Reported by: AN <andy@neu.net> on -ports [2]
 |
|
Saturday, 19 Oct 2013
|
22:07 nox
Add powerpc64 to ONLY_FOR_ARCHS.
PR: ports/183067
Submitted by: jhibbits
 |
|
Saturday, 12 Oct 2013
|
20:10 nox
Update to 1.6.1 - announce message is here:
http://lists.nongnu.org/archive/html/qemu-devel/2013-10/msg01207.html
 |
|
Thursday, 3 Oct 2013
|
13:10 nox
- Add patch to fix mips-softmmu target crashes with clang. [1]
- Remove USE_GCC.
- Bump PORTREVISION.
Submitted by: dim [1]
 |
|
Monday, 30 Sep 2013
|
22:26 nox
- Set USE_GCC= any for now when building all targets as clang seems
to build a broken mips-softmmu target. Some info is here - feel
free to debug :)
http://people.freebsd.org/~nox/tmp/qemu-1.6.0-mips-softmmu-crash.txt
- Bump PORTREVISION.
Submitted by: sbruno
 |
|
Sunday, 29 Sep 2013
|
17:01 zeising
The FreeBSD graphics/x11 team proudly presents
a kwm, zeising production:
MESA 9.1.6
Starring:
Mesa 9.1.6, including libGL, libGLU and dri (new xorg only)
Addition of libEGL and libglesv2
KMS support for ATI graphics cards in 10-current (new xorg only)
Improved sparc64 support for new xorg. [1]
pixman 0.30.2, including shlib bump and portrevision bumps
libX11 1.6.2
Make absolute pointing devices work with x11-drivers/xf86-input-mouse
x11-drivers/xf86-video-ati 7.2.0 for 10-current (KMS aware ati driver)
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
When updating MESA related ports (libGL, dri) you need to remove old versions
first. See UPDATING for details.
PR: ports/181962 [2]
Submitted by: marius [1]
zeising [2]
Exp-run by: bdrewery
Approved by: portmgr (bdrewery)
Thanks to all who helped testing!
 |
|
Friday, 20 Sep 2013
|
16:43 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators)
 |
|
Monday, 16 Sep 2013
|
16:45 bapt
Convert to new perl framework
Convert USE_GMAKE to USES
 |
|
Thursday, 5 Sep 2013
|
17:39 nox
- Add patch to fix pcnet-pci NIC big endian guests like MIPS Malta: [1]
http://lists.nongnu.org/archive/html/qemu-stable/2013-08/msg00217.html
See also gonzo's blog post:
http://kernelnomicon.org/?p=401
- Bump PORTREVISION.
Submitted by: gonzo (via irc) [1]
Obtained from: qemu upstream [1]
 |
|
Tuesday, 20 Aug 2013
|
22:03 nox
- Update to 1.6.0 - announce message is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-08/msg02245.html
- Remove bsd-user support as sson's patches no longer apply, you can still
use his (older) git tree or my port of it on redports as described here:
https://wiki.freebsd.org/QemuUserModeHowTo
 |
|
Wednesday, 14 Aug 2013
|
22:35 ak
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
 |
|
Friday, 2 Aug 2013
|
18:50 nox
- Fix build with PYTHON_DEFAULT_VERSION of 3+. [1]
- Remove a double word in pkg-message.
PR: ports/180997 [1]
Submitted by: nwhitehorn
 |
|
Saturday, 27 Jul 2013
|
20:26 nox
Update to 1.5.2 - announce message is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-07/msg04609.html
 |
|
Thursday, 18 Jul 2013
|
17:54 nox
- Add missing USES=pkgconfig.
- Rename GTK knob to GTK2.
Submitted by: olgeni (via private email)
 |
|
Thursday, 11 Jul 2013
|
16:26 sunpoet
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi
 |
|
Saturday, 6 Jul 2013
|
17:09 nox
- Update to 1.5.1, announce message is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-06/msg04798.html
- Simplify bsd-user ld script handling. [1]
- Make STATIC_LINK work again.
- Add GTK knob.
- Neither graphical UI can be built static, set IGNORE in that case.
- Properly fix AES_* link errors by #defining those functions as
QEMU_AES_* to avoid conflicts with AES_* in -lcrypto needed (at
least) by -lcurl.
- Add back CURL knob in the process.
- Fix "Warning: vlan %d is not connected to host network" when using
pcap.
- Switch to USES= gmake.
- Note: I did not backport sson's latest bsd-user patches which he has
now in a github tree based on qemu git head, tho I have a seperate
port of that tree on redports:
svn co https://svn.redports.org/nox/emulators/qemu-devel-sson/
See also:
https://wiki.freebsd.org/QemuUserModeHowTo
Submitted by: emaste [1]
 |
|
Thursday, 30 May 2013
|
19:35 nox
- Seems --disable-opengl is now called --disable-glx. (doh!)
- No PORTREVISION bump as its a build fix (with non-default options.)
Reported by: gjb (via irc)
 |
|
Wednesday, 29 May 2013
|
18:01 nox
- Update to 1.5.0, announce message is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-05/msg02557.html
Full changelog:
http://wiki.qemu.org/ChangeLog/1.5
The new libusb host code needs recent 10-current; for older releases you
can still try the net/usbredir support knob, see pkg-message for details.
- Update pkg-message a bit.
Thanx to: emaste for some suggestions
 |
|
Sunday, 5 May 2013
|
20:27 nox
- Update to 1.4.1, announce posting is here:
https://lists.gnu.org/archive/html/qemu-devel/2013-04/msg02956.html
- Update to sson's latest bsd-user patches.
- Add bugfix for mips64 target uncovered by --enable-debug. [1]
Obtained from: qemu-devel mailinglist [1]
 |
|
Thursday, 25 Apr 2013
|
19:34 nox
- Update to sson's latest bsd-user patches.
- Turns out qemu 1.4.x now builds with clang (almost) as is, so remove
CLANG_HACK. [1]
- Add workaround for clang/i386 that doesn't define bit_CMOV in <cpuid.h>.
Submitted by: Brad Smith <brad@comstyle.com> [1]
 |
|
Tuesday, 23 Apr 2013
|
10:19 bapt
Convert e* to USES=pkgconfig
 |
|
Monday, 1 Apr 2013
|
14:57 nox
Remove CURL knob as --disable-curl is now broken upstream.
PR: ports/177488
Reported by: Volodymyr Kostyrko <c.kworr@gmail.com>
Approved by: portmgr (erwin)
 |
|
Friday, 29 Mar 2013
|
17:40 nox
- Update net/usbredir to 0.6 .
- Update emulators/qemu-devel to 1.4.0 with preliminary bsd-user patches.
Thanx to: sson, cognet, and others for much improved bsd-user support -
it now runs at least quite a few mips64 and single-threaded
arm binaries, see:
https://wiki.freebsd.org/QemuUserModeHowTo
 |
|
Tuesday, 5 Feb 2013
|
16:17 novel
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
 |
|
Thursday, 31 Jan 2013
|
19:23 timur
Change dependency from net/samba35 to net/samba36
 |
|
Monday, 10 Dec 2012
|
15:10 ume
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
 |
|
Tuesday, 6 Nov 2012
|
21:56 nox
- Default these to USE_GCC= any after the clang switch.
- Strip Makefile headers.
Feature safe: yes
 |
|
Thursday, 19 Jul 2012
|
20:15 nox
- Update to 1.1.1, announce message is here:
http://lists.nongnu.org/archive/html/qemu-devel/2012-07/msg01626.html
- Rename CLANG workaround knob to CLANG_HACK to avoid it being
inadvertently triggered by WITH_CLANG in make.conf etc.
- Change USE_BZIP2=yes to EXTRACT_SUFX=.tar.bz2 because the
1.1.1 distfile is in fact compressed with gzip not bzip2 despite
the extension.
- Add preliminary arm-bsd-user support, this still will only run
very simple executables like a static echo (the same as the rest
of the bsd-user targets) due to lots of syscall handling still
missing. Help welcome there! :)
This work was started by bapt and cognet, I fixed syscall arg
passing (only the first four are passed in registers, the rest
on the stack) as well as errno and carry handling at syscall
return among other things and cleaned up cognet's version a bit.
(The OpenBSD case is untested and probably wrong.) [1]
Some notes in this post:
http://lists.freebsd.org/pipermail/freebsd-emulation/2012-July/009901.html
Submitted by: cognet [1] (initial version of the patch)
 |
|
Wednesday, 27 Jun 2012
|
17:27 nox
- Replace ALL_TARGETS knob by two new knobs, BSD_USER and X86_TARGETS
to allow only building x86 targets again.
- Add knob to enable the clang workaround, this is a knob to make sure
users read about the disadvantages. (result is slow and less stable)
- No PORTREVISION bump as the default installed bits don't change.
 |
|
Saturday, 16 Jun 2012
|
15:28 nox
Remove double quotes from OPTIONng *_DESC now that make showconfig
no longer needs them.
 |
|
Saturday, 9 Jun 2012
|
16:19 nox
- Update net/usbredir to 0.4.3 .
- Update emulators/qemu-devel to 1.1.0 - announce posting is here:
http://lists.nongnu.org/archive/html/qemu-devel/2012-06/msg00072.html
 |
|
Friday, 1 Jun 2012
|
20:49 nox
- Add patch to improve e1000 rx performance especially with netmap to
emulators/qemu-devel. [1]
- Convert both qemu ports to OPTIONng.
Submitted by: luigi [1] (original version of the patch)
Optained from: qemu-devel mailinglist [1] (improved version of the patch)
 |
05:26 dinoex
- update png to 1.5.10
 |
|
Tuesday, 28 Feb 2012
|
22:41 nox
Remove the GA knob, it can no longer be turned off since other parts
of the build now depend on python too.
 |
|
Saturday, 18 Feb 2012
|
10:18 mva
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
 |
|
Friday, 17 Feb 2012
|
22:31 nox
Update to 1.0.1 - announce message is here:
http://lists.nongnu.org/archive/html/qemu-devel/2012-02/msg02458.html
 |
|
Sunday, 29 Jan 2012
|
14:43 nox
- Fix pkg-plist.
- Bump PORTREVISION.
PR: ports/164571
Submitted by: Jimmy Olgeni <olgeni@freebsd.org>
 |
|
Monday, 12 Dec 2011
|
18:35 nox
Unbreak by fixig emulators/seabios-devel dependency.
Feature safe: yes
 |
|
Monday, 5 Dec 2011
|
17:44 nox
Mirror main distfile on MASTER_SITE_LOCAL as original mastersite seems
to be unavailable for a little while now.
Feature safe: yes
 |
|
Friday, 2 Dec 2011
|
19:28 nox
Update to 1.0, announce message is here:
http://lists.nongnu.org/archive/html/qemu-devel/2011-12/msg00121.html
Feature safe: yes
 |
|
Saturday, 26 Nov 2011
|
22:52 nox
(Attempt to) fix build WITH_ALL_TARGETS on < 9.x/i386
Feature safe: yes
 |
|
Saturday, 22 Oct 2011
|
18:56 nox
- Respect CC (sgabios) [1]
- Respect STRIP [2]
- Respect NOPORTDOCS, even if it's empty [3]
- Trim deps for -nographic [4]
PR: ports/161855 [1], ports/161856 [2], ports/161857 [3],
ports/161858 [4]
Submitted by: Nali Toja <nalitoja@gmail.com>
 |
Number of commits found: 259 (showing only 100 on this page) |