These are effectively *run* dependencies, since the build is not
affected; however, installing just spectral without image support
or QQC2 into a twm environment gives you one that won't start,
or won't show everything you might encounter in Matrix.
Doesn't fix the referenced PR, but is related.
PR: 236598
Plata is a Gtk theme based on Material Design Refresh.
WWW: https://gitlab.com/tista500/plata-theme
PR: 237035
Submitted by: Hiroki Tagato <tagattie@yandex.com>
While I'm here:
* Add license information
* Sort variables a bit according to the PHB
This was initially a small patch that was meant to update the MASTER_SITES
and the WWW field. [1] On further research it came to light that the
previous version of astro/wmsun was a fork whose upstream sources are now
gone.
In the meantime there have been some recent activities regarding Window
Maker dockapps and many of those programs were collected, updated and are
maintained by the current Window Maker developers.
Therefore the intial patch has been extended a bit to point to the new
upstream location instead of using a semi-official location that could
vanish in near future. [2]
At last but not least: The program was renamed from "wmSun" to "wmsun" so
there's a bit more churn than usual.
https://github.com/window-maker/dockapps/blob/master/wmsun/ChangeLog
PR: 235526
Submitted by: Marco Beishuzen (maintainer) [1]
Approved by: tcberner (mentor), maintainer [2]
Differential Revision: https://reviews.freebsd.org/D19136
The file referenced as justification for using C++98 no longer exists.
Not bumping PORTREVISION, since there's no meaningful change to the
port; it'll get picked up with the next KDE Applications update.
While I'm here:
* Move options block a bit further down according to the PHB
Changelog:
* New option -x / --reachable to check if the number of reachable hosts is
>= a certain number. Useful for example to implement connectivity-checks
* Allow decimal numbers for '-t', '-i', '-p', and '-Q'
* Fix build with --disable-ipv6
* Fix hang with '-6', with ipv6 kernel module, but not loaded
* Assume '-6' if the binary is named 'fping6' (this is mostly for special
embedded-distro use cases, and not meant to be used generally in place of
compiling IPv6-only binary or using '-6')
* Get rid of warning "timeout (-t) value larger than period (-p) produces
unexpected results"
Also remove patch-configure.ac that no longer applies because the build with
IPv6 support for FreeBSD has been fixed with 4.1.
https://github.com/schweikert/fping/releases/tag/v4.2
PR: 236739
Submitted by: Jason Harris (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19789
archivemail fails to build with Python 3.x [1]:
print too_old_error
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(too_old_error)?
Limit to Python 2.7 accordingly.
While I'm here, level up port compliance:
- Update COMMENT to match setup.py:description
- Use distutils/autoplist/concurrent (package uses a setup.py). Remove
NO_BUILD, do-install target, amend pkg-plist accordingly.
- Patch setup.py to install man pages in /usr/local not /usr/local/share
- Add test target to assist QA
PR: 237179 [1]
Reported by: Helge Oldach <freebsd oldach net> [1]
MFH: 2019Q2
spice-gtk picks up libva when present with no option to disable it easily,
so make it a requisite for a consistent dependency situation in bare-metal
and jail builds.
The FreeBSD ports rig complains that USE_GNOME requires USES=gnome,
so add that.
PR: 237264
Approved by: xxjack12xx@gmail.com (maintainer)