| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 228862
Exp-run by: antoine
Notes:
svn path=/head/; revision=472427
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=472175
|
|
|
|
|
|
|
| |
Repo-copy of x11-toolkits/wxgtk30.
Notes:
svn path=/head/; revision=472169
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: maintainer timeout (1 month)
Notes:
svn path=/head/; revision=471552
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=471251
|
|
|
|
|
|
|
|
|
|
| |
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 missing libICE dependency
- Cosmetic fix
- Update WWW
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=470971
|
|
|
|
| |
Notes:
svn path=/head/; revision=470889
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
| |
Exp-run by: antoine
PR: 228200
Notes:
svn path=/head/; revision=470309
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
| |
PR: 221790
Submitted by: rozhuk.im@gmail.com
Approved by: gnome (maintainer timeout)
Notes:
svn path=/head/; revision=469689
|
|
|
|
| |
Notes:
svn path=/head/; revision=469421
|
|
|
|
|
|
|
|
|
| |
PR: 210505
Submitted by: rozhuk.im@gmail.com (partially, further work was done)
Exp-run by: antoine
Notes:
svn path=/head/; revision=469420
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=469068
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=469067
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=469064
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=469063
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=469062
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=469057
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=469056
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=469053
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=469050
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: lwhsu
Notes:
svn path=/head/; revision=468941
|
|
|
|
|
|
|
| |
Sponsored by: Absolight
Notes:
svn path=/head/; revision=468916
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
* A QML plugin to write physics based software in QML.
Notes:
svn path=/head/; revision=468635
|
|
|
|
| |
Notes:
svn path=/head/; revision=468632
|
|
|
|
| |
Notes:
svn path=/head/; revision=468526
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: 227512
Exp-run by: antoine
Notes:
svn path=/head/; revision=468380
|
|
|
|
|
|
|
|
|
| |
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14462
Notes:
svn path=/head/; revision=468283
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=467604
|
|
|
|
|
|
|
| |
Obtained from: debian gtkglext package
Notes:
svn path=/head/; revision=467110
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=467075
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=467074
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=467071
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=467070
|
|
|
|
|
|
|
| |
Changes: https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
Notes:
svn path=/head/; revision=467069
|