Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.
PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.
[1] e7eed096a0
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.
The QPoint overloads for operator*() were changed in the 4.8.0 release
[1], so we need to add a patch to adjust a cast here.
No PORTREVISION bump since there were no dependency changes and things
are still building fine with Qt 4.7.
[1] a562fd2d20
Approved by: miwi (Qt 4.8.1 exp-run)
- Add LICENSE
- Patch files are no longer used in version 2.0.x
PR: ports/167668
Submitted by: linpc@cs.nctu.edu.tw
Approved by: maintainer timeout (15 days)
Since 4.8.0 [1], Qt itself does not automatically include GLU's
headers and libraries with its OpenGL module, so applications which
relied on Qt to get these need to be adjusted.
PORTREVISION bumped since we now explicitly depend on GLU via
USE_GL=glu.
[1] e7eed096a0
glu is needed by the viewer plugins, which are always assumed to be
built. Since Qt 4.8.0 [1], qt4-opengl (which was being depended on
implicitly) has stopped depending on it, so ports need to be adjusted.
PORTREVISION bumped due to the dependency list changes.
[1] e7eed096a0
Approved by: miwi (Qt 4.8.1 exp-run)
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
File Inject is a command-line file submission tool for the razorback
framework.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167746
Submitted by: Tom Judge <tom@tomjudge.com>
nmapsi4 failed to build on the Qt 4.8.1 exp-run because qt4-dbus was
not found at configure-time. Explicitly depend on it to avoid these
errors.
PORTREVISION bumped due to the change in the dependency list.
Approved by: miwi (Qt 4.8.1 exp-run)
goldendict seems to use phonon, but it was not listed in the
dependency list explicitly, which failed the Qt 4.8.1 exp-run.
PORTREVISION bumped due to the dependency list change.
Approved by: miwi (Qt 4.8.1 exp-run)
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167736
Submitted by: Tom Judge <tom@tomjudge.com>