summaryrefslogtreecommitdiff
path: root/x11-toolkits (follow)
Commit message (Collapse)AuthorAgeFilesLines
* x11-toolkits/gtkmathview: Fix build with Clang 6Tobias Kortkamp2018-08-253-1/+34
| | | | | | | | | | | | | | | | | | | | | View.cc:294:10: error: no viable conversion from returned value of type 'bool' to function return type 'SmartPtr<Element>' return false; ^~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/gtkmathview-0.8.0_9.log cmex10.cc:27:3: error: constant expression evaluates to 4205933842 which cannot be narrowed to type 'int' [-Wc++11-narrowing] 0xfab17512, ^~~~~~~~~~ SVG_RenderingContext.cc:67:25: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] metadata("Created by "PACKAGE" version "VERSION); ^ Notes: svn path=/head/; revision=478041
* x11-toolkits/v: Fix build with Clang 6Tobias Kortkamp2018-08-251-1/+4
| | | | | | | | | | | | | | | vchkboxc.cxx:43:4: error: constant expression evaluates to 255 which cannot be narrowed to type 'char' [-Wc++11-narrowing] 0xff, 0x0f, 0x03, 0x0c, 0x05, 0x0a, 0x09, 0x09, 0x91, 0x08, 0x61, 0x08, ^~~~ vchkboxc.cxx:43:4: note: insert an explicit cast to silence this issue 0xff, 0x0f, 0x03, 0x0c, 0x05, 0x0a, 0x09, 0x09, 0x91, 0x08, 0x61, 0x08, ^~~~ static_cast<char>( ) http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/v-1.90_6.log Notes: svn path=/head/; revision=478040
* Update KDE Frameworks to the latest monthly, 5.49Adriaan de Groot2018-08-2322-44/+33
| | | | | | | | | | | | https://www.kde.org/announcements/kde-frameworks-5.49.0.php Thanks Antoine for the exp-run. PR: 230596 Submitted by: tcberner Notes: svn path=/head/; revision=477922
* x11-toolkits/wxgtk30 and x11-toolkits/wxgtk31: Fix the problem that TLS is ↵Yuri Victorovich2018-08-192-2/+12
| | | | | | | | | | | | | | broken on armv6/7 ftp/filezilla was dumping core PR: 229396 Submitted by: Ulrich Grey <usenet@ulrich-grey.de> Approved by: portmaster@bsdforge.com (maintainer's timeout on x11-toolkits/wxgtk30; ~50 days) MFH: 2018Q3 Notes: svn path=/head/; revision=477608
* py-kivy doesn't support python 3Antoine Brodin2018-08-191-1/+1
| | | | Notes: svn path=/head/; revision=477599
* x11-toolkits/py-kivy: update to 1.10.1David Naylor2018-08-193-12/+15
| | | | | | | | | - Switch to PyPI for upstream sources - Remove BROKEN: now working with cython - Indicate Kivy supports Python 3+ Notes: svn path=/head/; revision=477563
* Update to 3.2.9Sunpoet Po-Chuan Hsieh2018-08-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=476782
* Update to 3.2.9Sunpoet Po-Chuan Hsieh2018-08-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=476781
* Update to 3.2.9Sunpoet Po-Chuan Hsieh2018-08-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=476778
* Update to 3.2.9Sunpoet Po-Chuan Hsieh2018-08-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=476777
* Update to 3.2.9Sunpoet Po-Chuan Hsieh2018-08-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=476776
* Update to 3.2.9Sunpoet Po-Chuan Hsieh2018-08-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=476771
* Update to 3.2.9Sunpoet Po-Chuan Hsieh2018-08-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=476770
* Update to 3.2.9Sunpoet Po-Chuan Hsieh2018-08-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=476767
* Update to 3.2.9Sunpoet Po-Chuan Hsieh2018-08-092-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=476764
* devel/boost-*: update to 1.68.0Jan Beich2018-08-091-1/+1
| | | | | | | | | | | | - Switch to C++14 for libboost_system to support C++14 consumers Changes: http://www.boost.org/users/history/version_1_68_0.html PR: 229569 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D16165 Notes: svn path=/head/; revision=476723
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-07-316-10/+12
| | | | | | | | | | | | | | | | | | | | | Upstream used to distribute protocol headers as separate packages, but has decided to merge those to a common package, named xorgproto. This update tracks that change. * Add a new port, x11/xorgproto, with are protocol headers for xorg. * Hook the new protocol port to the build and to infrastructure in bsd.xorg.mk. * Update all ports with a dependency on any of the old *proto packages to instead depend on xorgproto. Bump portrevision. * Delete the old *proto packages, update MOVED. PR: 230023 Submitted by: zeising Approved by: portmgr (antoine) exp-run by: antoine Notes: svn path=/head/; revision=476013
* Update to 3.2.7Sunpoet Po-Chuan Hsieh2018-07-312-5/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=475935
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-2933-12/+33
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Replace explicit devel/py-game dependencies with ${PYGAME} in 7 portsYuri Victorovich2018-07-281-1/+1
| | | | | | | | | | This is to simplify the pending rename devel/py-game -> devel/py-pygame in bug#230115. PR: 230118 230119 Approved by: portmgr Notes: svn path=/head/; revision=475617
* Update to 1.7.64Jason E. Hale2018-07-273-6/+6
| | | | Notes: svn path=/head/; revision=475465
* Update KDE Frameworks to 5.48.0Tobias C. Berner2018-07-1913-33/+41
| | | | | | | | Exp-run by: antoine PR: 229769 Notes: svn path=/head/; revision=474977
* x11-toolkits/py-xlib: Update 0.21 -> 0.23-4Yuri Victorovich2018-07-182-7/+5
| | | | | | | | | | | I am updating to 0.23-4 because of this bug https://github.com/python-xlib/python-xlib/issues/121 It renders py-xlib broken on all systems with UNIX socket X11 DISPLAY, which is often/always a default. PR: 229872 Approved by: Eero Hänninen <fax@nohik.ee> (maintainer) Notes: svn path=/head/; revision=474897
* x11-toolkits/qwt6: Fix USE_LDCONFIG locationYuri Victorovich2018-07-141-2/+2
| | | | | | | | | It installs libraries into ${PREFIX}/${QT_LIBDIR_REL} Approved by: portmgr Notes: svn path=/head/; revision=474628
* - Fix build with clang 6Dmitry Marakasov2018-07-121-6/+8
| | | | | | | - Pet portlint Notes: svn path=/head/; revision=474519
* - Fix build with clang 6Dmitry Marakasov2018-07-121-0/+2
| | | | Notes: svn path=/head/; revision=474518
* Add x11-toolkits/py-qt5-quickwidgets, Python bindings for QtQuickWidgets moduleRoman Bogorodskiy2018-07-114-0/+39
| | | | | | | | | Reviewed by: tcberner (kde) Approved by: tcberner (kde) Differential Revision: https://reviews.freebsd.org/D15903 Notes: svn path=/head/; revision=474468
* Changing maintainer email address (same maintainer, new address)Jesper Schmitz Mouridsen2018-07-092-2/+2
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16200 Notes: svn path=/head/; revision=474277
* Do not use x11/lxqt-l10n as a master port. Fix install path of ↵Jesper Schmitz Mouridsen2018-07-095-19/+30
| | | | | | | | | | | | | | | | | | | qtermwidget-l10n. Fixes portlint fatal errors about wrongly used masterdir. Only functional change is in qtermwidget-l10n. PR: 229413 PR: 229414 PR: 229417 PR: 229418 PR: 229419 PR: 229421 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16185 Notes: svn path=/head/; revision=474269
* - Add LICENSEDmitry Marakasov2018-07-092-3/+6
| | | | | | | | | | - Pet portlint - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=474245
* - Update to 3.2.7Martin Wilke2018-07-0817-35/+35
| | | | | | | | | Changes: https://ruby-gnome2.osdn.jp/?News_20180607_1#Changes Sponsored by: iXsystems Inc. Notes: svn path=/head/; revision=474173
* Actually I misread manu's email message. These ports are still broken on,Mark Linimon2018-07-082-0/+4
| | | | | | | | | | and only on, armv6. Confirmed by local testing. Submitted by: manu Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=474153
* These ports have been confirmed to build on armv6.Mark Linimon2018-07-081-4/+2
| | | | | | | | | | While here, pet portlint. Reported by: manu Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=474151
* x11-toolkits/qtermwidget is not broken on armv6 armv7 or aarch64Jesper Schmitz Mouridsen2018-07-071-5/+1
| | | | | | | | | PR: 229455 Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D16173 Notes: svn path=/head/; revision=474130
* x11-toolkits/wxgtk30: update to 3.0.4Steve Wills2018-07-043-20/+20
| | | | | | | | | PR: 229132 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) Notes: svn path=/head/; revision=473927
* lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.Gleb Popov2018-06-3013-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As usual, it is recommended to rebuild or reinstall all the dependent ports and the lang/ghc port itself in one of the following ways: # portmaster -w -r ghc or # portupgrade -fr lang/ghc In case of pkg(8), it is probably safer to remove all the GHC-dependent packages along with GHC and reinstall everything from scratch. For example: # pkg query "%ro" ghc > ghc-pkgs.txt # pkg delete -y lang/ghc In ghc-pkgs.txt, check and remove all the packages that have been moved on the update, then use this command: # pkg install -y `cat ghc-pkgs.txt` Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16038 Notes: svn path=/head/; revision=473611
* devel/icu: update to 62.1Jan Beich2018-06-291-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4) Notes: svn path=/head/; revision=473551
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-2843-99/+93
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=473503
* x11-toolkits/qtermwidget-l10n update to 0.13Steve Wills2018-06-242-1/+8
| | | | | | | | PR: 229263 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer) Notes: svn path=/head/; revision=473210
* Apparently fixed after r472713.Mark Linimon2018-06-242-8/+0
| | | | | | | | Reported by: mikael.urankar Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473170
* x11-toolkits/qtermwidget: Update to 0.9.0Steve Wills2018-06-224-42/+11
| | | | | | | | PR: 228507 Submitted by: Jesper Schmitz Mouridsen <jesper@schmitz.computer> (maintainer) Notes: svn path=/head/; revision=473060
* - Update to 0.50.3Danilo Egea Gondolfo2018-06-225-7/+9
| | | | | | | | | PR: 227981 Submitted by: danilo Approved by: maintainer timeout (gnome, 1 month) Notes: svn path=/head/; revision=473049
* Mark these ports as broken on aarch64, and, where appropriate, on armvX.Mark Linimon2018-06-223-2/+14
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473012
* Update gtksourceview3 to 3.24.8.Koop Mast2018-06-213-118/+138
| | | | Notes: svn path=/head/; revision=473001
* Update gtksourceview4 to 4.0.2.Koop Mast2018-06-213-6/+27
| | | | | | | Move PORTSCOUT to pet portlint. Notes: svn path=/head/; revision=473000
* multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner2018-06-212-2/+2
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
* - Add LICENSEDmitry Marakasov2018-06-212-1/+4
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=472967
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-2010-28/+28
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Fix WWW. Missed in previous commit.Mark Linimon2018-06-181-1/+1
| | | | Notes: svn path=/head/; revision=472700
* Mark ports broken on powerpc64, categories o-z.Mark Linimon2018-06-183-1/+6
| | | | | | | | | While here, pet portlint and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472699