The module wasn't linked correctly with libmaxminddb.so when
using `AP_FAST_BUILD`, because of not having correct ld-flags.
Switch to default build (with a patch) solves the problem.
Reported by: ler
Sponsored by: The FreeBSD Foundation
- add missing dependencies to fix keras runtime
- add pkg-message to instruct user how to use keras in absence of tensorflow
- bump PORTREVISION
Approved by: portmgr (blanket approval)
It provides model definitions and pre-trained weights for a number of popular
archictures, such as VGG16, ResNet50, Xception, MobileNet, and more.
WWW: https://github.com/keras-team/keras-applications
You have a feature branch with a few commits. Your teammate reviewed the branch
and pointed out a few bugs. You have fixes for the bugs, but you don't want to
shove them all into an opaque commit that says fixes, because you believe in
atomic commits. Instead of manually finding commit SHAs for git commit --fixup,
or running a manual interactive rebase, do this:
> git add $FILES_YOU_FIXED
> git absorb
> git rebase -i --autosquash master
git absorb will automatically identify which commits are safe to modify, and
which indexed changes belong to each of those commits. It will then write
fixup! commits for each of those changes. You can check its output manually if
you don't trust it, and then fold the fixups into your feature branch with
git's built-in autosquash functionality.
PR: 235436
Submitted by: Greg V <greg@unrelenting.technology>
missed during a large merge of the configuration file. This resulted in,
at least, macros affecting maths operations using the big endian rather
than the little endian versions.
PR: 234689
- while here, also address the issue of the missing data directory
PR: 235545
Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D19091
* Removed workaround for a fixed bug in previous 11.x release
* Reworked rc script to be more standardized
The rc script now has 3 possible entries that can be changed,
teamspeak_pidfile, teamspeak_db_dir and teamspeak_log_dir.
This will provide a more customizable experience when using
teamspeak.
Changes: https://forum.teamspeak.com/threads/138675-Release-TeamSpeak-3-Server-3-6-1
PR: 235082
Update patches and pkg-plist for deps/openssl/**/* after upstream
pdated to OpenSSL 1.1.1a and refresh existing patches with
`make makepatch`.
https://nodejs.org/en/blog/release/v11.9.0/
Sponsored by: Miles AS