From r318239:
These ports which previously failed to build with clang-i386 use their
private copies of the qsimd_p.h header, since this private header is not
installed at all (which, in turns, makes the PORTREVISION bump in
qt4-corelib quite useless).
We thus need to add a copy of the same patch to all these ports to make
sure the qsim_p.h they use when being built is actually the one we want.
Hopefully this gets miwi happy and people on clang-i386 can build these
ports again.
These ports which previously failed to build with clang-i386 use their
private copies of the qsimd_p.h header, since this private header is not
installed at all (which, in turns, makes the PORTREVISION bump in
qt4-corelib quite useless).
We thus need to add a copy of the same patch to all these ports to make sure
the qsim_p.h they use when being built is actually the one we want.
Hopefully this gets miwi happy and people on clang-i386 can build these
ports again.
- Remove numbers from the dependencies.
- Adjust URL in pkg-descr to the new format.
PR: ports/178615
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
in r309275
- Bump port revision for the port and for all of its dependents, especially
xmonad, because it can only work in dual-monitor configurations with this
setting enabled
PR: ports/178336
Submitted by: Christopher J. Ruwe <cjr@cruwe.de>
Obtained from: FreeBSD Haskell
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk.
The patch was originally written by dim@ and fixes the way Qt includes the
<mm3dnow.h> header. See the upstream commits' message for more information.
Practically speaking, this should make the Qt ports build with clang on i386
again, and allows us to revert commits r316233, r316348 and r316341: miwi
was very laconic in his commit messages, but the changes all point to the
issue being fixed here.
Submitted by: dim
New Features
* improved MrSID support
Improvements
* Improve WMS parser to include WMS 1.3.0 Bug Fixes
* several minor bugs, especially in wms and postgis support
* fix bug 3611412 happening after a MergeSelectedFeatures operation
* fix a bug in MergeSelectedFeatures preventing the merge of MultiGeometries
* set the appropriate srid to the layer after AddDatastoreLayerPlugin
PR: ports/178338
Submitted by: maintainer
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
forgotten at the previous commit.
PS. Actually the previous commit was intended to be done to the
redports repository. Unfortunately I used the wrong terminal
multiplexor window to do the commit. :-(
Reminded by: kwm