- After introducing nexthop objects in base@r359823 FreeBSD CI is failing
as netstat header has changed from Use to Nhop#. This patch is a
temporary workaround while I will work on libxo implementation in
scapy.
- Remove some unchanged files in post-patch
Reported by: kp
Add an upstream patch (submitted by myself and danfe) to fix the issue where
the hw cursor sometimes does not work when using x11-drivers/xf86-video-ati.
Big thanks to danfe@ for debugging and testing and figuring out what's going
on.
For details on the change, see upstream issue:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-ati/-/issues/190
PR: 237642
Reported by: jwb
MFH: 2020Q2
meh is a small, simple, super fast image viewer using raw XLib. It is
similar to feh, but faster and simpler.
meh can use ImageMagick’s convert to view almost 200 file formats, though
it is slower for these formats. Built in formats are JPEG, PNG, BMP, and
netpbm.
Features:
- Fast
- Tiny
- Fast JPEG, PNG, GIF and BMP support
- Fast netpbm support (.ppm, .pgm, .pbm, .pnm)
- ImageMagick support by calling convert
- All ImageMagick formats (almost 200)
- This allows limited support for PDF’s and SVG’s
- Scales images to window size
- Preserves aspect ratio (either via EWMH hints or by padding the window)
- XSHM Support
- Minimal dependencies (Xlib, libjpeg, libpng, giflib)
WWW: https://www.johnhawthorn.com/meh/
FreeBSD 13 removes procfs-based process debugging which strace(1)
uses. Users can use truss in the base system instead.
PR: 244939
Reviewed by: sbz (maintainer)
Differential Revision: https://reviews.freebsd.org/D24254
GCTA (Genome-wide Complex Trait Analysis) was originally designed to estimate
the proportion of phenotypic variance explained by genome- or chromosome-wide
SNPs for complex traits (the GREML method), and has subsequently extended for
many other analyses to better understand the genetic architecture of complex
traits.
<ChangeLog>
This is a maintenance release for version 1.4.
Update urgency: Medium
Headlines:
This release improves overall stability and provides fixes for
issues found after the previous release.
Features:
- Added exists function that can be used on conditional updates
(REPLACE PARTIAL) to check if a field exists in the document.
Minor Enhancements:
- Lazy evaluation of the right side of 'or'/'and' clauses in
IF condition.
Bugfixes:
- Rare GC failure when accessing uninitialized variable.
- Crash on highlighting a search query where the document no
longer exists.
Note: we skipped 1.4.26 for technical reasons.
</ChangeLog>
- USES=compiler:c11 should no longer be necessary after r531755.
- build.ninja patch is pointless since the build does not use it.
Besides that while GCC 4.2 does not understand -Wpedantic it should
recognize -pedantic fine.
- Use USES=localbase instead of setting LIBS and CPPFLAGS
- Set LICENSE_FILE and do not install the license to the documentation
directory.
- Replace unnecessary "+=" used for CONFIGURE_ARGS with "=".
- Remove no-op REINPLACE_CMD.
- Use MKDIR instead of INSTALL.
- Format the makefile with portfmt.
ChangeLog:
https://www.ctan.org/ctan-ann/id/mailman.7071.1586884555.2586.ctan-ann@ctan.org
* Handling of extracting by aux file improved.
* Record extended by attribute lineno.
This attribute carries the line number of the initiating \@.
* The format of the error messages has been slightly streamlined.
Double spaces are avoided; two colons in one message are avoided.
* The format of the messages of `check_rule` include file and line
number.
* Warning for double fields added.
* The empty output file is used to signal that the output should be
suppressed.
* The resources `check.warning.rule` and `check.error.rule`
have been introduced to allow semantic checks to be classified as
warning or error.
* The behaviour of the resource `check.double` has been
generalized. The requirement of double entries to be adjacent
has been dropped. This has the impact that the processing is
slightly slower.
* New resource file `unique.field` intruduced. With this
resource it is possible to specify additional unique constraints
for fields. If different records have the same value for one of
those fields then a warning is issued.
* Static library renamed from libbib.a to libbibtool.a.
Reported by: portscout