aboutsummaryrefslogtreecommitdiffstats
ModeNameSize
-rw-r--r--.arcconfig115logstatsplainblame
-rw-r--r--.gitattributes898logstatsplainblame
-rw-r--r--.gitignore71logstatsplainblame
-rw-r--r--CHANGES106997logstatsplainblame
-rw-r--r--CONTRIBUTING.md314logstatsplainblame
-rw-r--r--COPYRIGHT1445logstatsplainblame
-rw-r--r--GIDs5059logstatsplainblame
d---------Keywords520logstatsplain
-rw-r--r--LEGAL21422logstatsplainblame
-rw-r--r--MOVED636335logstatsplainblame
-rw-r--r--Makefile6784logstatsplainblame
d---------Mk1678logstatsplain
-rw-r--r--README1298logstatsplainblame
d---------Templates350logstatsplain
d---------Tools112logstatsplain
-rw-r--r--UIDs24793logstatsplainblame
-rw-r--r--UPDATING437512logstatsplainblame
d---------accessibility1283logstatsplain
d---------arabic400logstatsplain
d---------archivers8608logstatsplain
d---------astro4389logstatsplain
d---------audio31736logstatsplain
d---------benchmarks2829logstatsplain
d---------biology3557logstatsplain
d---------cad2797logstatsplain
d---------chinese4502logstatsplain
d---------comms7128logstatsplain
d---------converters6586logstatsplain
d---------databases40405logstatsplain
d---------deskutils10688logstatsplain
d---------devel222735logstatsplain
d---------dns7727logstatsplain
d---------editors9878logstatsplain
d---------emulators6400logstatsplain
d---------finance8098logstatsplain
d---------french799logstatsplain
d---------ftp3516logstatsplain
d---------games42958logstatsplain
d---------german1156logstatsplain
d---------graphics41220logstatsplain
d---------hebrew352logstatsplain
d---------hungarian494logstatsplain
d---------irc4987logstatsplain
d---------japanese11281logstatsplain
d---------java4557logstatsplain
d---------korean1489logstatsplain
d---------lang12495logstatsplain
d---------mail30079logstatsplain
d---------math28217logstatsplain
d---------misc18597logstatsplain
d---------multimedia17359logstatsplain
d---------net-im7198logstatsplain
d---------net-mgmt13350logstatsplain
d---------net-p2p3985logstatsplain
d---------net53865logstatsplain
d---------news2637logstatsplain
d---------palm657logstatsplain
d---------polish757logstatsplain
d---------ports-mgmt2596logstatsplain
d---------portuguese733logstatsplain
d---------print10008logstatsplain
d---------russian1715logstatsplain
d---------science6963logstatsplain
d---------security44856logstatsplain
d---------shells1473logstatsplain
d---------sysutils45039logstatsplain
d---------textproc68863logstatsplain
d---------ukrainian465logstatsplain
d---------vietnamese696logstatsplain
d---------www103768logstatsplain
d---------x11-clocks2016logstatsplain
d---------x11-drivers2122logstatsplain
d---------x11-fm1334logstatsplain
d---------x11-fonts7298logstatsplain
d---------x11-servers386logstatsplain
d---------x11-themes7395logstatsplain
d---------x11-toolkits10567logstatsplain
d---------x11-wm4891logstatsplain
d---------x1117730logstatsplain
'> https://phabricator.kde.org/R236:ee34537ff55cccfb5282085e25065b86114fd856 Notes: svn path=/head/; revision=459236 * Update KDE Frameworks to 5.42.0Tobias C. Berner2018-01-1714-38/+37 | | | | | | | | | | PR: 225155 Exp-run by: antoine Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D13816 Notes: svn path=/head/; revision=459233 * - Add NOTIFY option, enabled by defaultGuido Falsi2018-01-141-3/+13 | | | | | | | | | | | | | | | - Add JSONC option, disabled by default These options allow controlling two optional dependencies of girara, which where being silently linked if present on the system when compiling. PR: 224876 Submitted by: pawel@ MFH: 2018Q1 Notes: svn path=/head/; revision=458944 * Remove superfluous linefeeds and fix some other minor whitespace bugs.Alexey Dokuchaev2018-01-122-2/+0 | | | | Notes: svn path=/head/; revision=458755 * Do not abuse INSTALL_MAN when installing documentation, examples, andAlexey Dokuchaev2018-01-111-2/+2 | | | | | | | other miscellaneous files that are not actually manual pages (part 2). Notes: svn path=/head/; revision=458739 * x11-toolkits/tk86: fix plistPietro Cerutti2018-01-102-1/+2 | | | | | | | Reported by: Joachim Moskalewski <moskalewski@jmos.net> Notes: svn path=/head/; revision=458615 * Remove support for variables that have been deprecated for a while.Mathieu Arnold2018-01-091-381/+0 | | | | | | | | | | | | | | | | | | | | | | | | | | | variables deprecation revision WITHOUT_NLS 2013-12-13 r336337 WITH_/WITHOUT_ 2014-02-24 r345870 NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587 WITH_BDB_VER 2016-05-02 r414444 OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387 WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965 While there, add an ERROR variable that works like DEV_ERROR, but for user facing errors, and move NOPORTDOCS, NOPORTEXAMPLES and WITHOUT_NLS to it. Cleanup bsd.sanity.mk a bit. Fix fallout. PR: 224613 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13490 Notes: svn path=/head/; revision=458513 * New port: x11-toolkits/qt5-gtkplatformRaphael Kubo da Costa2018-01-095-0/+48 | | | | | | | | | | | | | | | | | gtkplatform is a Qt Platform Abstraction plugin providing Qt applications with the capability to use GTK+ as a host toolkit. It lets Qt applications render with native GTK+ menus, and use GTK+ for input (mouse, keyboard, touch), and getting window content on screen, the same as it uses e.g. Cocoa on macOS. WWW: https://github.com/CrimsonAS/gtkplatform PR: 224453 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=458486 * x11-toolkits/gtkmm20: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-094-26/+96 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from module.cc:3: ../../glib/glibmm/module.h:30:1: error: no member named 'string' in the global namespace; did you mean '::std::string'? GTKMM_USING_STD(string) ^~~~~~~~~~~~~~~~~~~~~~~ ../../glib/glibmmconfig.h:60:57: note: expanded from macro 'GTKMM_USING_STD' # define GTKMM_USING_STD(Symbol) namespace std { using ::Symbol; } ^~ /usr/include/c++/v1/iosfwd:194:65: note: '::std::string' declared here typedef basic_string<char, char_traits<char>, allocator<char> > string; ^ class.cc:40:5: error: non-constant-expression cannot be narrowed from type 'guint' (aka 'unsigned int') to 'guint16' (aka 'unsigned short') in initializer list [-Wc++11-narrowing] base_query.class_size, ^~~~~~~~~~~~~~~~~~~~~ class.cc:40:5: note: insert an explicit cast to silence this issue base_query.class_size, ^~~~~~~~~~~~~~~~~~~~~ static_cast<guint16>() [...] Reported by: antoine (via bug 224669) Obtained from: upstream (glibmm 2.31.2) Suggested by: tijl (autoreconf) Notes: svn path=/head/; revision=458456 * Fix the build on i386 with clang 6.0.Raphael Kubo da Costa2018-01-081-0/+48 | | | | | | | | | | | | | | | kernel/qx11embed_x11.cpp:486:20: error: non-constant-expression cannot be narrowed from type 'unsigned int' to 'long' in initializer list [-Wc++11-narrowing] long data[] = {XEMBED_VERSION, XEMBED_MAPPED}; ^~~~~~~~~~~~~~ kernel/qx11embed_x11.cpp:486:20: note: insert an explicit cast to silence this issue long data[] = {XEMBED_VERSION, XEMBED_MAPPED}; ^~~~~~~~~~~~~~ static_cast<long>( ) PR: 224945 Notes: svn path=/head/; revision=458386 * x11-toolkits/qt5-gui, fix build with clang 6Tobias C. Berner2018-01-071-1/+2 | | | | | | | | | PR: 224945 Submitted by: jbeich Reported by: jbeich Notes: svn path=/head/; revision=458311 * x11-toolkits/attica fix build with clang6Tobias C. Berner2018-01-071-1/+2 | | | | | | | | PR: 224945 Reported by: jbeich Notes: svn path=/head/; revision=458295 * Update Qt5 ports to 5.9.3.Raphael Kubo da Costa2018-01-0716-143/+762 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=458293 * Unbreak poudriere bulk -a, py-opencv works only with python 2.7Antoine Brodin2018-01-061-1/+1 | | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=458236 * Update ancillary mono portsDavid Naylor2018-01-068-48/+44 | | | | | | | | | | | | | | | | | | | x11-toolkits/gnome-sharp20: - update to version 2.24.4 - use github for sources - use autoreconf and provided bootstrap script (pre-configure) - remove gettext-runtime, not used by port - order USES section, move non-USES related variables to own section x11-toolkits/gtk-sharp20: - update to version 2.12.45 - remove gettext-runtime, not used by port - order USES section, move non-USES related variables to own section Differential Revision: https://reviews.freebsd.org/D13751 Notes: svn path=/head/; revision=458233 * x11-toolkits: update to 1.10.0David Naylor2018-01-063-2040/+915 | | | | | | | | | | | | | | | | | | | | | | - Remove LOCAL mirror (not needed) - Add git build dependency - Add missing pygment dependency - Sort USES section and USE_PYTHON variable - Indicate that the port supports Python 3 (thus adding FLAVORS) - Make sphinx dependency versions (i.e. support python 3) - Add missing dependencies for GSTREAMER option: - gettext-runtime - glib20 - Add missing dependency for X11 option: render (x11) - Remove PDF install target, no longer an option - Remove pkg-plist that is autogenerated (only DOCS remains) - Change log: https://kivy.org/#changelog PR: 224734 Submitted by: Christian Sturm <reezer@reezer@org> Notes: svn path=/head/; revision=458231 * x11-toolkits/pure-tk: adjust for new Tk pkg-config filePietro Cerutti2018-01-041-1/+1 | | | | Notes: svn path=/head/; revision=458027