[Bug 227745] www/iridium, www/qt5-webengine: fails to build with ffmpeg 4.0

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227745

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

Author: tcberner
Date: Fri Apr 27 05:09:11 UTC 2018
New revision: 468397
URL: https://svnweb.freebsd.org/changeset/ports/468397

Log:
  www/qt5-webengine: prepare for ffmpeg4

  Add patch obtained from Arch Linux:
 
https://git.archlinux.org/svntogit/packages.git/tree/trunk/qtwebengine-ffmpeg4.patch?h=packages/qt5-webengine&id=421103a8798335f7788498e56b5eef3f33ecba26

  PR:   227745
  Reported by:  jbeich

Changes:
  head/www/qt5-webengine/Makefile
  head/www/qt5-webengine/files/patch-archgit_qtwebengine-ffmpeg4

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

[Bug 225559] net/krdc: "xfreerdp" parameter "/network:[...]" not supported anymore in FreeRDP 2.0.0r1?

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225559

Kyle Evans  changed:

   What|Removed |Added

 Attachment #192358|0   |1
is obsolete||
 Attachment #192835||maintainer-approval+
  Flags||

--- Comment #10 from Kyle Evans  ---
Created attachment 192835
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192835&action=edit
svn(1) diff of net/freerdp

I've created an upstream pull request here [1] after verifying that it fixes
Nils' invocation to not throw usage, at least -- I would wager that it works as
intended, though.

I've additionally attached here a patch to update to -rc2 w/ my patch that's
been submitted in PR 4598 upstream. If you could both test it, then Adriaan may
commit it or I'll do so if he approves me to do so. =) Poudriere and portlint
are both relatively happy with it.

[1] https://github.com/FreeRDP/FreeRDP/pull/4598

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

[Bug 225559] net/krdc: "xfreerdp" parameter "/network:[...]" not supported anymore in FreeRDP 2.0.0r1?

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225559

--- Comment #9 from Kyle Evans  ---
Hi,

So basically, your assessment is generally right but we'll need to rework the
patch... a lot. This might be more of a Coccinelle job, but basically- every
call to strtol, strotul, strtold that tries to check errno != 0 after the fact
should be setting errno to 0 before-hand, as per POSIX recommendations [1].

Ideally the return value of these functions would always be validated before
errno is consulted, but regardless- a POSIX compliant implementation will not
set errno to 0 on success, so errno != 0 checks alone to signify an error are
bogus without knowing that errno = 0 going into it.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/functions/strtol.html

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

[Bug 225559] net/krdc: "xfreerdp" parameter "/network:[...]" not supported anymore in FreeRDP 2.0.0r1?

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225559

--- Comment #8 from Kyle Evans  ---
(In reply to Adriaan de Groot from comment #7)

Hi Adriaan,

Thanks for the patch and help diagnosing! I'm taking a poke at this right now
-- I got kind of sidetracked in trying to get things cranked out and snuck in
for the upcoming release that I've seriously neglected FreeRDP. =(

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

[Bug 227512] [exp-run] update KDE Frameworks to 5.45.0

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227512

Tobias C. Berner  changed:

   What|Removed |Added

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

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

mfg Tobias

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

[Bug 227512] [exp-run] update KDE Frameworks to 5.45.0

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227512

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

Author: tcberner
Date: Thu Apr 26 19:54:49 UTC 2018
New revision: 468380
URL: https://svnweb.freebsd.org/changeset/ports/468380

Log:
  Update KDE Frameworks to 5.45.0

  PR:   227512
  Exp-run by:   antoine

Changes:
  head/Mk/Uses/kde.mk
  head/archivers/kf5-karchive/distinfo
  head/devel/kf5-extra-cmake-modules/distinfo
  head/devel/kf5-extra-cmake-modules/pkg-plist
  head/devel/kf5-kapidox/distinfo
  head/devel/kf5-kauth/distinfo
  head/devel/kf5-kbookmarks/distinfo
  head/devel/kf5-kcmutils/distinfo
  head/devel/kf5-kconfig/distinfo
  head/devel/kf5-kcoreaddons/distinfo
  head/devel/kf5-kcrash/distinfo
  head/devel/kf5-kdbusaddons/distinfo
  head/devel/kf5-kdeclarative/distinfo
  head/devel/kf5-kdoctools/distinfo
  head/devel/kf5-kfilemetadata/distinfo
  head/devel/kf5-ki18n/distinfo
  head/devel/kf5-kidletime/distinfo
  head/devel/kf5-kio/distinfo
  head/devel/kf5-kio/pkg-plist
  head/devel/kf5-kitemmodels/distinfo
  head/devel/kf5-knewstuff/distinfo
  head/devel/kf5-knotifications/distinfo
  head/devel/kf5-knotifyconfig/distinfo
  head/devel/kf5-kpackage/distinfo
  head/devel/kf5-kparts/distinfo
  head/devel/kf5-kpeople/distinfo
  head/devel/kf5-kpty/distinfo
  head/devel/kf5-kservice/distinfo
  head/devel/kf5-ktexteditor/distinfo
  head/devel/kf5-kunitconversion/distinfo
  head/devel/kf5-solid/distinfo
  head/devel/kf5-threadweaver/distinfo
  head/dns/kf5-kdnssd/distinfo
  head/graphics/kf5-kimageformats/distinfo
  head/graphics/kf5-kplotting/distinfo
  head/graphics/kf5-prison/distinfo
  head/lang/kf5-kross/distinfo
  head/misc/kf5-purpose/Makefile
  head/misc/kf5-purpose/distinfo
  head/misc/kf5-purpose/pkg-plist
  head/multimedia/kf5-kmediaplayer/distinfo
  head/net/kf5-kholidays/Makefile
  head/net/kf5-kholidays/distinfo
  head/net/kf5-kholidays/pkg-plist
  head/net/kf5-kxmlrpcclient/distinfo
  head/security/kf5-kdesu/distinfo
  head/sysutils/kf5-baloo/distinfo
  head/sysutils/kf5-baloo/pkg-plist
  head/sysutils/kf5-kwallet/distinfo
  head/textproc/kf5-kcodecs/distinfo
  head/textproc/kf5-sonnet/distinfo
  head/textproc/kf5-syntax-highlighting/distinfo
  head/www/kf5-kdewebkit/distinfo
  head/www/kf5-khtml/distinfo
  head/www/kf5-kjs/distinfo
  head/www/kf5-kjsembed/distinfo
  head/x11/kf5-frameworkintegration/distinfo
  head/x11/kf5-kactivities/distinfo
  head/x11/kf5-kded/distinfo
  head/x11/kf5-kdelibs4support/distinfo
  head/x11/kf5-kglobalaccel/distinfo
  head/x11/kf5-kinit/distinfo
  head/x11/kf5-krunner/distinfo
  head/x11/kf5-kwayland/distinfo
  head/x11/kf5-kwayland/pkg-plist
  head/x11/kf5-kwindowsystem/distinfo
  head/x11/kf5-plasma-framework/distinfo
  head/x11/kf5-plasma-framework/pkg-plist
  head/x11-themes/kf5-breeze-icons/distinfo
  head/x11-themes/kf5-breeze-icons/pkg-plist
  head/x11-themes/kf5-kemoticons/distinfo
  head/x11-themes/kf5-kiconthemes/distinfo
  head/x11-themes/kf5-oxygen-icons5/distinfo
  head/x11-toolkits/kf5-attica/distinfo
  head/x11-toolkits/kf5-kcompletion/distinfo
  head/x11-toolkits/kf5-kconfigwidgets/distinfo
  head/x11-toolkits/kf5-kdesignerplugin/distinfo
  head/x11-toolkits/kf5-kguiaddons/distinfo
  head/x11-toolkits/kf5-kirigami2/distinfo
  head/x11-toolkits/kf5-kirigami2/pkg-plist
  head/x11-toolkits/kf5-kitemviews/distinfo
  head/x11-toolkits/kf5-kjobwidgets/distinfo
  head/x11-toolkits/kf5-ktextwidgets/distinfo
  head/x11-toolkits/kf5-kwidgetsaddons/distinfo
  head/x11-toolkits/kf5-kxmlgui/distinfo

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

[Bug 225559] net/krdc: "xfreerdp" parameter "/network:[...]" not supported anymore in FreeRDP 2.0.0r1?

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225559

--- Comment #7 from Adriaan de Groot  ---
Kyle, there's an -rc2 for FreeRDP out now, and I've filed issue #4597 upstream
referring to this PR. Can you chase the parameter-handling some more?

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

[Bug 227428] devel/cmake: fails to find suffixed libboost_python

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428

--- Comment #22 from Willem Jan Withagen  ---
(In reply to Willem Jan Withagen from comment #21)

Must have been a pilot error, since I reloaded ports into the jail.
And now poudriere just builds fine. And I'll submit an upgrade.

Note that I can compile ceph/HEAD without your patch, so I'll test your
boost-patch to see what the compiler complains about, and use that to submit a
PR to Ceph if needed.

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

[Bug 227512] [exp-run] update KDE Frameworks to 5.45.0

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227512

Antoine Brodin  changed:

   What|Removed |Added

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

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

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

[Bug 227428] devel/cmake: fails to find suffixed libboost_python

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428

--- Comment #21 from Willem Jan Withagen  ---
(In reply to Jan Beich from comment #20)

I update the ports tree with

poudriere ports -p local12 -u

So where would I find the tree/database to run pkg against?

Or does that always run against the pkg.conf in /usr/local/etc?

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

[Bug 227428] devel/cmake: fails to find suffixed libboost_python

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428

--- Comment #20 from Jan Beich  ---
(In reply to Willem Jan Withagen from comment #19)
> Error: /usr/local/bin/ceph-mgr is linked to 
> /usr/local/lib/libboost_python.so.1.66.0 from devel/boost-python-libs but it 
> is not declared as
 a dependency
> Warning: you need LIB_DEPENDS+=libboost_python.so:devel/boost-python-libs

Did you use an old ports/ tree?
https://lists.freebsd.org/pipermail/svn-ports-head/2018-March/170962.html
https://svnweb.freebsd.org/changeset/ports/463782

> Which also shows the "main problem". it is still linked against Boost 1.66.

HEAD has Boost 1.67.0
2018Q2 has Boost 1.66.0
2017Q4 and 2018Q1 has Boost 1.65.1
2017Q3 has Boost 1.64.0
...

If "pkg -vv | fgrep url" returns /quarterly at the end then you're on 2018Q2.

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

[Bug 227428] devel/cmake: fails to find suffixed libboost_python

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428

--- Comment #19 from Willem Jan Withagen  ---
(In reply to Willem Jan Withagen from comment #17)

Hi Jan,

There is an update to the luminous tree: 12.2.5.
So I ran the current net/ceph port through poudriere after fixing the version
and distinfo. 

That makes it compile without much problems.
 - virtenv is indeed not needed.
 - boost_pythons complains with an error:
---
Error: /usr/local/bin/ceph-mgr is linked to
/usr/local/lib/libboost_python.so.1.66.0 from devel/boost-python-libs but it is
not declared as
 a dependency
Warning: you need LIB_DEPENDS+=libboost_python.so:devel/boost-python-libs
---

Which also shows the "main problem". it is still linked against Boost 1.66.
That even though I portsnapped to update the complete ports tree for the
poudriere  env.

Is this expected?

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

[Bug 227745] www/iridium, www/qt5-webengine: fails to build with ffmpeg 4.0

2018-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227745

--- Comment #6 from Jan Beich  ---
Comment on attachment 192822
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192822
Add arch linuxes patch to qt5-webengine.

I confirm, www/qt5-webengine builds fine against ffmpeg-4.0,1 with this patch.
Build log: https://ptpb.pw/PTK3

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