Changes:
- Fix segfault in pkg audit -F [1]
- Fix multiple segfault when using eventpipe [2]
- Fix REPOS_DIR being appended instead of overwritten when modified from pkg.conf
Reported by: many [1]
Reported by: kmoore [2]
- Stagify
- Set NO_ARCH
- Drop post-install printing (this is already in the options)
- Drop pkg-plist
- Bump PORTREVISION so that py-setuptools is not registered as a run-time
dependency
and thereby whether it should display a progress bar during downloads.
While rc.d scripts have a terminal attached, for the common case of
unattended installation of servers, this script is not being used
interactively; so redirect stdin from /dev/null to silence the progress
bars and reduce console spew.
The -q option could be used to accomplish this, but that would also
eliminate other more useful information, such as the names and versions
of packages being installed.
Given we do not support for long enough old OPTIONS framework just get
rid of this compat block that doesn't bring anything anymore
Kick by: cperciva [1]
* Staging support
* New style LIB_DEPENDS
* Use OPTIONS helpers
* OPTIONS_SINGLE to select between Cyrus SASL and gsasl
* Two new options: EXPERIMENTAL and SUPERCEDED
The port requires OpenSSL >= 1.0.1, so set WANT_OPENSSL_PORTS=yes
everywhere except for on FreeBSD 10.x, where it's in the base system.
The github.org MASTER_SITE a) redirects to a server in the Amazon
cloud and b) requires use of HTTPS.
(a) implies setting fetch(1) to follow redirects, which is usually
frowned upon. However, this pattern is recommended in bsd.sites.mk
for use with GitHub.
(b) is troublesome for FreeBSD 8.x, as fetch(1) hasn't grown HTTPS
support there yet. Hence provide a copy of the distfile on
http://people.freebsd.org/ as a 2nd MASTER_SITE
Approved by: mm (maintainer)
Now that all python packages use setuptools and eggs are undesired for system
wide packages the ports should use USE_PYDISTUTILS=yes instead.
Approved by: portmgr (bapt)
Note: PORTREVISION intentionnally not bumped; this is just for package
building, and poudriere should notice it anyway.
Requested by: R. Tyler Croy <tyler (at) monkeypox (dot) org>
Default to PBL as the data store (per the author's recommendations)
Use OPTIONS helpers where possible
Fix with clang
PR: ports/184579
Approved by: stefan (maintainer)
- Support staging.
- Adapt to the new LIB_DEPENDS format.
Fixes in this release include:
* Some improvement on inner-shadows
* Some extra checks on widgets validity to prevent runtime warnings
* Some rendering improvements for instance regarding scrollbars and textviews
* devel/py-botocore - update to 0.28.0
* devel/py-jmespath - update to 0.2.0
* While here, change USE_PYDISTUTILS from "easy_install" to "yes".
Approved by: wg (mentor)