Commit graph

8178 commits

Author SHA1 Message Date
Tobias C. Berner
8298879770 Update KDE Frameworks to 5.46
Exp-run by:	antoine
PR:		228200
2018-05-18 16:57:06 +00:00
Raphael Kubo da Costa
70141f1a3a Update the Qt5 ports to 5.10.1.
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
2018-05-18 12:27:43 +00:00
Jan Beich
38fdc8b04e x11-toolkits/py-kivy: mark BROKEN after r470010
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
2018-05-16 22:16:47 +00:00
Koop Mast
edd3a4650b Add gtksourceview4 4.0.1.
* This port is still gtk30 based.
* Add license lines
* Add WWW: prefix in the pkg-descr

Obtained from:	gnome devel repo
2018-05-14 20:43:50 +00:00
Kurt Jaeger
141c082cb0 x11-toolkits/gtksourceview3: update 3.22.2 -> 3.24.7
PR:		221790
Submitted by:	rozhuk.im@gmail.com
Approved by:	gnome (maintainer timeout)
2018-05-11 20:11:49 +00:00
Steve Wills
f11ac71735 Bump PORTREVISION on opencv consumers due to opencv update 2018-05-09 01:44:50 +00:00
Steve Wills
532105a93c graphics/opencv: Update to 3.4.1
PR:		210505
Submitted by:	rozhuk.im@gmail.com (partially, further work was done)
Exp-run by:	antoine
2018-05-09 01:10:11 +00:00
Sunpoet Po-Chuan Hsieh
72d03c5ea7 Update to 3.2.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-05-04 18:08:48 +00:00
Sunpoet Po-Chuan Hsieh
5c4fae6975 Update to 3.2.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-05-04 18:08:43 +00:00
Sunpoet Po-Chuan Hsieh
e263b60280 Update to 3.2.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-05-04 18:08:28 +00:00
Sunpoet Po-Chuan Hsieh
b7873cf841 Update to 3.2.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-05-04 18:08:23 +00:00
Sunpoet Po-Chuan Hsieh
f8c5f574af Update to 3.2.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-05-04 18:08:18 +00:00
Sunpoet Po-Chuan Hsieh
e075f93251 Update to 3.2.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-05-04 18:07:53 +00:00
Sunpoet Po-Chuan Hsieh
3502dd5f8e Update to 3.2.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-05-04 18:07:48 +00:00
Sunpoet Po-Chuan Hsieh
86d0ff2ca5 Update to 3.2.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-05-04 18:07:33 +00:00
Sunpoet Po-Chuan Hsieh
cb7bf75a20 Update to 3.2.5
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-05-04 18:07:19 +00:00
Jan Beich
e75d5041c4 x11-toolkits/nucleo: unbreak with ffmpeg 4.0
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)
2018-05-03 19:02:29 +00:00
Tobias C. Berner
63b71c1ca6 Update KDE Plasma Desktop to 5.12.5
Submitted by:	lwhsu
2018-05-03 16:51:47 +00:00
Mathieu Arnold
bf16436d32 Don't use DISTNAME when using USE_GITHUB.
Sponsored by:	Absolight
2018-05-03 09:16:21 +00:00
Jan Beich
4710ce3829 x11-toolkits/wxgtk30: update to 3.0.3.1
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
2018-05-02 23:33:29 +00:00
Jan Beich
c400a2c8b6 multimedia/ffmpeg: update to 4.0
- 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
2018-05-02 15:07:27 +00:00
Tobias C. Berner
3d246f040c New port: x11-toolkits/qml-box2d
* A QML plugin to write physics based software in QML.
2018-04-29 17:37:48 +00:00
Tobias C. Berner
ddd37ce3fd Update the QScintilla2 ports to 2.10.4 2018-04-29 16:19:44 +00:00
Tobias C. Berner
d612ccda16 Update calligra, krita, kexi (and their dependencies) to their newest versions 2018-04-28 09:28:46 +00:00
Tobias C. Berner
ef944cd353 Import the KDE Plasma5 ports
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
2018-04-27 20:29:36 +00:00
Tobias C. Berner
1a54e0693b Fix x11-toolkits/qwt6's doc dirs
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>
2018-04-26 20:12:25 +00:00
Tobias C. Berner
c3c66ef88c Update KDE Frameworks to 5.45.0
PR:		227512
Exp-run by:	antoine
2018-04-26 19:54:43 +00:00
Tobias C. Berner
352ba94bfc x11-toolkits/qwt6 -- flavorize, with qt4 and qt5 variants
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D14462
2018-04-25 17:11:22 +00:00
Dmitry Marakasov
c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
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
2018-04-25 16:42:37 +00:00
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
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
2018-04-18 13:57:42 +00:00
Guido Falsi
a5719f8cd6 Update girara to 0.2.9 2018-04-17 13:46:31 +00:00
Koop Mast
13a02fb9a8 Fix the build by renaming a variable, which is a function in strings.h.
Obtained from:	debian gtkglext package
2018-04-11 20:35:36 +00:00
Sunpoet Po-Chuan Hsieh
b3cc96b945 Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:50:58 +00:00
Sunpoet Po-Chuan Hsieh
e4b18e2646 Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:50:53 +00:00
Sunpoet Po-Chuan Hsieh
147bfcc565 Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:50:37 +00:00
Sunpoet Po-Chuan Hsieh
11a95f0565 Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:50:32 +00:00
Sunpoet Po-Chuan Hsieh
576aa229cd Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:50:27 +00:00
Sunpoet Po-Chuan Hsieh
b3a27f6d60 Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:50:01 +00:00
Sunpoet Po-Chuan Hsieh
706ad47a8d Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:49:56 +00:00
Sunpoet Po-Chuan Hsieh
e4930fd5f5 Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:49:40 +00:00
Sunpoet Po-Chuan Hsieh
443e3bde71 Update to 3.2.4
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-04-11 14:49:25 +00:00
Adriaan de Groot
f78253e28c Avoid BGR visuals with Qt5 on i915 (well, all) platforms. Explanation
is in the patch and PR.

PR:		223638
Submitted by:	Bengt Ahlgren
Reported by:	Jason W Bacon
Reviewed by:	Philipp Engel
Approved by:	tcberner (mentor, implicit)
2018-04-08 21:32:09 +00:00
Jan Beich
ae60358af5 devel/icu: update to 61.1
Changes:	http://site.icu-project.org/download/61
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		227042
Exp-run by:	antoine
MFH:		2018Q2 (required by Firefox 61)
2018-04-06 15:53:16 +00:00
Jason E. Hale
717ef8ef96 Update to 1.6.57 2018-04-05 22:16:47 +00:00
Jose Alonso Cardenas Marquez
5ab881a5d9 - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc

PR:             227210
Reviewed by:    portmgr
Approved by:    portmgr
Exp-run by:     antoine
Differential Revision:  https://reviews.freebsd.org/D14617
2018-04-05 04:52:36 +00:00
Yuri Victorovich
feb5c6e240 x11-toolkits/nanogui: Update g20171202 -> g20180318 2018-04-05 02:55:43 +00:00
Sunpoet Po-Chuan Hsieh
ac94eee223 Relax USES=python 2018-04-04 10:57:28 +00:00
Sunpoet Po-Chuan Hsieh
7a0ddbfe08 Update to 2.0.1
- Change MASTER_SITES to CHEESESHOP
- Sort *_DEPENDS
- Use USES=dos2unix
- Relax USES=python
- Convert to options target helper
- Do not silence installation messages
- Clean up Makefile
- Change WWW to PyPI

PR:		226782
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 14 days)
2018-04-03 09:52:11 +00:00
Tijl Coosemans
68d5a67c0f Patch configure so it respects CC and CPP variables. 2018-03-30 16:17:16 +00:00
Baptiste Daroussin
7844b67457 Remove patches I forgot to remove before
Pointy Hat:	bapt
Reported by:	jrm
2018-03-30 14:37:52 +00:00