Commit Graph

408523 Commits

Author SHA1 Message Date
Li-Wen Hsu
b1cee5757f - Update to 3.4.5 2017-01-05 06:17:03 +00:00
Li-Wen Hsu
10a6cabb16 - Update to 4.3.1 2017-01-05 06:15:55 +00:00
Li-Wen Hsu
648be8a6dc - Update to 1.18.1 2017-01-05 06:14:14 +00:00
Matthias Andree
f05fa615e5 Code generation improvements.
On i386, use SSE2 instead of only SSE [1] when compiler optimizations
are requested (RT code uses mostly SSE2 for SIMD).
Add a patch to re-enable nested OpenMP constructs with clang [1].
Use devel/openmp for libomp.
Use clang 3.9 to compile (not 3.7).

Reported by:	Ingo Weyrich [1]
2017-01-05 04:23:04 +00:00
Vanilla I. Shu
4a7e760169 Update to 5.20150928. 2017-01-05 03:57:34 +00:00
Vanilla I. Shu
ab7cb8d3bf Update to 5.0-20161210. 2017-01-05 03:51:27 +00:00
Steve Wills
306344b9d0 www/rubygem-jquery-ui-rails5-rails4: create port
Create port for 5.x version of www/rubygem-jquery-ui-rails-rails4 which is needed by GitLab
2017-01-05 03:17:43 +00:00
Matthias Andree
0031e8b65f Upgrade CPU flags to use SSE2 by default on i386.
Reported by:	Ingo Weyrich
2017-01-05 01:45:39 +00:00
Adam Weinberger
9a4421a5f8 Update to 7.14.
- Deprecated Mojo::Home::list_files in favor of Mojo::Util::files.
  - Deprecated Mojo::Home::rel_dir in favor of Mojo::Home::rel_file.
  - Deprecated Mojolicious::Command::rel_dir in favor of
    Mojolicious::Command::rel_file.
  - Fixed a bug in Mojo::IOLoop::Subprocess where the pipe used for IPC could
    disappear because of a timeout.
2017-01-05 01:21:22 +00:00
Mark Felder
3e9ab3da9f lua-zlib is a simple streaming interface to zlib for the Lua Programming
Language. It consists of two functions: inflate and deflate. Both functions
return "stream functions" (takes a buffer of input and returns a buffer
of output).

WWW: https://github.com/brimworks/lua-zlib/

PR:		215724
Submitted by:	Sir l33tname <sirl33tname@gmail.com>
2017-01-04 22:48:27 +00:00
Jimmy Olgeni
e9513f2fa1 Update devel/elixir-tzdata to version 0.5.10. 2017-01-04 22:41:43 +00:00
Adam Weinberger
4b241af2aa Donate to perl@ 2017-01-04 22:39:44 +00:00
Jimmy Olgeni
ae91c3aede Update databases/erlang-couchbeam to version 1.4.2. 2017-01-04 22:35:26 +00:00
Adam Weinberger
cf7a2832a3 Update to 2.3.0.
* geoipupdate now uses TCP keep-alive when compiled with cURL 7.25 or
    greater.
  * Previously, on an invalid gzip file, geoipupdate would output binary data
    to stderr. It now displays an appropriate error message.
2017-01-04 22:34:57 +00:00
Mark Felder
f2a672473e net-p2p/couchpotato: Create a user account for couchpotato
Reported by:	mat
MFH:		2017Q1
2017-01-04 22:31:55 +00:00
Mark Felder
f3a490c718 dns/dnscrypt-proxy: Correct usage of USE_LDCONFIG
Reported by:	sunpoet
2017-01-04 22:17:22 +00:00
Jimmy Olgeni
89e958d39e Update www/erlang-hackney to version 1.6.5. 2017-01-04 22:15:22 +00:00
Jimmy Olgeni
0a9f888ea6 Update devel/erlang-gpb to version 3.26.6. 2017-01-04 22:12:43 +00:00
Jimmy Olgeni
d806502412 Update devel/elixir-exprotobuf to version 1.2.2. 2017-01-04 22:11:00 +00:00
Dirk Meyer
e1183199fb - update to 2.40.1
- add LICENSE
2017-01-04 22:08:55 +00:00
Mark Felder
15cc32ac31 audio/murmur: Update to 1.2.18
PR:		211612
2017-01-04 22:08:34 +00:00
Mark Felder
39c5d34485 audio/mumble: Update to 1.2.18
PR:		215408
2017-01-04 21:43:59 +00:00
Steve Wills
f2eea0b52f sysutils/puppet{38,4}: fix path to daemontools'es commands
PR:		208628
Submitted by:	Alexey <fbsd98816551@avksrv.org>
Approved by:	Zach Leslie <freebsd@zleslie.info> (maintainer of sysutils/puppet4)
2017-01-04 21:19:45 +00:00
Mark Linimon
bda391284d Attempt to fix build on tier-2 archs.
Tested on:	armv6
Submitted by:	madpilot (maintainer)
2017-01-04 20:51:46 +00:00
Jimmy Olgeni
e16173effb Update www/erlang-mochiweb to version 2.16.0. 2017-01-04 20:46:17 +00:00
Jimmy Olgeni
c73bc04c46 Update devel/erlang-cuttlefish to version 2.0.11. 2017-01-04 20:45:21 +00:00
Olivier Duchateau
40398a7f6d Update to 4.0.2
Changelog: https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.0.2_.282017-01-04.29
2017-01-04 20:40:38 +00:00
Jimmy Olgeni
6397ab3165 Update devel/elixir-combine to version 0.9.4. 2017-01-04 20:24:04 +00:00
Kurt Jaeger
8cd9206484 databases/cego: update 2.32.5 -> 2.32.6
- Small performance improvement in CegoBufferPool::bufferFix
  Instead of copying the buffer head data to a local variable via
  memcpy, a pointer variable is used to access the data directly
  Performance improvement: just a few percent ...

Submitted by:	Bjoern Lemke <lemke@lemke-it.com>
2017-01-04 19:37:20 +00:00
Steve Wills
efd4563337 www/rubygem-thin: switch to rack16 dep to avoid issue in redmine 2017-01-04 19:10:21 +00:00
Steve Wills
9f9c14c3c8 devel/rubygem-sprockets3: switch to rack16 dep to avoid issue in redmine 2017-01-04 19:09:59 +00:00
Steve Wills
14b5213df9 www/rubygem-rack-openid: switch to rack16 dep to avoid issue in redmine 2017-01-04 19:09:37 +00:00
Steve Wills
3c7c5a2c5a www/rubygem-rack-test: switch to rack16 dep to avoid issue in redmine 2017-01-04 19:09:09 +00:00
Joseph Mingrone
aeae7f9862 sysutils/zap: Update to version 0.6.2
Add options to control behaviour when a resilver is in progress.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9044
2017-01-04 19:04:44 +00:00
Joseph Mingrone
53b4130f2a sysutils/zap: Update to version 0.6.1.
Changes in version 0.6.0:
    - Add remote replication support.
    - Rework command options to be similar to the zfs command.

Changes in version 0.6.1:
    - Fix incorrect replication example in the documentation.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9043
2017-01-04 18:10:24 +00:00
Gerald Pfeifer
5018a5f757 Update to the 20170103 snapshot of GCC 5.4.1. 2017-01-04 18:06:30 +00:00
Mark Felder
d1cb3f4dc1 dns/dnscrypt-proxy: Update to 1.9.1
PR:		215763
2017-01-04 17:38:39 +00:00
Jimmy Olgeni
36eff9d633 Update devel/elixir-exactor to version 2.2.3. 2017-01-04 17:06:41 +00:00
Jimmy Olgeni
febaf799dc Update misc/elixir-uuid to version 1.1.6. 2017-01-04 17:04:53 +00:00
Jimmy Olgeni
67349ebbcb Update devel/elixir-hex to version 0.15.0. 2017-01-04 16:56:25 +00:00
Torsten Zuehlsdorff
dce0597272 games/chocolate-doom: Update from 2.2.1 to 2.3.0
Changelog: https://github.com/chocolate-doom/chocolate-doom/releases/tag/chocolate-doom-2.3.0

PR:           215671
Submitted by: jakub_lach@mailplus.pl (maintainer)
2017-01-04 16:52:10 +00:00
Alberto Villa
ec5356436e - Fix WWW
Reported by:	adamw
2017-01-04 16:50:19 +00:00
Jimmy Olgeni
5b895c65d7 Update devel/elixir-tirexs to version 0.8.12. 2017-01-04 16:45:00 +00:00
Torsten Zuehlsdorff
8a319720d6 sysutils/nomad: Update from 0.5.1 to 0.5.2
- client: Fixed a race condition and remove panic
          when handling duplicate allocations
- client: Cancel wait for remote allocation if migration is no longer required
- client: Failure to stat a single mountpoint does not cause all of host
          resource usage collection to fail

PR:           215744
Submitted by: jhixson@gmail.com (maintainer)
2017-01-04 16:43:17 +00:00
Jimmy Olgeni
64e2a5bd49 Update devel/relx to version 3.22.2. 2017-01-04 16:40:57 +00:00
Alan Somers
019a63e6ea devel/gradle upgrade to 3.2.1
Also, add NO_ARCH

PR:		214935
Reviewed by:	brd, matthew, Gasol Wu
Approved by:	matthew (ports)
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D8672
2017-01-04 15:58:39 +00:00
Alan Somers
aa76e1de42 java/openjfx8-devel fix build with Gradle 3.2.1
Add a missing build dependency on junit to the Makefile, and fix the
path to Hamcrest in build.gradle.  Also, reset MAINTAINER by request of
the current maintainer.

PR:		215677
Reviewed by:	brd, Tobias Kortkamp
Approved by:	brd (ports)
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D9005
2017-01-04 15:54:28 +00:00
Tilman Keskinoz
ab2bd489eb Add aws-sdk-cpp, C++11 interface for Amazon Web Services (AWS) 2017-01-04 15:44:26 +00:00
Sunpoet Po-Chuan Hsieh
591d3689f0 Update WWW: http://www.rubyonrails.org/ redirects to http://rubyonrails.org/ 2017-01-04 15:33:34 +00:00
Jimmy Olgeni
4b29c30ab5 Update lang/gambit-c to version 4.8.7. 2017-01-04 15:18:34 +00:00