Port details |
- aqemu Qt5 based QEMU frontend
- 0.9.2_3 emulators
=2 0.9.2_3Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2008-09-03 15:18:19
- Last Update: 2021-05-21 20:19:47
- Commit Hash: 7c22586
- People watching this port, also watch:: gtk2, p7zip, mplayer-skins, zip, qemu
- License: GPLv2+
- Description:
- AQEMU is a Qt5 GUI for virtual machines using QEMU as the backend.
The application has a user-friendly interface and allows to set a
large number of options.
WWW: https://github.com/tobimensch/aqemu
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/emulators/aqemu/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/aqemu
- pkg install aqemu
- PKGNAME: aqemu
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1514676669
SHA256 (tobimensch-aqemu-v0.9.2_GH0.tar.gz) = e3d54de00ebdce3754f97f7e0e7cce8cebb588e8ce6bc249401cc909281b08de
SIZE (tobimensch-aqemu-v0.9.2_GH0.tar.gz) = 1373465
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- qt5-buildtools>=5.15.2 : devel/qt5-buildtools
- qt5-qmake>=5.15.2 : devel/qt5-qmake
- Library dependencies:
-
- libvncclient.so : net/libvncserver
- libQt5Core.so : devel/qt5-core
- libQt5DBus.so : devel/qt5-dbus
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5PrintSupport.so : print/qt5-printsupport
- libQt5Test.so : devel/qt5-testlib
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for aqemu-0.9.2_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- emulators_aqemu
- USES:
- cmake compiler:c++11-lang qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 May 2021 20:19:47 0.9.2_3
|
Max Brazhnikov (makc)  |
emulators/aqemu: clean up port
- Drop needless linguisttools_build, the port does not use translations.
- Drop noninja. Works for me, have no idea why it was set in the first place.
- Correctly use rcc to fix build once misc/qtchooser is removed |
07 Apr 2021 08:09:01 0.9.2_3
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.9.2_3
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
26 Jul 2019 20:46:57
0.9.2_3
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
16 Mar 2019 07:51:29
0.9.2_2
|
linimon  |
Fix build on gcc-based architectures:
The compiler feature "cxx_decltype" is not known to CXX compiler |
28 Jan 2019 06:56:31
0.9.2_2
|
araujo  |
- Bump PORTREVISION of ports that depends of net/libvncserver after it
was updated to version 0.9.12
Submitted by: dereks_lifeofadishwasher.com
Differential Revision: https://reviews.freebsd.org/D18836 |
16 Jan 2019 11:13:45
0.9.2_1
|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
10 Sep 2018 13:14:52
0.9.2
|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
28 Jun 2018 17:39:55
0.9.2
|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
13 Jan 2018 01:18:33
0.9.2
|
swills  |
emulators/aqemu: updating to version 0.9.2
Submitted by: Le Baron d'Merde <lbdm@privacychain.ch>
Differential Revision: https://reviews.freebsd.org/D13704 |
12 Jul 2017 02:39:36
0.8.2_3
|
araujo  |
Bump PORTREVISION of several ports that depends of net/libvncserver to
reflect the changes made on r445054.
PR: ports/220565 (based on)
Submitted by: Martin Birgmeier <la5lbtyi@aon.at>
Sponsored by: iXsystems, Inc. |
21 Jan 2017 22:08:06
0.8.2_2
|
matthew  |
Bump PORTREVISION chasing ABI version increment in libvncserver --
this port was missed from r432083, and this change should be MFH'd as
well.
MFH: 2017Q1 |
20 Jan 2017 20:33:31
0.8.2_1
|
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
07 Nov 2016 15:27:12
0.8.2_1
|
amdmi3  |
- Add LICENSE
- Add missing dependency
- Switch pkg-plist to DATADIR and DOCSDIR
- Regenerate patches |
20 Oct 2016 15:58:13
0.8.2_1
|
rakuco  |
Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).
I also emailed him 2 weeks ago and have received no response so far. |
23 May 2016 18:36:52
0.8.2_1
|
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
0.8.2_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
19 Mar 2016 14:26:04
0.8.2_1
|
rakuco  |
Add patch to stop building the libvncclient target.
The libvncclient target was removed because it was not used anywhere (aqemu
links against the systems libvncclient.so, only the definitions and includes
are needed from this block) and did not declare its dependency on the moc and
ui files, possibly causing problems in parallel builds (way more often with
CMake 3.5.0).
PR: 208033 |
24 Feb 2015 21:46:29
0.8.2_1
|
makc  |
- Switch my ports to USE_QT4=linguisttools_build and adjust Qt components
- Use LUPDATE/LRELEASE provided by bsd.qt.mk
- Drop needless stripping |
27 Oct 2014 12:24:23
0.8.2
|
bapt  |
Clean up plist |
12 May 2014 10:53:42
0.8.2
|
makc  |
Convert my ports to USES=tar |
09 Dec 2013 15:32:46
0.8.2
|
makc  |
- Update to 0.8.2
- Add patches to fix build on head |
23 Oct 2013 13:08:42
0.8.1_1
|
makc  |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
22 Oct 2013 13:57:35
0.8.1_1
|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [bce])
Approved by: portmgr (bdrewery) |
02 Oct 2013 22:56:34
0.8.1_1
|
marino  |
emulators/aqemu: add <unistd.h> for modern compilers
Approved by: portmgr (bapt, implicit) |
20 Sep 2013 16:43:53
0.8.1_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
14 Aug 2013 22:35:54
0.8.1_1 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
22 Mar 2013 20:06:15
0.8.1_1
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
06 Jun 2012 06:44:38
0.8.1_1
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
0.8.1_1
|
dinoex  |
- update png to 1.5.10 |
21 May 2012 18:15:32
0.8.1
|
rakuco  |
Make the port build with the upcoming Qt 4.8.1.
vncview.cpp defines a macro called "error" (which is ugly), and
qfile.h, which is included later, defined a class method called error,
and conflicts arise.
Fix it by moving the macro definition after the Qt headers are
included. |
17 Apr 2011 10:11:05
0.8.1
|
makc  |
Update to 0.8.1 |
29 Oct 2010 20:15:22
0.8.0
|
makc  |
Fix build on 6.x
Remove md5 sum |
21 Oct 2010 20:16:25
0.8.0
|
makc  |
Update to 0.8.0
Mark MAKE_JOBS_SAFE
The port now uses CMake build system |
28 Mar 2010 06:47:48
0.7.3_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.7.3_1
|
dinoex  |
- update to jpeg-8 |
16 Oct 2009 16:15:12
0.7.3
|
makc  |
Update to 0.7.3 |
31 Jul 2009 13:57:52
0.7.1_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
01 May 2009 19:32:52
0.7.1
|
makc  |
Update to 0.7.1 |
15 Mar 2009 19:14:40
0.7
|
makc  |
Update to 0.7 |
18 Feb 2009 21:55:43
0.6.1
|
makc  |
Update to 0.6.1 |
21 Dec 2008 18:28:40
0.6
|
makc  |
Update aqemu to 0.6
Approved by: miwi (mentor) |
26 Oct 2008 18:55:50
0.5.2
|
makc  |
Update to 0.5.2
Approved by: miwi (mentor) |
27 Sep 2008 22:29:38
0.5.1
|
makc  |
Update to 0.5.1
Approved by: miwi (mentor) |
03 Sep 2008 15:17:43
0.5
|
makc  |
Add new port emulators/aqemu:
AQEMU is a QEMU GUI written in Qt4. The program have user-friendly
interface and allows to set up the majority of QEMU options.
WWW: http://sourceforge.net/projects/aqemu/
Approved by: miwi (mentor) |