| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Relnotes: https://wiki.qemu.org/ChangeLog/6.2
|
|
|
|
|
|
|
|
|
|
| |
- Fix typos
- Remove unreferenced variables
- Sort categories
- Clean up commented PORTREVISION
- Fix broken syntax
Reported by: portscan
|
|
|
|
| |
- Fix some plist issues with default flavor
|
| |
|
|
|
|
|
|
| |
- Fix build with DOCS unset [1]
PR: 250733 [1]
Reported by: xxjack12xx@gmail.com [1]
|
|
|
|
|
|
|
|
| |
- elf2dmp depends on CURL [1]
- Fix build when fusefs-libs3 is installed [2]
PR: 260315 [2]
Reported by: kostikbel@gmail.com [1] d8zNeCFG@aon.at [2]
|
|
|
|
| |
Relnotes: https://wiki.qemu.org/ChangeLog/6.1
|
|
|
|
|
|
|
| |
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
|
|
|
|
|
|
|
|
| |
Define _CALL_SYSV to fix error:
In file included from /wrkdirs/usr/ports/emulators/qemu/work/qemu-5.0.1/tcg/tcg.c:344:
/wrkdirs/usr/ports/emulators/qemu/work/qemu-5.0.1/tcg/ppc/tcg-target.inc.c:2290:3: error: "Unhandled abi"
Use gcc because clang hangs.
|
|
|
|
|
|
|
|
|
|
| |
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
|
|
|
|
|
|
|
|
|
| |
- Use ports dtc instead of packaged dtc [1]
- bin/elf2dmp apparently depends on CURL [2]
- Reduce build to only X86 architectures if X86_TARGETS is set [2]
- rx is not an X86 architecture [2]
PR: 245997 [1] 254385 [2]
Reported by: swills [1] pstef [2]
|
| |
|
|
|
|
| |
Notes:
svn path=/head/; revision=565942
|
|
|
|
|
|
|
| |
Don't explicitly add -L/usr/lib, it makes gcc9 prefer /usr/lib instead of its own libraries.
Notes:
svn path=/head/; revision=554806
|
|
|
|
|
|
|
| |
- Add OPTION DEBUG
Notes:
svn path=/head/; revision=553312
|
|
|
|
|
|
|
|
|
| |
PR: 230204
Submitted by: guyyur@gmail.com
Reported by: novel
Notes:
svn path=/head/; revision=547301
|
|
|
|
|
|
|
| |
Reported by: kostikbel@gmail.com
Notes:
svn path=/head/; revision=542594
|
|
|
|
|
|
|
|
|
|
| |
- Add OPTION CAPSTONE [1]
PR: 247870 [1]
Reported by: amdmi3 [1]
Notes:
svn path=/head/; revision=542523
|
|
|
|
|
|
|
|
|
|
| |
- Add ISCSI OPTION [1]
PR: 246038 217355 [1]
Submitted by: cy d8zNeCFG@aon.at [1]
Notes:
svn path=/head/; revision=538082
|
|
|
|
| |
Notes:
svn path=/head/; revision=535391
|
|
|
|
|
|
|
| |
Reported by: olivier
Notes:
svn path=/head/; revision=532712
|
|
|
|
|
|
|
|
| |
PR: 244770
Submitted by: dim
Notes:
svn path=/head/; revision=528790
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=523823
|
|
|
|
|
|
|
|
| |
PR: 242370
Submitted by: krion
Notes:
svn path=/head/; revision=519224
|
|
|
|
|
|
|
| |
Reported by: dch@skunkwerks.at
Notes:
svn path=/head/; revision=518421
|
|
|
|
|
|
|
|
|
| |
- 3.1.X branch has been moved to emulators/qemu31
Relnotes: https://wiki.qemu.org/ChangeLog/4.1
Notes:
svn path=/head/; revision=518397
|
|
|
|
| |
Notes:
svn path=/head/; revision=517045
|
|
|
|
|
|
|
|
|
| |
Tested on: amd64, powerpc64.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=514056
|
|
|
|
| |
Notes:
svn path=/head/; revision=513844
|
|
|
|
| |
Notes:
svn path=/head/; revision=508837
|
|
|
|
|
|
|
|
|
|
| |
- USES=gl is not always needed [1]
PR: 238364 [1]
Submitted by: pizzamig [1]
Notes:
svn path=/head/; revision=508242
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=506289
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=503475
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=501174
|
|
|
|
|
|
|
|
| |
- Remove GNS3 OPTION
- Update GTK2 OPTION to GTK3 to use updated requirements of gtk30 and sdl20
Notes:
svn path=/head/; revision=499318
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=492812
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=484695
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change https MASTER_SITES
- Use xz distfile
- Remove MAKE_JOBS_UNSAFE
PR: 230972
Approved by: maintainer timeout
Notes:
svn path=/head/; revision=484653
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=483807
|
|
|
|
|
|
|
|
|
|
| |
Samba 4.6 will be discontinued in a few weeks
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D16904
Notes:
svn path=/head/; revision=478711
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
Relnotes: https://wiki.qemu.org/ChangeLog/2.12
Notes:
svn path=/head/; revision=475080
|
|
|
|
|
|
|
|
| |
PR: 225752
Submitted by: Yasuhiro KIMURA
Notes:
svn path=/head/; revision=462307
|
|
|
|
|
|
|
|
|
| |
Reviewed by: mat
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D13529
Notes:
svn path=/head/; revision=457024
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=451399
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=447330
|
|
|
|
|
|
|
|
| |
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
Notes:
svn path=/head/; revision=441503
|
|
|
|
|
|
|
|
|
|
|
|
| |
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Notes:
svn path=/head/; revision=441309
|
|
|
|
| |
Notes:
svn path=/head/; revision=438411
|
|
|
|
|
|
|
|
| |
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D10131
Notes:
svn path=/head/; revision=436925
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=436659
|