Re: switching users

2019-10-13 Thread Raphael Kubo da Costa
On Mon, 2019-07-08 at 11:55 +0300, Andriy Gapon wrote: > Does user switching work for anybody? > Is there any additional configuration needed to get it working? > > It does not work for me at all. When I click "Start New Session" I > am taken > back to the unlock screen for a current user. >

Re: FreeBSD Port: qt5-network-5.12.1

2019-03-31 Thread Raphael Kubo da Costa
On 3/30/19 10:49 PM, Davide Beatrici wrote: > Greetings, > > I would like to inform you > about https://bugreports.qt.io/browse/QTBUG-74844. > > A patch is attached to the bug report. > > Best regards, > Davide Thanks for the heads-up. Please note that you are a lot more likely to get your

Re: [package - head-amd64-default][graphics/krita] Failed for krita-4.1.8_1 in build

2019-03-23 Thread Raphael Kubo da Costa
On 3/23/19 12:50 AM, pkg-fall...@freebsd.org wrote: > ld: error: /usr/local/lib/libIlmThread.so: undefined reference to > pthread_create > c++: error: linker command failed with exit code 1 (use -v to see invocation) I've filed https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236734 to track

Re: qt5-core - Detecting and Compiling AES Support on Build System

2019-02-24 Thread Raphael Kubo da Costa
On 2/18/19 12:57 AM, Bryan Erickson wrote: [...] I have modified the make.conf of the build system to include the following: CPUTYPE?=sandybridge CFLAGS= -mno-aes However, neither of the changes seem to impact the resulting error message. Looking at the build logs, I can see the issue: This

Re: qt5-core - Detecting and Compiling AES Support on Build System

2019-02-23 Thread Raphael Kubo da Costa
(re-sending from the right email address) On 2/18/19 12:57 AM, Bryan Erickson wrote: [...] > I have modified the make.conf of the build system to include the following: > > CPUTYPE?=sandybridge > CFLAGS= -mno-aes > > However, neither of the changes seem to impact the resulting error message.

Re: Problem with area51 MOVED file

2017-09-21 Thread Raphael Kubo da Costa
On Wed, 2017-09-20 at 11:29 -0400, Dwayne MacKinnon wrote: > The final entry in the MOVED file is mis-formatted. It reads > deskutils/ > deskutils/kdeconnect-kde-kf5 > > The extra "deskutils" causes poudriere builds to fail. Fixed by tcberner in 3dd7a3e9e7c037ef0a08d7f5d69d87fdb03b3d64, thanks

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-29 Thread Raphael Kubo da Costa
SVN commit 13981 by rakuco: qtwebengine: Add USE_QT5=location for Geolocation support. M +2 -2 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-28 Thread Raphael Kubo da Costa
SVN commit 13979 by rakuco: qtwebengine: Build with the bundled FFMPEG. FFMPEG from ports crashes on at least WEBM and MP4 videos here, so use the bundled version at least for now. M +6 -4 Makefile AM files/patch-src_3rdparty_chromium_third__party_ffmpeg_libavutil_mem.c

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-28 Thread Raphael Kubo da Costa
SVN commit 13978 by rakuco: qtwebengine: Drop multimedia/libvpx dependency. The libvpx configuration test fails with our libvpx port because it is not built with --enable-experimental and --enable-spatial-svc, so we're always building and using Chromium's bundled version. M +0 -1

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-28 Thread Raphael Kubo da Costa
SVN commit 13977 by rakuco: qtwebengine: Use libevent from ports. M +3 -1 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-28 Thread Raphael Kubo da Costa
SVN commit 13976 by rakuco: qtwebengine: Adjust audio backend dependencies. The qmake files check for QT_CONFIG to determine whether to enable ALSA or PulseAudio support. Instead of hardcoding ALSA support, offer an option for both and depend on them properly. This allows me to head audio on

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-25 Thread Raphael Kubo da Costa
SVN commit 13952 by rakuco: qtwebengine: NINJA_FLAGS is actually called NINJAFLAGS. M +1 -1 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-23 Thread Raphael Kubo da Costa
SVN commit 13941 by rakuco: qtwebengine: Drop IGNORE. The port builds and works at least with its own quicktestbrowser, so we can drop the IGNORE clause. M +0 -2 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-23 Thread Raphael Kubo da Costa
SVN commit 13940 by rakuco: qtwebengine: Stop using the stub version of CreateVideoCaptureDeviceFactory(). And we thus get rid of another "not implemented" warning on the console. AM patch-src_3rdparty_chromium_media_capture_video_video__capture__device__factory.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-23 Thread Raphael Kubo da Costa
SVN commit 13934 by rakuco: qtwebengine: Add OS_BSD to FileVideoCaptureDeviceFactory::GetDeviceNames(). Borrow another patch from www/chromium. AM patch-src_3rdparty_chromium_media_capture_video_file__video__capture__device__factory.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-23 Thread Raphael Kubo da Costa
SVN commit 13933 by rakuco: qtwebengine: Implement crypto::UseLocalCacheOfNSSDatabaseIfNFS(). Borrow a patch from www/chromium to implement it and get rid of some "not implemented" warning messages. AMpatch-src_3rdparty_chromium_crypto_nss__util.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-22 Thread Raphael Kubo da Costa
SVN commit 13932 by rakuco: qtwebengine: Make `check-plist' finally pass. In order for the Qt Designer plugin to be built and installed, we need to make a few changes: - Add `designer' to USE_QT5. - Pass `norecursive' to USES=qmake. Configuring everything at once during `make configure' causes

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-22 Thread Raphael Kubo da Costa
SVN commit 13931 by rakuco: qtwebengine: Pass NINJA_FLAGS to MAKE_ENV. By default, ninja will spawn as many jobs as it can, set NINJA_FLAGS for it to respect ${MAKE_JOBS_NUMBER}. M +2 -1 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-21 Thread Raphael Kubo da Costa
SVN commit 13928 by rakuco: qtwebengine: Add a comment explaining why QtWebEngine is horrible to port. Explain that most of the work is getting Chromium to build, that we are missing a lot of functionality and that we need to investigate a few other items even after the port builds fine. M

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-21 Thread Raphael Kubo da Costa
SVN commit 13927 by rakuco: qtwebengine: Do not indent comments. Very minor nitpick, do not precede '#'s with tabs. M +3 -3 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13922 by rakuco: qtwebengine: Revert r13888. tcberner said his build on 12amd64 was failing without them. I had only tried 11.0-amd64 and 10.3-i386. A patch-src_3rdparty_chromium_v8_src_crankshaft_lithium.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13921 by rakuco: qtwebengine: Make freebsd.pri inherit from desktop_linux.pri. There isn't anything Linux-specific in desktop_linux.pri, and it allows us to stop having to set a lot of flags that the upstream .pri files already take care of. M +7 -25 freebsd.pri

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13920 by rakuco: qtwebengine: Pass more flags to WEBENGINE_CONFIG. M +3 -2 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13919 by rakuco: qtwebengine: Adjust dependencies. Add missing ones we were linking against, and drop some unnecessary build dependencies. M +19 -9 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13918 by rakuco: qtwebengine: Set ALL_TARGET to "first". The "all" target does not have the right dependencies and does not do what is intended, "first" (which is the first target in each Makefile) is the right one. M +4 -0 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13915 by rakuco: qtwebengine: Add another net/ patch. Piggyback on an existing #ifdef to make sure the definitions of some stub network functions are present. AM patch-src_3rdparty_chromium_net_base_network__interfaces__posix.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13914 by rakuco: qtwebengine: Improve explanation for changing CONFIGURE_ENV and MAKE_ENV. M +4 -2 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13913 by rakuco: qtwebengine: Add missing X dependencies. M +2 -1 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13912 by rakuco: qtwebengine: Do not reference the libusb hotplug API on FreeBSD <= 10.3. The API is not available there. The patches contain additional background on when the changes were committed to base. AM

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13911 by rakuco: qtwebengine: Adjust CONFIGURE_ENV and MAKE_ENV usage. qmake and gyp are invoked during `make configure', so make sure CC, CXX and NINJA_PATH are set there so the right compilers are picked up and the bundled ninja copy is not built. Similarly, pass NINJA_PATH to

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13910 by rakuco: qtwebengine: Drop USES=localbase. Even though I did not manage to get to the end of a Poudriere build yet, things look fine without it. M +1 -1 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13909 by rakuco: qtwebengine: Drop GConf2 dependency. QtWebEngine upstream passes use_gconf=0 by default. M +0 -1 Makefile

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13908 by rakuco: qtwebengine: Another content/ patch. Surround some sandbox calls with checks for OS_LINUX so we do not have even more undefined reference errors. AM patch-src_3rdparty_chromium_content_renderer_renderer__main__platform__delegate__linux.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13907 by rakuco: qtwebengine: Add another WebRTC patch exposing another function. AM patch-src_3rdparty_chromium_third__party_webrtc_modules_rtp__rtcp_source_rtp__utility.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13906 by rakuco: qtwebengine: Sync content_browser.gypi with my tree. We do not need to exclude so many files (which reduces the "undefined reference" link errors). M +23 -24patch-src_3rdparty_chromium_content_content__browser.gypi

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13905 by rakuco: qtwebengine: Make file_metadata_linux.cc work on FreeBSD. AM patch-src_3rdparty_chromium_content_browser_download_file__metadata__linux.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13904 by rakuco: qtwebengine: Add Skia patch to build all the files we need. AMpatch-src_3rdparty_chromium_skia_skia__chrome.gypi

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13903 by rakuco: qtwebengine: Depend on the mesa_headers target in content_common.gypi. This makes sure the Mesa headers from Chromium's third_party/mesa get picked up instead of the system ones, which were causing build failures at least in 10.3-i386 due to GLintptr being typedef'ed

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13902 by rakuco: qtwebengine: Rework patch removed in r13894. FreeBSD 11+ does not seem to need the include, but 10.3 was failing here without it. AMpatch-src_3rdparty_chromium_net_dns_address__sorter__posix.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13901 by rakuco: qtwebengine: Update vp9_parser.h patch. off_t comes from sys/types.h, not unistd.h. This also makes the code in sync with what's currently upstream. M +1 -1 patch-src_3rdparty_chromium_media_filters_vp9__parser.h

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-20 Thread Raphael Kubo da Costa
SVN commit 13900 by rakuco: qtwebengine: Remove unneeded dbus.gyp patch. D patch-src_3rdparty_chromium_dbus_dbus.gyp

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13898 by rakuco: qtwebengine: Drop unneded stringutils.h. It was also invalid, I generated it against the wrong base... D patch-src_3rdparty_chromium_third__party_webrtc_base_stringutils.h

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13897 by rakuco: qtwebengine: Sync Chromium net/ patches. Stop building some Linux files. D patch-src_3rdparty_chromium_net_base_address__tracker__linux.cc M +1 -13 patch-src_3rdparty_chromium_net_base_address__tracker__linux.h D

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13896 by rakuco: qtwebengine: Fix one of the media/ patches I've committed. It had a check backwards. M +1 -1 patch-src_3rdparty_chromium_media_capture_video_linux_video__capture__device__linux.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13895 by rakuco: qtwebengine: Simplify the ppapi/ patch. We only need one include here. M +7 -12 patch-src_3rdparty_chromium_ppapi_shared__impl_private_net__address__private__impl.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13894 by rakuco: qtwebengine: Drop patch that does not seem to be needed. My tree built fine without it, so fingers crossed. D patch-src_3rdparty_chromium_net_dns_address__sorter__posix.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13893 by rakuco: qtwebengine: Update Blink's media/ patches. Sync with my tree: stop excluding some files, use the v4lcompat headers we have. AM patch-src_3rdparty_chromium_media_capture_video_linux_v4l2__capture__delegate.cc M +13 -14

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13892 by rakuco: qtwebengine: Update gpu_config.gypi patch. There is no need to drop any files, and pull in the libpci dependency that Linux has. M +8 -14 patch-src_3rdparty_chromium_gpu_gpu__config.gypi

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13891 by rakuco: qtwebengine: Drop patch for a file we no longer build. D patch-src_3rdparty_chromium_content_common_sandbox__linux_sandbox__debug__handling__linux.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13890 by rakuco: qtwebengine: Define only "BSD" in WebRTC, add all missing WebRTC patches. There is no need to piggyback on WEBRTC_LINUX, which requires us to add ifdefs all around. D patch-src_3rdparty_chromium_third__party_webrtc_base_httpcommon.cc D

[SVN Commit] branches/plasma5/QT/www/qt5-webengine

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13889 by rakuco: qtwebengine: Drop compile_test.py. Pass the compilers in MAKE_ENV instead. M +1 -1 Makefile D files/patch-src_3rdparty_chromium_tools_compile__test_compile__test.py

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13887 by rakuco: qtwebengine: Pull in the fontconfig dependency in web.gyp too. AM patch-src_3rdparty_chromium_third__party_WebKit_Source_web_web.gyp

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13886 by rakuco: qtwebengine: Stop hardcoding /usr/local/include/include. It is not needed, and the directory does not even exist. M +1 -9 patch-src_3rdparty_chromium_third__party_WebKit_Source_platform_blink__platform.gyp

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13885 by rakuco: qtwebengine: Check for os_bsd in more places in core.gyp. This ensures we do not exclude files we need. M +17 -3 patch-src_3rdparty_chromium_third__party_WebKit_Source_core_core.gyp

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13884 by rakuco: qtwebengine: Update content_common.gypi exclusion list. Several sandbox files had wrong paths, and we can exclude set_process_title_linux.{cc,h} altogether, as FreeBSD already provides setproctitle(3). D

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13883 by rakuco: qtwebengine: Stop calling content::NewSystemLocationProvider(). We should follow OS X, Linux and others and just return NULL in LocationArbitratorImpl::NewSystemLocationProvider(). AM

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13882 by rakuco: qtwebengine: Stop referencing the zygote code in content_main_runner.cc. We do not use it (at least yet). AMpatch-src_3rdparty_chromium_content_app_content__main__runner.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13881 by rakuco: qtwebengine: Enable HiDPI and dbus support. Enable them via freebsd.pri instead of hacking the conditions in common.gypi. M +3 -1 freebsd.pri

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13880 by rakuco: qtwebengine: Do not define UncheckedCalloc() in multiple locations. Use the version in memory.cc, which is not just a stub, instead of the one from memory_stubs.cc. AMpatch-src_3rdparty_chromium_base_process_memory__stubs.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13879 by rakuco: qtwebengine: Do not pass USE_SYMBOLIZE when building Chromium base. It assumes Linux, and calls code we are not building. AMpatch-src_3rdparty_chromium_base_base.gyp

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13878 by rakuco: qtwebengine: Use OS_BSD instead of __FreeBSD__ in process_memory_dump.cc check. Both work, but we seem to be using OS_BSD elsewhere so use it here for consistency. M +21 -3 patch-src_3rdparty_chromium_base_trace__event_process__memory__dump.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13877 by rakuco: qtwebengine: Sort list and do not build file_path_watcher_stub.cc in base.gypi. M +6 -9 patch-src_3rdparty_chromium_base_base.gypi

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13876 by rakuco: qtwebengine: Update the dns_reloader.cc patch. Simplify the header inclusion a bit and add a pointer about how FreeBSD's libc resolver achieve the same thing startin with FreeBSD 11. M +11 -6 patch-src_3rdparty_chromium_net_dns_dns__reloader.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13875 by rakuco: qtwebengine: Note that one of our patches is already upstream. M +2 -0 patch-src_3rdparty_chromium_third__party_ots_include_opentype-sanitiser.h

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13874 by rakuco: qtwebengine: Patch event_switches.cc in Chromium too. We were only patching event_switches.h, so we were declaring kTouchDevices but not actually defining it anywhere. AMpatch-src_3rdparty_chromium_ui_events_event__switches.cc

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13873 by rakuco: qtwebengine: Rename patch-src_3rdparty_chromium_net_dns_address_sorter_posix.cc Take the underscores in the actual file name into account so we have a patch with the same name that's generated by `make makepatch'. A

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13872 by rakuco: qtwebengine: Implement FilePatchWatcher constructor in Chromium. The upstream version implements it in file_path_watcher_mac.cc, which we do not use. Add a version to file_path_watcher_kqueue.cc. AM

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13870 by rakuco: qtwebengine: Pull in dependency on fontconfig. Turn a linux gyp check into an os_posix one, we also need to depend on fontconfig. AMpatch-src_core_qtwebengine.gypi

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13869 by rakuco: qtwebengine: Generalize Linux checks in configure.prf. Turn more "linux" conditionals into "unix" ones, since we also need those. AMpatch-tools_qmake_mkspecs_features_configure.prf

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-19 Thread Raphael Kubo da Costa
SVN commit 13868 by rakuco: qtwebengine: Also enable khr configuration test on FreeBSD. M +8 -0 patch-tools-qmake-config.tests-enable-on-FreeBSD

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-18 Thread Raphael Kubo da Costa
SVN commit 13867 by rakuco: qtwebengine: In functions.prf, just change the linux check to unix. This works with other mkspecs besides freebsd-clang, and allows further checks to run instead of just returning early like we were doing before. We also do not need to change NINJA_PATH, we are

[SVN Commit] branches/plasma5/QT/www/qt5-webengine/files

2017-04-18 Thread Raphael Kubo da Costa
SVN commit 13866 by rakuco: qtwebengine: Build part of QtWebEngine without -Wl,--no-undefined. environ is provided by crt1.o, so Chromium was failing to link with "undefined reference to environ" errors. AMpatch-src_core_core__common.pri

[SVN Commit] branches

2017-04-03 Thread Raphael Kubo da Costa
SVN commit 13814 by rakuco: Garbage-collect branches/qt-5.7. Qt 5.7.1 has been in the ports tree for a while now. D qt-5.7 (directory)

[SVN Commit] branches/plasma5/KDE/security/kwalletmanager

2017-04-01 Thread Raphael Kubo da Costa
SVN commit 13813 by rakuco: kwalletmanager: Add missing dependencies reported by Poudriere. M +7 -5 Makefile

Re: Fwd: 2017-02-18 Update to Qt 4 and Qt 5

2017-02-19 Thread Raphael Kubo da Costa
Robert Burmeister writes: > k...@freebsd.org is not accepting mail > >> UPDATING >> Following what is already done in Qt 5, the Qt 4 ports no longer install >> their binaries into ${LOCALBASE}/bin (which is "/usr/local/bin" in most >> cases). Additionally, the

[SVN Commit] branches/qt-5.7/QT/databases/qt4-ibase-plugin

2017-01-22 Thread Raphael Kubo da Costa
SVN commit 13622 by rakuco: qt4-ibase-plugin: Adjust line breaks to match the ports tree. M +1 -1 Makefile

[SVN Commit] branches/qt-5.7/QT/multimedia/qt5-multimedia

2017-01-22 Thread Raphael Kubo da Costa
SVN commit 13621 by rakuco: qt5-multimedia: Drop workaround for unsupported FreeBSD versions. M +1 -8 Makefile

Re: [package - head-i386-default][devel/qbs] Failed for qbs-1.6.1 in build

2016-11-26 Thread Raphael Kubo da Costa
pkg-fall...@freebsd.org writes: > c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -std=gnu++11 > -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -pthread -fPIC > -DQBS_LIBRARY -DQT_NO_CAST_FROM_ASCII -DQT_NO_PROCESS_COMBINED_ARGUMENT_START > -DQBS_VERSION=\"1.6.1\"

Re: stop in net/kget freebsd11-p3

2016-11-26 Thread Raphael Kubo da Costa
ja...@aventia.pw writes: > /usr/local/lib/cmake/NepomukCore/Nepomuk2AddOntologyClasses.cmake:71 > (message): > Running /usr/local/bin/nepomuk2-rcgen to generate list of headers failed > with error code 255 > Call Stack (most recent call first): > CMakeLists.txt:179

[SVN Commit] branches

2016-11-26 Thread Raphael Kubo da Costa
SVN commit 13433 by rakuco: Delete branches/qt-5.6. Qt 5.6 was merged into the ports tree months ago. D qt-5.6 (directory)

[SVN Commit] branches/plasma5/PORTS/multimedia

2016-09-04 Thread Raphael Kubo da Costa
SVN commit 12960 by rakuco: qt5-phonon4{-designerplugin}: Drop post-patch FindPhononInternal.cmake hack In 4.9.0, Phonon has switched to extra-cmake-modules instead of rolling their own find-files for a lot of things, which fixes the build with Qt 5.6. M +0 -5

[SVN Commit] branches/plasma5/PORTS/multimedia

2016-09-04 Thread Raphael Kubo da Costa
SVN commit 12959 by rakuco: PORTS: Merge r421324, r421325, r421327 and r421328 from ports. Cleanups in the Phonon ports: - Put MASTER_SITES in the right location. - Use USES=pathfix instead of CMake patches. M +1 -1 phonon/Makefile D phonon/files (directory) M +1 -1

[SVN Commit] branches/plasma5/PORTS/multimedia

2016-09-04 Thread Raphael Kubo da Costa
SVN commit 12958 by rakuco: phonon-gstreamer, qt5-phonon4-gstreamer: Drop CMakeLists.txt patch One of the highlights of the 4.9.0 release is that building with GStreamer1 works fine, so we no longer need those patches. D phonon-gstreamer/files/patch-CMakeLists.txt D

[SVN Commit] area51/QT/devel/qmake5/files

2016-08-24 Thread Raphael Kubo da Costa
SVN commit 12944 by rakuco: qt5-network: Merge r420773 from ports. r420773 | rakuco | 2016-08-24 10:12:34 +0200 (Wed, 24 Aug 2016) | 12 lines Import upstream patch to fix the detection of clang's version number. Our clang

[SVN Commit] area51/QT/devel/qt5-core/files

2016-08-24 Thread Raphael Kubo da Costa
SVN commit 12941 by rakuco: qt5-core: Update QMutex patch to the latest version. This fix has finally been committed upstream; rename the patch to reflect the fact and use the version that ended up landing in qtbase. A patch-git_680ec54a

[SVN Commit] area51/QT/devel/qt5-core/files

2016-08-20 Thread Raphael Kubo da Costa
SVN commit 12937 by rakuco: qt5-core: Fix build after r12927. M +1 -1 patch-src_corelib_thread_qmutex_cpp.patch

[SVN Commit] area51/QT

2016-08-16 Thread Raphael Kubo da Costa
SVN commit 12928 by rakuco: QT: Remove net/qt5-enginio. It's deprecated upstream, slated for removal in newer Qt releases and was already removed from the ports tree. M +1 -4 Mk/bsd.qt.mk D net/qt5-enginio (directory)

[SVN Commit] area51/QT/devel/qt5-core/files

2016-08-16 Thread Raphael Kubo da Costa
SVN commit 12927 by rakuco: qt5-core: Update patch-src_corelib_thread_qmutex_cpp.patch and add context. Update the patch to the latest version of the email thread I'm CC'ed to with Gleb Popov, Thiago Macieira and Olivier Goffart. While here, briefly describe what this is supposed to fix while a

[kde-freebsd] [SVN Commit] area51/QT/graphics/qt5-graphicaleffects

2016-07-26 Thread Raphael Kubo da Costa
SVN commit 12895 by rakuco: qt5-graphicaleffects: Drop NO_BUILD=yes now that the port builds .cpp files. M +0 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also

Re: [kde-freebsd] [SVN Commit] area51/QT

2016-07-26 Thread Raphael Kubo da Costa
Ralf Nolden <nol...@kde.org> writes: > Am Samstag, 23. Juli 2016, 08:09:45 schrieb Raphael Kubo da Costa: > >> SVN commit 12889 by rakuco: >> >> QT: Move .qdocconf files from devel/qt5-qdoc to devel/qt5-qdocconf. > >> I am not a big fan of the new port'

[kde-freebsd] [SVN Commit] area51/QT/www/webkit-qt5

2016-07-26 Thread Raphael Kubo da Costa
SVN commit 12894 by rakuco: webkit-qt5: Stop conditionally defining MASTER_SITE_SUBDIR. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/

[kde-freebsd] [SVN Commit] area51/QT/misc/qt5-doc

2016-07-26 Thread Raphael Kubo da Costa
SVN commit 12893 by rakuco: qt5-doc: Clean up, stop requiring a compiler and fumbling with mkspecs. Instead of running the `configure' script, which requires a compiler and adjustments to the mkspecs files and also ends up building a new qmake binary, we now leverage USES=qmake to generate all

[kde-freebsd] [SVN Commit] area51/QT

2016-07-26 Thread Raphael Kubo da Costa
SVN commit 12892 by rakuco: QT: Rename devel/qt5-qdocconf to devel/qt5-qdoc-data. It better reflects its purpose. M +3 -3 Mk/bsd.qt.mk A devel/qt5-qdoc-data (directory) M +1 -1 devel/qt5-qdoc-data/Makefile M +1 -1 devel/qt5-qdoc/Makefile D

Re: [kde-freebsd] Qt 5.6: Moving .qdocconf files to another port?

2016-07-23 Thread Raphael Kubo da Costa
Ralf Nolden <nol...@kde.org> writes: > Am Montag, 18. Juli 2016, 11:58:56 schrieb Raphael Kubo da Costa: >> How about this plan then: >> - For Qt 5.6 (and possibly Qt 5.7 since it's already been released), we >> ship a qt5-doc-globalfiles like tcberner suggested an

[kde-freebsd] [SVN Commit] area51/QT

2016-07-23 Thread Raphael Kubo da Costa
SVN commit 12889 by rakuco: QT: Move .qdocconf files from devel/qt5-qdoc to devel/qt5-qdocconf. The latter is a new port that only contains the architecture-independent, static QDoc configuration files used by the qdoc binary. The plan is to keep this port around as long as upstream does not

[kde-freebsd] [SVN Commit] area51/QT/devel/qt5-qdoc

2016-07-23 Thread Raphael Kubo da Costa
SVN commit 12888 by rakuco: qt5-qdoc: Stop depending on qt5-xml. qdoc only uses QXmlStream{Reader,Writer}, which are in devel/qt5-core. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/QT/devel/qt5-qdoc

2016-07-23 Thread Raphael Kubo da Costa
SVN commit 12887 by rakuco: qt5-qdoc: Stop setting QT_DOCDIR to its default value. M +0 -2 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for

[kde-freebsd] [SVN Commit] area51/QT/devel/qt5-qdoc

2016-07-23 Thread Raphael Kubo da Costa
SVN commit 12885 by rakuco: qt5-qdoc: Drop USE_QT5=qmake_build. It became redundant once qdoc moved to qttools and we added USES=qmake. M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org

[kde-freebsd] [SVN Commit] area51/QT/devel/qt5-qdoc

2016-07-23 Thread Raphael Kubo da Costa
SVN commit 12886 by rakuco: qt5-qdoc: Sort USE_QT5 M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] area51/PORTS/devel

2016-07-23 Thread Raphael Kubo da Costa
SVN commit 12884 by rakuco: Update CMake to 3.6.1. This allows us to get rid of several upstream commits required by CMake 3.6.0. M +1 -1 cmake-doc/Makefile M +1 -1 cmake-gui/Makefile D cmake-gui/files/patch-git_54475018 M +3 -3

  1   2   3   4   5   6   7   8   9   10   >