aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update devel/erlang-gpb to version 4.1.2.Jimmy Olgeni2018-01-262-4/+4
| | | | Notes: svn path=/head/; revision=459988
* Update databases/elixir-postgrex to version 0.13.4.Jimmy Olgeni2018-01-262-4/+4
| | | | Notes: svn path=/head/; revision=459987
* www/py-flexget: update to 2.12.0Jan Beich2018-01-262-4/+4
| | | | | | | Changes: https://github.com/Flexget/Flexget/compare/2.11.22...2.12.0 Notes: svn path=/head/; revision=459986
* Limit the workaround for clang crashing to amd64.Gerald Pfeifer2018-01-261-1/+1
| | | | | | | | PR: 224863 Reported by: jbeich Notes: svn path=/head/; revision=459985
* Update to the 20180124 snapshot of GCC 6.4.1.Gerald Pfeifer2018-01-262-4/+4
| | | | Notes: svn path=/head/; revision=459984
* dns/unbound: Fix rc-script with config in flagsBernard Spil2018-01-261-2/+4
| | | | | | | | | | | - Adds new option unbound_config PR: 225360 Submitted by: jaap@NLnetLabs.nl Approved by: jaap@NLnetLabs.nl (maintainer) Notes: svn path=/head/; revision=459983
* Mark BROKEN: checksum and size mismatchAntoine Brodin2018-01-261-0/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=459982
* Update to the GCC 7.3 release.Gerald Pfeifer2018-01-264-116/+4
| | | | | | | | | | | | This fixes 99+ bugs and includes code generation options to mitigate Spectre Variant 2 (CVE 2017-5715) for the x86 and powerpc targets (-mindirect-branch=, -mfunction-return=, and -mindirect-branch-register). files/patch-armv7-support and files/patch-freebsd-unwind.h, which I had backported are now included, so remove them. Notes: svn path=/head/; revision=459981
* Update to the 20180121 snapshot of GCC 8, which now carries a versionGerald Pfeifer2018-01-262-4/+4
| | | | | | | | number of 8.0.1 instead of 8.0.0 due to the late stage in the release process. Notes: svn path=/head/; revision=459980
* Use GCC instead of the system compiler on FreeBSD 12.x with clang 6.0.0Gerald Pfeifer2018-01-261-0/+5
| | | | | | | | | | | | since that compiler crashes. (There may be a way to work around this in Wine, but that is unlikely to be accepted for the stable release branch.) PR: 224863 Notes: svn path=/head/; revision=459979
* - Add LICENSE_FILEDmitry Marakasov2018-01-262-1/+2
| | | | | | | - Update WWW Notes: svn path=/head/; revision=459978
* Fix wordpress entries in vuxmlDmitry Marakasov2018-01-261-14/+14
| | | | | | | | | | - Fix incorrect package names - Fix epoch in older entry which makes it incorrectly report fresh ports as vulnerable With hat: ports-secteam Notes: svn path=/head/; revision=459977
* - Update to 3.6.1TAKATSU Tomonari2018-01-262-6/+6
| | | | Notes: svn path=/head/; revision=459976
* Update to 1.10.0Jason E. Hale2018-01-2612-106/+50
| | | | | | | | | Simplify python version detection Changes: https://lists.gnupg.org/pipermail/gnupg-users/2017-December/059592.html Notes: svn path=/head/; revision=459975
* www/tomcat85: Update to version 8.5.27Joseph Mingrone2018-01-263-7/+9
| | | | | | | | | | | Upstream changes: http://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.27_(markt) PR: 225458 Submitted by: vvd@unislabs.com (maintainer) Notes: svn path=/head/; revision=459974
* security/clamav: upgrade to 0.99.3.Larry Rosenman2018-01-264-31/+8
| | | | | | | | | | | | | | | * Update to 0.99.3. * Fix following portlint warnings. ** Move position of USES in Makefile. ** Remove reference of undefined LLVM option. ** Regenerate files/patch-libclamav_regex_pcre.c by 'make makepatch ** add USES=ssl PR: 225461 Submitted by: yasu@utahime.org Notes: svn path=/head/; revision=459972
* sysutils/gdisk: Update to 1.0.3Tobias Kortkamp2018-01-262-30/+22
| | | | | | | | | | | | | | | | - Complete the conversion to options helpers - Add LICENSE_FILE - Reset maintainer after a timeout of 3 years + 2 months Changes: https://sourceforge.net/p/gptfdisk/code/ci/master/tree/NEWS PR: 223855 Submitted by: John Hein <z7dr6ut7gs@snkmail.com> (based on) Approved by: wg (maintainer timeout, 2 months) Notes: svn path=/head/; revision=459971
* Add a missing run-time dependency, x11/xrandr.Jung-uk Kim2018-01-251-1/+5
| | | | | | | Differential Revision: https://reviews.freebsd.org/D12803 Notes: svn path=/head/; revision=459970
* Upgrade from 0.3 to 0.4.Sergey A. Osokin2018-01-252-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | PR: 225386 <ChangeLog> *) Feature: compatibility with DragonFly BSD. *) Feature: "configure php --lib-static" option. *) Bugfix: HTTP request body was not passed to application; the bug had appeared in 0.3. *) Bugfix: HTTP large header buffers allocation and deallocation fixed; the bug had appeared in 0.3. *) Bugfix: some PHP applications might not work with relative "root" path. </ChangeLog> Notes: svn path=/head/; revision=459969
* Upgrade from 4.0.6 to 4.0.7.Sergey A. Osokin2018-01-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <ChangeLog> * Many 32 bit overflows were addressed in order to allow to use Redis with a very significant amount of data, memory size permitting. (zhaozhao.zz, Oran Agra) * MEMORY USAGE fixed for the list type. (gnuhpc) * Allow read-only scripts in Redis Cluster. (Salvatore Sanfilippo) * Fix AOF pipes setup in edge case. (heqin) * AUTH option for MIGRATE. (AlexStocks, Salvatore Sanfilippo, Fabio Nicotra) * HyperLogLogs are no longer converted from sparse to dense in order to be merged. (Salvatore Sanfilippo) * Fix AOF rewrite dead loop under edge cases. (heqin) * Fix processing of large bulk strings (>= 2GB). (Oran Agra) * Added RM_UnlinkKey in modules API. (Dvir Volk) * Fix Redis Cluster crashes when certain commands with a variable number of arguments are called in an improper way. (Salvatore Sanfilippo) * Fix memory leak in lazyfree engine. (zhaozhao.zz) * Fix many potentially successful partial synchronizations that end doing a full SYNC, because of a bug destroying the replication backlog on the slave. So after a failover the slave was often not able to PSYNC with masters, and a full SYNC was triggered. The bug only happened after 1 hour of uptime so escaped the unit tests. (Oran Agra) * Improve anti-affinity in master/slave allocation for Redis Cluster when the cluster is created. (Salvatore Sanfilippo) * Improve output buffer handling for slaves, by not limiting the amount of writes a slave could receive. (Guy Benoish) </ChangeLog> Notes: svn path=/head/; revision=459967
* sysutils/gdisk: Unbreak UTF16 optionTobias Kortkamp2018-01-251-2/+2
| | | | | | | | | | | | /usr/bin/ld: undefined reference to symbol `_ZN3icu13UnicodeStringC1EPKc' (try adding -licuuc) //usr/local/lib/libicuuc.so.60: could not read symbols: Bad value PR: 198518 Submitted by: Ting-Wei Lan <lantw44@gmail.com> Approved by: wg (maintainer timeout, ~3 years) Notes: svn path=/head/; revision=459966
* Update to 2.4.11Antoine Brodin2018-01-252-4/+4
| | | | Notes: svn path=/head/; revision=459965
* www/nextcloud: Bugfix update to 12.0.5Bernard Spil2018-01-254-6/+95
| | | | | | | | | | | - Fix INVALID_HASH error for non-pgsql10 users [1] PR: 225449, 224393 [1] Reported by: peo@nethead.se [1] Approved by: loic-blot@unix-experience.fr (maintainer) Notes: svn path=/head/; revision=459964
* multimedia/libvpx: update 1.7.0Jan Beich2018-01-2534-35/+50
| | | | | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ Notes: svn path=/head/; revision=459963
* www/waterfox: unbreak with Rust 1.23Jan Beich2018-01-252-0/+626
| | | | | | | | | | | | | | | | | | | | | | error: unused import: `std::ascii::AsciiExt` --> servo/components/style/gecko_string_cache/mod.rs:16:5 | 16 | use std::ascii::AsciiExt; | ^^^^^^^^^^^^^^^^^^^^ | note: lint level defined here --> servo/components/style/lib.rs:26:9 | 26 | #![deny(warnings)] | ^^^^^^^^ = note: #[deny(unused_imports)] implied by #[deny(warnings)] https://users.rust-lang.org/t/psa-dealing-with-warning-unused-import-std-ascii-asciiext-in-today-s-nightly/13726 Obtained from: upstream Notes: svn path=/head/; revision=459962
* Fix some other lint findingsBryan Drewery2018-01-251-3/+3
| | | | Notes: svn path=/head/; revision=459960
* Remove duplicate entries found by updated MOVEDlint.awk in r459958Bryan Drewery2018-01-251-9/+1
| | | | Notes: svn path=/head/; revision=459959
* Show errors for duplicate source entries.Bryan Drewery2018-01-251-0/+7
| | | | Notes: svn path=/head/; revision=459958
* OpenDungeons is an open source, real time strategy game sharing game elementsPawel Pekala2018-01-256-0/+1048
| | | | | | | | | | | | with the Dungeon Keeper series and Evil Genius. Players build an underground dungeon which is inhabited by creatures. Players fight each other for control of the underground by indirectly commanding their creatures, directly casting spells in combat, and luring enemies into sinister traps. WWW: https://opendungeons.github.io/ Notes: svn path=/head/; revision=459957
* - Update to 1.9.3Julien Laffaye2018-01-253-4/+10
| | | | Notes: svn path=/head/; revision=459956
* - Update xfce4-timer-plugin to 1.7.0Guido Falsi2018-01-253-9/+16
| | | | | | | | | - Adjust dependencies, plugin migrated to gtk3 - Strip binaries - Silence portlint warning about variables ordering Notes: svn path=/head/; revision=459955
* devel/pear-HTML_Template_IT: Update to 1.3.1Jochen Neumeister2018-01-252-4/+4
| | | | | | | | | | | Fixes for deprecated code *While here, switch to DISTVERSION Approved by: mentors (implicit) Notes: svn path=/head/; revision=459954
* net/pear-Horde_Socket_Client: Update to 2.1.2Jochen Neumeister2018-01-252-3/+4
| | | | | | | | | *While here, switch to DISTVERSION Approved by: mentors (implicit) Notes: svn path=/head/; revision=459953
* Attempt to fix with clang 6Bryan Drewery2018-01-251-0/+1
| | | | Notes: svn path=/head/; revision=459952
* - Update to 3.4.21Ryan Steinmetz2018-01-252-6/+5
| | | | Notes: svn path=/head/; revision=459951
* - Update to 2.0.0Li-Wen Hsu2018-01-252-4/+4
| | | | Notes: svn path=/head/; revision=459950
* Update to 0.10.0Baptiste Daroussin2018-01-253-5/+6
| | | | Notes: svn path=/head/; revision=459948
* Lift BROKEN flags to reflect actual state of supportBaptiste Daroussin2018-01-251-3/+2
| | | | | | | | | Thanks swills for testing on powerpc64 Reported by: Upstream Notes: svn path=/head/; revision=459947
* Fix build with clang 6.Lev A. Serebryakov2018-01-252-1/+23
| | | | Notes: svn path=/head/; revision=459946
* Add new port: ports-mgmt/pkg-providesRodrigo Osorio2018-01-255-0/+56
| | | | | | | | pkg-provides is a pkg plugin write in C for querying which package provides a particular file. Notes: svn path=/head/; revision=459945
* Fix build with clang 3 (10-STABLE) and clang 6 (12-CURRENT) compilers.Lev A. Serebryakov2018-01-258-4/+77
| | | | | | | Add option (default ON) to create version-independend symlink for Arduino IDE. Notes: svn path=/head/; revision=459944
* lang/rust: Add manifest-rustfmt-preview to PLISTJean-Sébastien Pédron2018-01-251-0/+2
| | | | | | | | | | | | | | | | | | | This wasn't reported by a simple `poudriere bulk`, but a `poudriere testport` revealed the problem: ====> Running Q/A tests (stage-qa) Error: 'lib/rustlib/manifest-rustfmt-preview' is referring to /wrkdirs/usr/ports/lang/rust/work/stage Warning: 'bin/rustfmt' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} ... ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: bin/rustfmt Error: Orphaned: lib/rustlib/manifest-rustfmt-preview PR: 225445 Reported by: jbeich@ Notes: svn path=/head/; revision=459943
* - Update to 1.81Frederic Culot2018-01-252-4/+5
| | | | | | | Changes: http://search.cpan.org/dist/Devel-CheckOS/CHANGELOG Notes: svn path=/head/; revision=459942
* - Group USE_CXXSTD with USESDanilo Egea Gondolfo2018-01-251-1/+1
| | | | | | | Reported by: jbeich Notes: svn path=/head/; revision=459941
* Update to 0.13.1Sunpoet Po-Chuan Hsieh2018-01-253-17/+27
| | | | | | | | | | | | | | - Change MASTER_SITES to CHEEESESHOP - Remove BUILD_DEPENDS - Use do-test: - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/warner/foolscap/blob/master/NEWS Notes: svn path=/head/; revision=459940
* Update to 0.13.14Sunpoet Po-Chuan Hsieh2018-01-252-4/+4
| | | | | | | Changes: https://github.com/geminabox/geminabox/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=459939
* Update to 1.3.4Sunpoet Po-Chuan Hsieh2018-01-252-4/+4
| | | | | | | Changes: https://github.com/hhatto/autopep8/commits/master Notes: svn path=/head/; revision=459938
* Update to 5.2.2Sunpoet Po-Chuan Hsieh2018-01-252-4/+5
| | | | | | | Changes: https://github.com/jupyter/jupyter_client/blob/master/docs/changelog.rst Notes: svn path=/head/; revision=459937
* Update to 0.23Sunpoet Po-Chuan Hsieh2018-01-252-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Crypt-SMIME/Changes Notes: svn path=/head/; revision=459936
* Update to 0.97Sunpoet Po-Chuan Hsieh2018-01-253-13/+15
| | | | | | | | | | | | - Add BUILD_DEPENDS - Fix version requirement of *_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Geo-Point/ChangeLog Notes: svn path=/head/; revision=459935