freebsd-ports/cad
Raphael Kubo da Costa f6ceca6350 Update Qt5 ports to 5.9.3.
This took quite a lot of time because Qt's own build system underwent
several changes in 5.8.0 that took a while to adapt to.

And, of course, qt5-webengine is a behemoth that we need to patch like crazy
due to its bundling of Chromium. In fact, most of the Chromium patches in
qt5-webengine have been imported with no changes from www/chromium@433510
("www/chromium: update to 56.0.2924.87").

New port: accessibility/qt5-speech

Bigger changes to Qt5 ports we had to make:
- Qt now allows using a configure.json file to define configuration options
  and specify configuration checks that can be done when qmake is invoked.
  However, configure.json checks done in a subdirectory only propagates to
  subdirectories, and checks elsewhere will fail if all .pro files are being
  parsed at once (i.e. qmake -recursive), so several ports had to switch to
  USES=qmake:norecursive along with manual additional qmake invocations in
  subdirectories in order to work. It's been mentioned in a few places such
  as Qt's bug tracker that qmake's recursive mode is pretty much deprecated,
  so we might switch to non-recursive mode by default in the future.

- Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts
  arbitrary options such as '-foo' and '-no-bar' at the end of the
  command-line. They can be specified in QMAKE_CONFIGURE_ARGS.

- graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is
  built with the WAYLAND option, so a corresponding option (off by default)
  was added to the port.

- misc/qt5-doc: Switch to a pre-built documentation tarball. The existing
  port was not working with Qt 5.9. Instead of trying to fix it, switch to
  what Gentoo does and fetch a tarball that already contains all
  documentation so that we do not have to build anything at all. The
  tarball's name and location in download.qt.io look a bit weird, but it
  seems to work fine.

- www/qt5-webengine: Use binutils from ports, Chromium's GN build system
  generates a build.ninja that uses ar(1) with the @file syntax that is not
  supported by BSD ar, so we need to use GNU ar from binutils.

- x11-toolkits/qt5-declarative-render2d: This port was merged into the main
  Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the
  ports tree.

Changes to other ports we had to make:
- biology/ugene: Drop a '#define point "."' that is not present in more
  recent versions of the port. Defining a macro with such a common name
  causes build issues with Qt 5.9, which uses |point| as an argument name in
  methods.

- cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer
  installed with `cp -f -R', but rather `qmake install qinstall', which does
  not install

    %%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory

  That's a local file that should not even have been part of the tarball
  anyway.

- chinese/gcin-qt5: Add additional private Qt directories (which should not
  be used in the first place) to get the port to build with Qt 5.9.

- devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some
  test classes no longer generate documentation files.

- security/keepassx-devel: Import a patch sent upstream almost a year ago to
  fix the build with Qt 5.9.

Thanks to antoine for the exp-run, and tcberner and Laurent Cimon
<laurent@nuxi.ca> for landing changes in our qt-5.9 branch.

PR:		224849
2018-01-06 21:30:31 +00:00
..
admesh
adms
alliance
astk-client
astk-serveur astk-serveur is not compatible with python3 2017-12-09 09:20:23 +00:00
atlc
basicdsp
brickutils Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
brlcad Mark CONFLICTS_INSTALL with devel/py-epsilon 2017-12-16 20:55:36 +00:00
calculix Cross-builds under qemu may have pathname information encoded in CXX. 2017-12-20 15:30:55 +00:00
calculix-ccx
cascade
chipvault
cider
cura-engine
dinotrace
dxf2fig
electric - Remove unneeded bsd.port.options.mk inclusion 2017-11-09 09:04:39 +00:00
electric-ng
elmerfem
feappv
fidocadj
freecad New USES=eigen 2018-01-02 16:49:24 +00:00
freehdl
fritzing
gdsreader
gdt
geda
gerbv - Update to 2.6.2 2018-01-06 15:07:06 +00:00
ghdl
gmsh cad/gmsh: Update to version 3.0.6 2017-11-10 11:30:44 +00:00
gmsh-occ
gnucap
gplcver
gspiceui
gtkwave
impact
irsim
iverilog
jspice3
kicad Bump portrevision to chase graphics/glew shard library version update. 2017-11-18 19:32:38 +00:00
kicad-devel kicad-devel now needs wx(python) during build and run... 2018-01-01 19:06:34 +00:00
kicad-library
klayout
layouteditor For ports that are marked BROKEN on armv6, and also fail to build on 2017-11-30 06:13:34 +00:00
ldraw
leocad
libopencad Re-try ports affected by bug 193528 on powerpc* after r449590 2017-12-12 04:35:49 +00:00
librecad
linux-eagle5
linuxcnc-devel Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
logisim
magic
meshdev
meshlab Bump portrevision to chase graphics/glew shard library version update. 2017-11-18 19:32:38 +00:00
NASTRAN-95
netgen
ngspice_rework
opencascade
openscad New USES=eigen 2018-01-02 16:49:24 +00:00
openvsp Update CMake to 3.10.1 2017-12-23 10:44:23 +00:00
p5-GDS2
p5-Verilog-Perl
pcb Remove a patch for configure.ac so we can remove USE_AUTOTOOLS. The patch 2017-12-24 17:00:29 +00:00
pdnmesh
py-gdspy Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-lcapy Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
py-pycam Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
python-gdsii Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
pythoncad Convert Python ports to FLAVORS. 2017-11-30 15:50:30 +00:00
qcad Upgrade to 3.19.0.0 2017-11-11 15:35:57 +00:00
qelectrotech Update Qt5 ports to 5.9.3. 2018-01-06 21:30:31 +00:00
qfsm
qmls
qucs
repsnapper
rubygem-gdsii
sceptre
scotch Upgrade - endly! - to Code_Aster 13.4.0-3. 2017-11-14 18:29:22 +00:00
solvespace Update devel/json-c to 0.13 2018-01-03 13:36:58 +00:00
sp2sp
spice
stepcode
sumo New port: cad/sumo: Traffic simulation suite for road vehicles, public transportation, etc 2017-12-03 19:20:35 +00:00
sweethome3d
tkgate
tochnog
transcalc
varkon
verilog-mode.el
xcircuit
z88
zcad
Makefile New port: cad/sumo: Traffic simulation suite for road vehicles, public transportation, etc 2017-12-03 19:20:35 +00:00