Commit graph

467235 commits

Author SHA1 Message Date
Gerald Pfeifer
778ad80626 Update to the 20190207 snapshot of GCC 7.4.1. 2019-02-09 13:39:25 +00:00
Mahdi Mokhtari
a484edaf33 www/mod_maxminddb: Fix dynamic link error with libmaxminddb.so
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
2019-02-09 13:36:06 +00:00
Joseph Mingrone
aa5cd733db mail/getmail: Update to version 5.9
This is a documentation-only update.
Changelog: http://pyropus.ca/software/getmail/CHANGELOG
2019-02-09 13:23:32 +00:00
Mathieu Arnold
c999767558 Update to 9.13.6. 2019-02-09 12:11:11 +00:00
Ruslan Makhmatkhanov
1f395301fb math/py-keras: fix runtime
- 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)
2019-02-09 12:10:58 +00:00
Ruslan Makhmatkhanov
0c2261aaff Keras Preprocessing is the data preprocessing and data augmentation module of
the Keras deep learning library. It provides utilities for working with image
data, text data, and sequence data.

WWW: https://github.com/keras-team/keras-preprocessing
2019-02-09 11:54:12 +00:00
Ruslan Makhmatkhanov
3cb18ec9cc This is a Keras Applications module of the Keras deep learning library.
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
2019-02-09 11:53:43 +00:00
Tobias Kortkamp
523ce2b8f0 graphics/ufraw: Simplify using the GTK2 plist sub already added by OPTIONS_SUB 2019-02-09 11:04:39 +00:00
Tobias Kortkamp
86ebb877d7 devel/llvm-cheri: Do not set DOCS_CMAKE_ON twice 2019-02-09 11:02:12 +00:00
Jan Beich
a45073889b emulators/citra: add cubeb and libressl licenses
ISC is easy to confuse as one of MIT-style licenses
https://fedoraproject.org/wiki/Licensing:MIT#Old_Style_with_legal_disclaimer_2
2019-02-09 10:14:13 +00:00
Dmitry Marakasov
223e9daf59 - Add LICENSE_FILE
- Update WWW

Approved by:	portmgr blanket
2019-02-09 09:30:41 +00:00
Tobias C. Berner
9a8aed1bfd New port: devel/git-absorb: Git command for automating fixup/autosquash commits
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>
2019-02-09 09:20:26 +00:00
Dmitry Marakasov
c61335e905 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2019-02-09 09:00:45 +00:00
Greg Lewis
d82ababf17 . When upgrading to 8u192 the endianess definitions specific to BSD were
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
2019-02-09 07:16:04 +00:00
Timur I. Bakeyev
7d49a9498e Small typo fix in bind12 run dependency. 2019-02-09 01:49:49 +00:00
Mark Felder
0bffaf14d8 net-p2p/radarr: Update to 0.2.0.1293 2019-02-09 01:39:34 +00:00
Mark Felder
5d29ca175b net-p2p/sonarr: Update to 2.0.0.5301 2019-02-09 01:03:36 +00:00
Jan Beich
9728b309be lang/rust-nightly: update to 1.34.0.20190209
Changes:	b139669f37...a2ec156a5b
2019-02-09 00:37:14 +00:00
Jan Beich
a03313f633 emulators/citra: update to s20190208
Changes:	f620c862f...bf1dbb47d
2019-02-09 00:37:05 +00:00
Jan Beich
8091872437 multimedia/aom: don't use GH_TAGNAME directly 2019-02-09 00:36:57 +00:00
Jan Beich
17ba9b7e14 multimedia/aom: update to 1.0.0.1318
Changes:	https://aomedia.googlesource.com/aom/+log/7a2dcc225..4f1f181cc
2019-02-09 00:36:50 +00:00
Jan Beich
656ac77f2f multimedia/rav1e: update to s20190208
Changes:	3d53899...be9e42f
2019-02-09 00:36:39 +00:00
Timur I. Bakeyev
d3e50c7b96 Update port to the latest 4.8.9 version
Sponsored by:	CyberSecure
2019-02-09 00:36:32 +00:00
Jan Beich
5a9e0ffbe4 emulators/rpcs3: update to 0.0.6.7790
Changes:	38887bc03...19ff95da7
2019-02-09 00:36:20 +00:00
Alexandre C. Guimarães
51311771d2 x11-themes/Kvantum: move kde:5 inside Qt5 FLAVOR
Approved by:	tcberner (mentor)
2019-02-09 00:27:56 +00:00
Dmitry Marakasov
3ab948a7ee - Fix the way port.mk is included in preparation for USES=sdl 2019-02-08 23:33:15 +00:00
Dmitry Marakasov
716f0ec6e6 - Fix the way port.mk is included in preparation for USES=sdl
Approved by:	portmgr blanket
2019-02-08 23:33:11 +00:00
Tobias Kortkamp
1be180f9ce sysutils/lr: Update to 1.4.1
- Clean up Makefile a bit while here

Changes:	https://github.com/chneukirchen/lr/blob/v1.4.1/NEWS.md
Changes:	https://github.com/chneukirchen/lr/compare/v1.4...v1.4.1
2019-02-08 23:08:55 +00:00
Alexandre C. Guimarães
ae000a1c30 x11-themes/Kvantum: Update to 0.10.9
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19113
2019-02-08 22:53:41 +00:00
Tobias C. Berner
438b3468a7 Fix with build on GCC architectures.
PR:		235093
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2019-02-08 22:50:23 +00:00
Bartek Rutkowski
247ad10f1a devel/b2: Update 1.1.0 -> 1.3.8
Submitted by:	Bartlomiej Rutkowski <contact@robakdesign.com>
Sponsored by:	Pixeware LTD <contracting@pixeware.com>
2019-02-08 22:46:11 +00:00
Tobias C. Berner
f646cfe707 news/nzbhydra2: update to 2.3.6
- 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
2019-02-08 22:45:48 +00:00
Brooks Davis
bea3479ee2 Fix a misspelling of elif and match all powerpc ARCHs. 2019-02-08 21:50:29 +00:00
Richard Gallamore
b0a8d6d848 * Updated to 3.6.1
* 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
2019-02-08 20:58:56 +00:00
Sunpoet Po-Chuan Hsieh
a3f7261f62 Update to 0.4.2
Changes:	https://github.com/rails/globalid/releases
2019-02-08 20:55:23 +00:00
Sunpoet Po-Chuan Hsieh
0277bde222 Update to 0.4.2
Changes:	https://github.com/rails/globalid/releases
2019-02-08 20:55:18 +00:00
Sunpoet Po-Chuan Hsieh
d6c652b2bb Update to 0.4.2
Changes:	https://github.com/rails/globalid/releases
2019-02-08 20:55:13 +00:00
Sunpoet Po-Chuan Hsieh
d615b23f78 Update to 0.56
- Convert to options target helper

Changes:	https://metacpan.org/changes/distribution/Proc-ProcessTable
2019-02-08 20:55:07 +00:00
Sunpoet Po-Chuan Hsieh
df0b65bb04 Update to 1.76
Changes:	https://metacpan.org/changes/distribution/DateTime-Format-Strptime
2019-02-08 20:55:02 +00:00
Sunpoet Po-Chuan Hsieh
5c231846be Update to 1.3.8
Changes:	https://github.com/googleapis/googleapis/commits/master
2019-02-08 20:54:56 +00:00
Sunpoet Po-Chuan Hsieh
d56e7d4ea7 Update to 2.5.3
Changes:	https://github.com/teeparham/gemdiff/commits/master
2019-02-08 20:54:51 +00:00
Sunpoet Po-Chuan Hsieh
67571b792a Update to 0.19.1
Changes:	https://github.com/DataDog/dd-trace-rb/releases
2019-02-08 20:54:45 +00:00
Sunpoet Po-Chuan Hsieh
6af0160e9c Update to 2.11.216
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-02-08 20:54:40 +00:00
Sunpoet Po-Chuan Hsieh
fe8b893443 Update to 2.11.216
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-02-08 20:54:35 +00:00
Sunpoet Po-Chuan Hsieh
7b8912c3ca Update to 2.11.216
Changes:	https://github.com/aws/aws-sdk-ruby/releases
2019-02-08 20:54:29 +00:00
Sunpoet Po-Chuan Hsieh
6357017f86 Update to 3.37.2
Changes:	https://github.com/fonttools/fonttools/releases
2019-02-08 20:54:24 +00:00
Sunpoet Po-Chuan Hsieh
0be1876244 Update to 2.0.3
Changes:	https://metacpan.org/changes/distribution/MongoDB
2019-02-08 20:54:19 +00:00
Sunpoet Po-Chuan Hsieh
be3e8f1964 Fix parallel build
Reported by:	cy
Obtained from:	3f91ed0c3c
2019-02-08 20:54:14 +00:00
Bradley T. Hughes
6be93585e9 www/node: Update 11.8.0 -> 11.9.0
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
2019-02-08 20:51:56 +00:00
Dmitry Marakasov
deb730f450 - Fix build after SDL2_Mixer update
Approved by:	portmgr blanket
2019-02-08 20:26:06 +00:00