aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* devel/sccache: update to 0.2.11pizzamig2019-09-242-5/+8
| | | | Several fixes, but no changelog available
* - Add new port: devel/R-cran-systota2019-09-244-0/+26
| | | | | | | | | | Drop-in replacements for the base system2() function with fine control and consistent behavior across platforms. Supports clean interruption, timeout, background tasks, and streaming STDIN / STDOUT / STDERR over binary or text connections. Arguments on Windows automatically get encoded and quoted to work on different locales. WWW: https://cran.r-project.org/web/packages/sys/
* devel/ccls: Update to 0.20190823.3tobik2019-09-242-6/+6
|
* This port now builds on powerpc64 (tested on ppcports).linimon2019-09-241-2/+0
| | | | Approved by: portmgr (tier-2 blanket)
* Canonicalize email address style.linimon2019-09-241-1/+1
|
* Fix build on GCC-based systems:linimon2019-09-241-1/+1
| | | | | | | | The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. While here, pet portlint (USES order). Approved by: portmgr (tier-2 blanket)
* Fix trivial typo.linimon2019-09-241-1/+1
| | | | Approved by: "just fix it"
* devel/py-daemons: Update to 1.3.1swills2019-09-242-4/+4
| | | | | PR: 240652 Submitted by: Eero Hänninen <fax@nohik.ee> (maintainer)
* devel/py-robotframework-pabot: update to 0.88swills2019-09-242-4/+4
| | | | | PR: 240665 Submitted by: vladimir.chukharev@gmail.com (maintainer)
* devel/libosmocore: update to 1.2.0swills2019-09-243-11/+14
| | | | | PR: 240679 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
* KDE Frameworks: update to 5.62.0tcberner2019-09-2444-92/+116
| | | | | | | | Changelog: https://kde.org/announcements/kde-frameworks-5.62.0.php Exp-run by: antoine PR: 240720
* - Update to 3.2.0sbz2019-09-242-4/+4
| | | | | PR: 240714 Submitted by: matthew
* Update to 1.13.0romain2019-09-243-18/+13
| | | | | | | Release notes: https://puppet.com/docs/pdk/1.x/release_notes_pdk.html#release-notes-pdk-x.13 With hat: puppet
* Update to 1.7.2romain2019-09-242-5/+4
| | | | With hat: puppet
* devel/ros-rosdep: upgrade 0.15.2 -> 0.16.1pi2019-09-232-4/+4
| | | | | Submitted by: Trenton Schulz <trenton@norwegianrockcat.com> Relnotes: https://github.com/ros-infrastructure/rosdep/blob/0.16.1/CHANGELOG.rst
* - Update kernel-headers to 2.6.32-754.22.1.el6.tijl2019-09-234-39/+53
| | | | | | - Don't install the i386 package of libstdc++-devel on amd64. The amd64 package already contains the necessary bits. - Add glibc-static so gcc -static works.
* devel/libclc: revert to llvm80 as lang/clover isn't readyjbeich2019-09-231-1/+8
| | | | | | | Both ports need to use the same LLVM version for OpenCL to work. Reported by: Vasily Postnicov (on x11@ list) Approved by: portmgr blanket
* New port: devel/ros-rosinstallpi2019-09-224-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Rosinstall is an SCM abstracton tool for holding ROS workspaces in sync. From the rosinstall documentation: Using rosinstall you can update several folders using a variety of SCMs (SVN, Mercurial, git, Bazaar) with just one command. That way you can more effectively manage source code workspaces. The rosinstall package provides a Python API for interacting with a source code workspace as well as a group of command line tools. Rosinstall leverages the vcstools package for source control and stores its state in .rosinstall files. rosinstall was developed to help with the ROS software, but it has no install dependencies to ROS. It offers support for ROS environments and thus makes some assumptions about ROS being present at runtime, but those can be easily removed and rosws provides all services even when there is no ROS installed. The vision is for the bulk of rosinstall to be a ROS agnostic tool one day. WWW: http://docs.ros.org/independent/api/rosinstall/html PR: 240637 Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
* New port: devel/ros-rosdeppi2019-09-225-0/+53
| | | | | | | | | | | | | | | | | rosdep is a command-line tool for installing system dependencies rosdep uses the backend of operating system for installing packages. For end-users, rosdep helps you install system dependencies for software that you are building from source. For developers, rosdep simplifies the problem of installing system dependencies on different platforms. On FreeBSD, the pkg system is used. WWW: http://docs.ros.org/independent/api/rosdep/html/ PR: 224895 Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
* New port: devel/ros-rosdistropi2019-09-224-0/+33
| | | | | | | | | | | Python library for working with catkinized rosdistro files for ROS. rosdistro is part of the package management system for ROS. WWW: http://github.com/ros-infrastructure/rosdistro PR: 235845 Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
* New port: devel/ros-rospkgpi2019-09-228-0/+94
| | | | | | | | | | | | | | | | | | | | Rospkg is a standalone Python library for working with the ROS packaging system The ROS packaging system simplifies development and distribution of code libraries. It enable you to easily specify dependencies between code libraries, easily interact with those libraries from the command-line, and release your code for others to use. ROS packages are designed to support building and running code in local code trees. This is useful for developing software on multi-developer systems, such as robots, where there may be multiple versions of a library in use, and code is being contributed from multiple sources. It is also design to support modular code that is easily shared with other developers. WWW: http://wiki.ros.org/rospkg PR: 235844 Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
* New port: devel/ros-catkin_pkgpi2019-09-224-0/+36
| | | | | | | | | | | This is a Python library for working with the Catkin package system for ROS. Catkin is the main build system for the Robot Operating System. WWW: http://github.com/ros/catkin PR: 235843 Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
* New port: devel/ros-wstoolpi2019-09-224-0/+34
| | | | | | | | | | | | | Command-line tools for maintaining a workspace from multiple version-control systems. This is primarily used as a tool for build a workspace for the Robot Operating System (ROS). WWW: https://github.com/vcstools/wstool PR: 240639 Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
* New port: devel/ros-vcstoolspi2019-09-224-0/+31
| | | | | | | | | | The vcstools module provides a Python API for interacting with different version control systems (VCS/SCMs). WWW: http://wiki.ros.org/vcstools PR: 240638 Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
* Update devel/py-envisage from 4.7.2 to 4.8.0.rodrigo2019-09-222-5/+11
| | | | | | | | Add tests Comment where requirements are defined. PR: 240661 Submitted by: <vladimir.chukharev@gmail.com> (maintainer)
* New port: devel/ros-rosinstall_generatorpi2019-09-224-0/+31
| | | | | | | | | | rosinstall_generator generates the information for a distribution of the Robot Operating System (ROS). WWW: http://github.com/ros-infrastructure/rosinstall_generator PR: 240636 Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
* New port: devel/collada-dompi2019-09-229-0/+589
| | | | | | | | | | | | | | | | | | | | | | A C++ library that provides an API to the COLLADA Document Object Model The COLLADA Document Object Model (DOM) is an application programming interface (API) that provides a C++ object representation of a COLLADA XML instance document. This project is a library for loading and saving COLLADA documents that can contain 2D, 3D, physics and other types of content. It allows developers to create applications that can exchange COLLADA documents with commercial content creation tools such as Maya, Max or Softimage. This project is a very lightweight version of the Sourceforce Collada Repository. It maintains only the base collada parser with minimal dependencies. WWW: https://github.com/rdiankov/collada-dom PR: 240635 Submitted by: Trenton Schulz <trueos@norwegianrockcat.com>
* Ignore with php 7.4antoine2019-09-2215-5/+15
| | | | Reported by: pkg-fallout
* Mark BROKEN: checksum and size mismatchantoine2019-09-221-0/+1
| | | | | Reported by: pkg-fallout MFH: 2019Q3
* Unmark BROKEN.ume2019-09-222-4/+1
|
* devel/openmp: update to 9.0.0jbeich2019-09-227-44/+39
| | | | | | | | - Connect tests to the framework to help QA remaining patches - Force rebuild all consumers after https://reviews.llvm.org/D59783 Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
* devel/qtcreator: Fix packaging when using GCCpkubaj2019-09-222-6/+4
| | | | | | | utils-eventcode-members.html and utils-eventcode.html don't exist when qtcreator is built with GCC. PR: 240298 Approved by: tcberner (maintainer, mentor)
* devel/entt: Update 3.1.0 -> 3.1.1yuri2019-09-212-4/+4
| | | | Reported by: portscout
* devel/emscripten: Update 1.38.43 -> 1.38.45yuri2019-09-213-5/+5
| | | | Reported by: portscout
* devel/sdl20: add ALTIVEC option and enable by defaultpkubaj2019-09-211-2/+7
| | | | | | | Add ALTIVEC option on powerpc and powerpc64 and enable it by default. Approved by: amdmi3 (maintainer timeout), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21670
* Fix a wrong RUN_DEPEND entry.rodrigo2019-09-211-1/+3
| | | | | | | | Comment where the requirements are defined. Bump PORTREVISION. PR: 240660 Submitted by: <vladimir.chukharev@gmail.com> (maintainer)
* Update to CentOS 7.7.1908.tijl2019-09-2124-226/+235
| | | | | Put libdrm into a separate port so it can be kept at the CentOS 7.6 version. The new version fails to detect graphics hardware on FreeBSD.
* Mark BROKEN with lldantoine2019-09-211-1/+3
| | | | MFH: 2019Q3
* devel/py-lineedit: Update 0.1.1 -> 0.1.3yuri2019-09-212-4/+4
| | | | Reported by: portscout
* devel/py-llvmcpy: Update 0.1.4 -> 0.1.5yuri2019-09-212-5/+4
| | | | Reported by: portscout
* devel/mutagen: Update 0.9.2 -> 0.10.0yuri2019-09-212-55/+74
| | | | Reported by: portscout
* Unbreak py27 FLAVORantoine2019-09-212-2/+10
| | | | Reported by: pkg-fallout
* Switch default devel/llvm* to 90jbeich2019-09-2117-7/+35
| | | | | | PR: 239682 Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D21172
* Hook php74-ffi to the buildantoine2019-09-211-0/+1
|
* Add missing module devel/php74-ffitz2019-09-211-0/+11
| | | | | | | | | This was already added in devel/Makefile but got lost through in error in the cleanup process. PR: 240711 Reported by: mayhem30@gmail.com Sponsored by: PHP Update Service
* devel/p5-X-Tiny: upgrade 0.13 -> 0.20pi2019-09-212-4/+8
| | | | Relnotes: https://metacpan.org/changes/distribution/X-Tiny
* devel/py-Dumper: upgrade 1.1.0 -> 1.2.0pi2019-09-212-4/+4
| | | | - Added multi-argument support in dumps()
* Update to 1.3.2 release.ale2019-09-212-4/+4
|
* Attempt to unbreak INDEXantoine2019-09-211-1/+0
|
* - Fix documentation buildnivit2019-09-212-2/+21
| | | | | | | | | - Add textproc/py-sphinx_rtd_theme and textproc/towncrier to build dependencies - Add files/patch-docs_conf.py to fix ModuleNotFoundError (virtualenv) - Set LANG and LC_ALL environment variables to mitigate a RuntimeError during the build stage of the doc.: RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment. Consult https://click.palletsprojects.com/en/7.x/python3/ for mitigation steps.
* Welcome PHP 7.4 RC 1 in the ports-tree.tz2019-09-2013-0/+172
| | | | | | | | | | | | | | | | There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349
* Go ports: cleanup, make use of the new GO_TARGET tuple syntaxdmgk2019-09-205-35/+27
| | | | | | | | - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21721
* - Update to 2.195lwhsu2019-09-202-4/+4
| | | | | Sponsored by: The FreeBSD Foundation Event: EuroBSDCon FreeBSD DevSummit 2019
* devel/py-python-dtrace: unbreak on powerpc64pkubaj2019-09-201-2/+0
| | | | | | Builds fine. Approved by: mentors (implicit approval)
* devel/flatcc: Fix plist when built with debug infoyuri2019-09-202-3/+5
|
* New port: devel/flatcc: FlatBuffers compiler and library in C for Cyuri2019-09-205-0/+105
|
* pythondialog 3 is a Python 3 wrapper for the dialog utility originallyjkim2019-09-2011-0/+131
| | | | | | | | | written by Savio Lam, and later rewritten by Thomas E. Dickey. Its purpose is to provide an easy to use, pythonic and comprehensive Python 3 interface to dialog. This allows one to make simple text-mode user interfaces on Unix-like systems. WWW: http://pythondialog.sourceforge.net/
* Welcome XFCE 4.14 to the FreeBSD ports treemadpilot2019-09-2012-84/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This XFCE release uses almost exclusively gtk3, so the USES=xfce now defaults to gtk3 - Make x11-themes/gtk-xfce-engine an optional dependency(disabled by default), it only supports gtk2, so would leave miost of this XFCE version unthemed. - Add Greybird as an optional and enabled dependency as a modern theme supporting both GTK versions and all other XFCE parts - The xfce4-vala port is deprecated and removed. The VALA bindings are available in the library ports using the GIR and VAPI options (on by default) - Fixed various missing library and portlint warnings (portmgr fixit blanket) - Default Display Manager changed to lightdm (Thanks to woodsb02 for help) - Add x11/xfce4-screensaver as an optional dependency to the xfce4-goodies (enabled by default) - Remove dependency on x11-fm/thunar-vfs and deprecate the port. It is EOL upstream and the functionality is included in thunar itself Update: - Added back sysutils/xfce4-places-plugin, updated to 1.8.1 - archivers/thunar-archive-plugin to 0.4.0 - audio/thunar-media-tags-plugin to 0.3.0 - audio/xfce4-mpc-plugin to 0.5.2 - audio/xfce4-pulseaudio-plugin to 0.4.2 - deskutils/xfce4-tumbler to 0.2.7 - devel/thunar-vcs-plugin to 0.2.0 [1] - devel/xfce4-dev-tools to 4.14.0 - misc/xfce4-appfinder to 4.14.0 - misc/xfce4-weather-plugin to 0.10.0 - multimedia/xfce4-parole to 1.0.4 - sysutils/gigolo to 0.5.0 - sysutils/xfce4-battery-plugin to 1.1.3 - sysutils/xfce4-fsguard-plugin to 1.1.1 - sysutils/xfce4-netload-plugin to 1.3.2 - sysutils/xfce4-power-manage to 1.6.5 - sysutils/xfce4-settings 4.14.1 - sysutils/xfce4-systemload-plugin to 1.2.3 - sysutils/xfce4-wavelan-plugin to 0.6.1 - www/xfce4-smartbookmark-plugin to 0.5.1 - x11-clocks/xfce4-datetime-plugin to 0.8.0 - Added new xfce4-stopwatch-plugin, version 0.3.1 - x11-clocks/xfce4-timer-out-plugin to 1.0.3 - x11-fm/thunar to 1.8.9 - x11-wm/xfce4-desktop to 4.14.1 - x11-wm/xfce4-panel to 4.14.0 - x11-wm/xfce4-session to 4.14.0 - x11-wm/xfce4-wm to 4.14.0 - x11/libexo to 0.12.8 - x11/libxfce4menu to 4.14.1 - x11/libxfce4util to 4.14.0 - x11/xfce4-conf to 4.14.1 - x11/xfce4-dashboard to 0.7.5 - x11/xfce4-screensaver to 0.1.8 - x11/xfce4-screenshooter-plugin to 1.9.6 - x11/xfce4-verve-plugin to 2.0.0 Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com> PR: 240236 Exp-run by: antoine Tested by: sbruno Approved by: sergey.dyatko@gmail.com (maintainer timeout via email), portmgr (fixit blanket, port breaks with new Thunar if not updated) [1] Differential Revision: https://reviews.freebsd.org/D21278
* devel/py-qutip: unbreakpkubaj2019-09-201-5/+0
| | | | | | Builds fine on powerpc64, which doesn't support -march=native. Approved by: mentors (implicit approval)
* - Update to 3.6.0amdmi32019-09-202-4/+4
|
* devel/hub: update 2.12.3 to 2.12.4egypcio2019-09-192-4/+4
|
* devel/aphpunit: Update from 1.8 to 1.9tz2019-09-192-4/+4
| | | | | | This version is compatible to the incoming PHP 7.4 Changelog: https://gitlab.toco-domains.de/tocOS/APHPUnit/blob/1.9/CHANGELOG
* Bump PORTREVISION of ports depending on security/botan2dmgk2019-09-191-1/+1
| | | | | | | PR: 240557 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21716
* Fix plist.brooks2019-09-192-5/+18
|
* devel/thrift-c_glib: fix build on GCC architecturespkubaj2019-09-191-3/+1
| | | | | | Builds fine on powerpc64, just needs GCC from ports. Approved by: mentors (implicit approval)
* Update Simgear & Flightgear ports to 2019.1.1martymac2019-09-193-8/+13
|
* Fix plist for the no-ld-link case.brooks2019-09-191-2/+4
|
* Update to 8.3.5joneum2019-09-192-4/+4
| | | | Sponsored by: Netzkommune GmbH
* Update to 7.5.16joneum2019-09-192-4/+4
| | | | Sponsored by: Netzkommune GmbH
* Mark BROKEN: checksum mismatchantoine2019-09-191-0/+2
| | | | Reported by: pkg-fallout
* devel/py-wheel: Add USE_PYTHON=concurrent to avoi conflicts between python ↵yuri2019-09-191-2/+2
| | | | | | versions. Approved by: portmgr blanket (avoid install failures)
* [NEW PORT]: devel/py-ocikai2019-09-194-0/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | The Python SDK enables one to write code to manage Oracle Cloud Infrastructure resources. Following services are supported: * Announcements, Audit, Budgets * Container Engine for Kubernetes * Compute Autoscaling/Work Requests * Content and Experience * Core Services (Networking, Compute, Block Volume) * Data Transfer, Database, DNS * Email Delivery, Events * File Storage, Functions * Health Checks, IAM (= Identity and Access Management) * Key Management * Limits, Load Balancing * Monitoring, Notifications * Object Storage, Quotas * Resource Manager, Search, Streaming * Web Application Acceleration and Security WWW: https://github.com/oracle/oci-python-sdk/ PR: 240056 Submitted by: Alessando Sagratini <ale_sagra@hotmail.com> Reviewed by: koobs
* - Update to 16.7.5nivit2019-09-182-5/+5
| | | | Changes: https://virtualenv.pypa.io/en/stable/changes/
* devel/log4cplus: use new GCC on GCC platforms to fix net/keapkubaj2019-09-181-1/+1
| | | | Approved by: mentors (implicit approval)
* - Update to 4.5.4lwhsu2019-09-182-5/+4
|
* Fix some misspelled or duplicated LICENSE_*tobik2019-09-185-7/+7
|
* Mark BROKEN on i386 with lldantoine2019-09-181-0/+3
| | | | | Reported by: pkg-fallout MFH: 2019Q3
* devel/android-tools-fastboot: better name file for FreeBSD supportjbeich2019-09-172-1/+1
| | | | | While tested mainly on FreeBSD and DragonFly it may also work on NetBSD and OpenBSD which use reference libusb implementation.
* Change my maintainer emaildmgk2019-09-176-6/+6
| | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677
* devel/ccls: Update to 0.20190823.2tobik2019-09-162-4/+4
|
* devel/arachne-pnr: fix build with GCC-based architecturespkubaj2019-09-161-0/+3
| | | | | | | | | | | | | | | | | Building with GCC9 fails with: src/util.hh: In instantiation of ‘std::set<typename M::key_type> keys(const M&) [with M = std::map<CBit, bool>; typename M::key_type = CBit]’: src/chipdb.cc:73:23: required from here src/util.hh:191:24: error: moving a local object in a return statement prevents copy elision [-Werror=pessimizing-move] 191 | return std::move(keys); | ^ src/util.hh:191:24: note: remove ‘std::move’ call As reported at https://github.com/YosysHQ/arachne-pnr/issues/134 Add -Wno-error=pessimizing-move to CFLAGS for GCC build. PR: 240256 Approved by: linimon (mentor), jsorocil@gmail.com (maintainer timeout)
* devel/p5-Data-MessagePack-Stream: fix build on armv7pkubaj2019-09-161-0/+2
| | | | | | | | | | | armv7 needs -fPIC in CFLAGS to build this port: /usr/bin/ld: error: can't create dynamic relocation R_ARM_ABS32 against local symbol in readonly segment; recompile object files with -fPIC >>> defined in msgpack-0.5.7/src/.libs/libmsgpack.a(unpack.o) >>> referenced by unpack.c >>> unpack.o:(template_execute) in archive msgpack-0.5.7/src/.libs/libmsgpack.a PR: 240068 Approved by: kuriyama (maintainer timeout), linimon (mentor)
* New port: devel/termbox Legacy-free alternative to ncurses0mp2019-09-164-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | Termbox is a library that provides minimalistic API which allows the programmer to write text-based user interfaces. It is based on a very simple abstraction. The main idea is viewing terminals as a table of fixed-size cells and input being a stream of structured messages. Would be fair to say that the model is inspired by windows console API. The abstraction itself is not perfect and it may create problems in certain areas. The most sensitive ones are copy & pasting and wide characters (mostly Chinese, Japanese, Korean (CJK) characters). When it comes to copy & pasting, the notion of cells is not really compatible with the idea of text. And CJK runes often require more than one cell to display them nicely. Despite the mentioned flaws, using such a simple model brings benefits in a form of simplicity. And KISS principle is important. At this point one should realize, that CLI (command-line interfaces) aren't really a thing termbox is aimed at. But rather pseudo-graphical user interfaces. WWW: https://github.com/nsf/termbox PR: 240522 Submitted by: as@php.net Differential Revision: https://reviews.freebsd.org/D21614
* devel/gitflow: Update to 1.12.3kai2019-09-163-30/+6
| | | | | | | | | | | | | | | | | * Remove patch "patch-git-flow-init" that is no longer required. [1] While I'm here: * Group USES block with related USE_ variables and move OPTIONS_DEFINE further down according to the PHB. Changelog since 1.12.1: * Explicitly get the default values from the system and global config * Fix missing parentheses [1] PR: 240577 Submitted by: nbari@tequila.io (maintainer)
* String utilities and common hash functions for ngx_lua and LuaJITmm2019-09-165-0/+46
| | | | WWW: https://github.com/openresty/lua-resty-string
* Fix build on GCC-based systems:linimon2019-09-161-1/+1
| | | | | | | | CMake Error in utils/version_sort/CMakeLists.txt: Target "version_sort" requires the language dialect "CXX11" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)
* - Update to 1.1.14amdmi32019-09-162-4/+4
|
* Add devel/py-wlc: Command line utility for Weblatedbaio2019-09-164-0/+34
| | | | | | | | Command line utility for Weblate, translation tool with tight version control integration. It uses the Weblate's REST API. WWW: https://github.com/WeblateOrg/wlc WWW: https://pypi.org/project/wlc/
* Deprecate a few portsantoine2019-09-1630-0/+60
|
* audio/pulseaudio: update to 13.0jbeich2019-09-161-0/+143
| | | | | | | | | - Connect tests to the framework Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/ ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/ PR: 240585 Submitted by: lightside@gmx.com
* Update to 2.11.353sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.353sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.353sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 0.15.2sunpoet2019-09-152-4/+4
| | | | | Changes: https://github.com/crsmithdev/arrow/releases https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md
* Update to 1.702sunpoet2019-09-152-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Term-Choose
* Update to 0.32sunpoet2019-09-152-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/DateTime-Format-Flexible
* Update to 6.08sunpoet2019-09-152-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Carp-Clan
* devel/py-uhid-freebsd: fix build on GCC architecturespkubaj2019-09-151-1/+1
| | | | | | | | | | Use C++11 compiler: uhid_freebsd.cpp:43: error: ISO C++ forbids declaration of 'devRegex' with no type uhid_freebsd.cpp:43: error: 'regex' is not a member of 'std' uhid_freebsd.cpp:44: error: 'cmatch' is not a member of 'std' uhid_freebsd.cpp:44: error: expected `;' before 'cmDev' Approved by: mentors (implicit approval)
* - Update to 1.7.182danilo2019-09-153-4/+144
|
* devel/jsoncpp: drop gcc5 support after r501916jbeich2019-09-152-28/+0
| | | | | $ USE_GCC=5 make ===> jsoncpp-1.8.1_7 Unknown version of GCC specified (USE_GCC=5).
* Drop C++11 workaround for GCC < 6 after r449590jbeich2019-09-157-43/+2
| | | | | | | | lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48 they should backport C++11 fix instead. QA on GCC architecuters is currently limited to powerpc64 which uses GCC_DEFAULT. PR: 193528
* Update to 1.2019.3sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/tzinfo/tzinfo-data/releases
* Update to 1.8.3sunpoet2019-09-153-14/+4
| | | | Changes: https://github.com/aserafin/grape_logging/releases
* Update to 0.30.10sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
* Update to 2.3.0sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md
* Update to 2.11.352sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.352sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 3.54.0sunpoet2019-09-152-4/+5
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-resources/CHANGELOG.md
* Update to 1.37.0sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-medialive/CHANGELOG.md
* Update to 1.34.0sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md
* Update to 1.109.0sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/CHANGELOG.md
* Update to 2.11.352sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 1.212.0sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md
* Update to 1.40.2sunpoet2019-09-152-4/+4
| | | | Changes: https://docs.openstack.org/oslo.service/latest/user/history.html
* Update to 1.33.3sunpoet2019-09-152-4/+4
| | | | Changes: https://docs.openstack.org/oslo.privsep/latest/contributor/history.html
* Update to 2.3.2sunpoet2019-09-152-4/+4
| | | | Changes: https://docs.openstack.org/oslo.policy/latest/user/history.html
* Update to 3.0.5sunpoet2019-09-152-4/+4
| | | | Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
* Add rubygem-aws-sdk-workmailmessageflow 1.0.0sunpoet2019-09-154-0/+30
| | | | | | | Official AWS Ruby gem for Amazon WorkMail Message Flow. WWW: https://github.com/aws/aws-sdk-ruby WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-workmailmessageflow
* Mark BROKEN on i386 with lldantoine2019-09-151-1/+3
| | | | MFH: 2019Q3
* Fix execution interupted by signal detectionromain2019-09-152-0/+21
| | | | | | | | | | With the default version of Ruby changing to 2.6, sysutils/facter fails to gather some facts due to leatherman not handling signals properly. With hat: puppet PR: 240566 Submitted by: allanjude Reported by: albert.shih@obspm.fr
* Mark BROKEN on i386 with lldantoine2019-09-141-0/+3
| | | | | Reported by: pkg-fallout MFH: 2019Q3
* devel/py-robotframework-pabot: Update to 0.87kai2019-09-142-6/+15
| | | | | | | | | | | | | | | * Switch from PyPI to GitHub for a while to make use of the test suite that isn't available in the sdist via PyPI, yet. * Add a "do-test" target to make future QA easier. Changelog: https://github.com/mkorpela/pabot/compare/0.86...0.87 PR: 240481 Submitted by: vladimir.chukharev@gmail.com (maintainer) Differential Revision: https://reviews.freebsd.org/D21600
* devel/py-libvirt: update to 5.7.0novel2019-09-142-4/+4
|
* devel/libvirt: update to 5.7.0novel2019-09-143-6/+46
| | | | | | With this release, libvirt has separated libvirtd into per-driver daemons. The older way of using all in one libvirtd binary is still supported, and the port still uses it. It'll be converted to the new schema later.
* - Update WWWamdmi32019-09-141-1/+1
| | | | Approved by: portmgr blanket
* devel/gb: Enumerate GO_TARGETs, remove custom do-installswills2019-09-131-4/+4
| | | | | PR: 240414 Submitted by: Dmitri Goutnik <dg@syrec.org>
* Update to a new snapshot.brooks2019-09-134-26/+30
| | | | | | | Fix build without COMPILER_RT. [0] Reported by: emaste Sponsored by: DARPA, AFRL
* devel/p5-Workflow: Update to 1.48swills2019-09-132-4/+4
| | | | | PR: 240504 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
* Update to 1.32.0sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-storagegateway/CHANGELOG.md
* Update to 1.29sunpoet2019-09-132-6/+8
| | | | | | | - Add NO_ARCH - Convert to options target helper Changes: https://metacpan.org/changes/distribution/Locale-Maketext-Gettext
* Update to 7.38sunpoet2019-09-132-6/+6
| | | | Changes: https://metacpan.org/changes/distribution/ExtUtils-MakeMaker
* Update to 2.6.4.1sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/whitequark/parser/blob/master/CHANGELOG.md
* Update to 0.30.9sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
* Update to 2.11.351sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 1.22.0sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-states/CHANGELOG.md
* Update to 1.26.0sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ses/CHANGELOG.md
* Update to 2.11.351sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 1.65.0sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-rds/CHANGELOG.md
* Update to 1.14.0sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-mediaconnect/CHANGELOG.md
* Update to 1.108.0sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/CHANGELOG.md
* Update to 2.11.351sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 1.37.0sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-configservice/CHANGELOG.md
* Update to 1.10.1sunpoet2019-09-132-4/+4
| | | | | Changes: https://github.com/pyvisa/pyvisa/releases https://github.com/pyvisa/pyvisa/blob/master/CHANGES
* Update to 3.0.4sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
* Update to 1.1.3sunpoet2019-09-132-4/+4
| | | | Changes: https://github.com/jupyterlab/jupyterlab/commits/master
* Update to 0.15.1sunpoet2019-09-132-4/+4
| | | | | Changes: https://github.com/crsmithdev/arrow/releases https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md
* Update to 0.001099sunpoet2019-09-132-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Test2-Harness
* Remove 'PyMISP is a' from the start of COMMENTdvl2019-09-131-1/+1
| | | | | | re: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-comment.html Reported by: koobs - the god of ports
* devel/netsurf-buildsystem: upgrade 1.7 -> 1.8pi2019-09-132-4/+4
| | | | | PR: 240335 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
* devel/android-tools-fastboot: replace post-extract via GH_SUBDIRjbeich2019-09-123-8/+5
|
* devel/android-tools-*: simplify via GH_TUPLEjbeich2019-09-124-20/+14
| | | | Also, chase HTTP redirect in simpleperf
* devel/android-tools-fastboot: tabify after r511879jbeich2019-09-121-1/+1
|
* devel/android-tools-fastboot: update to 29.0.3jbeich2019-09-1218-231/+235
| | | | Changes: https://android.googlesource.com/platform/system/core/+log/android-9.0.0_r3..platform-tools-29.0.3/fastboot
* llvm90:brooks2019-09-126-3/+115
| | | | | | | | | | | | | | | | Enable OpenMP on power64. [0] Add an option to link ld.lld to ld and enable by default on power64. [1] xtoolchain-llvm-devel: Add the ability to disable linking ld.lld to ld in slave ports. xtoolchain-llvm90: Disable linking ld.lld to ld since llvm90 can now do it. PR: 240516 [0] Submitted by: pkubaj [0] Requested by: kib [1]
* devel/android-tools-adb: drop unused files after r448522 and r477244jbeich2019-09-125-73/+0
| | | | | | https://android.googlesource.com/platform/system/core/+/e8b663fec3ac%5E%21/ https://android.googlesource.com/platform/system/core/+/e5dd71a290f6%5E%21/ https://android.googlesource.com/platform/system/core/+/d51c6df1ef98%5E%21/
* devel/android-tools-adb: update to 29.0.3jbeich2019-09-127-32/+39
| | | | | Changes: https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.2..platform-tools-29.0.3/adb Reported by: portscout
* devel/clojure-cider: Update version 0.21.0=>0.22.0bofh2019-09-122-4/+4
|
* devel/gsoap: Update version 2.8.89=>2.8.91bofh2019-09-122-4/+4
|
* Update to v1.2.1, switch master site from github to CheeseShop (pypi.org)grembo2019-09-122-8/+5
|
* - Update to 1.2.0amdmi32019-09-122-4/+4
|
* - Update to 3.0.0amdmi32019-09-123-7/+8
|
* Regular pkg-message cleanup.mat2019-09-111-1/+5
|
* Fix linkage with non-default python port options.brooks2019-09-111-1/+1
| | | | Reported by: Richard Clayton
* Update to 9.0.0rc4.brooks2019-09-112-17/+17
| | | | Fix linkage with non-default python port options.
* Update to 2.11.350sunpoet2019-09-112-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 1.15.0sunpoet2019-09-112-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-robomaker/CHANGELOG.md
* Update to 2.11.350sunpoet2019-09-112-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 3.53.0sunpoet2019-09-112-4/+6
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-resources/CHANGELOG.md
* Update to 1.16.0sunpoet2019-09-112-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md
* Update to 1.107.0sunpoet2019-09-112-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/CHANGELOG.md
* Update to 2.11.350sunpoet2019-09-112-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 3.67.0sunpoet2019-09-112-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-core/CHANGELOG.md
* Update to 1.36.0sunpoet2019-09-112-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-appstream/CHANGELOG.md
* Update to 1.16.0sunpoet2019-09-112-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-appmesh/CHANGELOG.md
* Update to 1.211.0sunpoet2019-09-112-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md
* Update to 4.36.0sunpoet2019-09-112-4/+4
| | | | Changes: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
* Update to 0.001098sunpoet2019-09-113-4/+6
| | | | Changes: https://metacpan.org/changes/distribution/Test2-Harness
* Update to 1.850sunpoet2019-09-112-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/MCE-Shared
* Update to 1.850sunpoet2019-09-112-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/MCE
* devel/awscli: fix typo, DOCS_USERS -> DOCS_USESbhughes2019-09-111-1/+2
| | | | | | | Bump PORTREVISION since this changes the runtime dependencies. Reviewed by: tobik Sponsored by: Miles AS
* Add rubygem-aws-sdk-qldbsession 1.0.0sunpoet2019-09-114-0/+30
| | | | | | | Official AWS Ruby gem for Amazon QLDB Session (QLDB Session). WWW: https://github.com/aws/aws-sdk-ruby WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-qldbsession
* Add rubygem-aws-sdk-qldb 1.0.0sunpoet2019-09-114-0/+30
| | | | | | | Official AWS Ruby gem for Amazon QLDB (QLDB). WWW: https://github.com/aws/aws-sdk-ruby WWW: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-qldb
* Add cabby, a TAXII client implementation from EclecticIQdvl2019-09-114-0/+35
| | | | Submitted by: Gilbert Morgan <gmm@tutanota.com> (via private email)
* Add piymisp, a library to access MISP platforms via their REST APIdvl2019-09-114-0/+31
| | | | Submitted by: Gilbert Morgan <gmm@tutanota.com> (via private email)
* Add furl, URL parsing and manipulation made easy.dvl2019-09-114-0/+40
| | | | Submitted by: Gilbert Morgan <gmm@tutanota.com> (via private email)
* Remove redundant setting of GH_PROJECTgrembo2019-09-101-1/+0
|
* Update to v1.0grembo2019-09-102-4/+4
|
* New port to allow getting details on UHID devices (/dev/uhid*)grembo2019-09-104-0/+30
|
* devel/boost-jam: fix build on GCC architecturespkubaj2019-09-101-0/+2
| | | | | | | | | Use new GCC on GCC architectures: The error: cc1plus: error: unrecognized command line option "-std=c++11" PR: 240065 Approved by: linimon (mentor), office (maintainer timeout)
* devel/py-tblib: Update to 1.4.0dbaio2019-09-102-4/+4
| | | | | | | Changelog: https://github.com/ionelmc/python-tblib/blob/v1.4.0/CHANGELOG.rst PR: 239710 Submitted by: wen
* - Update to 1.7.178danilo2019-09-103-95/+1409
|
* - Update to 0.1.2danilo2019-09-102-6/+5
|
* - Update to 0.1.3danilo2019-09-102-4/+4
|
* - Update to 0.4.6danilo2019-09-103-6/+28
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update WWWsunpoet2019-09-101-1/+1
|
* Update to 0.15.0sunpoet2019-09-102-4/+4
| | | | | Changes: https://github.com/crsmithdev/arrow/releases https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md
* Update to 0.001096sunpoet2019-09-102-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Test2-Harness
* Upgrade to v1.32.0.thierry2019-09-102-4/+4
| | | | Release notes at <https://github.com/libuv/libuv/releases/tag/v1.32.0>.
* Update to alpha-20190808antoine2019-09-102-4/+4
|
* - Update to 2.194lwhsu2019-09-102-4/+4
| | | | Sponsored by: The FreeBSD Foundation
* devel/rubygem-delayer: Update to 1.0.1meta2019-09-102-4/+4
| | | | some performance improvements
* - Update to 1.89amdmi32019-09-093-32/+7
|
* devel/p5-Test-Compile: update to 2.2.2culot2019-09-092-3/+4
| | | | Changes: https://metacpan.org/source/EGILES/Test-Compile-v2.2.2/Changes
* - Update to 6.17.0danilo2019-09-093-16/+7
|
* devel/gitaly: upgrade to 1.59.2 which is required for gitlab-ce 12.2.mfechner2019-09-095-40/+67
|
* devel/rubygem-gitlab-sidekiq-fetcher: upgrade to 0.5.1 which is required for ↵mfechner2019-09-092-4/+4
| | | | gitlab-ce 12.2.
* devel/rubygem-gitlab-labkit: upgrade to 0.4.2 which is required for ↵mfechner2019-09-092-10/+10
| | | | gitlab-ce 12.2.
* - Update WWWamdmi32019-09-091-1/+1
| | | | Approved by: portmgr blanket
* Add Linux version of gmake(1). Unlike FreeBSD gmake it will run commandstijl2019-09-095-0/+97
| | | | | from /compat/linux which is more likely to work when building Linux software.
* Fix runtime errorsunpoet2019-09-092-0/+10
| | | | | | | | - Bump PORTREVISION for package change ActiveSupport::ParameterFilter change in [1] is only compatible with Rails 6.0+. Reference: https://github.com/aserafin/grape_logging/commit/f89177ff532902ab724cbf8bc6867ad3a1f321f1 [1]
* Update to 1.14.0sunpoet2019-09-092-5/+4
| | | | Changes: https://github.com/pypa/twine/blob/master/docs/changelog.rst
* Update to 1.1.2sunpoet2019-09-092-4/+4
| | | | Changes: https://github.com/jupyterlab/jupyterlab/commits/master
* devel/cmake: update to 3.15.3tcberner2019-09-094-6/+6
| | | | | PR: 240361 Exp-run by: antoine
* devel/py-portalocker: Update to 1.5.1dbaio2019-09-092-8/+4
|
* devel/py-jep: Update to 3.9.0dbaio2019-09-092-5/+4
| | | | Changelog: https://github.com/ninia/jep/blob/v3.9.0/release_notes/3.9-notes.rst
* Don't install the i386 package of libstdc++-devel on amd64. The amd64tijl2019-09-082-28/+3
| | | | package already contains the necessary bits.
* - Update to 3.2.1wen2019-09-082-4/+4
|
* Add glibc-static so gcc -static works.tijl2019-09-084-3/+44
|
* Update to 0.6.1matthew2019-09-082-4/+4
| | | | ChangeLog: https://github.com/cookiecutter/whichcraft/blob/0.6.1/HISTORY.rst
* Remove unneeded USES=compilerantoine2019-09-081-1/+1
|
* - Update to 0.5.1tota2019-09-082-5/+4
|
* devel/libclc: remove patch for commit 62a9191 which is in 0.4.0jmd2019-09-081-73/+0
|
* devel/libclc: update libclc to 0.4.0jmd2019-09-083-18/+20
| | | | | | | | This brings support for AMD Vega. Reviewed by: zeising (x11) Approved by: zeising (x11) Differential Revision: https://reviews.freebsd.org/D21019
* devel/oclgrind: always compile with CXX/CC from LLVM_DEFAULTjmd2019-09-081-0/+5
| | | | | | | This will fix issues when switching LLVM_DEFAULT to 9.0 on releases with older base compilers. PR: 239682
* devel/oclgrind: respect LLVM_DEFAULT.jmd2019-09-082-6/+6
| | | | | | | | | Was introduced in r495460, it seems. While there, update to the latest snapshot which fixes a bug in rect command types. PR: 239719 Reported by: jbeich
* devel/py-azure-batch: Update to 8.0.0dbaio2019-09-082-4/+4
| | | | | Changelog: https://pypi.org/project/azure-batch/8.0.0/ Reported by: portscout
* devel/py-azure-cosmos: Update to 3.1.1dbaio2019-09-082-4/+4
| | | | Reported by: portscout
* devel/py-azure-datalake-store: Update to 0.0.47dbaio2019-09-082-4/+4
| | | | | Changelog: https://pypi.org/project/azure-datalake-store/0.0.47/ Reported by: portscout
* devel/py-azure-mgmt-batch: Update to 7.0.0dbaio2019-09-082-4/+4
| | | | | Changelog: https://pypi.org/project/azure-mgmt-batch/7.0.0/ Reported by: portscout
* devel/py-azure-mgmt-cognitiveservices: Update to 5.0.0dbaio2019-09-082-4/+4
| | | | | Changelog: https://pypi.org/project/azure-mgmt-cognitiveservices/5.0.0/ Reported by: portscout