Commit graph

8474 commits

Author SHA1 Message Date
Tijl Coosemans
0247ea4768 Add -no-libudev to CONFIGURE_ARGS to prevent use of devel/libudev-devd.
PR:		235007
Approved by:	kde (tcberner)
2019-01-17 09:28:15 +00:00
Jan Beich
d23fedb30a x11-wm/sway: update to 1.0.b.2.204
Changes:	2573606b...70637b40
Changes:	10a2c4ed...10b1de6e
2019-01-16 19:17:39 +00:00
Tijl Coosemans
1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
Mark Linimon
7c18de503f Base GCC doesn't support -Wno-c++11-narrowing. Replace it with
USE_CXXSTD=c++98.

While here, add now-recommended USES=gl, and tidy up by using
localbase:ldflags.

PR:		234928
Submitted by:	Piotr Kubaj
2019-01-16 05:04:54 +00:00
Tobias C. Berner
b2d4a6a5d7 Update KDE Frameworks to 5.54.0
PR:		234905
Exp-run by:	antoine
2019-01-15 20:54:32 +00:00
Jan Beich
eb2e63135c x11-wm/sway: update to 1.0.b.2.189
The last beta is several months old, so use a snapshot to help users
evaluate the current state.

Changes:	https://github.com/swaywm/sway/compare/1.0-beta.2...2573606b
Changes:	https://github.com/swaywm/wlroots/compare/0.2...10a2c4ed
2019-01-15 00:52:45 +00:00
Sunpoet Po-Chuan Hsieh
889fbde023 Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:47:03 +00:00
Sunpoet Po-Chuan Hsieh
b81bdcfc6b Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:46:58 +00:00
Sunpoet Po-Chuan Hsieh
02fbcfeb5f Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:46:53 +00:00
Sunpoet Po-Chuan Hsieh
419685f122 Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:46:48 +00:00
Sunpoet Po-Chuan Hsieh
97e79a6d14 Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:46:43 +00:00
Sunpoet Po-Chuan Hsieh
99d888203c Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:46:37 +00:00
Sunpoet Po-Chuan Hsieh
b0da46fd4d Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:46:32 +00:00
Sunpoet Po-Chuan Hsieh
6ea887100b Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:46:27 +00:00
Sunpoet Po-Chuan Hsieh
ac831f6e8d Update to 3.3.1
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2019-01-14 15:46:22 +00:00
Tobias C. Berner
94c888a715 Update KDE Plasma to 5.15.5
https://www.kde.org/announcements/plasma-5.14.5.php
2019-01-09 20:25:37 +00:00
Kurt Jaeger
0b26a2b4e5 x11-toolkits/p5-Tk: Do not set CONFIGURE_ARGS twice
The port currently sets CONFIGURE_ARGS twice.

The second CONFIGURE_ARGS= overwrites the first, therefore X11INC and
X11LIB are not in CONFIGURE_ARGS. The ports builds anyway, so
the first CONFIGURE_ARGS can be removed.

PR:		234704
Submitted by:	tobik
2019-01-07 19:27:30 +00:00
Jan Beich
237eab78bb x11-toolkits/wlroots: improve error messages 2019-01-07 06:41:41 +00:00
Jan Beich
93b97a5cfb x11-toolkits/wlroots: add missing runtime dependencies
[xwayland/xwayland.c:141] failed to exec Xwayland: No such file or directory

xkbcommon: ERROR: failed to add default include path /usr/local/share/X11/xkb
[rootston/keyboard.c:421] Cannot create XKB context
[rootston/seat.c:660] could not allocate keyboard for seat
2019-01-07 05:07:17 +00:00
Jan Beich
71c50e1481 x11-wm/sway: add new port
Sway is a tiling Wayland compositor and a drop-in replacement for the
i3 window manager for X11. It works with your existing i3 configuration
and supports most of i3's features, plus a few extras.

https://swaywm.org/
2019-01-06 13:28:24 +00:00
Gleb Popov
e2c3fdc1fd lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.
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
# pkg install -y `cat ghc-pkgs.txt`

During update some hs-* ports got two PORTREVISION bumps in a row. Other ports
got a PORTVERSION update together with one PORTREVISION bump. This is caused
by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated,
so figuring out which ones require a bump and which are not is too tedious.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D18707
2019-01-06 12:18:06 +00:00
Antoine Brodin
5f3bfd2f31 Fix build with DEFAULT_VERSIONS=python=3.x
PR:		234633
2019-01-05 15:34:06 +00:00
Tobias Kortkamp
75603347c4 x11-toolkits/granite: Update to 5.2.2
- Update WWW
- Add missing gsettings-desktop-schemas dependency to prevent
  runtime crashes of applications using the DateTime widget
- Bump revision of dependent ports

Changes:	https://github.com/elementary/granite/releases
2019-01-03 13:49:07 +00:00
Tobias Kortkamp
37205bd5bc Take x11-toolkits/granite 2019-01-03 09:32:54 +00:00
Rene Ladan
d1a5353b9c Remove expired ports:
2018-12-31 net/libsrtp: Superseded by libsrtp2
2018-12-31 x11-toolkits/wlc: Deprecated upstream
2018-12-31 japanese/spamassassin: does not build
2018-12-31 www/spdylay: SPDY is deprecated, use HTTP/2 instead
2018-12-31 www/moodle33: Upstream no longer maintained
2018-12-31 security/krb5-114: EOL twelve months after release of krb5-1.16
2018-12-31 databases/mongodb32: EOL upstream since September 2018
2018-12-31 databases/mongodb32-tools: EOL upstream since September 2018
2018-12-31 audio/creox: Qt4 has been EOL since december 2015
2018-12-31 audio/terminatorx: Unmaintained, broken too often
2018-12-31 audio/shoutcast: Upstream vendor no longer provides releases
2018-12-31 dns/powerdns-recursor40: FreeBSD 10.3 has reached EoL since 2018-04-30; users should upgrade and use dns/powerdns-recursor instead
2018-12-31 sysutils/ataidle: obsoleted by camcontrol(8)
2018-12-31 sysutils/syslog-ng37: No longer officially supported by Balabit, does not support openssl111
2018-12-31 sysutils/cfengine22: No longeer supported by cfengine.com
2018-12-31 sysutils/syslog-ng36: No longer officially supported by Balabit, does not support openssl111
2018-12-31 13:37:58 +00:00
Tobias C. Berner
2e3fc151da Update KDE Plasma Desktop to 5.14.4
https://www.kde.org/announcements/plasma-5.14.4.php

PR:		222905
2018-12-31 06:38:42 +00:00
Fernando Apesteguía
7b1d9f45c2 x11-toolkits/gtkdatabox: update to 0.9.3.1
This is a bugfix release.

While here:

* Add USES=gnome
* Add missing components to USE_GNOME
* Add missing LIB_DEPENDS
* Reorder some variables
* Regenerate patches to match current conventions

Reported by:	portscout
2018-12-28 16:45:23 +00:00
Dmitry Marakasov
7e940794ee - Provide meaningful COMMENT and WWW
Approved by:	portmgr blanket
2018-12-26 14:54:38 +00:00
Tobias C. Berner
8a4ab05d84 Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7
2018-12-26 09:06:34 +00:00
Tobias C. Berner
53c4867b31 Fix up various kde ports to build on GCC-based architectures
PR:		234390
Submitted by:	linimon
2018-12-26 08:39:24 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Guido Falsi
7ab84affb0 Update girara to 0.3.2. 2018-12-24 17:03:46 +00:00
Mark Linimon
d8868c0a5a Now appears to build on powerpc64.
Reported by:	jhibbits
Approved by:	portmgr (tier-2 blanket)
2018-12-22 05:46:49 +00:00
Rene Ladan
b1f86500b8 Remove expired ports:
2018-12-20 devel/glib12: Obsolete
2018-12-20 graphics/gdk-pixbuf: Uses obsolete glib12
2018-12-20 x11-toolkits/gtk12: Uses obsolete glib12
2018-12-21 14:30:24 +00:00
Rene Ladan
e5aaf05932 Remove expired ports:
2018-12-19 net/py-libstorj: Broken for more than 6 months
2018-12-20 net/xferstats: Uses obsolete glib12
2018-12-20 net/wmlj: Uses obsolete glib12
2018-12-20 net/ipsorc: Uses obsolete glib12
2018-12-20 net/bsdproxy: Uses obsolete glib12
2018-12-20 net/gini: Uses obsolete glib12
2018-12-21 net/netatalk: Outdated branch of netatalk; use net/netatalk3 instead
2018-12-20 net/nocatsplash: Uses obsolete glib12
2018-12-20 net/jags: Uses obsolete glib12
2018-12-19 net/scribe: Broken for more than 6 months
2018-12-20 net/libnetdude: Uses obsolete glib12
2018-12-20 net/nepim: Uses obsolete glib12
2018-12-20 emulators/generator: Uses obsolete glib12
2018-12-19 emulators/py-nova: Broken for more than 6 months
2018-12-20 emulators/generator-cbiere: Uses obsolete glib12
2018-12-20 x11-toolkits/p5-Gtk-Perl: Uses obsolete glib12
2018-12-20 deskutils/ithought: Uses obsolete glib12
2018-12-20 deskutils/gaddr: Uses obsolete glib12
2018-12-20 x11-fonts/gfe: Uses obsolete glib12
2018-12-20 graphics/graphopt: Uses obsolete glib12
2018-12-19 graphics/fotoxx: Broken for more than 6 months
2018-12-20 graphics/gcolor: Uses obsolete glib12
2018-12-20 graphics/danpei: Uses obsolete glib12
2018-12-20 graphics/chbg: Uses obsolete glib12
2018-12-20 mail/pop3lite: Uses obsolete glib12
2018-12-20 mail/gbuffy: Uses obsolete glib12
2018-12-20 security/gtk-knocker: Uses obsolete glib12
2018-12-20 security/gpasman: Uses obsolete glib12
2018-12-20 security/crank: Uses obsolete glib12
2018-12-20 security/stegdetect: Uses obsolete glib12
2018-12-20 devel/liboop: Uses obsolete glib12
2018-12-20 devel/gcvs: Uses obsolete glib12
2018-12-20 print/lpr-wrapper: Uses obsolete glib12
2018-12-20 print/libppd: Uses obsolete glib12
2018-12-20 net-p2p/napshare: Uses obsolete glib12
2018-12-20 net-p2p/gnewtellium: Uses obsolete glib12
2018-12-20 editors/gnotepad+: Uses obsolete glib12
2018-12-20 editors/manedit: Uses obsolete glib12
2018-12-20 misc/gtkfind: Uses obsolete glib12
2018-12-20 games/mindguard: Uses obsolete glib12
2018-12-20 games/xbattle: Uses obsolete glib12
2018-12-20 games/xbill: Uses obsolete glib12
2018-12-20 games/corewars: Uses obsolete glib12
2018-12-20 games/dopewars: Uses obsolete glib12
2018-12-20 games/garith: Uses obsolete glib12
2018-12-20 games/wmquake: Uses obsolete glib12
2018-12-20 games/znibbles: Uses obsolete glib12
2018-12-20 games/xpuyopuyo: Uses obsolete glib12
2018-12-19 games/kajongg: Broken for more than 6 months
2018-12-20 games/netspades: Uses obsolete glib12
2018-12-20 games/gtklife: Uses obsolete glib12
2018-12-20 biology/xmolwt: Uses obsolete glib12
2018-12-20 x11-clocks/wmclockmon: Uses obsolete glib12
2018-12-20 x11-clocks/asclock-gtk: Uses obsolete glib12
2018-12-20 net-im/gale: Uses obsolete glib12
2018-12-20 audio/xmms-ahx: Uses obsolete glib12
2018-12-20 audio/xmms-curses: Uses obsolete glib12
2018-12-20 audio/scrobbler: Uses obsolete glib12
2018-12-20 audio/xmms-nsf: Uses obsolete glib12
2018-12-20 audio/xmms-nas: Uses obsolete glib12
2018-12-20 audio/xmms-gbsplay: Uses obsolete glib12
2018-12-20 audio/xmms-wavpack: Uses obsolete glib12
2018-12-20 audio/xmms-shn: Uses obsolete glib12
2018-12-20 audio/xmms-volnorm: Uses obsolete glib12
2018-12-20 audio/xmms-faad: Uses obsolete glib12
2018-12-20 audio/xmms-scrobbler: Uses obsolete glib12
2018-12-20 audio/mcplay: Uses obsolete glib12
2018-12-20 audio/gmixer: Uses obsolete glib12
2018-12-20 audio/soundtracker: Uses obsolete glib12
2018-12-20 audio/xmms-sapplug: Uses obsolete glib12
2018-12-20 audio/rio500: Uses obsolete glib12
2018-12-20 audio/xmmsctrl: Uses obsolete glib12
2018-12-20 audio/xmms-xf86audio: Uses obsolete glib12
2018-12-20 audio/xmms-mailnotify: Uses obsolete glib12
2018-12-20 audio/xmms-sexypsf: Uses obsolete glib12
2018-12-20 audio/gqmpeg: Uses obsolete glib12
2018-12-20 audio/wmalbum: Uses obsolete glib12
2018-12-20 audio/xmms-xymms: Uses obsolete glib12
2018-12-20 audio/xmms-flac: Uses obsolete glib12
2018-12-20 audio/xmms-festalon: Uses obsolete glib12
2018-12-20 audio/gkrellmms2: Uses obsolete glib12
2018-12-20 audio/xmms-ladspa: Uses obsolete glib12
2018-12-19 math/octave-forge-engine: Broken for more than 6 months
2018-12-20 math/surf: Uses obsolete glib12
2018-12-19 math/msieve: Broken for more than 6 months
2018-12-19 math/octave-forge-fl-core: Broken for more than 6 months
2018-12-19 math/octave-forge-pdb: Broken for more than 6 months
2018-12-19 math/octave-forge-audio: Broken for more than 6 months
2018-12-20 math/geg: Uses obsolete glib12
2018-12-20 math/grpn: Uses obsolete glib12
2018-12-20 x11/gdkxft: Uses obsolete glib12
2018-12-20 x11/gtk-theme-switch: Uses obsolete glib12
2018-12-19 x11/xpyb: Broken for more than 6 months
2018-12-20 x11/gtk-launch: Uses obsolete glib12
2018-12-19 x11/xpra: Broken for more than 6 months
2018-12-20 palm/pilrc: Uses obsolete glib12
2018-12-20 x11-fm/mtoolsfm: Uses obsolete glib12
2018-12-20 german/steak: Uses obsolete glib12
2018-12-20 multimedia/xmms-skins-huge: Uses obsolete glib12
2018-12-20 multimedia/openquicktime: Uses obsolete glib12
2018-12-20 multimedia/xmms-skins: Uses obsolete glib12
2018-12-20 multimedia/oqtplayer: Uses obsolete glib12
2018-12-20 multimedia/oqtencoder: Uses obsolete glib12
2018-12-20 multimedia/p5-Video-OpenQuicktime: Uses obsolete glib12
2018-12-20 multimedia/xtheater: Uses obsolete glib12
2018-12-20 multimedia/dv2jpg: Uses obsolete glib12
2018-12-20 comms/hf: Uses obsolete glib12
2018-12-20 comms/gscmxx: Uses obsolete glib12
2018-12-20 sysutils/wmcube-gdk: Uses obsolete glib12
2018-12-20 sysutils/gcombust: Uses obsolete glib12
2018-12-20 sysutils/xlogmaster: Uses obsolete glib12
2018-12-20 sysutils/mount.app: Uses obsolete glib12
2018-12-20 sysutils/bbapm: Uses obsolete glib12
2018-12-21 13:19:02 +00:00
Mark Linimon
c7de258bb6 This port needs USES=compiler:c11 to build on GCC-based architectures.
PR:		233923
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-20 05:50:15 +00:00
Niclas Zeising
248c6b5c09 Split out evdev headers from multimedia/v4l_compat
Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their
own port, devel/evdev-proto, and update those to be current with the Linux
4.19 kernel.  This is done in order to be able to update the rest of the
FreeBSD input stack, which is forthcoming.

By splititng out the evdev headers we can update them independent of other
updates in v4l_compat, which makes it easier for the graphics team to keep
track of them and keep them updated as needed.

Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work
with the updated headers.  This will be further updated.

Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work
with the updated evdev headers.

Update consumers to use devel/evdev-proto rather than multimedia/v4l_compat
as needed, and bump portrevisions.

This is the first step in getting the FreeBSD input stack (libevdev,
libinput and so on) updated to newer versions.

Many thanks to all who have helped out with testing, code and exp-runs.
Apologies if I've forgotten to add any names.

PR:		222905, 217248, (based on, in part), 233787 (exp-run)
Submitted by:	Greg V, wulf
Tested by:	tcberner, kde
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Obtained from:	FreeBSDDesktop development repo
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
		https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
2018-12-19 09:09:11 +00:00
Rene Ladan
7cbe341ae6 Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle
for Tools/scripts/rmport.

Discussed with:	tcberner
2018-12-16 16:49:17 +00:00
Tobias C. Berner
b9ead510b9 Update PyQt5 to 5.11.3
- sip         upgrade to 4.19.13
- qscintilla2 upgrade to 2.10.8
- PyQt5       upgrade to 5.11.3

This has been worked on by arrowd and myself.

PR:		233954
Exp-run by:	antoine
2018-12-16 15:25:40 +00:00
Tobias C. Berner
36548a0f8a Update KDE Frameworks to 5.53.0
https://www.kde.org/announcements/kde-frameworks-5.53.0.php

PR:		233885
Exp-run by:	antoine
2018-12-16 14:59:10 +00:00
Tobias C. Berner
ea792330aa Update Qt5 to 5.12.0
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/

- This breaks support for libressl again. Patches are welcome.

PR:		233705
Exp-run by:	antoine
2018-12-16 14:49:16 +00:00
Yuri Victorovich
da18651b61 New port: x11-toolkits/ctk: Widgets and common code for medical imaging, surgical navigation, etc 2018-12-12 18:41:21 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Jan Beich
7c879267dc devel/boost-*: update to 1.69.0
Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
2018-12-12 00:15:49 +00:00
Yuri Victorovich
a4859c41df x11-toolkits/wxgtk31: Update 3.1.1 -> 3.1.2
Reported by:	portscout
2018-12-11 19:02:42 +00:00
Antoine Brodin
c06409c76b Spell CHOSEN_COMPILER_TYPE correctly
PR:		199098
With hat:	portmgr
2018-12-11 10:10:02 +00:00
Pietro Cerutti
5fbefb92d0 x11-toolkits/bwidget: update to 1.9.13, pet portlint
Changes: http://core.tcl.tk/bwidget/vdiff?from=3dfc3b&to=51aca4
2018-12-07 10:38:27 +00:00
Mark Linimon
aacb1c29a6 Move compiler:c11 to the common USES case to fix the build on powerpc64.
PR:		221643
Reported by:	solence at zoho dot eu
Approved by:	portmgr (tier-2 blanket)
2018-12-06 23:33:46 +00:00
Mark Linimon
6eb9ede3fa To fix undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8',
add compiler:c11 to USES.

PR:		218131
Submitted by:	Hiroo Ono <hiroo.ono plus freebsd at gmail dot com>
Approved by:	portmgr (tier-2 blanket)
2018-12-06 14:01:15 +00:00
Rene Ladan
3e24c10699 Remove expired ports:
2018-12-04 x11-toolkits/vtkfox: Depends on expiring vtk5
2018-12-04 lang/php70-extensions: Works only with EOL php 7.0
2018-12-05 10:07:28 +00:00
Rene Ladan
99d6d12a38 Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
2018-12-02 15:41:47 +00:00
Sunpoet Po-Chuan Hsieh
eade8d1ac2 Update to 3.3.0
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-11-28 19:22:40 +00:00
Sunpoet Po-Chuan Hsieh
aaea9d7dc3 Update to 3.3.0
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-11-28 19:22:32 +00:00
Sunpoet Po-Chuan Hsieh
87bf42c455 Update to 3.3.0
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-11-28 19:22:06 +00:00
Sunpoet Po-Chuan Hsieh
8d90c6ea3e Update to 3.3.0
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-11-28 19:21:58 +00:00
Sunpoet Po-Chuan Hsieh
646f0ae569 Update to 3.3.0
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-11-28 19:21:50 +00:00
Sunpoet Po-Chuan Hsieh
dae5837d5a Update to 3.3.0
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-11-28 19:21:08 +00:00
Sunpoet Po-Chuan Hsieh
0d05802d9e Update to 3.3.0
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-11-28 19:21:00 +00:00
Sunpoet Po-Chuan Hsieh
9fc49b38cd Update to 3.3.0
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-11-28 19:20:35 +00:00
Sunpoet Po-Chuan Hsieh
ae97d50746 Update to 3.3.0
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-11-28 19:20:10 +00:00
Max Brazhnikov
33851169ef x11-toolkits/qwt5-qt5:
- Add port for Qt 5 fork of qwt5. Though it claims the same version as
  x11-toolkits/qwt5, the sources are modified for compatibility with Qt 5.
- Don't install man pages to avoid conflict with original port.
- Take maintainership
2018-11-28 13:23:36 +00:00
Mark Linimon
3223fc4657 Add compiler:c11 to USES to fix build with GCC-based architectures.
PR:		232577
Submitted by:	Piotr Kubaj
Reviewed by:	Ting-Wei Lan
Approved by:	portmgr (tier-2 blanket)
2018-11-24 07:20:56 +00:00
Tobias C. Berner
cc8a667aa2 pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
  the same time, as there were conflicting files.

  This patch creates Python-version versioned directories for
  all these, and further installs binaries with a version number.

* Note, there might be some hickups for software that depends on
  on of the .so's provided by PyQt5, which might not be found
  anymore autmotically, and maybe need some LD-flaggery.

* Update PyQt5 to 5.10.1

* Mark www/py-qt5-webengine broken. It is unforuntately no longer
  compatible with the old qt5-webengine-5.9.4 we ship.

PR:		232745
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8714
2018-11-22 20:18:37 +00:00
Tobias Kortkamp
fd6aa2cd0f x11-toolkits/ocaml-labltk supports Tcl/tk 8.6 too
- Reset maintainer due to the long timeout

PR:		222527
Submitted by:	1wkmmr@gmail.com
Approved by:	michipili@gmail.com (maintainer timeout, ~1 year)
2018-11-22 15:36:21 +00:00
Pietro Cerutti
ba23b8c3e0 lang/tcl86, x11-toolkits/tk86: update to 8.6.9
Announcement: https://sourceforge.net/p/tcl/mailman/message/36469053/
2018-11-19 12:01:15 +00:00
Sunpoet Po-Chuan Hsieh
d12e8364a3 Clean up Makefile (should be part of r484963) 2018-11-16 17:26:15 +00:00
Sunpoet Po-Chuan Hsieh
41cde27dff Fix build on FreeBSD 13+
Reported by:	pkg-fallout
2018-11-14 21:45:02 +00:00
Tobias C. Berner
97d1b5cdad Update KDE Frameworks to 5.52.0
PR:		233107
Exp-run by:	antoine
2018-11-12 18:31:42 +00:00
Jan Beich
f14586159d graphics/mesa-libs: enable WAYLAND by default here and in consumers
PR:		227509
Requested by:	Johannes Lundberg, Greg V
Reviewed by:	tobik (earlier version)
Approved by:	madpilot, x11 (zeising), maintainer timeout (2 weeks)
Exp-run by:	antoine
2018-11-11 23:54:06 +00:00
Koop Mast
700a2a5605 Update libdazzle to 3.28.5. 2018-11-11 21:49:15 +00:00
Tobias C. Berner
de5b33be72 x11-toolkits/qt5-declarative mark conflict on replaced ports
- this should help portmaster figuring out what's up

Reported by:	se
2018-11-11 17:32:11 +00:00
Tobias C. Berner
5614c5d79a x11-toolkits/qt5-declarative
- readd patches for ARM support that got lost in r484140.

PR:		233111
Reported by:	jbeich
Pointy hat:	tcberner
2018-11-10 19:57:33 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Tobias C. Berner
513eaab548 Fix build for some more kde@ ports on GCC-architectures
PR:		233058
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-11-10 07:22:09 +00:00
Jan Beich
0872f77fd4 multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Tobias C. Berner
89d1bb9ab0 Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarative
- There was no obvious reason to split these ports, and it makes
  porting simpler; the set of ports using either mostly coincided.

Exp-run by:	antoine
PR:		223687
PR:		232751
2018-11-04 19:00:53 +00:00
Antoine Brodin
5815816e6e Chase vtk5 expiration 2018-11-03 22:38:59 +00:00
Tijl Coosemans
54c5444eba Update GStreamer to 1.14.4.
PR:		231406
Submitted by:	Greg V <greg@unrelenting.technology>
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2018-11-03 11:58:10 +00:00
Koop Mast
ed3db43e3e Add orphaned file to plist. [1]
While here strip libraries and add USE=gnome

Reported by:	antoine@ [1]
2018-11-03 11:12:07 +00:00
Mark Linimon
61be1378c6 Fix build on powerpc64 by adding compiler:c++11-lang to USES.
Approved by:	portmgr (tier-2 blanket)
2018-11-02 16:36:00 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Alexey Dokuchaev
b255a93ce3 In r483285, compiler:c++11-lang was added to USES in order to unbreak the
port on GCC-based architectures, while actually the code predates 2011 by
couple of years.  Turns out that the build against GCC was failing because
of the -Wno-c++11-narrowing option added back in r474518 to unbreak the
build against Clang 6.  Fix the underlying problem with the code instead,
so we can remove offending option from CXXFLAGS and stop bogusly require
C++11-capable compiler just because of that option.

Tested on:	Mac mini G4 (powerpc, gcc-4.2.1-based)
2018-10-31 02:32:50 +00:00
Niclas Zeising
8c0493fd03 x11-toolkits/wlc: Mark as deprecated
x11-toolkits/wlc has been deprecated upstream, deprecate it in the ports
tree and set expiration date.

6e2c49bf57

PR:		232767
Reported by:	jbeich
2018-10-28 20:35:26 +00:00
Mark Linimon
099ac98929 Fix build with GCC-based architectures.
PR:		232400
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-28 13:01:30 +00:00
Mark Linimon
57051dc9e8 Fix build with GCC-based architectures.
PR:		232403
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-28 12:58:11 +00:00
Mark Linimon
715f43d9cb Fix build with GCC-based architectures, add USES=gl.
PR:		231709
Submitted by:	Piotr Kubaj
2018-10-28 11:46:42 +00:00
Tobias C. Berner
9f68d12bf2 Update KDE Plasma to 5.12.7. 2018-10-28 10:59:23 +00:00
Tobias C. Berner
19fb9b432b Fix build with GCC-based architectures for various kde@ ports.
- Qt5 required c++11 support.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
PR:		232726
PR:		232725
PR:		232723
PR:		232722
PR:		232721
PR:		232720
PR:		232719
PR:		232697
PR:		232682
PR:		232669
PR:		232668
PR:		232667
PR:		232666
PR:		232665
PR:		232664
PR:		232662
PR:		232661
PR:		232655
PR:		232654
PR:		232652
PR:		232648
PR:		232647
PR:		232641
PR:		232640
PR:		232638
PR:		232635
PR:		232634
PR:		232632
PR:		232631
PR:		232630
PR:		232629
PR:		232628
PR:		232627
PR:		232625
PR:		232624
PR:		232623
PR:		232614
PR:		232613
PR:		232612
PR:		232611
PR:		232610
PR:		232609
PR:		232607
PR:		232606
PR:		232605
PR:		232604
PR:		232603
PR:		232602
PR:		232597
PR:		232589
PR:		232585
PR:		232584
PR:		232583
PR:		232581
PR:		232580
PR:		232579
PR:		232578
PR:		232576
PR:		232575
PR:		232574
PR:		232573
PR:		232570
2018-10-27 11:50:58 +00:00
Dmitry Marakasov
7449be1812 - Update WWW
Approved by:	portmgr blanket
2018-10-27 09:30:14 +00:00
Jan Beich
91f9922c6f devel/icu: update to 63.1
Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
2018-10-23 11:35:03 +00:00
Rene Ladan
72aaa3f72f Remove expired ports:
2018-10-22 devel/hs-enumerator: Doesn't build with recent GHC version
2018-10-22 net-im/hs-haskell-xmpp: Doesn't build with recent GHC version
2018-10-22 security/hs-certificate: Doesn't build with recent GHC version
2018-10-22 textproc/hs-attoparsec-enumerator: Doesn't build with recent GHC version
2018-10-22 textproc/hs-HaXml: Doesn't build with recent GHC version
2018-10-22 www/hs-happstack: Doesn't build with recent GHC version
2018-10-22 x11-toolkits/hs-wxc: Doesn't build with recent GHC version
2018-10-22 x11-toolkits/hs-wx: Doesn't build with recent GHC version
2018-10-22 archivers/hs-zlib-enum: Doesn't build with recent GHC version
2018-10-22 x11-toolkits/hs-wxcore: Doesn't build with recent GHC version
2018-10-22 devel/hs-TypeCompose: Doesn't build with recent GHC version
2018-10-22 devel/hs-PSQueue: Doesn't build with recent GHC version
2018-10-22 devel/hs-blaze-builder-enumerator: Doesn't build with recent GHC version
2018-10-23 10:14:09 +00:00
Jan Beich
ce1445b97e x11-toolkits/gtk30: unbreak DEBUG=on after r480951
Option helpers have no effect *after* bsd.port.options.mk
2018-10-21 01:14:48 +00:00
Tobias C. Berner
9d8462abda x11-toolkits/kproperty: fix build with GCC-based architectures
PR:		232385
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-20 16:21:14 +00:00
Tobias C. Berner
50559113f3 x11-toolkits/qt5-canvas3d: fix build with GCC-based architectures
PR:		232422
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-20 15:52:09 +00:00
Tobias C. Berner
885c48611c x11-toolkits/qt5-datavis3d: fix build with GCC-based architectures
PR:		232424
Submitted by:	x11-toolkits/qt5-datavis3d: fix build with GCC-based architectures
2018-10-20 15:47:50 +00:00
Tobias C. Berner
fee1439ee2 x11-toolkits/qml-box2d: fix build with GCC-based architectures
PR:		232446
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-20 15:45:30 +00:00
Tobias C. Berner
f14cf48803 Update KDE Frameworks to 5.41
PR:		232296
Exp-run by:	antoine
2018-10-20 07:24:04 +00:00
Sunpoet Po-Chuan Hsieh
80750bc591 Update to 1.53
- Add GTK3 option
- Add USES=gnome

Changes:	https://metacpan.org/changes/distribution/Prima
2018-10-16 20:05:35 +00:00
Jan Beich
39240339a7 graphics/wayland: update to 1.16.0
- New libwayland-egl home for consumers as Mesa 18.2 dropped it

Changes:	https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html
Changes:	https://lists.freedesktop.org/archives/wayland-devel/2018-August/039358.html
PR:		227423
Submitted by:	Greg V <greg@unrelenting.technology>
Approved by:	maintainer timeout (5 months)
2018-10-15 23:59:23 +00:00
Tobias C. Berner
d19d17bd64 qt5: Fix build on GCC based architectures.
PR:		231584
PR:		231677
PR:		231685
PR:		231830
PR:		231955
PR:		231905
PR:		231892
PR:		231684
PR:		231958
PR:		231960
PR:		231818
PR:		231542
PR:		231860
PR:		231681
PR:		231963
PR:		231891
PR:		231966
PR:		231904
PR:		231676
PR:		231819
PR:		231956
PR:		231680
PR:		231957
PR:		231903
PR:		231901
PR:		231667
PR:		231861
Submitted by:	 Piotr Kubaj <pkubaj@anongoth.pl>
2018-10-14 08:01:13 +00:00
Yuri Victorovich
eea1e5ef64 x11-toolkits/py-AnyQt: Update 0.0.9 -> 0.0.10
Reported by:	portscout
2018-10-14 03:46:06 +00:00
Yuri Victorovich
eb4d8d2a2f x11-toolkits/py-AnyQt: Update 0.0.8 -> 0.0.9
Reported by:	portscout
2018-10-13 05:53:01 +00:00
Antoine Brodin
4e887294ae Finish glib12 deprecation 2018-10-12 12:42:22 +00:00
Antoine Brodin
89b4379a17 Deprecate most glib12 consumers
With hat:	portmgr
2018-10-12 09:19:04 +00:00
Tijl Coosemans
8f3f231360 Unbreak by fixing dependencies.
PR:		232121
2018-10-10 11:50:44 +00:00
Yuri Victorovich
e880859940 x11-toolkits/nanogui: Update g20180318 -> g20180413
Also correct pkg-descr.
2018-10-07 22:07:51 +00:00
Steve Wills
89d03ea2cc Fix mistakes in r480449
PR:		230483
Reported by:	tobik
Pointyhat to:	swills
2018-10-06 18:05:01 +00:00
Yuri Victorovich
81537ab96d x11-toolkits/ntk: Remove static libs; Add USES=gnome 2018-10-06 16:18:33 +00:00
Dag-Erling Smørgrav
9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00
Guido Falsi
7807626a28 Update girara to 0.3.1 2018-10-02 08:57:25 +00:00
Rene Ladan
783c981d95 Return avilla@'s ports to the pool after his commit bit got taken in for safekeeping. 2018-10-01 21:43:17 +00:00
Koop Mast
f7d4684ed7 Add tepl.
Tepl is a library that eases the development of GtkSourceView-based text
editors and IDEs. Tepl is the acronym for "Text editor product line".
It serves as an incubator for GtkSourceView.
2018-09-30 17:17:55 +00:00
Koop Mast
951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00
Cy Schubert
dd60b07aef Fix build on i386 for lld.
This also works with ld.bfd.

PR:		214864
Reported by:	emaste@
2018-09-27 02:41:47 +00:00
Brooks Davis
3a34ffa58f Update Objective-C LLVM version to 6.0.
Fixes aarch64 build.  Reduces depends on obsolete LLVM 4.0.

PR:		230116
Submitted by:	mikael.urankar@gmail.com
Approved by:	theraven (prior version)
Sponsored by:	DARPA, AFRL
2018-09-26 15:23:37 +00:00
Tobias C. Berner
b25105fb9b Update Qt5 to 5.11.2
PR:		231560
Exp-run by:	antoine
2018-09-25 20:12:03 +00:00
Mark Linimon
351ed0d603 Now builds on powerpc64. 2018-09-24 12:26:06 +00:00
Steve Wills
e1de9ef366 x11-toolkits/rubygem-tk: create port
rubygem-tk provides the gem "tk", a Ruby interface to the
Tk GUI toolkit.

WWW: https://github.com/ruby/tk

PR:		230483
Submitted by:	Nicola Mingotti <nmingotti@gmail.com>
2018-09-23 01:49:06 +00:00
Antoine Brodin
691d1cee76 Deprecate ports that don't build with recent GHC version 2018-09-22 08:13:53 +00:00
Mark Linimon
2e7f27934a More precisely specify USES=compiler to fix build on gcc-based
platforms such as powerpc64.

Tested on powerpc64, amd64.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 08:14:23 +00:00
Tobias C. Berner
437aeb55a0 Update KDE Frameworks to 5.50
* net/syndication has become a framework and been moved to net/kf5-syndication.

Exp-run by:	antoine
PR:		231263
2018-09-17 18:45:07 +00:00
Mark Linimon
0187c0881d Cosmetic change: fix BROKEN message on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-09-15 16:13:49 +00:00
Michael Reifenberger
a08fe0f3c8 Add Wx::GLCanvas 2018-09-14 15:32:20 +00:00
Niclas Zeising
0fae2e9e0e Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
2018-09-11 18:34:27 +00:00
Mathieu Arnold
2cd8808f7d Add NLS option to ports using it but not defining it. 2018-09-10 14:40:53 +00:00
Mathieu Arnold
4a3bebcae1 Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:15:47 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Dag-Erling Smørgrav
cded85f907 Reassign all of tobez@'s p5 ports to perl@.
Approved by:	tobez
2018-09-10 11:16:59 +00:00
Mark Linimon
403da46bc1 Now builds on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-09-10 05:20:22 +00:00
Tobias C. Berner
60768bf27d Update Qt5 to 5.11.1
Big thanks to
        * brnrd for the libressl patches in net/qt5-network
        * jhale for fixing the bulk load of ports

PR:		230884
Exp-run by:	antoine
2018-09-09 11:12:14 +00:00
Sunpoet Po-Chuan Hsieh
29632fcc45 Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/json-c/json-c/blob/master/ChangeLog
PR:		231007
Exp-run by:	antoine
2018-09-05 22:01:55 +00:00
David Naylor
9811599f55 x11-toolkits/libgdiplus: update to 5.6
- Change license to GPLv3 (per upstream change)
 - Remove patches (incorporated upstream)
2018-08-28 14:19:47 +00:00
Antoine Brodin
7474708ff4 Mark BROKEN: uses non existing qt47
Reported by:	pkg-fallout
2018-08-28 05:58:12 +00:00
Tobias Kortkamp
b363253376 x11-toolkits/gtkmathview: Fix build with Clang 6
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);
                        ^
2018-08-25 14:09:34 +00:00
Tobias Kortkamp
1bf5271302 x11-toolkits/v: Fix build with Clang 6
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
2018-08-25 13:54:30 +00:00
Adriaan de Groot
7d1b26ed85 Update KDE Frameworks to the latest monthly, 5.49
https://www.kde.org/announcements/kde-frameworks-5.49.0.php

Thanks Antoine for the exp-run.

PR:		230596
Submitted by:	tcberner
2018-08-23 18:49:16 +00:00
Yuri Victorovich
ffc2a3082a x11-toolkits/wxgtk30 and x11-toolkits/wxgtk31: Fix the problem that TLS is 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
2018-08-19 23:37:06 +00:00
Antoine Brodin
295839ff1d py-kivy doesn't support python 3 2018-08-19 20:51:51 +00:00
David Naylor
7b21627bcb x11-toolkits/py-kivy: update to 1.10.1
- Switch to PyPI for upstream sources
 - Remove BROKEN: now working with cython
 - Indicate Kivy supports Python 3+
2018-08-19 09:41:01 +00:00
Sunpoet Po-Chuan Hsieh
6f1107d682 Update to 3.2.9
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-08-09 14:45:47 +00:00
Sunpoet Po-Chuan Hsieh
a0edf33e60 Update to 3.2.9
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-08-09 14:45:42 +00:00
Sunpoet Po-Chuan Hsieh
c859ca53f7 Update to 3.2.9
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-08-09 14:45:25 +00:00
Sunpoet Po-Chuan Hsieh
7344a360d8 Update to 3.2.9
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-08-09 14:45:20 +00:00
Sunpoet Po-Chuan Hsieh
e42f31e531 Update to 3.2.9
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-08-09 14:45:15 +00:00
Sunpoet Po-Chuan Hsieh
3505ee99c7 Update to 3.2.9
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-08-09 14:44:48 +00:00
Sunpoet Po-Chuan Hsieh
ca0dc37b19 Update to 3.2.9
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-08-09 14:44:44 +00:00
Sunpoet Po-Chuan Hsieh
7d7b4e05ac Update to 3.2.9
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-08-09 14:44:28 +00:00
Sunpoet Po-Chuan Hsieh
c63056731b Update to 3.2.9
Changes:	https://github.com/ruby-gnome2/ruby-gnome2/blob/master/NEWS
2018-08-09 14:44:12 +00:00
Jan Beich
0b055d47f2 devel/boost-*: update to 1.68.0
- 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
2018-08-09 06:58:30 +00:00
Niclas Zeising
15dac70c75 Switch to xorgproto instead of individual packages
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
2018-07-31 18:41:30 +00:00