Commit graph

233 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
928b73b50b emulators/qemu: Update version 6.1.0=>6.2.0
Relnotes: https://wiki.qemu.org/ChangeLog/6.2
2021-12-15 12:48:37 -06:00
Tobias Kortkamp
feb95d6a41
*: Clean up some things
- Fix typos
- Remove unreferenced variables
- Sort categories
- Clean up commented PORTREVISION
- Fix broken syntax

Reported by:	portscan
2021-12-14 14:02:26 +01:00
Muhammad Moinur Rahman
f52ce2807b emulators/qemu: UNBREAK for i386
- Fix some plist issues with default flavor
2021-12-12 17:38:43 -06:00
Muhammad Moinur Rahman
42780ffaee emulators/qemu: Add tools FLAVOR 2021-12-11 21:19:43 -06:00
Muhammad Moinur Rahman
8d18eafa62 emulators/qemu: Add nox11 FLAVOR
- Fix build with DOCS unset [1]
PR: 250733 [1]
Reported by: xxjack12xx@gmail.com [1]
2021-12-11 17:47:07 -06:00
Muhammad Moinur Rahman
e6f5aeddaf emulators/qemu: Use system dtc from ports
- 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]
2021-12-10 14:39:32 -06:00
Muhammad Moinur Rahman
3f7e206ef2 emulators/qemu: Update version 5.0.1=>6.1.0
Relnotes: https://wiki.qemu.org/ChangeLog/6.1
2021-12-05 19:02:48 -06:00
Baptiste Daroussin
2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
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)
2021-10-10 21:44:42 +02:00
Piotr Kubaj
64a800d83d emulators/qemu: fix build on powerpc
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.
2021-07-15 22:02:27 +00:00
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
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
2021-06-22 11:53:08 -07:00
Muhammad Moinur Rahman
9e06cd0454 emulators/qemu: Fix build on 13
- 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]
2021-04-20 19:46:11 +00:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Piotr Kubaj
4cc6b60d15 emulators/qemu: enable on powerpc64le 2021-02-18 15:05:28 +00:00
Piotr Kubaj
de8c908376 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.
2020-11-10 01:28:38 +00:00
Muhammad Moinur Rahman
5238ef4e5a emulators/qemu: Update version 4.2.1=>5.0.1
- Add OPTION DEBUG
2020-10-26 01:30:57 +00:00
Muhammad Moinur Rahman
d9f22d5f6b emulators/qemu: Fix build with OPTION DOCS disabled
PR:		230204
Submitted by:	guyyur@gmail.com
Reported by:	novel
2020-09-01 22:26:48 +00:00
Muhammad Moinur Rahman
363a08100a emulators/qemu: Fix missing patch files
Reported by:	kostikbel@gmail.com
2020-07-19 19:05:16 +00:00
Muhammad Moinur Rahman
5698b5b669 emulators/qemu: Update version 4.1.1=>4.2.1
- Add OPTION CAPSTONE [1]

PR:		247870 [1]
Reported by:	amdmi3 [1]
2020-07-18 19:41:59 +00:00
Muhammad Moinur Rahman
7d444a7343 emulators/qemu: Add NCURSES option
- Add ISCSI OPTION [1]

PR:             246038 217355 [1]
Submitted by:   cy d8zNeCFG@aon.at [1]
2020-06-06 10:02:12 +00:00
Sunpoet Po-Chuan Hsieh
7f5cbfeed4 Bump PORTREVISION for security/nettle shlib change 2020-05-16 10:51:32 +00:00
Muhammad Moinur Rahman
d743b15362 emulators/qemu: Fix BUILD when DOCS disabled
Reported by:	olivier
2020-04-23 21:39:31 +00:00
Muhammad Moinur Rahman
025d9fd998 emulators/qemu: Fix build with lld 10.0.0
PR:		244770
Submitted by:	dim
2020-03-20 17:29:31 +00:00
Piotr Kubaj
b3f15f1bc7 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)
2020-01-22 17:34:11 +00:00
Muhammad Moinur Rahman
8a89a49ef8 emulators/qemu: Remove GUI dependencies from emulators/qemu-utils
PR:		242370
Submitted by:	krion
2019-12-07 17:33:53 +00:00
Muhammad Moinur Rahman
217a368fa8 emulators/qemu: Fix USES placement
Reported by:	dch@skunkwerks.at
2019-11-25 19:57:03 +00:00
Muhammad Moinur Rahman
a9b56381c0 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
2019-11-25 11:01:43 +00:00
Tobias Kortkamp
78b522d04c e*: Add missing USES={gnome,sdl,xorg} 2019-11-08 10:08:49 +00:00
Mark Linimon
59fd58f6aa Add compiler:c11 to USES to fix build on GCC-based systems.
Tested on: amd64, powerpc64.

Approved by:	portmgr (tier-2 blanket)
2019-10-08 08:24:38 +00:00
Muhammad Moinur Rahman
86070cd3b5 emulators/qemu: Update version 3.1.1=>3.1.1.1 2019-10-05 20:27:25 +00:00
Mathieu Arnold
79698c8457 Convert to UCL & cleanup pkg-message (categories e-g) 2019-08-13 16:03:11 +00:00
Muhammad Moinur Rahman
b02e019cb9 emulators/qemu: Update version 3.0.1=>3.1.1
- USES=gl is not always needed [1]

PR:		238364 [1]
Submitted by:	pizzamig [1]
2019-08-06 09:46:43 +00:00
Sunpoet Po-Chuan Hsieh
d99d942bb0 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]
2019-07-09 17:13:07 +00:00
Antoine Brodin
47ce821484 Switch default version of samba from 4.7 to 4.8
With hat:	portmgr
2019-06-04 14:17:39 +00:00
Alan Somers
be68a2219e 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
2019-05-10 13:15:47 +00:00
Muhammad Moinur Rahman
756beae7cf 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
2019-04-18 23:15:10 +00:00
Muhammad Moinur Rahman
92e061b6d7 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
2019-02-12 21:48:12 +00:00
Roman Bogorodskiy
31a106af43 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
2018-11-11 15:30:28 +00:00
Li-Wen Hsu
220fca1986 - Update to 2.12.1
- Change https MASTER_SITES
- Use xz distfile
- Remove MAKE_JOBS_UNSAFE

PR:		230972
Approved by:	maintainer timeout
2018-11-11 02:13:11 +00:00
Rene Ladan
8a502cb2d4 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
2018-11-02 13:32:34 +00:00
Antoine Brodin
ec3e56288a 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
2018-09-01 17:05:47 +00:00
Muhammad Moinur Rahman
7630f855d5 emulators/qemu: Update version 2.9.0>=2.12.0
- Pet portlint

Relnotes:	https://wiki.qemu.org/ChangeLog/2.12
2018-07-22 02:27:07 +00:00
Antoine Brodin
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00
Antoine Brodin
ddd8c8640e Change default version of samba from 4.4 to 4.6
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D13529
2017-12-23 07:03:21 +00:00
Tobias Kortkamp
5fa9d49141 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
2017-10-06 18:53:00 +00:00
Muhammad Moinur Rahman
7896bf95c6 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
2017-08-04 13:45:29 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Mark Linimon
73a2d70934 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
2017-05-20 12:02:07 +00:00
Muhammad Moinur Rahman
16b46a8d86 emulators/qemu: Update version 2.8.0=>2.8.1 2017-04-12 20:12:07 +00:00
Antoine Brodin
8fb879105d Switch default version of samba from 4.3 to 4.4
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D10131
2017-03-25 23:37:05 +00:00
Antoine Brodin
7cfe69b584 - 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
2017-03-21 21:59:31 +00:00