Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
18 Feb 2021 15:05:28
5.0.1

|
pkubaj  |
emulators/qemu: enable on powerpc64le |
10 Nov 2020 01:28:38
5.0.1

|
pkubaj  |
emulators/qemu: fix build on GCC architectures
Don't explicitly add -L/usr/lib, it makes gcc9 prefer /usr/lib instead of its
own libraries. |
26 Oct 2020 01:30:57
5.0.1

|
bofh  |
emulators/qemu: Update version 4.2.1=>5.0.1
- Add OPTION DEBUG |
01 Sep 2020 22:26:49
4.2.1

|
bofh  |
emulators/qemu: Fix build with OPTION DOCS disabled
PR: 230204
Submitted by: guyyur@gmail.com
Reported by: novel |
19 Jul 2020 19:05:16
4.2.1

|
bofh  |
emulators/qemu: Fix missing patch files
Reported by: kostikbel@gmail.com |
18 Jul 2020 19:42:00
4.2.1

|
bofh  |
emulators/qemu: Update version 4.1.1=>4.2.1
- Add OPTION CAPSTONE [1]
PR: 247870 [1]
Reported by: amdmi3 [1] |
06 Jun 2020 10:02:12
4.1.1_4

|
bofh  |
emulators/qemu: Add NCURSES option
- Add ISCSI OPTION [1]
PR: 246038 217355 [1]
Submitted by: cy d8zNeCFG@aon.at [1] |
16 May 2020 10:51:33
4.1.1_3

|
sunpoet  |
Bump PORTREVISION for security/nettle shlib change |
23 Apr 2020 21:39:31
4.1.1_2

|
bofh  |
emulators/qemu: Fix BUILD when DOCS disabled
Reported by: olivier |
20 Mar 2020 17:29:32
4.1.1_1

|
bofh  |
emulators/qemu: Fix build with lld 10.0.0
PR: 244770
Submitted by: dim |
22 Jan 2020 17:34:11
4.1.1_1

|
pkubaj  |
emulators/qemu: fix build on powerpc64 elfv2
Clang doesn't like -mbig:
cc -mbig -c -o spapr-rtas.o spapr-rtas.S
cc: error: unknown argument: '-mbig'
This file doesn't seem to be built on amd64, so removing -mbig doesn't cause a
problem there. I also successfully built on powerpc64 elfv1 and it also builds.
PR: 243188
Approved by: bofh (maintainer timeout) |
07 Dec 2019 17:33:54
4.1.1_1

|
bofh  |
emulators/qemu: Remove GUI dependencies from emulators/qemu-utils
PR: 242370
Submitted by: krion |
25 Nov 2019 19:57:03
4.1.1

|
bofh  |
emulators/qemu: Fix USES placement
Reported by: dch@skunkwerks.at |
25 Nov 2019 11:01:43
4.1.1

|
bofh  |
emulators/qemu: Updating version 3.1.1.1=>4.1.1
- 3.1.X branch has been moved to emulators/qemu31
Relnotes: https://wiki.qemu.org/ChangeLog/4.1 |
08 Nov 2019 10:08:50
3.1.1.1

|
tobik  |
e*: Add missing USES={gnome,sdl,xorg} |
08 Oct 2019 08:24:39
3.1.1.1

|
linimon  |
Add compiler:c11 to USES to fix build on GCC-based systems.
Tested on: amd64, powerpc64.
Approved by: portmgr (tier-2 blanket) |
05 Oct 2019 20:27:26
3.1.1.1

|
bofh  |
emulators/qemu: Update version 3.1.1=>3.1.1.1 |
13 Aug 2019 16:03:12
3.1.1

|
mat  |
Convert to UCL & cleanup pkg-message (categories e-g) |
06 Aug 2019 09:46:44
3.1.1

|
bofh  |
emulators/qemu: Update version 3.0.1=>3.1.1
- USES=gl is not always needed [1]
PR: 238364 [1]
Submitted by: pizzamig [1] |
09 Jul 2019 17:13:07
3.0.1_2

|
sunpoet  |
Update security/nettle to 3.5.1
- Bump PORTREVISION of dependent ports for shlib change
- Fix build of devel/pijul [1]
Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
PR: 238991
Exp-run by: antoine
Thanks to: tobik [1] |
04 Jun 2019 14:17:39
3.0.1_1

|
antoine  |
Switch default version of samba from 4.7 to 4.8
With hat: portmgr |
10 May 2019 13:15:47
3.0.1

|
asomers  |
emulators/qemu-utils: Don't depend on GTK3 or cairo.
r499318 switched qemu from GTK2 to GTK3, accidentally making GTK3 a
dependency of qemu-utils. This commit fixes that, and also removes cairo as
a dependency for qemu-utils.
PR: 237738
Reported by: bsam
Reviewed by: bsam, bofh
Approved by: bofh (qemu maintainer)
Differential Revision: https://reviews.freebsd.org/D20202 |
18 Apr 2019 23:15:10
3.0.1

|
bofh  |
emulators/qemu: Update version 2.12.1=>3.0.1
- Remove GNS3 OPTION
- Update GTK2 OPTION to GTK3 to use updated requirements of gtk30 and sdl20 |
12 Feb 2019 21:48:12
2.12.1_2

|
bofh  |
emulators/qemu: Add NETMAP support
- Build qemu-guest-agent without unused libs [1]
- Fix build with DOCS disabled [2]
PR: 232949 [1] 230204 [2]
Submitted by: zhecka@gmail.com [1] dewayne@heuristicsystems.com.au [2]
Reported by: vmaffione |
11 Nov 2018 15:30:29
2.12.1_1

|
novel  |
emulators/qemu: fix build on 12 and -CURRENT
Build fails with:
hw/rdma/vmw/pvrdma_cmd.c:19:10: fatal error: 'linux/types.h' file not found
Add two upstream commits to fix this issue:
* 72221d03b85fcfba27a47a2af08ee59150550ced to not include linux/types.h
* 21ab34c9543fe1b6d31b3edbd01a397e7e090d00 to split PVRDMA from RDMA as
pvrdma device can't be used on FreeBSD as mremap() system call is
missing
PR: 232968
Reported by: Trond.Endrestol@ximalas.info
Approved by: portmgr (build fix blanket)
Obtained from: upstream
MFH: 2018Q4 |
11 Nov 2018 02:13:11
2.12.1

|
lwhsu  |
- Update to 2.12.1
- Change https MASTER_SITES
- Use xz distfile
- Remove MAKE_JOBS_UNSAFE
PR: 230972
Approved by: maintainer timeout |
02 Nov 2018 13:32:35
2.12.0_1

|
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
01 Sep 2018 17:05:48
2.12.0_1

|
antoine  |
Switch default version of samba to 4.7
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904 |
22 Jul 2018 02:27:08
2.12.0

|
bofh  |
emulators/qemu: Update version 2.9.0>=2.12.0
- Pet portlint
Relnotes: https://wiki.qemu.org/ChangeLog/2.12 |
19 Feb 2018 11:10:43
2.9.0_1

|
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
23 Dec 2017 07:03:21
2.9.0_1

|
antoine  |
Change default version of samba from 4.4 to 4.6
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529 |
06 Oct 2017 18:53:00
2.9.0

|
tobik  |
emulators/qemu: Fix build without DOCS
- While here also add missing X11 dependencies to the GTK2 option
/usr/bin/install -c -c -m 0644 docs/qemu-qmp-ref.7
"/wrkdirs/usr/ports/emulators/qemu/work/stage/usr/local/man/man7"
install: docs/qemu-qmp-ref.7: No such file or directory
gmake[1]: *** [Makefile:576: install-doc] Error 71
gmake[1]: Leaving directory '/wrkdirs/usr/ports/emulators/qemu/work/qemu-2.9.0'
PR: 221749
Submitted by: smh
Reviewed by: novel
Approved by: bofh
MFH: 2017Q4 |
04 Aug 2017 13:45:29
2.9.0

|
bofh  |
emulators/qemu: Update version 2.8.1=>2.9.0
- Reorder LIB_DEPENDS
- Add VDE Networking OPTION [1]
- Move SAMBA CONFIGURE options to new clause from default
- Fix CONFIGURE failure [2]
PR: 220836[1], 220835[2]
submitted by: holindho@saunalahti.fi [1][2]
Relnotes: https://wiki.qemu.org/index.php/ChangeLog/2.9 |
23 May 2017 05:03:16
2.8.1_1

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
20 May 2017 12:02:07
2.8.1

|
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
12 Apr 2017 20:12:07
2.8.1

|
bofh  |
emulators/qemu: Update version 2.8.0=>2.8.1 |
25 Mar 2017 23:37:05
2.8.0_3

|
antoine  |
Switch default version of samba from 4.3 to 4.4
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131 |
21 Mar 2017 21:59:31
2.8.0_2

|
antoine  |
- Add USES=samba to handle dependency on samba
Valid ARGS: build, env, lib, run (default: build,run)
- Add SAMBA_DEFAULT to bsd.default-versions.mk (default: 4.3)
- Remove obsolete samba36 ports
- Modify samba4x ports to install libsmbclient
- Convert the ports tree to USES=samba
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D8919 |
10 Mar 2017 21:09:05
2.8.0_1

|
bofh  |
emulators/qemu: Fix post-patch for CDROM_DMA option
Submitted by: ilavsky.martin@gmail.com |
10 Mar 2017 12:54:21
2.8.0

|
bofh  |
emulators/qemu: Update version 2.6.1=>2.8.0
- Fix ncurses build uses to use base version and remove from CONFIGURE_ARGS
for OPTIONS usage [1]
PR: 211973[1]
Submitted by: ilavsky.martin@gmail.com[1] |
05 Jan 2017 22:58:02
2.6.1_1

|
jbeich  |
Assume "pkg-config libusb*" works after 9.x EOL
FreeBSD appears to use different pkg-config name for 0.1.x API but it
doesn't matter much as 0.1, 1.0 and 2.0 share CFLAGS/LIBS. |
26 Oct 2016 13:55:23
2.6.1_1

|
amdmi3  |
- Verbosify build
Approved by: portmgr blanket |
14 Oct 2016 20:34:26
2.6.1_1

|
asomers  |
Add emulators/qemu-utils
qemu-utils is a new port which installs a few miscellaneous qemu utilities
that are useful even without emulation capabilities. It is useful where
emulation is not needed, because it has far fewer dependencies than qemu.
It is equivalent to the Debian package of the same name.
Reviewed by: sbruno, brd
Approved by: brd (ports)
Sponsored by: Spectra Logic Corp
Differential Revision: https://reviews.freebsd.org/D8038 |
27 Aug 2016 17:15:51
2.6.1_1

|
bofh  |
emulators/qemu: Unbreak in 11+ [1]
- Fix ncurses build uses to use base version and remove from CONFIGURE_ARGS
for OPTIONS usage [2]
PR: 212057 [1] 211973 [2]
Submitted by: mat [1] ilavsky.martin@gmail.com [2] |
19 Aug 2016 20:52:57
2.6.1

|
bofh  |
emulators/qemu: Update version 2.5.1.1=>2.6.1
- Remove BSD_USER related codes
- Add NCURSES support [1]
- Fix STATIC_LINKS code to not build with X11 support
PR: 211973 [1]
Submitted by: ilavsky.martin@gmail.com [1] |
15 Jun 2016 18:04:37
2.5.1.1

|
bofh  |
emulators/qemu: Fix patch files which was updated in latest dist
Submitted by: bar |
10 Jun 2016 11:01:52
2.5.1.1

|
bofh  |
emulators/qemu: Update version 2.4.0=>2.5.1.1
- Change X86_TARGETS Description
- Update pkg-plist to fix X86_TARGETS issue |
31 May 2016 10:18:28
2.4.1_1

|
mat  |
Fix build with Perl 5.25.1+.
Unescaped left brace in regex is illegal in regex.
With hat: perl@
Sponsored by: Absolight |
19 May 2016 10:21:25
2.4.1_1

|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
2.4.1_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
27 Mar 2016 14:58:00
2.4.1_1

|
tijl  |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
26 Jan 2016 19:23:11
2.4.1

|
sbruno  |
Typo in CONFLICTS noted by brooks.
Submitted by: brooks |
16 Dec 2015 14:15:19
2.4.1

|
bofh  |
emulators/qemu: Update version 0.11.1=>2.4.1
- MASTER_SITES has been changed from SAVANNAH and local repo of nox@
to new wiki.qemu.org
- Take MAINTAINERSHIP
- Updated to maintain version release with UPSTREAM. qemu-devel will be
updated to maintain with SNAPSHOTS
- Some of the patches has been converted to OPTIONSNG with post-patch
- Most of the patches are now makepatch compatible
- Converted most of the LEGACY OPTIONS to OPTIONSNG |
14 Dec 2015 02:52:14
0.11.1_20

|
eadler  |
Reset maintainer |
30 Aug 2015 10:51:42
0.11.1_20

|
amdmi3  |
- Add LICENSE
- Pet portlint
- Switch to @sample
Approved by: portmgr blanket |
26 Jun 2015 19:14:41
0.11.1_20

|
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 |
04 Jun 2015 09:06:33
0.11.1_19

|
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
17 May 2015 10:09:37
0.11.1_19

|
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 |
14 May 2015 10:15:09
0.11.1_18

|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
03 Apr 2015 11:26:50
0.11.1_18

|
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 |
26 Mar 2015 21:40:34
0.11.1_18

|
bdrewery  |
Revert my change from r381978.
The reason for it did not pan out. |
23 Mar 2015 04:04:58
0.11.1_18

|
bdrewery  |
Use BSDMAKE rather than MAKE here to ensure using /usr/bin/make.
With hat: portmgr |
19 Jan 2015 18:46:51
0.11.1_18

|
nox  |
Fix build on 10+/i386 for when gcc49 becomes default (and fix ALL_TARGETS
on 10+/i386 while we're at it.)
PR: 196855
Submitted by: gerald |
06 Jan 2015 19:47:29
0.11.1_18

|
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) |
08 Dec 2014 16:48:41
0.11.1_17

|
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. (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 12:24:23
0.11.1_16

|
bapt  |
Clean up plist |
20 Sep 2014 08:44:29
0.11.1_16

|
nox  |
- Remove ALL_TARGETS from OPTIONS_DEFAULT as target-ppc doesn't build
with gcc48 on i386:
work/qemu-0.11.1/target-ppc/op_helper.c: In function 'helper_fmadd':
work/qemu-0.11.1/target-ppc/op_helper.c:1250:10: error: frame pointer required,
but reserved
uint64_t helper_fmadd (uint64_t arg1, uint64_t arg2, uint64_t arg3)
- Bump PORTREVISION.
Submitted by: beefy1 via pkg-fallout |
10 Sep 2014 20:50:37
0.11.1_15

|
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) |
28 Jul 2014 18:39:29
0.11.1_14

|
adamw  |
Rename emulators/ patch-xy patches to reflect the files they modify. |
23 Jul 2014 09:54:02
0.11.1_14

|
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) |
15 Jul 2014 15:12:57
0.11.1_13

|
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
26 Jan 2014 20:19:19
0.11.1_13

|
marino  |
emulators/qemu: Remove extraneous ".else" from previous commit |
26 Jan 2014 14:49:42
0.11.1_13

|
nox  |
- Update LIB_DEPENDS.
- Rewrite NOPORTDOCS.
- Stagify. |
10 Nov 2013 20:27:06
0.11.1_13

|
nox  |
(Attempt to) fix build with unusual locales(?).
Reported by: AN <andy@neu.net> on -ports |
20 Sep 2013 16:43:53
0.11.1_13

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
16 Sep 2013 16:45:35
0.11.1_13

|
bapt  |
Convert to new perl framework
Convert USE_GMAKE to USES |
14 Aug 2013 22:35:54
0.11.1_13

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
11 Jul 2013 16:26:27
0.11.1_13

|
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 |
04 Jun 2013 21:47:59
0.11.1_12

|
nox  |
Update pkg-message a bit for the old qemu version too.
Reminded by: bapt |
05 Feb 2013 16:17:07
0.11.1_12

|
novel  |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
31 Jan 2013 19:23:32
0.11.1_11

|
timur  |
Change dependency from net/samba35 to net/samba36 |
06 Nov 2012 21:56:03
0.11.1_11

|
nox  |
- Default these to USE_GCC= any after the clang switch.
- Strip Makefile headers.
Feature safe: yes |
19 Jun 2012 16:19:16
0.11.1_11 
|
nox  |
- Fix build after texi2html grew a new arg so -number became ambigious. [1]
- Remove double quotes from *_DESC now that make showconfig no longer
needs them.
Submitted by: pointyhat via linimon and pav [1] |
01 Jun 2012 20:49:50
0.11.1_11 
|
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) |
18 Feb 2012 10:18:33
0.11.1_11 
|
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 |
22 Oct 2011 18:57:32
0.11.1_10 
|
nox  |
- Respect STRIP [1]
- Respect NOPORTDOCS, even if it's empty [2]
PR: ports/161856 [1], ports/161857 [2]
Submitted by: Nali Toja <nalitoja@gmail.com> |
23 Sep 2011 22:26:39
0.11.1_10 
|
amdmi3  |
- 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 |
31 Aug 2011 02:34:44
0.11.1_10 
|
stas  |
- Fix SMC91c111 device emulation in qemu. This allows FreeBSD to boot on
the GUMSTIX platform.
Approved by: nox (maintainer)
Obtained from: qemu git |
13 Jul 2011 19:59:15
0.11.1_9 
|
nox  |
- Add patch and knob (defaulted to on) to support udp networking
and a patch for promiscuous multicast for the emulated e1000 and
eepro100 nics, both to support using qemu with the (also to be
updated) emulators/gns3 port.
- Bump PORTREVISION.
Requested by: Benjamin Epitech <mlspirat42@gmail.com>
(via private email)
Obtained from:
http://sourceforge.net/projects/gns-3/files/Qemu/qemu-0.11.0-olive.patch/download
(in parts) |
02 Jul 2011 22:02:38
0.11.1_8 
|
nox  |
Update optional samba dependencies to net/samba35 from samba34.
Submitted by: joerg (via private email) |
02 Jul 2011 17:14:20
0.11.1_8 
|
miwi  |
= Drop MD5 support |
05 Jun 2011 18:43:16
0.11.1_8 
|
novel  |
Chase security/gnutls update and add an UPDATING entry. |
01 Apr 2011 19:38:56
0.11.1_7 
|
nox  |
- Some updates to the pkg-message.
- Bump PORTREVISION. |
25 Feb 2011 20:20:02
0.11.1_6 
|
nox  |
- Add kqemu-kmod-devel to RUN_DEPENDS (if enabled.)
- Bump PORTREVISION.
PR: ports/154984
Submitted by: David Demelier <demelier.david@gmail.com> |
14 Aug 2010 21:35:28
0.11.1_5 
|
nox  |
Update samba dependency from net/samba3 to net/samba34.
Submitted by: jsa on irc |
30 May 2010 19:22:32
0.11.1_5 
|
nox  |
- Avoid using mmap MAP_ANON with a non-zero offset. [1]
- Bump PORTREVISION.
PR: kern/71258 [1] |
19 Apr 2010 21:07:37
0.11.1_4 
|
nox  |
- 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> |
11 Apr 2010 11:42:38
0.11.1_3 
|
nox  |
- Fix libcurl probe for emulators/qemu and add proper dependencies and knobs.
- Bump PORTREVISIONs.
PR: ports/145591
Submitted by: gcooper |
08 Feb 2010 22:19:29
0.11.1_2 
|
nox  |
- 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) |
04 Feb 2010 20:27:30
0.11.1_1 
|
nox  |
- 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] |