aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
Commit message (Collapse)AuthorAgeFilesLines
* Update Mono to 5.10.1.47Mark Felder2018-06-162-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings a more modern Mono release to the ports tree. After discussions with others in the Mono community I targeted the mono 5.10.1.47 release which is the latest release in the "Visual Studio" release channel. This is considered to be the most stable and widely tested, which makes it a good candidate for us. We may upgrade to 5.12 after additional testing or introduce another Mono package for users who require testing against a newer release; this has yet to be determined. - Build from official release tarballs - Now include BoringSSL per upstream guidelines [1] - Remove ACCEPTANCE_TESTS, not being updated by upstream - No long require glib; Mono includes their own replacement - USES=display:tests required for some tests - Remove broken for armv6, armv7: file now available [2] - Mark as LLD safe as mono changed how it handles TLS [3] Changelog: http://www.mono-project.com/docs/about-mono/releases/5.10.0/ PR: 222271 [1] PR: 221236 [2] PR: 218885 [3] PR: 211367 Approved by: dbn Differential Revision: https://reviews.freebsd.org/D15780 Notes: svn path=/head/; revision=472555
* Update KDE Frameworks to 5.47Tobias C. Berner2018-06-1513-35/+37
| | | | | | | | PR: 228862 Exp-run by: antoine Notes: svn path=/head/; revision=472427
* x11-toolkits/wxgtk31: Change to gtk3 because it is the latest gtk versionYuri Victorovich2018-06-123-49/+59
| | | | | | | | | | | | Also remove the stray file wxmsw.mo that caused conflict with wxgtk30. This patch is a portion of the patch from the bug#228904. PR: 228904 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=472232
* New port : x11-toolkits/py-AnyQt: PyQt4/PyQt5 compatibility layerYuri Victorovich2018-06-114-0/+36
| | | | Notes: svn path=/head/; revision=472175
* New port: x11-toolkits/wxgtk31: GUI toolkit (wxWidgets) with GTK+ bindingsYuri Victorovich2018-06-1110-0/+1038
| | | | | | | Repo-copy of x11-toolkits/wxgtk30. Notes: svn path=/head/; revision=472169
* Fix port builds for architectures which remain on gcc as the default compiler.Mark Linimon2018-06-111-1/+1
| | | | | | | | | | | | | | | | | This will primarily help powerpc64. For archs where clang is the default compiler, these changes will have no effect, as the base compiler already has these capabilities (primarily, but not exclusively, c++-11). Tested for no-harm on amd64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=472160
* New port: x11-toolkits/p5-Gtk3-SimpleListDanilo Egea Gondolfo2018-06-045-0/+35
| | | | | | | | | | | A simple interface to Gtk3's complex MVC list widget. SimpleList is a simple interface to the powerful but complex Gtk3::TreeView and Gtk3::ListStore combination, implementing using tied arrays to make thing simple and easy. Notes: svn path=/head/; revision=471554
* - Update to 0.034Danilo Egea Gondolfo2018-06-042-4/+4
| | | | | | | Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=471552
* - Switch to new test frameworkDmitry Marakasov2018-06-011-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=471251
* Update WWWSunpoet Po-Chuan Hsieh2018-05-2738-38/+38
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* - Add LICENSEDmitry Marakasov2018-05-272-3/+6
| | | | | | | | | | | - Add missing libICE dependency - Cosmetic fix - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=470971
* Update x11-toolkits/girara to 0.3.0.Guido Falsi2018-05-262-4/+4
| | | | Notes: svn path=/head/; revision=470889
* Update lang/ghc 8.4.2 and the hs-* ports the newer versionsTobias C. Berner2018-05-2519-41/+48
| | | | | | | | | | | | | | | | | * Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005 Notes: svn path=/head/; revision=470870
* Update KDE Frameworks to 5.46Tobias C. Berner2018-05-1812-33/+36
| | | | | | | | Exp-run by: antoine PR: 228200 Notes: svn path=/head/; revision=470309
* Update the Qt5 ports to 5.10.1.Raphael Kubo da Costa2018-05-1819-39/+232
| | | | | | | | | | | | | | | | | | | | The work was done by tcberner and myself, with thanks to antoine for the exp-run. Not a lot to report compared to other Qt5 updates: * net/qt5-network is still broken with LibreSSL. I said this in a commit message ages ago but it bears repeating: upstream is open to adding support for LibreSSL, but someone needs to step up to maintain it upstream, otherwise things will continue to be broken all the time. * www/qt5-webengine is a huge monster that is terrible to update, just like www/chromium itself is. We (kde@) have decided to keep using the 5.9 series for the time being, as it should be compatible with the rest of Qt anyway. It was updated to 5.9.5, the latest 5.9 release at the time of writing. PR: 228213 Notes: svn path=/head/; revision=470288
* x11-toolkits/py-kivy: mark BROKEN after r470010Jan Beich2018-05-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error compiling Cython file: ------------------------------------------------------------ ... end = time() Logger.debug("Svg: Loaded {} in {:.2f}s".format(filename, end - start)) finally: fd.close() cdef void reload(self) except *: ^ ------------------------------------------------------------ kivy/graphics/svg.pyx:469:9: Signature not compatible with previous declaration Error compiling Cython file: ------------------------------------------------------------ ... cpdef flag_update(self, int do_parent=?, list _instrs=?) ELSE: cpdef flag_update(self, int do_parent=?) cdef void flag_update_done(self) cdef void set_parent(self, Instruction parent) cdef void reload(self) ^ ------------------------------------------------------------ kivy/graphics/instructions.pxd:36:20: Previous declaration is here building 'kivy.graphics.svg' extension cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -fPIC -Ikivy/include -I/usr/local/include -Ikivy/include -I/usr/local/include/python2.7 -c kivy/graphics/svg.c -o build/temp.freebsd-11.1-RELEASE-p9-i386-2.7/kivy/graphics/svg.o kivy/graphics/svg.c:1:2: error: Do not use this file, it is the result of a failed Cython compilation. #error Do not use this file, it is the result of a failed Cython compilation. ^ PR: 228235 Notes: svn path=/head/; revision=470154
* Add gtksourceview4 4.0.1.Koop Mast2018-05-145-0/+379
| | | | | | | | | | | * This port is still gtk30 based. * Add license lines * Add WWW: prefix in the pkg-descr Obtained from: gnome devel repo Notes: svn path=/head/; revision=469965
* x11-toolkits/gtksourceview3: update 3.22.2 -> 3.24.7Kurt Jaeger2018-05-115-142/+133
| | | | | | | | | PR: 221790 Submitted by: rozhuk.im@gmail.com Approved by: gnome (maintainer timeout) Notes: svn path=/head/; revision=469689
* Bump PORTREVISION on opencv consumers due to opencv updateSteve Wills2018-05-091-1/+1
| | | | Notes: svn path=/head/; revision=469421
* graphics/opencv: Update to 3.4.1Steve Wills2018-05-091-1/+1
| | | | | | | | | PR: 210505 Submitted by: rozhuk.im@gmail.com (partially, further work was done) Exp-run by: antoine Notes: svn path=/head/; revision=469420
* Update to 3.2.5Sunpoet Po-Chuan Hsieh2018-05-042-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=469068
* Update to 3.2.5Sunpoet Po-Chuan Hsieh2018-05-042-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=469067
* Update to 3.2.5Sunpoet Po-Chuan Hsieh2018-05-042-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=469064
* Update to 3.2.5Sunpoet Po-Chuan Hsieh2018-05-042-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=469063
* Update to 3.2.5Sunpoet Po-Chuan Hsieh2018-05-042-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=469062
* Update to 3.2.5Sunpoet Po-Chuan Hsieh2018-05-042-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=469057
* Update to 3.2.5Sunpoet Po-Chuan Hsieh2018-05-042-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=469056
* Update to 3.2.5Sunpoet Po-Chuan Hsieh2018-05-042-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=469053
* Update to 3.2.5Sunpoet Po-Chuan Hsieh2018-05-042-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=469050
* x11-toolkits/nucleo: unbreak with ffmpeg 4.0Jan Beich2018-05-032-15/+43
| | | | | | | | | | | | | | | | | | | | | ffmpegImageSink.cxx:137:39: error: use of undeclared identifier 'AVFMT_RAWPICTURE' } else if (output_format->flags & AVFMT_RAWPICTURE) { ^ ffmpegImageSink.cxx:198:20: error: no member named 'me_method' in 'AVCodecContext' codec_context->me_method = ME_EPZS ; // ME_ZERO ~~~~~~~~~~~~~ ^ ffmpegImageSink.cxx:198:32: error: use of undeclared identifier 'ME_EPZS' codec_context->me_method = ME_EPZS ; // ME_ZERO ^ ffmpegImageSink.cxx:212:27: error: use of undeclared identifier 'CODEC_FLAG_GLOBAL_HEADER' codec_context->flags |= CODEC_FLAG_GLOBAL_HEADER ; ^ PR: 227726 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=468975
* Update KDE Plasma Desktop to 5.12.5Tobias C. Berner2018-05-032-3/+4
| | | | | | | Submitted by: lwhsu Notes: svn path=/head/; revision=468941
* Don't use DISTNAME when using USE_GITHUB.Mathieu Arnold2018-05-032-4/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=468916
* x11-toolkits/wxgtk30: update to 3.0.3.1Jan Beich2018-05-024-40/+43
| | | | | | | | | | | | | Changes: https://github.com/wxWidgets/wxWidgets/blob/v3.0.3/docs/readme.txt ABI: https://abi-laboratory.pro/tracker/timeline/wxwidgets/ PR: 220932 Submitted by: rozhuk.im@gmail.com Approved by: Chris Hutchinson (maintainer) Reviewed by: antoine, mat Exp-run by: antoine Notes: svn path=/head/; revision=468894
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+2
| | | | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 Notes: svn path=/head/; revision=468844
* New port: x11-toolkits/qml-box2dTobias C. Berner2018-04-295-0/+32
| | | | | | | * A QML plugin to write physics based software in QML. Notes: svn path=/head/; revision=468635
* Update the QScintilla2 ports to 2.10.4Tobias C. Berner2018-04-293-3/+3
| | | | Notes: svn path=/head/; revision=468632
* Update calligra, krita, kexi (and their dependencies) to their newest versionsTobias C. Berner2018-04-283-8/+68
| | | | Notes: svn path=/head/; revision=468526
* Import the KDE Plasma5 portsTobias C. Berner2018-04-275-0/+1718
| | | | | | | | | | | | | | | | | | | | This is an import of the Plasma5 ports that we have had in the development repository for quite some time now. Please note: * Plasma5 cannot be installed at the same time as KDE SC4. * Qt5 assumes /etc/localtime to be a symlink to a tz file, not a regular file. * To start plasma5, it is recommended to use something like exec ck-launch-session startkde * Powermanagement and such is not working :-) I would like to thank all the people that have helped test it in the past years. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D15096 Notes: svn path=/head/; revision=468495
* Fix x11-toolkits/qwt6's doc dirsTobias C. Berner2018-04-261-2/+3
| | | | | | | | | | | | Unfortunately, when flavorizing, we overlooked the dropping of DOCSDIR, which made qwt6 conflict with qwt5. PR: 227790 Submitted by: lbartoletti@tuxfamily.org (maintainer) Reported by: Rainer Hurling <rhurlin@gwdg.de> Notes: svn path=/head/; revision=468381
* Update KDE Frameworks to 5.45.0Tobias C. Berner2018-04-2612-34/+46
| | | | | | | | PR: 227512 Exp-run by: antoine Notes: svn path=/head/; revision=468380
* x11-toolkits/qwt6 -- flavorize, with qt4 and qt5 variantsTobias C. Berner2018-04-259-176/+151
| | | | | | | | | Submitted by: lbartoletti@tuxfamily.org (maintainer) Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14462 Notes: svn path=/head/; revision=468283
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-253-3/+3
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* devel/boost-*: update to 1.67.0Jan Beich2018-04-181-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_67_0.html PR: 227427 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15030 Notes: svn path=/head/; revision=467711
* Update girara to 0.2.9Guido Falsi2018-04-174-32/+12
| | | | Notes: svn path=/head/; revision=467604
* Fix the build by renaming a variable, which is a function in strings.h.Koop Mast2018-04-111-0/+22
| | | | | | | Obtained from: debian gtkglext package Notes: svn path=/head/; revision=467110
* Update to 3.2.4Sunpoet Po-Chuan Hsieh2018-04-112-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=467075
* Update to 3.2.4Sunpoet Po-Chuan Hsieh2018-04-112-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=467074
* Update to 3.2.4Sunpoet Po-Chuan Hsieh2018-04-112-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=467071
* Update to 3.2.4Sunpoet Po-Chuan Hsieh2018-04-112-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=467070
* Update to 3.2.4Sunpoet Po-Chuan Hsieh2018-04-112-4/+4
| | | | | | | Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS Notes: svn path=/head/; revision=467069