- switch to using a zip archive, as that's all upstream are
providing now
- Upstream have completely reorganised their site, so distfile
locations and WWW links have changed
- No changes have been made to the actual font
Reported by: pi
For a reason I can't figure out, the "clean" target was being called
simultaneously with the build target resulting in a possibility of
deleting object files after they are built but before they are linked
to make a library.
The solution is to remove the "clean" target since it really serves no
purpose in the ports framework (the work area starts clean).
While here, join compound commands with "&&" rather than ";"
- Remove USES=ssl again. The last approach did not fix the problem with unresolved symbols.
Upstream now has symbol versioning in development, so once the new version is released,
all should be fine.
- Bump PORTREVISION
Add a cross buildable binutils package.
The new category is not linked to the regular ports tree to avoid make install,
poudriere and others to catch it automagically
instead of ending with a very complex file removal in the stage, prefer to use
specific plist per arch.
For now only sparc64 tested and added. This version of binutils is stipped down
only the components that are not supported by elftoolchain
Changelog:
Added
Add sshg-logtail
Add sshg-parser
Control firewall using sshg-fw
Match "no matching key exchange method" for SSH
Deprecated
Hosts backend is deprecated
Logsuck (-l option) is deprecated, use sshg-logtail instead
Process validation (-f option) is deprecated
Removed
Remove external hooks (-e option)
Remove support for genfilt and ipfilter backends
Fixed
Accept socklog messages without a timestamp
Fix excessive logging causing endless looping in logsuck
Fix undefined assignment of initial inode number
Note on deprecation: Deprecated features will be removed in the next
non-bugfix release. If you would like to nominate a feature to be
un-deprecated, contact the project mailing list.
typeface that tries to convey a technological/futuristic feeling while keeping
an elegant design. Exo is a very versatile font, so it has 9 weights
(the maximum on the web) and each with a true italic version. Exo 2 has a more
organic look that will perform much better at small text sizes and in long texts.
WWW: http://ndiscovered.com/exo-2/
PR: 211996
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
R warns if it detects .o or .so objects in the source directory, when
running tests. Remove the offending files before running the test.
Take maintainership [1]
PR: 212134
Approved by: wen [1]
- Remove MYSQL and PGSQL options
- Add configtest command to ntpa rc file
Changelog:
- New configuration validator GUI
- New internal configuration engine
- SSL support for databases
- Unified code for all platforms
- Improved code quality & Several bugfixes
- Updated MySQL Connector to official v6.9.9
- Updated PostgreSQL data provider to v3.1.7
- Updated Bootstrap to v3.3.7
- Updated jQuery to v2.2.4
PR: 212081
Submitted by: Carsten Larsen (maintainer)
Submitted by: Andrew Fengler <andrew.fengler@scaleengine.com>
Reviewed by: matthew
Approved by: zi (maintainer)
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D7488
- Add LICENSE_FILE
- Register proxy dependencies found by stage-qa
- Fix absolute path link
- Use options helper for DOCS installation
- Regenerate patch with make makepatch
**Released on August 26th, 2016.**
* Fixed execution of test cases as an unprivileged user, at least under
NetBSD 7.0. Kyua-level failures were probably a regression introduced
in Kyua 0.12, but the underlying may have existed for much longer:
test cases might have previously failed for mysterious reasons when
running under an unprivileged user.
* Issue #134: Fixed metadata test broken on 32-bit platforms.
* Issue #139: Added per-test case start/end timestamps to all reports.
* Issue #156: Fixed crashes due to the invalid handling of cleanup
routine data and triggered by the reuse of PIDs in long-running Kyua
instances.
* Issue #159: Fixed TAP parser to ignore case while matching `TODO` and
`SKIP` directives, and to also recognize `Skipped`.
* Fixed potential crash due to a race condition in the unprogramming of
timers to control test deadlines.
The above are the major changes in 0.13. Note that, however, this commit
upgrades devel/kyua from 0.11 because 0.12 was rolled back. For details
on the changes that went into 0.12, see the log for r402256.
Reviewed by: ngie
Approved by: bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D7642
Remove aarch64 patches which are now upstream
Disable new x86 relocation to avoid incompatibilities with the old base binutils
Activate all targets on the default binutils (requested by royger@)
Add a RELRO option (default off) to be able to define the default behaviour of
ld(1) on passing or not -z relro
- This adds support for building with the sndio audio output (audio/sndio).
PR: 211664
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: mva (maintainer timeout)
- This adds support for building with the sndio audio output (audio/sndio).
PR: 211663
Submitted by: Tobias Kortkamp <t@tobik.me>
Approved by: mva (maintainer timeout)
Lots of KDE components are providing libraries, and they were,
strangely, written as BUILD_ or RUN_DEPENDS, with a full path to the
library. Change this so that if a component is needed at both build,
and, run-time, then it gets a LIB_DEPENDS.
Reviewed by: rakuco, tcberner
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7625