| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Several fixes, but no changelog available
|
|
|
|
|
|
|
|
|
|
| |
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/
|
| |
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Approved by: "just fix it"
|
|
|
|
|
| |
PR: 240652
Submitted by: Eero Hänninen <fax@nohik.ee> (maintainer)
|
|
|
|
|
| |
PR: 240665
Submitted by: vladimir.chukharev@gmail.com (maintainer)
|
|
|
|
|
| |
PR: 240679
Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer)
|
|
|
|
|
|
|
|
| |
Changelog:
https://kde.org/announcements/kde-frameworks-5.62.0.php
Exp-run by: antoine
PR: 240720
|
|
|
|
|
| |
PR: 240714
Submitted by: matthew
|
|
|
|
|
|
|
| |
Release notes:
https://puppet.com/docs/pdk/1.x/release_notes_pdk.html#release-notes-pdk-x.13
With hat: puppet
|
|
|
|
| |
With hat: puppet
|
|
|
|
|
| |
Submitted by: Trenton Schulz <trenton@norwegianrockcat.com>
Relnotes: https://github.com/ros-infrastructure/rosdep/blob/0.16.1/CHANGELOG.rst
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
| |
Both ports need to use the same LLVM version for OpenCL to work.
Reported by: Vasily Postnicov (on x11@ list)
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
Add tests
Comment where requirements are defined.
PR: 240661
Submitted by: <vladimir.chukharev@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
| |
Reported by: pkg-fallout
MFH: 2019Q3
|
| |
|
|
|
|
|
|
|
|
| |
- 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/
|
|
|
|
|
|
|
| |
utils-eventcode-members.html and utils-eventcode.html don't exist when qtcreator is built with GCC.
PR: 240298
Approved by: tcberner (maintainer, mentor)
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
Comment where the requirements are defined.
Bump PORTREVISION.
PR: 240660
Submitted by: <vladimir.chukharev@gmail.com> (maintainer)
|
|
|
|
|
| |
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.
|
|
|
|
| |
MFH: 2019Q3
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
| |
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Relnotes: https://metacpan.org/changes/distribution/X-Tiny
|
|
|
|
| |
- Added multi-argument support in dumps()
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
Event: EuroBSDCon FreeBSD DevSummit 2019
|
|
|
|
|
|
| |
Builds fine.
Approved by: mentors (implicit approval)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
Builds fine on powerpc64, which doesn't support -march=native.
Approved by: mentors (implicit approval)
|
| |
|
| |
|
|
|
|
|
|
| |
This version is compatible to the incoming PHP 7.4
Changelog: https://gitlab.toco-domains.de/tocOS/APHPUnit/blob/1.9/CHANGELOG
|
|
|
|
|
|
|
| |
PR: 240557
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer)
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21716
|
| |
|
|
|
|
|
|
| |
Builds fine on powerpc64, just needs GCC from ports.
Approved by: mentors (implicit approval)
|
| |
|
| |
|
|
|
|
| |
Sponsored by: Netzkommune GmbH
|
|
|
|
| |
Sponsored by: Netzkommune GmbH
|
|
|
|
| |
Reported by: pkg-fallout
|
|
|
|
|
|
| |
versions.
Approved by: portmgr blanket (avoid install failures)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changes: https://virtualenv.pypa.io/en/stable/changes/
|
|
|
|
| |
Approved by: mentors (implicit approval)
|
| |
|
| |
|
|
|
|
|
| |
Reported by: pkg-fallout
MFH: 2019Q3
|
|
|
|
|
| |
While tested mainly on FreeBSD and DragonFly it may also work on
NetBSD and OpenBSD which use reference libusb implementation.
|
|
|
|
|
| |
Approved by: tz (mentor), portmgr (adamw)
Differential Revision: https://reviews.freebsd.org/D21677
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
| |
WWW: https://github.com/openresty/lua-resty-string
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
| |
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/
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
|
| |
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Term-Choose
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/DateTime-Format-Flexible
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Carp-Clan
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
$ USE_GCC=5 make
===> jsoncpp-1.8.1_7 Unknown version of GCC specified (USE_GCC=5).
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Changes: https://github.com/tzinfo/tzinfo-data/releases
|
|
|
|
| |
Changes: https://github.com/aserafin/grape_logging/releases
|
|
|
|
| |
Changes: https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-resources/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-medialive/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-elasticloadbalancingv2/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md
|
|
|
|
| |
Changes: https://docs.openstack.org/oslo.service/latest/user/history.html
|
|
|
|
| |
Changes: https://docs.openstack.org/oslo.privsep/latest/contributor/history.html
|
|
|
|
| |
Changes: https://docs.openstack.org/oslo.policy/latest/user/history.html
|
|
|
|
| |
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
MFH: 2019Q3
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Reported by: pkg-fallout
MFH: 2019Q3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
PR: 240414
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
|
|
|
|
|
|
| |
Fix build without COMPILER_RT. [0]
Reported by: emaste
Sponsored by: DARPA, AFRL
|
|
|
|
|
| |
PR: 240504
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-storagegateway/CHANGELOG.md
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Convert to options target helper
Changes: https://metacpan.org/changes/distribution/Locale-Maketext-Gettext
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/ExtUtils-MakeMaker
|
|
|
|
| |
Changes: https://github.com/whitequark/parser/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/googleapis/google-api-ruby-client/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-states/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ses/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-rds/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-mediaconnect/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-configservice/CHANGELOG.md
|
|
|
|
|
| |
Changes: https://github.com/pyvisa/pyvisa/releases
https://github.com/pyvisa/pyvisa/blob/master/CHANGES
|
|
|
|
| |
Changes: https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst
|
|
|
|
| |
Changes: https://github.com/jupyterlab/jupyterlab/commits/master
|
|
|
|
|
| |
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Test2-Harness
|
|
|
|
|
|
| |
re: https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-comment.html
Reported by: koobs - the god of ports
|
|
|
|
|
| |
PR: 240335
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
|
| |
|
|
|
|
| |
Also, chase HTTP redirect in simpleperf
|
| |
|
|
|
|
| |
Changes: https://android.googlesource.com/platform/system/core/+log/android-9.0.0_r3..platform-tools-29.0.3/fastboot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
|
| |
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/
|
|
|
|
|
| |
Changes: https://android.googlesource.com/platform/system/core/+log/platform-tools-29.0.2..platform-tools-29.0.3/adb
Reported by: portscout
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: Richard Clayton
|
|
|
|
| |
Fix linkage with non-default python port options.
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-robomaker/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-resources/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-marketplacecommerceanalytics/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-ec2/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/releases
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-core/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-appstream/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk-appmesh/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-partitions/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Test2-Harness
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/MCE-Shared
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/MCE
|
|
|
|
|
|
|
| |
Bump PORTREVISION since this changes the runtime dependencies.
Reviewed by: tobik
Sponsored by: Miles AS
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Submitted by: Gilbert Morgan <gmm@tutanota.com> (via private email)
|
|
|
|
| |
Submitted by: Gilbert Morgan <gmm@tutanota.com> (via private email)
|
|
|
|
| |
Submitted by: Gilbert Morgan <gmm@tutanota.com> (via private email)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
| |
Changelog: https://github.com/ionelmc/python-tblib/blob/v1.4.0/CHANGELOG.rst
PR: 239710
Submitted by: wen
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Changes: https://github.com/crsmithdev/arrow/releases
https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Test2-Harness
|
|
|
|
| |
Release notes at <https://github.com/libuv/libuv/releases/tag/v1.32.0>.
|
| |
|
|
|
|
| |
Sponsored by: The FreeBSD Foundation
|
|
|
|
| |
some performance improvements
|
| |
|
|
|
|
| |
Changes: https://metacpan.org/source/EGILES/Test-Compile-v2.2.2/Changes
|
| |
|
| |
|
|
|
|
| |
gitlab-ce 12.2.
|
|
|
|
| |
gitlab-ce 12.2.
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
| |
from /compat/linux which is more likely to work when building Linux
software.
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
| |
Changes: https://github.com/pypa/twine/blob/master/docs/changelog.rst
|
|
|
|
| |
Changes: https://github.com/jupyterlab/jupyterlab/commits/master
|
|
|
|
|
| |
PR: 240361
Exp-run by: antoine
|
| |
|
|
|
|
| |
Changelog: https://github.com/ninia/jep/blob/v3.9.0/release_notes/3.9-notes.rst
|
|
|
|
| |
package already contains the necessary bits.
|
| |
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/cookiecutter/whichcraft/blob/0.6.1/HISTORY.rst
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This brings support for AMD Vega.
Reviewed by: zeising (x11)
Approved by: zeising (x11)
Differential Revision: https://reviews.freebsd.org/D21019
|
|
|
|
|
|
|
| |
This will fix issues when switching LLVM_DEFAULT to 9.0 on releases with
older base compilers.
PR: 239682
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Changelog: https://pypi.org/project/azure-batch/8.0.0/
Reported by: portscout
|
|
|
|
| |
Reported by: portscout
|
|
|
|
|
| |
Changelog: https://pypi.org/project/azure-datalake-store/0.0.47/
Reported by: portscout
|
|
|
|
|
| |
Changelog: https://pypi.org/project/azure-mgmt-batch/7.0.0/
Reported by: portscout
|
|
|
|
|
| |
Changelog: https://pypi.org/project/azure-mgmt-cognitiveservices/5.0.0/
Reported by: portscout
|