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

Number of commits found: 225 (showing only 100 on this page)

«  1 | 2 | 3  »  

Friday, 27 Jun 2014
18:31 nox search for other commits by this committer
- 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]
Original commitRevision:359593 
Thursday, 26 Jun 2014
08:41 antoine search for other commits by this committer
Allow to build with texinfo from ports

With hat:	portmgr
Original commitRevision:359321 
Sunday, 22 Jun 2014
11:05 nox search for other commits by this committer
- Fix bsd-user default TARGET_SIGINFO handling.
- Bump PORTREVISION.

Reported by:	sbruno
Original commitRevision:358788 
Thursday, 19 Jun 2014
18:46 nox search for other commits by this committer
- Fix FIODGNAME ioctl.
- Bump PORTREVISION.

Submitted by:	kan
Original commitRevision:358452 
Thursday, 12 Jun 2014
19:34 nox search for other commits by this committer
- Fix bsd-user x86_64 target failing with stk mmap: Invalid argument .
- Bump PORTREVISION.

Reported by:	sbruno
Original commitRevision:357631 
Tuesday, 20 May 2014
15:57 nox search for other commits by this committer
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
Original commitRevision:354652 
Monday, 19 May 2014
17:12 nox search for other commits by this committer
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
Original commitRevision:354560 
Monday, 5 May 2014
16:40 nox search for other commits by this committer
- 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.
Original commitRevision:353030 
Friday, 18 Apr 2014
15:19 nox search for other commits by this committer
Bump PORTREVISION for the plist change.
Original commitRevision:351548 
10:53 nox search for other commits by this committer
- 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]
Original commitRevision:351530 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
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)
Original commitRevision:351411 
Sunday, 6 Apr 2014
15:56 nox search for other commits by this committer
- 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]
Original commitRevision:350371 
Saturday, 5 Apr 2014
21:54 nox search for other commits by this committer
- 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]
Original commitRevision:350272 
Friday, 4 Apr 2014
23:16 nox search for other commits by this committer
- 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
Original commitRevision:350185 
19:06 nox search for other commits by this committer
- 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]
Original commitRevision:350150 
Wednesday, 26 Mar 2014
20:09 nox search for other commits by this committer
Update to 1.7.1 - announce/changelog message is here:

	https://lists.nongnu.org/archive/html/qemu-devel/2014-03/msg04773.html
Original commitRevision:349287 
Sunday, 23 Mar 2014
20:29 nox search for other commits by this committer
- Add patch to fix bigendian lseek for bsd-user mips.
- Bump PORTREVISION.

Submitted by:	sbruno
Obtained
from:	https://github.com/seanbruno/qemu/commit/05ee8495804599b52a88eb36b13ea9c06b3207cd
Original commitRevision:348887 
Saturday, 15 Mar 2014
15:36 nox search for other commits by this committer
Switch my ports to USES=  tar:...
Original commitRevision:348333 
Thursday, 6 Feb 2014
17:48 nox search for other commits by this committer
- 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]
Original commitRevision:343128 
Sunday, 19 Jan 2014
23:02 nox search for other commits by this committer
Spell PORTREVISION correctly.
Original commitRevision:340356 
22:27 nox search for other commits by this committer
- 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)
Original commitRevision:340354 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
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)
Original commitRevision:339634 
Monday, 30 Dec 2013
22:24 nox search for other commits by this committer
- 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]
Original commitRevision:338187 
Monday, 16 Dec 2013
11:11 zeising search for other commits by this committer
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]
Original commitRevision:336621 
Sunday, 10 Nov 2013
20:25 nox search for other commits by this committer
- 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]
Original commitRevision:333440 
Saturday, 19 Oct 2013
22:07 nox search for other commits by this committer
Add powerpc64 to ONLY_FOR_ARCHS.

PR:		ports/183067
Submitted by:	jhibbits
Original commitRevision:330945 
Saturday, 12 Oct 2013
20:10 nox search for other commits by this committer
Update to 1.6.1 - announce message is here:

	http://lists.nongnu.org/archive/html/qemu-devel/2013-10/msg01207.html
Original commitRevision:330184 
Thursday, 3 Oct 2013
13:10 nox search for other commits by this committer
- Add patch to fix mips-softmmu target crashes with clang. [1]
- Remove USE_GCC.
- Bump PORTREVISION.

Submitted by:	dim [1]
Original commitRevision:329179 
Monday, 30 Sep 2013
22:26 nox search for other commits by this committer
- 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
Original commitRevision:328883 
Sunday, 29 Sep 2013
17:01 zeising search for other commits by this committer
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!
Original commitRevision:328711 
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 
Monday, 16 Sep 2013
16:45 bapt search for other commits by this committer
Convert to new perl framework
Convert USE_GMAKE to USES
Original commitRevision:327414 
Thursday, 5 Sep 2013
17:39 nox search for other commits by this committer
- 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]
Original commitRevision:326423 
Tuesday, 20 Aug 2013
22:03 nox search for other commits by this committer
- 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
Original commitRevision:325077 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Friday, 2 Aug 2013
18:50 nox search for other commits by this committer
- Fix build with PYTHON_DEFAULT_VERSION of 3+. [1]
- Remove a double word in pkg-message.

PR:		ports/180997 [1]
Submitted by:	nwhitehorn
Original commitRevision:324173 
Saturday, 27 Jul 2013
20:26 nox search for other commits by this committer
Update to 1.5.2 - announce message is here:

	https://lists.gnu.org/archive/html/qemu-devel/2013-07/msg04609.html
Original commitRevision:323807 
Thursday, 18 Jul 2013
17:54 nox search for other commits by this committer
- Add missing USES=pkgconfig.
- Rename GTK knob to GTK2.

Submitted by:	olgeni (via private email)
Original commitRevision:323249 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- 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
Original commitRevision:322783 
Saturday, 6 Jul 2013
17:09 nox search for other commits by this committer
- 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]
Original commitRevision:322401 
Thursday, 30 May 2013
19:35 nox search for other commits by this committer
- 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)
Original commitRevision:319450 
Wednesday, 29 May 2013
18:01 nox search for other commits by this committer
- 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
Original commitRevision:319386 
Sunday, 5 May 2013
20:27 nox search for other commits by this committer
- 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]
Original commitRevision:317432 
Thursday, 25 Apr 2013
19:34 nox search for other commits by this committer
- 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]
Original commitRevision:316527 
Tuesday, 23 Apr 2013
10:19 bapt search for other commits by this committer
Convert e* to USES=pkgconfig
Original commitRevision:316337 
Monday, 1 Apr 2013
14:57 nox search for other commits by this committer
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)
Original commitRevision:315653 
Friday, 29 Mar 2013
17:40 nox search for other commits by this committer
- 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
Original commitRevision:315552 
Tuesday, 5 Feb 2013
16:17 novel search for other commits by this committer
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Original commitRevision:311722 
Thursday, 31 Jan 2013
19:23 timur search for other commits by this committer
Change dependency from net/samba35 to net/samba36
Original commitRevision:311328 
Monday, 10 Dec 2012
15:10 ume search for other commits by this committer
Update cyrus-sasl2 to 2.1.26.
This bumps shlib version of libsasl2.
Original commitRevision:308609 
Tuesday, 6 Nov 2012
21:56 nox search for other commits by this committer
- Default these to USE_GCC= any after the clang switch.
- Strip Makefile headers.

Feature safe:	yes
Original commitRevision:307098 
Thursday, 19 Jul 2012
20:15 nox search for other commits by this committer
- 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)
Original commit
Wednesday, 27 Jun 2012
17:27 nox search for other commits by this committer
- 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.
Original commit
Saturday, 16 Jun 2012
15:28 nox search for other commits by this committer
Remove double quotes from OPTIONng *_DESC now that make showconfig
no longer needs them.
Original commit
Saturday, 9 Jun 2012
16:19 nox search for other commits by this committer
- 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
Original commit
Friday, 1 Jun 2012
20:49 nox search for other commits by this committer
- 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)
Original commit
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 28 Feb 2012
22:41 nox search for other commits by this committer
Remove the GA knob, it can no longer be turned off since other parts
of the build now depend on python too.
Original commit
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- 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
Original commit
Friday, 17 Feb 2012
22:31 nox search for other commits by this committer
Update to 1.0.1 - announce message is here:

        http://lists.nongnu.org/archive/html/qemu-devel/2012-02/msg02458.html
Original commit
Sunday, 29 Jan 2012
14:43 nox search for other commits by this committer
- Fix pkg-plist.
- Bump PORTREVISION.

PR:             ports/164571
Submitted by:   Jimmy Olgeni <olgeni@freebsd.org>
Original commit
Monday, 12 Dec 2011
18:35 nox search for other commits by this committer
Unbreak by fixig emulators/seabios-devel dependency.

Feature safe:   yes
Original commit
Monday, 5 Dec 2011
17:44 nox search for other commits by this committer
Mirror main distfile on MASTER_SITE_LOCAL as original mastersite seems
to be unavailable for a little while now.

Feature safe:   yes
Original commit
Friday, 2 Dec 2011
19:28 nox search for other commits by this committer
Update to 1.0, announce message is here:

        http://lists.nongnu.org/archive/html/qemu-devel/2011-12/msg00121.html

Feature safe:   yes
Original commit
Saturday, 26 Nov 2011
22:52 nox search for other commits by this committer
(Attempt to) fix build WITH_ALL_TARGETS on < 9.x/i386

Feature safe:   yes
Original commit
Saturday, 22 Oct 2011
18:56 nox search for other commits by this committer
- 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>
Original commit
Thursday, 13 Oct 2011
19:08 nox search for other commits by this committer
Update to 0.15.1 - Changelog:

        http://wiki.qemu.org/ChangeLog/0.15
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Friday, 16 Sep 2011
19:17 nox search for other commits by this committer
- Add ahci emulation fix for FreeBSD guests. [1]
- Add OPTION to build a seabios git snapshot that add ahci boot disk
  emulation. [2]
- Bump PORTREVISION.

Submitted by:   avg [1]
Suggested by:   avg [2]
Original commit
Thursday, 25 Aug 2011
16:54 nox search for other commits by this committer
Fix last-minute Makefile edit that broke the build WITH_GNS3.
Original commit
Sunday, 21 Aug 2011
15:49 nox search for other commits by this committer
- Update to 0.15.0 - Changelog:

        http://wiki.qemu.org/ChangeLog/0.15
Original commit
Wednesday, 13 Jul 2011
20:01 nox search for other commits by this committer
- Add patches and knob (defaulted to off) to support udp networking
  and a patch for promiscuous multicast for the emulated e1000 nic,
  both to support using qemu with the (also to be updated)
  emulators/gns3 port.
- Change DIST_SUBDIR to qemu/${PORTVERSION} because PATCHFILES names
  are not versioned.

Requested by:   Benjamin Epitech <mlspirat42@gmail.com>
                (via private email)
Obtained from:  http://code.gns3.net/qemu-patches/
Original commit
Saturday, 2 Jul 2011
22:02 nox search for other commits by this committer
Update optional samba dependencies to net/samba35 from samba34.

Submitted by:   joerg (via private email)
Original commit
Saturday, 11 Jun 2011
16:22 nox search for other commits by this committer
- Update to 0.14.1 .
- Change ALL_TARGETS knob to only affect the bsd-user targets that
  are still incomplete.  (they would be for emulating a single
  process instead of an entire OS; default off i.e. don't build
  them.)
- Fix ADD_AUDIO knob to also emulate hda sound hardware.
- Change CONFLICTS to CONFLICTS_INSTALL in case people that already
  have emulators/qemu installed want to test this version from below
  the work/ dir.
- Prepare Makefile for sparc64 host build in case someone wants to
  debug the runtime problems there. [1]  (Add sparc64 to ONLY_FOR_ARCHS
  then.)

PR:             ports/138772 [1]
Submitted by:   Nathaniel Filardo <nwf@cs.jhu.edu> [1]
Original commit
Sunday, 5 Jun 2011
18:43 novel search for other commits by this committer
Chase security/gnutls update and add an UPDATING entry.
Original commit
Friday, 1 Apr 2011
19:30 nox search for other commits by this committer
- Update to 0.14.0 .
- Update amd64 host bsd-user linker script to fix build on
  -current/amd64. [1]
- Some updates to the pkg-message.

PR:             ports/155558 [1]
Submitted by:   Garrett Cooper <yanegomi@gmail.com> [1]
Original commit
Friday, 25 Mar 2011
21:02 pav search for other commits by this committer
- Mark BROKEN on amd64/9: does not link

Reported by:    pointyhat
Original commit
Sunday, 24 Oct 2010
15:51 nox search for other commits by this committer
Fix MASTER_SITES:snapshot usage in preparation for future updates
that might use a snapshot distfile again (i.e. the change currently
has no effect.)

PR:             ports/151673
Submitted by:   sahil
Original commit
Thursday, 21 Oct 2010
21:40 nox search for other commits by this committer
Fix NOPORTDOCS (doh!)

Submitted by:   QAT
Original commit
20:16 nox search for other commits by this committer
Update to 0.13.0
Original commit
Saturday, 14 Aug 2010
21:35 nox search for other commits by this committer
Update samba dependency from net/samba3 to net/samba34.

Submitted by:   jsa on irc
Original commit
Saturday, 24 Jul 2010
12:08 nox search for other commits by this committer
Update to 0.12.5, announce message is here:

        http://lists.gnu.org/archive/html/qemu-devel/2010-07/msg01402.html
Original commit
Monday, 10 May 2010
20:03 nox search for other commits by this committer
- Update to 0.12.4, announce message is here:

        http://lists.gnu.org/archive/html/qemu-devel/2010-05/msg00465.html

- Add patch that allows running the resulting qemu{,-system-*} from the
  build dir without having to pass the pc-bios dir with -L if no qemu port
  or another version is installed.
Original commit
Monday, 19 Apr 2010
21:07 nox search for other commits by this committer
- These only need perl as build dep so change them to USE_PERL5_BUILD.
- Some whitespace fixes.
- Bump PORTREVISION.

PR:             ports/145838 ports/145839
Submitted by:   Bapt <baptiste.daroussin@gmail.com>
Original commit
Sunday, 11 Apr 2010
11:42 nox search for other commits by this committer
- Fix libcurl probe for emulators/qemu and add proper dependencies and knobs.
- Bump PORTREVISIONs.

PR:             ports/145591
Submitted by:   gcooper
Original commit
Monday, 1 Mar 2010
20:05 nox search for other commits by this committer
Update to 0.12.3, announce message is here:
        http://lists.gnu.org/archive/html/qemu-devel/2010-02/msg01594.html
(Subject says 0.12.2, but in fact the message is about 0.12.3.)

Feature safe:   yes
Original commit
Monday, 8 Feb 2010
22:19 nox search for other commits by this committer
- Welcome emulators/qemu-devel ppc host support! :) [1]
- Attempt to make the pkg-message.s a little more readable. [2]
- Bump PORTREVISIONs.

Submitted by:   Andreas Tobler <andreast@fgznet.ch> [1]
Submitted by:   wkoszek [2]  (with modifications)
Original commit
Thursday, 4 Feb 2010
20:27 nox search for other commits by this committer
- Welcome usable qemu pcap networking! :)
  1. Fix packet delays. [1]
  2. Truncate oversize packets according to host interface's MTU
     to avoid e.g. Linux guests panic'ing.
     Note:  This is only necessary as a stopgap measure for cases like
     host inferfaces using TSO (it still causes retransmissions),
     the better workaround is to disable the feature on the host
     interface while using qemu's pcap code.
- Add note about pcap to pkg-message.s
- Bump PORTREVISIONs.

Submitted by:   jkim [1]
Original commit
Tuesday, 19 Jan 2010
22:06 nox search for other commits by this committer
Update to 0.12.2, announce message is here:
        http://lists.gnu.org/archive/html/qemu-devel/2010-01/msg01227.html
Original commit
Sunday, 17 Jan 2010
16:20 nox search for other commits by this committer
Finally bring qemu 0.12.1 into ports as the new emulators/qemu-devel,
release announcement is here:
        http://lists.gnu.org/archive/html/qemu-devel/2009-12/msg02151.html

Quoting from pkg-message:

- kqemu is no longer supported in qemu upstream after the 0.11 branch
was created, which means also not in this version.  (Linux has moved
on to kvm now for qemu(-like) virtualization needs, so if you want qemu
to go faster and don't want to switch to virtualbox or stick to the older
emulators/qemu port which is at 0.11.1 atm and as such still supports
kqemu you should help getting the FreeBSD kvm port updated and
completed:
        http://wiki.freebsd.org/FabioChecconi/PortingLinuxKVMToFreeBSD
)
Original commit
Sunday, 20 Sep 2009
20:43 nox search for other commits by this committer
Mark IGNORE while its at an older snapshot than emulators/qemu.

Suggested by:   miwi
Feature safe:   yes
Original commit
10:02 nox search for other commits by this committer
Fix fetch after one mirror disappeared (MASTER_SITE_SUBDIR was missing.)

Submitted by:   pointyhat via miwi
Feature safe:   yes
Original commit
Sunday, 16 Aug 2009
18:04 novel search for other commits by this committer
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Original commit
Monday, 1 Jun 2009
19:02 nox search for other commits by this committer
- (Attempt to) fix build on head by entirely disabling the usb host code
which is still not ported to the new usb stack yet.  (qemu could really
use some help here, the author of the old usb host code is busy with
other stuff now...)
- No PORTREVISION bump since this is a build fix.
Original commit
Tuesday, 24 Mar 2009
19:39 nox search for other commits by this committer
- Update pkg-message, adding a note about this currently being at an older
  version than the main port among other things
- Add MAKE_JOBS_SAFE fix and mark as such
- Bump PORTREVISION
Original commit
Monday, 5 Jan 2009
19:44 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Thursday, 4 Dec 2008
22:36 nox search for other commits by this committer
Attempt to fix savevm that was broken by the original patch-CVE-2008-0928
by allowing writes outside the disk image boundaries if the guest isn't
running.

PR:             ports/129417
Submitted by:   Nate Eldredge <neldredge@math.ucsd.edu>
Obtained from:  debian (sid kvm_72+dfsg-3.diff.gz, adapted)
Original commit
Tuesday, 18 Nov 2008
20:07 nox search for other commits by this committer
Fix build in unusual environments:

- CFLAGS containing commas [1]
- Missing /usr/bin/perl symlink [2]

Requested by:   Denis Kozadaev <denis@tambov.ru> [1]
Requested by:   Michal Bartkowiak <michal@bartkowiak.biz> [2]
Original commit
Sunday, 2 Nov 2008
22:59 nox search for other commits by this committer
Fix heap overflow in Cirrus emulation

Obtained from:  qemu svn
Security:      
http://www.vuxml.org/freebsd/07bb3bd2-a920-11dd-8503-0211060005df.html
Original commit
Saturday, 2 Aug 2008
18:29 nox search for other commits by this committer
- Add pcap patch as an OPTION
- Bump PORTREVISION

Submitted by:   jkim
Original commit

Number of commits found: 225 (showing only 100 on this page)

«  1 | 2 | 3  »