[Bug 232038] [exp-run] Change cmake default behaviour to outsource.

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232038

Antoine Brodin  changed:

   What|Removed |Added

  Flags|exp-run?|exp-run+
   Assignee|port...@freebsd.org |tcber...@freebsd.org

--- Comment #10 from Antoine Brodin  ---
Exp-run looks fine.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Re: kdelibs-kde4 is marked as broken on FreeBSD 13.0: incompatible with base SSL ...

2018-12-25 Thread Matthias Apitz
El día lunes, diciembre 24, 2018 a las 01:16:40p. m. +0100, Adriaan de Groot 
escribió:

> On Monday, 24 December 2018 11:24:59 CET Jan Beich wrote:
> > g...@unixarea.de writes:
> > > I know that KDE4 will be removed from ports by the end of the year,
> > > that's why I wanted to update my CURRENT and ports right now before
> > > this. I now find that one of the fundamental ports (x11/kdelibs-kde4) is
> > > marked as broken...
> > > 
> > > Is there a fix for this (for example using SSL from ports and not from
> > > base). The alternative would be reset my poudriere oven to a 19 of
> > > September (my last build with KDE4).
> > 
> > Try adding DEFAULT_VERSIONS+=ssl=openssl to make.conf(5) and commenting
> > out BROKEN_FreeBSD_13 in kdelibs-kde4/Makefile.
> 
> What Jan said will *probably* work. We (kde@) do not have the person-hours to 
> chase this. You'll want a ports tree from last week, since we've been 
> updating 
> KDE4-era ports to their current releases recently, if you're particularly 
> attached to the unmaintained stuff.
> 
> [ade]

Thanks to you both (Jan and Adriaan) for your help and your work in
general!

It's a pity that KDE4 is unmaintained (upstream and in FreeBSD) because
it does fine for me and many others for many years. From time to time I have to
use KDE5 at work on SUSE Linux workstations and it's rather strange to
use this as a C(K)ommon Desktop Environment, to be honestly. That's why
I see a lot of mails and PR, for example
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233182
expressing the same.

Anyway, I will try to get it compiled based on your hint, and if not either 
return to
a September version or switch to KDE5.

Thanks again.

matthias


-- 
Matthias Apitz, ✉ g...@unixarea.de, http://www.unixarea.de/ +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
October, 7 -- The GDR was different: Peace instead of Bundeswehr and wars, 
Druschba
instead of Nazis, to live instead of to survive.


signature.asc
Description: PGP signature


[Bug 234390] fix up various kde ports to build on GCC-based architectures

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234390

Mark Linimon  changed:

   What|Removed |Added

 CC||jhibb...@freebsd.org,
   ||pku...@anongoth.pl
   Assignee|ports-b...@freebsd.org  |k...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 232306] www/otter-browser with -CURRENT (12.0-ALPHA9 r339356): SSL support is not available or incomplete.

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232306

Adriaan de Groot  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |Overcome By Events

--- Comment #7 from Adriaan de Groot  ---
net/qt5-network was patched for base-ssl (11.x and 12.0), openssl, openssl111.
I just built www/otter-browser with an empty make.conf on 12-RC3 (that means
base SSL). The browser works. I'm closing this PR as "repaired by commits for
another PR".

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 231402] textproc/kf5-syntax-highlighting: does not build on systems with VLAN interfaces

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231402

Adriaan de Groot  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 234256] sysutils/plasma5-kinfocenter: fix build on aarch64

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234256

--- Comment #7 from Adriaan de Groot  ---
This is 39ede9c7e64ba23300a419ee9f58d953f7606b39 upstream.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 234132] x11/kde5: System settings crashes, minimise window artifacts

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234132

--- Comment #9 from Adriaan de Groot  ---
This was reported independently (graphics glitches) on the mailing list,
followed by:

> As of Dec 24 11:55:52  pkg[18901]: xf86-video-intel upgraded: 
> 2.99.917.20180906 -> 2.99.917.20181203 the problem is resolved.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.

[Bug 234132] x11/kde5: System settings crashes, minimise window artifacts

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234132

--- Comment #10 from Adriaan de Groot  ---
> On a clean box, I put 'WITH_DEBUG=yes' in /etc/make.conf and then build xorg 
> and kde5. Is that what I should do to get the backtrace setup ready ?

That is sufficient, yes. If systemsettings keeps crashing, then start it from
the command-line (e.g. from a konsole window inside your Plasma session):

```
$ gdb $( which systemsettings5 )
(gdb) run
```

and if it crashes, get a backtrace.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

[Bug 234132] x11/kde5: System settings crashes, minimise window artifacts

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234132

--- Comment #11 from bourne.ident...@hotmail.com  
---
I installed Lumina in the meanwhile, and I am quite happy with it.

But if I were to install kde5 now from pkg, can I be reasonably certain/hopeful
that the glitch has gone ? Else I will keep in mind to install from ports.

More importantly, I need some info to update a port (mkdesktop) that I own.
I need info on the pkg's and kld's needed by various graphics chips.

As per my (incomplete) knowledge, the following are usually needed:

Chipset   |   | 

AMD GPU   | drm-kmod:xf86-video-amdgpu  |
Radeon| drm-kmod:xf86-video-ati | radeonkms.ko**
NVidia| drm-kmod:nvidia-driver  | nvidia.ko:nvidia-modeset.ko
Intel GPU | drm-kmod:xf86-video-intel   |

(** : 12.0 needs just radeonkms; 11.x needs radeon+radeonkms)

Is the above table correct and complete ?
If not, can someone please fill in the missing bits ?


Thanks.
Manish Jain

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.

[Bug 234078] net/qt5-network: Fails update to 5.12 with libressl

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234078

--- Comment #12 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adridg
Date: Tue Dec 25 17:15:34 UTC 2018
New revision: 488331
URL: https://svnweb.freebsd.org/changeset/ports/488331

Log:
  Update net/qt5-network to build against LibreSSL.

  Patches by Charlie Li / ml_vishwin, with explanation in the patches.
  Builds on 11.2 (ssl=unset, base, openssl) and 12.0 (ssl=unset, base,
  libressl). Tested with otter-browser on 12.0 (ssl=unset, libressl).

  PR:   234078
  Submitted by: Charlie Li
  Reported by:  W. Schwarzenfeld
  Differential Revision:https://reviews.freebsd.org/D18582

Changes:
  head/net/qt5-network/Makefile
 
head/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl11__symbols__p.h
 
head/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols.cpp
 
head/net/qt5-network/files/patch-src_network_ssl_qsslsocket__openssl__symbols__p.h

-- 
You are receiving this mail because:
You are the assignee for the bug.

[package - head-amd64-default][astro/kstars] Failed for kstars-2.9.8_3, 1 in build

2018-12-25 Thread pkg-fallout
You are receiving this mail as a port that you maintain
is failing to build on the FreeBSD package build server.
Please investigate the failure and submit a PR to fix
build.

Maintainer: k...@freebsd.org
Last committer: ger...@freebsd.org
Ident:  $FreeBSD: head/astro/kstars/Makefile 487272 2018-12-12 
01:35:33Z gerald $
Log URL:
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p488289_s342358/logs/kstars-2.9.8_3,1.log
Build URL:  
http://beefy12.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p488289_s342358
Log:

=>> Building astro/kstars
build started at Tue Dec 25 12:42:41 UTC 2018
port directory: /usr/ports/astro/kstars
package name: kstars-2.9.8_3,1
building for: FreeBSD head-amd64-default-job-09 13.0-CURRENT FreeBSD 
13.0-CURRENT 135 amd64
maintained by: k...@freebsd.org
Makefile ident:  $FreeBSD: head/astro/kstars/Makefile 487272 2018-12-12 
01:35:33Z gerald $
Poudriere version: 3.2.8
Host OSVERSION: 132
Jail OSVERSION: 135
Job Id: 09




!!! Jail is newer than host. (Jail: 135, Host: 132) !!!
!!! This is not supported. !!!
!!! Host kernel must be same or newer than jail. !!!
!!! Expect build failures. !!!



---Begin Environment---
SHELL=/bin/csh
OSVERSION=135
UNAME_v=FreeBSD 13.0-CURRENT 135
UNAME_r=13.0-CURRENT
BLOCKSIZE=K
MAIL=/var/mail/root
STATUS=1
HOME=/root
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
LOCALBASE=/usr/local
USER=root
LIBEXECPREFIX=/usr/local/libexec/poudriere
POUDRIERE_VERSION=3.2.8
MASTERMNT=/usr/local/poudriere/data/.m/head-amd64-default/ref
POUDRIERE_BUILD_TYPE=bulk
PACKAGE_BUILDING=yes
SAVED_TERM=
PWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p/pool
P_PORTS_FEATURES=FLAVORS SELECTED_OPTIONS
MASTERNAME=head-amd64-default
SCRIPTPREFIX=/usr/local/share/poudriere
OLDPWD=/usr/local/poudriere/data/.m/head-amd64-default/ref/.p
SCRIPTPATH=/usr/local/share/poudriere/bulk.sh
POUDRIEREPATH=/usr/local/bin/poudriere
---End Environment---

---Begin Poudriere Port Flags/Env---
PORT_FLAGS=
PKGENV=
FLAVOR=
DEPENDS_ARGS=
MAKE_ARGS=
---End Poudriere Port Flags/Env---

---Begin OPTIONS List---
---End OPTIONS List---

--MAINTAINER--
k...@freebsd.org
--End MAINTAINER--

--CONFIGURE_ARGS--

--End CONFIGURE_ARGS--

--CONFIGURE_ENV--
PKG_CONFIG=pkgconf QT_SELECT=qt5 
QMAKEMODULES="/wrkdirs/usr/ports/astro/kstars/work/kstars-2.9.8/mkspecs/modules:/usr/local/lib/qt5/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/astro/kstars/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/astro/kstars/work  
HOME=/wrkdirs/usr/ports/astro/kstars/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/astro/kstars/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 SHELL=/bin/sh CONFIG_SHELL=/bin/sh
--End CONFIGURE_ENV--

--MAKE_ENV--
QT_SELECT=qt5 
QMAKEMODULES="/wrkdirs/usr/ports/astro/kstars/work/kstars-2.9.8/mkspecs/modules:/usr/local/lib/qt5/mkspecs/modules"
 XDG_DATA_HOME=/wrkdirs/usr/ports/astro/kstars/work  
XDG_CONFIG_HOME=/wrkdirs/usr/ports/astro/kstars/work  
HOME=/wrkdirs/usr/ports/astro/kstars/work TMPDIR="/tmp" 
PATH=/wrkdirs/usr/ports/astro/kstars/work/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/root/bin
 NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES 
DESTDIR=/wrkdirs/usr/ports/astro/kstars/work/stage PREFIX=/usr/local  
LOCALBASE=/usr/local  CC="cc" CFLAGS="-O2 -pipe  -fstack-protector 
-fno-strict-aliasing "  CPP="cpp" CPPFLAGS=""  LDFLAGS=" -fstack-protector " 
LIBS=""  CXX="c++" CXXFLAGS="-O2 -pipe -fstack-protector -fno-strict-aliasing  
"  MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install  -s -m 555"  
BSD_INSTALL_LIB="install  -s -m 0644"  BSD_INSTALL_SCRIPT="install  -m 555"  
BSD_INSTALL_DATA="install  -m 0644"  BSD_INSTALL_MAN="install  -m 444"
--End MAKE_ENV--

--PLIST_SUB--
CMAKE_BUILD_TYPE="release" KDE_PREFIX="/usr/local" 
KDE_APPLICATIONS_VERSION="18.12.0" KDE_PLASMA_VERSION="5.12.7"  
KDE_FRAMEWORKS_VERSION="5.53.0" PYCACHE=""  PYC_SUFFIX=pyc  PYO_SUFFIX=pyo 
QT_BINDIR="lib/qt5/bin" QT_INCDIR="include/qt5" QT_LIBDIR="lib/qt5" 
QT_ARCHDIR="lib/qt5" QT_PLUGINDIR="lib/qt5/plugins" QT_LIBEXECDIR="libexec/qt5" 
QT_IMPORTDIR="lib/qt5/imports" QT_QMLDIR="lib/qt5/qml" QT_DATADIR="share/qt5" 
QT_DOCDIR="share/doc/qt5" QT_L10NDIR="share/qt5/translations" 
QT_EXAMPLEDIR="share/examples/qt5" QT_TESTDIR="share/qt5/tests" 
QT_MKSPECDIR="lib/qt5/mkspecs" QT_QTCHOOSERDIR="etc/xdg/qtchooser" OSREL=13.0 
PREFIX=%D LOCALBASE=/usr/local  RESETPREFIX=/usr/local LIB32DIR=lib 
DOCSDIR="share/doc/kstars"  EXAMPLESDIR="share/examples/kstars"  
DATADIR="share/kstars"  WWWDIR="www/kstars"  ETCDIR="etc/kstars"
--End PLIST_SUB--

--SUB_LIST--
PREFIX=/usr/local LOCALBASE=/usr/local  DATADIR=/usr/local/share/kstars 
DOCSDIR=/usr/local/share/doc/kstars 
EXAMPLESDIR=/usr/local/share/examples/kstars  WWWDIR=/usr/local/www/kstars 
ETCDIR=/usr/local/etc/kstars
--End SUB_LIST--

---Begin make.conf---
USE_PACKAGE_DEPENDS=yes
BATCH=yes
WRK

[Bug 232038] [exp-run] Change cmake default behaviour to outsource.

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232038

--- Comment #11 from commit-h...@freebsd.org ---
A commit references this bug:

Author: tcberner
Date: Tue Dec 25 20:26:00 UTC 2018
New revision: 488341
URL: https://svnweb.freebsd.org/changeset/ports/488341

Log:
  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

Changes:
  head/CHANGES
  head/Mk/Uses/cmake.mk
  head/accessibility/jovie-kde4/Makefile
  head/accessibility/kaccessible-kde4/Makefile
  head/accessibility/kmag/Makefile
  head/accessibility/kmag-kde4/Makefile
  head/accessibility/kmousetool/Makefile
  head/accessibility/kmousetool-kde4/Makefile
  head/accessibility/kmouth/Makefile
  head/accessibility/kmouth-kde4/Makefile
  head/arabic/libitl/Makefile
  head/archivers/ark/Makefile
  head/archivers/ark-kde4/Makefile
  head/archivers/kf5-karchive/Makefile
  head/archivers/lazperf/Makefile
  head/archivers/libzip/Makefile
  head/archivers/quazip/Makefile
  head/astro/gpstk/Makefile
  head/astro/kstars/Makefile
  head/astro/kstars-kde4/Makefile
  head/astro/libkgeomap/Makefile
  head/astro/libkgeomap-kde4/Makefile
  head/astro/marble/Makefile
  head/astro/marble-kde4/Makefile
  head/astro/oskar/Makefile
  head/astro/qlandkartegt/Makefile
  head/audio/aften/Makefile
  head/audio/alure/Makefile
  head/audio/amarok-kde4/Makefile
  head/audio/arss/Makefile
  head/audio/artyfx-lv2/Makefile
  head/audio/audiocd-kio/Makefile
  head/audio/bcg729/Makefile
  head/audio/cantata/Makefile
  head/audio/ccaudio2/Makefile
  head/audio/chromaprint/Makefile
  head/audio/codec2/Makefile
  head/audio/creox/Makefile
  head/audio/csound/Makefile
  head/audio/drumstick/Makefile
  head/audio/eq10q-lv2/Makefile
  head/audio/eteroj-lv2/Makefile
  head/audio/fabla2-lv2/Makefile
  head/audio/infamous-plugins-lv2/Makefile
  head/audio/juk/Makefile
  head/audio/juk-kde4/Makefile
  head/audio/kid3-kde4/Makefile
  head/audio/kio-audiocd-kde4/Makefile
  head/audio/kmix/Makefile
  head/audio/kmix-kde4/Makefile
  head/audio/kscd-kde4/Makefile
  head/audio/kwave/Makefile
  head/audio/libcoverart/Makefile
  head/audio/libebur128/Makefile
  head/audio/libgroove/Makefile
  head/audio/libinstpatch/Makefile
  head/audio/libkcddb/Makefile
  head/audio/libkcddb-kde4/Makefile
  head/audio/libkcompactdisc/Makefile
  head/audio/libkcompactdisc-kde4/Makefile
  head/audio/libmusicbrainz5/Makefile
  head/audio/libmusicxml/Makefile
  head/audio/lmms/Makefile
  head/audio/luppp/Makefile
  head/audio/moony-lv2/Makefile
  head/audio/mous/Makefile
  head/audio/musescore/Makefile
  head/audio/openal-soft/Makefile
  head/audio/pavucontrol-qt/Makefile
  head/audio/plasma5-plasma-pa/Makefile
  head/audio/rkr-lv2/Makefile
  head/audio/rosegarden/Makefile
  head/audio/sayonara/Makefile
  head/audio/sc3-plugins/Makefile
  head/audio/simon/Makefile
  head/audio/sorcer-lv2/Makefile
  head/audio/soundkonverter/Makefile
  head/audio/spc2it/Makefile
  head/audio/supercollider/Makefile
  head/audio/synthpod-lv2/Makefile
  head/audio/vmpk/Makefile
  head/audio/wildmidi/Makefile
  head/audio/wmmp/Makefile
  head/audio/yoshimi/Makefile
  head/audio/zynaddsubfx/Makefile
  head/benchmarks/clpeak/Makefile
  head/benchmarks/libcelero/Makefile
  head/benchmarks/nosqlbench/Makefile
  head/benchmarks/smhasher/Makefile
  head/biology/avida/Makefile
  head/biology/bamtools/Makefile
  head/biology/diamond/Makefile
  head/biology/hyphy/Makefile
  head/biology/iqtree/Makefile
  head/biology/libsbml/Makefile
  head/biology/seqan-apps/Makefile
  head/biology/unanimity/Makefile
  head/cad/brlcad/Makefile
  head/cad/elmerfem/Makefile
  head/cad/freecad/Makefile
  head/cad/kicad-devel/Makefile
  head/cad/opencascade/Makefile
  head/cad/openvsp/Makefile
  head/cad/stepcode/Makefile
  head/chinese/ibus-table-chinese/Makefile
  head/chinese/qterm/Makefile
  head/comms/airspy/Makefile
  head/comms/freedv/Makefile
  head/comms/gammu/Makefile
  head/comms/gnuradio/Makefile
  head/comms/hackrf/Makefile
  head/comms/kremotecontrol-kde4/Makefile
  head/comms/libbtbb/Makefile
  head/comms/multimon-ng/Makefile
  head/comms/openobex/Makefile
  head/comms/sdr-wspr/Makefile
  head/comms/ubertooth/Makefile
  head/comms/uhd/Makefile
  head/converters/osm2pgrouting/Makefile
  head/converters/osm2pgsql/Makefile
  head/databases/akonadi/Makefile
  head/databases/akonadi-kde4/Makefile
  head/databases/arangodb32/Makefile
  head/databases/arangodb33/Makefile
  head/databases/cassandra-cpp-driver/Makefile
  head/databases/clickhouse/Makefile
  head/databases/cppdb/Makefile
  head/databases/iowow/Makefile
  head/databases/kdb/Makefile
  head/databases/kexi/Makefile
  head/databases/mariadb-connector-c/Makefile
  head/databases/mariadb-connector-odbc/Makefile
  head/

[Bug 232038] [exp-run] Change cmake default behaviour to outsource.

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232038

Tobias C. Berner  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

--- Comment #12 from Tobias C. Berner  ---
Thanks for the exp-run.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Bug 234390] fix up various kde ports to build on GCC-based architectures

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234390

Tobias C. Berner  changed:

   What|Removed |Added

 Status|New |In Progress
 CC||tcber...@freebsd.org

--- Comment #1 from Tobias C. Berner  ---
Moin moin 

Could you quickly rebase it against the current tree?

mfg Tobias

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 234078] net/qt5-network: Fails update to 5.12 with libressl

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234078

Adriaan de Groot  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|Open|Closed

--- Comment #13 from Adriaan de Groot  ---
I have a gaggle of builds still going on to test the next steps in the ongoing
SSL saga, but I'm confident enough -- e.g. can use otter-browser to read them
web in a libressl-enabled 12.0 box -- to close this one.

Charlie Lie, thank you for following this so closely and for maintaining the
review request so well. Especially after the VLAN fixes.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 233978] net/krdc: at upstream: Make FREERDP a default option

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233978

--- Comment #3 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adridg
Date: Tue Dec 25 21:26:12 UTC 2018
New revision: 488345
URL: https://svnweb.freebsd.org/changeset/ports/488345

Log:
  Switch net/krdc OPTION FREERDP on by default.

  This makes sense from a "batteries included" perspective and makes krdc
  more useful by default in networks where you may find proprietary desktops.

  PR:   233978
  Reported by:  Nils Beyer

Changes:
  head/net/krdc/Makefile

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 233978] net/krdc: at upstream: Make FREERDP a default option

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233978

Adriaan de Groot  changed:

   What|Removed |Added

 CC||adr...@freebsd.org
 Resolution|--- |FIXED
 Status|Open|Closed

--- Comment #4 from Adriaan de Groot  ---
A little Christmas RDPresent.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 233050] lang/qt5-qml conflicts with x11-toolkits/qt5-declarative (13-CURRENT, dependency conflict building devel/kf5-kio)

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233050

Adriaan de Groot  changed:

   What|Removed |Added

Summary|devel/kf5-kio: Fails to |lang/qt5-qml conflicts with
   |satisfy dependencies, due   |x11-toolkits/qt5-declarativ
   |to kf5-solid dependency |e (13-CURRENT, dependency
   |conflict (13-CURRENT)   |conflict building
   ||devel/kf5-kio)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 233050] lang/qt5-qml conflicts with x11-toolkits/qt5-declarative (13-CURRENT, dependency conflict building devel/kf5-kio)

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233050

Adriaan de Groot  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |Unable to Reproduce

--- Comment #12 from Adriaan de Groot  ---
I'm going to close this one as "local problem with packages in poudriere". You
should not have a lang/qt5-qml anymore. Anything pulling it in needs to be
rebuilt after ports r484140. Use `poudriere pkgclean lang/qt5-qml` to get rid
of it.

I think I see a (the?) problem though: PORTREVISION wasn't bumped for kio or
solid in r484140, and that's probably why your original build didn't
**re**build all that was necessary (and in particular, didn't get rid of
lang/qt5-qml).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 234138] devel/kio-extras: fails to build on 12.0

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234138

Adriaan de Groot  changed:

   What|Removed |Added

 CC||adr...@freebsd.org
 Status|New |Open

--- Comment #1 from Adriaan de Groot  ---
This looks unrelated to openssl, actually: option MTP is apparently off? But
the pkg-plist doesn't flag all the mtp-related files with %%MTP%%.

That, or mtp detection is falling over in the face of your changed openssl
version. You would need to look in the log of the build failure at the
configure section, to see if mtp is being found.

.. oh, wait: you attached the poudriere log. Brilliant! And you **do** have
option MTP switched off, so it looks like the first case. I'll do some local
test-builds and fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 233944] qt5-based ports don't handle the mouse wheel on powerpc64

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233944

Adriaan de Groot  changed:

   What|Removed |Added

 CC||adr...@freebsd.org

--- Comment #1 from Adriaan de Groot  ---
With power9 this is more relevant (my initial reaction was: meh, old iMacs). I
know KDE Plasma 5 Just Works(tm) with Debian on the Power9 Talos machines,
since I installed it there at ELCE. For this, I think we're going to need to
borrow a box (or at least access to one) to sort it out. Something to talk
about at FOSDEM, I warrant (with the OpenPower people in the room).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 234390] fix up various kde ports to build on GCC-based architectures

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234390

Mark Linimon  changed:

   What|Removed |Added

 Attachment #200491|0   |1
is obsolete||

--- Comment #2 from Mark Linimon  ---
Created attachment 200517
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=200517&action=edit
patch to various kde ports

re-based patch

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 234138] devel/kio-extras: fails to build on 12.0

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234138

--- Comment #2 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adridg
Date: Tue Dec 25 23:36:51 UTC 2018
New revision: 488353
URL: https://svnweb.freebsd.org/changeset/ports/488353

Log:
  Fix devel/kio-extras plist for non-default OPTIONS.

  When MTP is off, mtp files are not installed; not all of them
  were flagged with %%MTP%%. No PORTREVISION bump because the
  package doesn't change for any options that actually could build.

  PR:   234138
  Reported by:  Henrik Hudson

Changes:
  head/devel/kio-extras/pkg-plist

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 234138] devel/kio-extras: fails to build on 12.0

2018-12-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234138

Adriaan de Groot  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|Open|Closed

--- Comment #3 from Adriaan de Groot  ---
Thank you for a good bug report! Fixed in the official ports tree.

-- 
You are receiving this mail because:
You are the assignee for the bug.