[Bug 203032] x11-toolkits/qt4-gui: Build package with QGTKSTYLE option

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

w.schwarzenf...@utanet.at changed:

   What|Removed |Added

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

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

[Bug 225520] www/qt5-webengine 5.9.3 fails to compile with "fatal error: 'QtWebEngineCore/qwebenginehttprequest.h' file not found"

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

w.schwarzenf...@utanet.at changed:

   What|Removed |Added

 Resolution|--- |Not A Bug
 Status|New |Closed

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

[Bug 225520] www/qt5-webengine 5.9.3 fails to compile with "fatal error: 'QtWebEngineCore/qwebenginehttprequest.h' file not found"

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

--- Comment #4 from Patrick  ---
(In reply to w.schwarzenfeld from comment #2)
By the way, when I was having the problem, I did look for
qwebenginehttprequest.h using the find command with grep on the work directory,
and it didn't find the file. So I can verify that it was missing for some
reason.

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

[Bug 225520] www/qt5-webengine 5.9.3 fails to compile with "fatal error: 'QtWebEngineCore/qwebenginehttprequest.h' file not found"

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

--- Comment #3 from Patrick  ---
5.9.4 was giving me the same problem. I finally gave up in frustration, removed
all ports on my system, and reinstalled everything. It compiled without any
problem then. I can only speculate that perhaps there was some problem caused
by the presence of the previous version or perhaps one its dependencies. But I
guess it can be closed if I'm no longer having the problem and don't know how
to reproduce it.

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

Re: x11/plasma5-plasma-desktop fails to build

2018-02-12 Thread Jeremy
That is weird. I just rebuilt a bunch of plasma5 stuff again to update all
of the kf5 stuff to 5.43.0. x11/plamsa5-plasma-desktop rebuilt fine again
(twice now). But you can also look at the suggestion from Kwanza.Pili
comment #5 from the kde bug report.

https://bugs.kde.org/show_bug.cgi?id=389982


My fix is to comment out the line in kcms/lookandfeel/kcm.cpp that starts
> with K_PLUGIN_FACTORY_WITH_JSON. The build is then succeeds.



I tried Kwanza.Pili's suggestion before I applied Tobias's patch and that
also worked for me. I also created a new and clean ports tree and
repository with poudriere  just for plasma 5.12 building and testing to
ensure it would build and work correctly.


On Mon, Feb 12, 2018 at 7:51 AM, Stefan Rumetshofer 
wrote:

> On my system the build has failed again with the same error as in the
> first post :(
>
> Stefan
>
> 2018-02-11 19:46 GMT+01:00 Stefan Rumetshofer :
>
>> Hi Tobias,
>>
>> I have applied the patch. Poudriere is now running. This could take a
>> while.
>>
>> 2018-02-11 11:19 GMT+01:00 Tobias C. Berner :
>>
>>> Moin moin,
>>>
>>> Could you try with this patch applied to the ports tree?
>>> http://people.freebsd.org/~tcberner/patches/0001-Add-custom-
>>> target-to-kf5-kcoreaddons-desktop2json.patch
>>>
>>>
>>> mfg Tobias
>>>
>>> On 10 February 2018 at 21:57, Jeremy  wrote:
>>>
 I'm afraid I can't get plasma5-plasma-desktop to build either. It fails
 with exactly the same error that Stefan Rumetshofer reported. I have tried
 to build it several times. I am using poudriere with 12 current. I have
 tried to build it using MAKE_JOBS_UNSAFE as well and it still will not
 build. A couple of CMake warnings I see from the build log:

 CMake Warning (dev) at 
 /usr/local/lib/cmake/KF5Package/KF5PackageMacros.cmake:26
 (message):
   Deprecated: use kpackage_install_bundled_package
 Call Stack (most recent call first):
   kcms/lookandfeel/CMakeLists.txt:59 (kpackage_install_package)
 This warning is for project developers.  Use -Wno-dev to suppress it.

 CMake Warning at /usr/local/lib/cmake/KF5Package/KF5PackageMacros.cmake:73
 (message):
   KPackage components should be specified in reverse domain notation.
   Appstream information won't be generated for kcm_lookandfeel.
 Call Stack (most recent call first):
   kcms/lookandfeel/CMakeLists.txt:59 (kpackage_install_package)

 I am scratching my head on this one.

 Thanks for your help in advance,
 Jeremy Cox

>>>
>>>
>>
>


Re: x11/plasma5-plasma-desktop fails to build

2018-02-12 Thread Stefan Rumetshofer
On my system the build has failed again with the same error as in the first
post :(

Stefan

2018-02-11 19:46 GMT+01:00 Stefan Rumetshofer :

> Hi Tobias,
>
> I have applied the patch. Poudriere is now running. This could take a
> while.
>
> 2018-02-11 11:19 GMT+01:00 Tobias C. Berner :
>
>> Moin moin,
>>
>> Could you try with this patch applied to the ports tree?
>> http://people.freebsd.org/~tcberner/patches/0001-Add-custom-
>> target-to-kf5-kcoreaddons-desktop2json.patch
>>
>>
>> mfg Tobias
>>
>> On 10 February 2018 at 21:57, Jeremy  wrote:
>>
>>> I'm afraid I can't get plasma5-plasma-desktop to build either. It fails
>>> with exactly the same error that Stefan Rumetshofer reported. I have tried
>>> to build it several times. I am using poudriere with 12 current. I have
>>> tried to build it using MAKE_JOBS_UNSAFE as well and it still will not
>>> build. A couple of CMake warnings I see from the build log:
>>>
>>> CMake Warning (dev) at 
>>> /usr/local/lib/cmake/KF5Package/KF5PackageMacros.cmake:26
>>> (message):
>>>   Deprecated: use kpackage_install_bundled_package
>>> Call Stack (most recent call first):
>>>   kcms/lookandfeel/CMakeLists.txt:59 (kpackage_install_package)
>>> This warning is for project developers.  Use -Wno-dev to suppress it.
>>>
>>> CMake Warning at /usr/local/lib/cmake/KF5Package/KF5PackageMacros.cmake:73
>>> (message):
>>>   KPackage components should be specified in reverse domain notation.
>>>   Appstream information won't be generated for kcm_lookandfeel.
>>> Call Stack (most recent call first):
>>>   kcms/lookandfeel/CMakeLists.txt:59 (kpackage_install_package)
>>>
>>> I am scratching my head on this one.
>>>
>>> Thanks for your help in advance,
>>> Jeremy Cox
>>>
>>
>>
>


FreeBSD ports you maintain which are out of date

2018-02-12 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/k...@freebsd.org.html


Port| Current version | New version
+-+
archivers/kf5-karchive  | 5.42.0  | 5.43.0
+-+
devel/kf5-extra-cmake-modules   | 5.42.0  | 5.43.0
+-+
devel/kf5-kapidox   | 5.42.0  | 5.43.0
+-+
devel/kf5-kauth | 5.42.0  | 5.43.0
+-+
devel/kf5-kconfig   | 5.42.0  | 5.43.0
+-+
devel/kf5-kcoreaddons   | 5.42.0  | 5.43.0
+-+
devel/kf5-kcrash| 5.42.0  | 5.43.0
+-+
devel/kf5-kdbusaddons   | 5.42.0  | 5.43.0
+-+
devel/kf5-kdeclarative  | 5.42.0  | 5.43.0
+-+
devel/kf5-kdoctools | 5.42.0  | 5.43.0
+-+
devel/kf5-ki18n | 5.42.0  | 5.43.0
+-+
devel/kf5-kidletime | 5.42.0  | 5.43.0
+-+
devel/kf5-kio   | 5.42.0  | 5.43.0
+-+
devel/kf5-knewstuff | 5.42.0  | 5.43.0
+-+
devel/kf5-knotifications| 5.42.0  | 5.43.0
+-+
devel/kf5-knotifyconfig | 5.42.0  | 5.43.0
+-+
devel/kf5-kparts| 5.42.0  | 5.43.0
+-+
devel/kf5-kpeople   | 5.42.0  | 5.43.0
+-+
devel/kf5-kpty  | 5.42.0  | 5.43.0
+-+
devel/kf5-kservice  | 5.42.0  | 5.43.0
+-+
devel/kf5-ktexteditor   | 5.42.0  | 5.43.0
+-+
devel/kf5-solid | 5.42.0  | 5.43.0
+-+
graphics/kf5-kimageformats  | 5.42.0  | 5.43.0
+-+
security/kf5-kdesu  | 5.42.0  | 5.43.0
+-+
sysutils/kf5-kwallet| 5.42.0  | 5.43.0
+-+
textproc/kf5-kcodecs| 5.42.0  | 5.43.0
+-+
textproc/kf5-sonnet | 5.42.0  | 5.43.0
+-+
www/kf5-kdewebkit   | 5.42.0  | 5.43.0
+-+-