Commit graph

219 commits

Author SHA1 Message Date
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
Muhammad Moinur Rahman
8843b309dd emulators/qemu: Fix post-patch for CDROM_DMA option
Submitted by:	ilavsky.martin@gmail.com
2017-03-10 21:09:05 +00:00
Muhammad Moinur Rahman
cf2484d8a1 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]
2017-03-10 12:54:21 +00:00
Jan Beich
7277ec6a16 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.
2017-01-05 22:58:02 +00:00
Dmitry Marakasov
4f88f44da0 - Verbosify build
Approved by:	portmgr blanket
2016-10-26 13:55:23 +00:00
Alan Somers
f51dcaa2ea 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
2016-10-14 20:34:26 +00:00
Muhammad Moinur Rahman
49298d0d19 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]
2016-08-27 17:15:50 +00:00
Muhammad Moinur Rahman
3241ffeaf1 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]
2016-08-19 20:52:57 +00:00
Muhammad Moinur Rahman
82892483e0 emulators/qemu: Fix patch files which was updated in latest dist
Submitted by:	bar
2016-06-15 18:04:36 +00:00
Muhammad Moinur Rahman
fd7dd95f0d emulators/qemu: Update version 2.4.0=>2.5.1.1
- Change X86_TARGETS Description
- Update pkg-plist to fix X86_TARGETS issue
2016-06-10 11:01:52 +00:00
Mathieu Arnold
ea98dfade6 Fix build with Perl 5.25.1+.
Unescaped left brace in regex is illegal in regex.

With hat:	perl@
Sponsored by:	Absolight
2016-05-31 10:18:27 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Tijl Coosemans
6bc6f3a9e0 - 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)
2016-03-27 14:57:59 +00:00
Sean Bruno
c9970520c6 Typo in CONFLICTS noted by brooks.
Submitted by:	brooks
2016-01-26 19:23:11 +00:00