aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update to 1.10.3gblach2017-11-182-4/+4
|
* Backport revision 454177 from lang/gcc7 now also to lang/gcc6, thegerald2017-11-181-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current default GCC port: Make sure what we install is stripped (i.e., debug info is removed). The straightforward way is setting INSTALL_TARGET to install-strip, which is supported by the upstream GCC build machinery. Unfortunately this fails when running as regular user (non-root) since strip requires write permission to the files in question, and we install binaries as r-xr-xr-x by default. To work around that we need to set BINMODE to allow for write access by the user, something that's common on GNU/Linux (which is why this probably has not been noticed there). This is not necessary when running as root. (A different approach suggested was to set STRIP=true, alas that leads to many files actually not being stripped. This is due to GCC using its own script install-sh that in turn uses cp, chmod, strip,... instead of our own install-* tools in many cases.) According to tests by sobomax@ and me installs of lang/gcc6 went down by about a fourth. Do not bump PORTREVISION since this only changes builds by non-root users, is not a functional change, and the previous state of using a bit more storage had been there "forever". Reported by: Ports QA Framework, miwi, sobomax Discussed with: tijl, miwi Tested by: sobomax Differential Revision: https://reviews.freebsd.org/D10357
* Update devel/relx to version 3.24.2.olgeni2017-11-182-10/+10
|
* Update devel/rebar3 to version 3.4.6.olgeni2017-11-182-29/+34
|
* Qutebrowser is a keyboard-focused browser with a minimal GUI.novel2017-11-185-0/+41
| | | | | | | | | It's based on Python and PyQt5 and free software, licensed under the GPL. It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl. Reviewed by: lwhsu Differential Revision: https://reviews.freebsd.org/D13113
* Upgrade to 0.8.1.thierry2017-11-184-15/+21
| | | | Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.8.1>.
* - Switch to options helpersamdmi32017-11-181-6/+10
|
* - Update WWWamdmi32017-11-181-1/+1
| | | | Approved by: portmgr blanket
* databases/cego: update 2.37.3 -> 2.38.0pi2017-11-184-8/+8
| | | | | | | | | | | | | | | | | | databases/cegobridge: update 1.2.1 -> 1.3.0 cego: - Fix in CegoSelect::clone, pUnionSelect was not cloned, which might lead to seg faults - Introduced predicate clause for select .. in ( expr, expr, ... ), e.g. select * from t1 where a in ( 1, 2, 3 ); This was still not implemented but is part of standard SQL. cegobridge: - Adaptions made for modified cego-2.38.0 API with extended CegoDatabaseFormatter::formatPred method ( exprList was added for new introduced select in ( expr list ) predicate ) Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* - update from 1.1.4 to 1.1.5misha2017-11-182-4/+4
| | | | Approved by: jpaetzel (mentor)
* - update from 0.25.1 to 0.25.2misha2017-11-183-28/+6
| | | | | | - update NOTMUCH_SKIP_TESTS variable Approved by: jpaetzel (mentor)
* Update to 4.10.9romain2017-11-182-5/+4
| | | | With hat: puppet
* deskutils/recoll: update 1.23.3 -> 1.23.4pi2017-11-182-4/+4
| | | | | | | | | | | - Restore search mode when loading saved simple search. - Add option -P to recollindex to force purge with -i. - Split package into non-gui/gui subpackages. - Add -L option to GUI for forcing messages language. - Removed 'bin' from default skippedNames. - Improve robustness of email header parser against encoding errors. - email: fix additional header indexing. - Restable: fix popup menu (show dups would open parent folder).
* Update 2.4.3.2 --> 2.4.3.6cy2017-11-186-46/+81
|
* Update 1.9.9 --> 1.9.13cy2017-11-182-3/+4
|
* New port: devel/apitrace: Tools for tracing OpenGL and other graphics APIsyuri2017-11-1811-0/+305
| | | | | | | PR: 223002 Submitted by: Greg V <greg@unrelenting.technology> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13112
* New port: science/gdma: Anthony Stone's Gaussian Distributed Multipole Analysisyuri2017-11-185-0/+39
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13110
* multimedia/plexmediaserver: Update to 1.9.6.4429feld2017-11-183-9/+11
| | | | Changelog: http://forums.plex.tv/discussion/comment/1553832/#Comment_1553832
* security/keepass: Update to 2.37woodsb022017-11-182-4/+4
| | | | | Changes this release: https://keepass.info/news/n171012_2.37.html
* graphics/netpbm: Fix build with older netpbm versions installedtobik2017-11-183-13/+4
| | | | | | | | | | | | | | | | | | | The build currently fails when older netpbm version are still installed in the build environment e.g. when upgrading from 10.35.98 to 10.80.00 the build fails with ppmtompeg.o: In function `main': ppmtompeg.c:(.text+0x9a5): undefined reference to `pm_strfree' ppmtompeg.o: In function `getUserFrameFile': ppmtompeg.c:(.text+0xcb1): undefined reference to `pm_asprintf' ppmtompeg.c:(.text+0xcfb): undefined reference to `pm_strfree' ppmtompeg.c:(.text+0xd04): undefined reference to `pm_strfree' - Use explicit paths when linking with libnetpbm - Remove UPDATING entry that previously recommended deinstalling netpbm first when using portmaster/portupgrade PR: 223724
* Update to 0.13.11sunpoet2017-11-182-4/+4
| | | | Changes: https://github.com/geminabox/geminabox/blob/master/CHANGELOG.md
* Update to 0.97.0sunpoet2017-11-182-5/+7
| | | | | | | - Fix shebang Changes: https://github.com/cloudfoundry-community/bosh-gen/releases https://github.com/cloudfoundry-community/bosh-gen/commits/master
* Update to 2.10.85sunpoet2017-11-182-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.10.85sunpoet2017-11-182-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.10.85sunpoet2017-11-182-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.13sunpoet2017-11-182-6/+5
| | | | Changes: http://search.cpan.org/dist/CGI-Fast/Changes
* Update to 0.298sunpoet2017-11-182-4/+5
| | | | Changes: http://search.cpan.org/dist/Hash-Merge/Changes
* Update to 0.08sunpoet2017-11-182-4/+4
| | | | Changes: http://search.cpan.org/dist/namespace-clean-xs/Changes
* Update to 0.2.3sunpoet2017-11-182-4/+4
| | | | Changes: https://gitlab.com/satorix/omniauth-oauth2-generic/blob/master/CHANGELOG.md
* Update to 2.019000sunpoet2017-11-182-4/+4
| | | | Changes: http://search.cpan.org/dist/MetaCPAN-Client/Changes
* Add p5-Clone-Choose 0.008sunpoet2017-11-185-0/+47
| | | | | | | | | | | | | Clone::Choose checks several different modules which provides a clone() function and selects an appropriate one. The default preference is: - Clone - Storable - Clone::PP This list might evolve in future. Please see ["EXPORTS"](#exports) how to pick a particular one. WWW: http://search.cpan.org/dist/Clone-Choose/
* Add latte-dock, an alternative launcher / taskbar from the KDE community.adridg2017-11-185-0/+251
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13075
* Update devel/erlang-erlware_commons to version 1.0.3.olgeni2017-11-184-19/+10
|
* Update devel/py-twilio to version 6.9.0.olgeni2017-11-182-4/+4
|
* Belatedly catch up with r433892.jkim2017-11-182-1/+2
| | | | libGL.so from graphics/mesa-libs is installed on ${LOCALBASE}/lib now.
* Update databases/pg_partman to 3.1.0tcberner2017-11-183-6/+7
| | | | | PR: 223723 Submitted by: Lacey Powers <lacey.leanne@gmail.com> (maintainer)
* emulators/citra: update to s20171116jbeich2017-11-182-7/+7
| | | | Changes: https://github.com/citra-emu/citra/compare/7ef905ea0...c810a3f3b
* py-psycopg2cffi: Update to version 2.7.7jrm2017-11-182-4/+4
| | | | Upstream changes: https://github.com/chtd/psycopg2cffi#november-2017
* Update to the 20171116 snapshot of GCC 7.2.1.gerald2017-11-182-4/+4
|
* biology/diamond: Update to version 0.9.13jrm2017-11-182-4/+4
| | | | Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.13
* Remove conflict with lang/gcc5-devel which does not exist any moregerald2017-11-181-1/+0
| | | | since revision 452563.
* Update multimedia/syncplay to 1.5.0tcberner2017-11-183-8/+7
| | | | | PR: 223718 Submitted by: Christian Heckendorf <heckendorfc@gmail.com> (maintainer)
* update sysutils/terraform to 0.11.0lifanov2017-11-183-4/+13
| | | | | | | | This update contains several incompatible changes. Please follow the upgrade guide when updating. Changes: https://github.com/hashicorp/terraform/blob/v0.11.0/CHANGELOG.md Upgrade guide: https://www.terraform.io/upgrade-guides/0-11.html
* Update to 0.10.0.lx2017-11-186-45/+87
| | | | | PR: 223637 Submitted by: Jan Kokemüller
* Update devel/relx to version 3.24.1.olgeni2017-11-182-14/+20
|
* - Repocopy moodle33 --> moodle34 and update to 3.4wen2017-11-175-0/+146
|
* update sysutils/packer to 1.1.2lifanov2017-11-172-4/+4
| | | | Changes: https://github.com/hashicorp/packer/blob/v1.1.2/CHANGELOG.md
* Update to 2.4.22ehaupt2017-11-172-4/+4
|
* net-p2p/bitcoin: update to 0.15.1swills2017-11-172-4/+4
| | | | | PR: 223697 Submitted by: robbak@gmail.com (maintainer, via different email)
* russian/wordpress: Update to 4.9swills2017-11-172-4/+4
| | | | | PR: 223719 Submitted by: Mikhail Timofeev <9267096@gmail.com> (maintainer)
* Update to latest versiongirgen2017-11-173-8/+7
| | | | | | | This is a fix for a regression in the latest security fix for security/shibboleth2-sp. Security: b4b7ec7d-ca27-11e7-a12d-6cc21735f730
* - Update to 1.30 [1]culot2017-11-172-5/+5
| | | | | | | | | - Update minimum dependency requirement on SQL::Abstract Changes: http://search.cpan.org/dist/SQL-Abstract-More/Changes PR: 223352 [1] Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Approved by: maintainer (timeout)
* - Use proper command for static lib installationamdmi32017-11-171-3/+3
| | | | Approved by: portmgr blanket
* - Update WWWamdmi32017-11-171-1/+1
| | | | Approved by: portmgr blanket
* - Update to 4.0.21wen2017-11-172-4/+4
| | | | | PR: 223711 Submitted by: rob.kruus@gmail.com(maintainer)
* Update to 7.1.0matthew2017-11-173-4/+21
| | | | | Add a new option ANONSTATS to enable anonymous statistics collection, off by default.
* Remove duplicate portantoine2017-11-171-1/+0
| | | | Pointy hat: tz
* Fix PKGNAME collision between py-tzlocal and py3-tzlocalantoine2017-11-171-2/+2
| | | | | Pointy hat: ultima With hat: portmgr
* - Update to 17.09ashish2017-11-176-280/+305
| | | | | | - Add new option GRAPHICS for graphics image manipulation support - Import a fix from upstream commit 88928c0 with some fixes to make it work with FreeBSD sed
* Add www/rubygem-rodaadamw2017-11-174-0/+34
| | | | | | | | Roda is a high-performance, minimalistic Ruby web framework. It's based on a routing-tree paradigm, and comes with a huge set of plugins (many of which will require installing other gems). WWW: http://roda.jeremyevans.net/
* Upgrade from 3.2.10 to 3.2.11.osa2017-11-172-4/+4
| | | | | | | | | | | | | <ChangeLog> Upgrade urgency HIGH: Potentially critical bugs fixed. AOF flush on SHUTDOWN did not cared to really write the AOF buffers (not in the kernel but in the Redis process memory) to disk before exiting. Calling SHUTDOWN during traffic resulted into not every operation to be persisted on disk. </ChangeLog>
* gecko: allow lld as ld on FreeBSD 12.0jbeich2017-11-171-1/+0
| | | | PR: 223680
* Update devel/etcd32 to version 3.2.10.olgeni2017-11-172-4/+4
|
* Update to 12.3.0sunpoet2017-11-172-4/+4
| | | | Changes: https://github.com/ruby/rake/blob/master/History.rdoc
* Update to 2.10.84sunpoet2017-11-172-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.10.84sunpoet2017-11-172-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.10.84sunpoet2017-11-172-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 3.2.5sunpoet2017-11-172-4/+4
| | | | Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
* Update to 1.5.1sunpoet2017-11-172-4/+4
| | | | Changes: https://github.com/pytest-dev/py/blob/master/CHANGELOG
* Update to 2.67sunpoet2017-11-172-4/+4
| | | | Changes: http://search.cpan.org/dist/GD/ChangeLog
* Update to 1.58sunpoet2017-11-172-4/+4
| | | | Changes: http://search.cpan.org/dist/Filter/Changes
* Update to 6.9.0sunpoet2017-11-172-9/+6
| | | | Changes: https://github.com/qiniu/ruby-sdk/blob/master/CHANGELOG.md
* Update to 10.10.8sunpoet2017-11-172-4/+4
| | | | Changes: https://anonscm.debian.org/git/debhelper/debhelper.git/tree/debian/changelog
* Backport revision 454177 from lang/gcc7:gerald2017-11-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure what we install is stripped (i.e., debug info is removed). The straightforward way is setting INSTALL_TARGET to install-strip, which is supported by the upstream GCC build machinery. Unfortunately this fails when running as regular user (non-root) since strip requires write permission to the files in question, and we install binaries as r-xr-xr-x by default. To work around that we need to set BINMODE to allow for write access by the user, something that's common on GNU/Linux (which is why this probably has not been noticed there). This is not necessary when running as root. (A different approach suggested was to set STRIP=true, alas that leads to many files actually not being stripped. This is due to GCC using its own script install-sh that in turn uses cp, chmod, strip,... instead of our own install-* tools in many cases.) According to tests by sobomax@ and me installs of lang/gcc6 went down by about a fourth. Do not bump PORTREVISION since this only changes builds by non-root users, is not a functional change, and the previous state of using a bit more storage had been there "forever". Reported by: Ports QA Framework, miwi, sobomax Discussed with: tijl, miwi Tested by: sobomax Differential Revision: https://reviews.freebsd.org/D10357
* sysutils/intel-nvmupdate: Update to 6.01sbruno2017-11-173-37/+52
| | | | | | | | | | | | | | * Bumped DISTVERSION * Removed PORTREVISION * Added NO_ARCH as this is a binary distribution for all the supported FreeBSD versions * Added NO_ARCH_IGNORE to make poudriere happy * Re-generated distinfo * Re-generated pkg-plist Submitted by: kozlov.sergey.404@gmail.com (Sergey Kozlov) Reviewed by: swills Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D12180
* net/intel-ixl-kmod Update to 1.8.1sbruno2017-11-172-6/+4
| | | | | | | Submitted by: kozlov.sergey.404@gmail.com (Sergey Kozlov) Reviewed by: swills Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D12179
* sysutils/intel-qcu Update to 2.30.16.8sbruno2017-11-172-15/+13
| | | | | | | | | | | | | | | | * Updated PORTVERSION. The version schema was changed but PORTEPOCH is not required. * Added DISTNAME due to the changes of the distfile hosting * License is now only provided in PDF format * Removed USES=dos2unix as ther's no plain-text license anymore * Moved ONLY_FOR_ARCHS* up to make portlint happy * Add NO_ARCH* as this is a binary distribution * Unbreak on 11+, no coredumps anymore * Re-generate distinfo Submitted by: kozlov.sergey.404@gmail.com (Sergey Kozlov) Reviewed by: swills Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D13085
* Update to a new snapshot and apply the patch for posix_fallocate()brooks2017-11-176-553/+363
| | | | | | | support being remove for ZFS PR: 223383, 223440 Sponsored by: DARPA, AFRL
* www/py-libsass: Update to 0.13.4yuri2017-11-173-5/+17
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13115
* Update to the 20171115 snapshot of GCC 6.4.1.gerald2017-11-172-4/+4
|
* Chase metis-edf's upgrade.thierry2017-11-172-3/+14
|
* Real quick, upgrade from 1.7.13 to 1.7.14 -- no realmi2017-11-174-6/+6
| | | | | | changes in the new version... Point WWW at the project's current home.
* Uprade from 1.7.12 to 1.7.13.mi2017-11-172-4/+5
| | | | | PR: 223074 Submitted by: Jeff Lawson
* devel/phpunit6: Update from 6.4.3 to 6.4.4joneum2017-11-172-4/+4
| | | | | | Changelog: https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-6.4.md Approved by: mentors (implicit)
* - fix regression with clang 4.0.0dinoex2017-11-173-2/+5
| | | | | | | PR: 223702 - fix homepage - add pkg-message
* New Port: lua-resty-redis - for accessing redis from nginx luajoneum2017-11-176-0/+41
| | | | | | | | | | | | | | | | This Lua library is a Redis client driver for the ngx_lua nginx module: http://wiki.nginx.org/HttpLuaModule This Lua library takes advantage of ngx_lua's cosocket API, which ensures 100% nonblocking behavior. WWW: https://github.com/openresty/lua-resty-redis PR: 191531 Submitted by: arcade@b1t.name (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13121
* Follow-up r454266: Sort and remove duplicates for [DE]SELECTED_OPTIONS.bdrewery2017-11-171-4/+6
| | | | | | | | Some ports like graphics/povray-meta do funky things like add the same option into PORT_OPTIONS twice. This also avoids a new leading blank space in some cases. With hat: portmgr
* Upgrade from 0.15 to 0.16. Install the author's LICENSE-filemi2017-11-172-4/+11
| | | | | | | instead of our default for the GPLv2+ license and the man-page. PR: 223700 Submitted by: takefu
* www/mod_md-devel: Bugfix update to 1.0.3brnrd2017-11-172-12/+11
| | | | | | - Strip bin/a2md - Drop install prefix - Only for 2.4, included in 2.5-alpha+
* net/chrony: Remove dubious security warnings in pkg-messagefeld2017-11-172-4/+1
| | | | | PR: 223647 MFH: 2017Q4
* Document the latest Flash Player vulnerability.jkim2017-11-171-0/+37
| | | | https://helpx.adobe.com/security/products/flash-player/apsb17-33.html
* * Updated to 1.4ultima2017-11-172-7/+7
| | | | | | | | | | * LICENSE changed to MIT * Clean up Makefile Changes: https://pypi.python.org/pypi/tzlocal/1.4 PR: 223712 Submitted by: <rob^@gma^> (maintainer)
* Update to 27.0.0.187.jkim2017-11-172-4/+4
| | | | | | https://helpx.adobe.com/security/products/flash-player/apsb17-33.html MFH: 2017Q4
* New port: misc/owrep: Weather reporting program based on openweathermap.orgyuri2017-11-176-0/+71
| | | | | | | PR: 223247 Submitted by: Bob Eager <bob@eager.cx> Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13118
* devel/py-fastnumbers: Update to 2.0.2yuri2017-11-172-4/+4
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13116
* New port: science/py-scoria: Lightweight molecule manipulation codebaseyuri2017-11-174-0/+29
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13119
* net/shadowsocks-libev: Update to 3.1.0ygy2017-11-173-18/+43
| | | | | | | PR: 218294 Submitted by: Anonymous Approved by: xiaoding+freebsd@xiaoding.org (maintainer), adamw Differential Revision: https://reviews.freebsd.org/D13099
* - Add OPTION for stubbyzi2017-11-172-2/+15
| | | | | | | - Bump PORTREVISION PR: 223710 Submitted by: Ollivier Robert
* PHP 7.2: Remove bad repocopies.tz2017-11-1737-459/+0
| | | | Reported by: adamw
* Update to 2.003003adamw2017-11-172-4/+4
| | | | | | | | - test tweaks - fix handling of code refs stored directly in the stash (for perl 5.28) - consider inline packages with constants in them as being loaded - stubs will be treated as methods that exist when inflating to Moose - avoid loading overload.pm unless required
* Update to 7.56.adamw2017-11-173-5/+6
| | | | | - Added num check to Mojolicious::Validator. - Improved built-in templates with high resolution logos.
* Update lang/erlang-runtime18 to version 18.3.4.6.olgeni2017-11-172-6/+10
|
* New port: security/rubygem-rbnacltz2017-11-174-0/+29
| | | | | | | The Networking and Cryptography (NaCl) library provides a high-level toolkit for building cryptographic systems and protocols. WWW: https://github.com/cryptosphere/rbnacl
* devel/awless: Update to 0.1.6swills2017-11-162-6/+8
| | | | | PR: 223705 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* - update from 3.12.0 to 3.13.0misha2017-11-163-4/+6
| | | | Approved by: jpaetzel (mentor)
* - Update to 3.11.7culot2017-11-162-4/+4
| | | | | | PR: 223340 Submitted by: Sebastian Schwarz <seschwar@gmail.com> Approved by: maintainer (timeout)
* - Update to 8.28culot2017-11-163-3/+6
| | | | | | PR: 223345 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Approved by: jharris@widomaker.com (maintainer)
* The port lists databases/py3-sqlite3 as dependency which does not exist. Thereehaupt2017-11-162-1/+2
| | | | | | | | | | are individual python-sub-version ports though (devel/py3{4,5,6}-sqlite3). Use PYTHON_SUFFIX to depend on requested version. PR: 223514 Approved by: koobs (maintainer) MFH: 2017Q4 (blanket)
* - Update to 2.4.14culot2017-11-162-5/+4
| | | | Changes: http://git.savannah.gnu.org/cgit/zile.git/tree/NEWS?h=branch-2.4
* graphics/p5-Image-ExifTool-devel update to 10.66swills2017-11-162-4/+4
| | | | | PR: 223695 Submitted by: linpct@gmail.com (maintainer)
* - Update to 1.07culot2017-11-162-4/+4
| | | | Changes: http://search.cpan.org/dist/Geo-Proj4/Changes
* New port: devel/rubygem-rake-compiler-docktz2017-11-164-0/+31
| | | | | | | | | | Easy to use and reliable cross compiler environment for building Windows binary gems. Use rake-compiler-dock to enter an interactive shell session or add a task to your Rakefile to automate your cross build. WWW: https://github.com/rake-compiler/rake-compiler-dock Submitted by: Matthias Fechner <idefix@fechner.net>
* devel/aphpunit: Update from 1.0 to 1.1tz2017-11-162-5/+4
| | | | | Changelog: - Fix bug: Remove posix_kill() which tries to kill parent process
* Add PHP 7.2 RC6tz2017-11-16157-4/+3199
| | | | | | | | | | | | | Notable changes: - mcrypt module was removed - sodium module was added - sybase_ct artifacts removed Also many PECL ports will not work with this version since some files got renamed. Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de> Differential Revision: https://reviews.freebsd.org/D12980
* Update the cmake family to 3.9.6 (skip 3.9.5, the upstreamadridg2017-11-164-14/+15
| | | | | | | | | | | | releases are coming quick and fast). Upstream changes are - AUTOMOC options fixes (3.9.5) - gcc_eh linking (3.9.6) Thanks antoine@ for the exp-runs. PR: 223436 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12958
* - Pet portlintamdmi32017-11-161-5/+7
| | | | | | | - Use proper command for static library installation - Switch to options helpers Approved by: portmgr blanket
* - Add LICENSEamdmi32017-11-162-2/+4
| | | | - Update WWW
* - Update WWW of legacy port based on amdmi3's effortehaupt2017-11-162-1/+7
| | | | | - Restore pkg-descr of main port which was erroneously removed by amdmi3 during the last commit
* Update KDE Frameworks to 5.40.0tcberner2017-11-16150-381/+305
| | | | | | | | | | | * update to 5.40.0 * unreleated cleanups: - unify use of DISTVERSION - remove created by line PR: 223602 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D12966
* Update `Created by:' field.osa2017-11-161-0/+1
|
* Add NGINX unit - a dynamic web application server, designed toosa2017-11-165-0/+213
| | | | | | run applications in multiple languages. Please visit the http://unit.nginx.org/ site for more details.
* net-mgmt/triton-guesttools: create portswills2017-11-1617-0/+243
| | | | | | FreeBSD guest tools to enabled compatability with SmartOS and Triton. WWW: https://github.com/joyent/freebsd-kvm-image-builder/tree/master/triton-freebsd-guesttools
* games/opensurge: actually mark it as brokenrene2017-11-161-0/+1
| | | | Submitted by: antoine
* Update to 4.46zeising2017-11-163-6/+32
| | | | | PR: 223645 (some ideas from) Submitted by: Dmitry Wagin
* Sort the plist alphabetically, to make it easier to work with.zeising2017-11-161-201/+201
| | | | No need to bump portrevision, since this is cosmetic only.
* Upgrade to 1.4.4girgen2017-11-162-7/+7
|
* emulators/rpcs3: update to 0.0.4.14jbeich2017-11-163-5/+46
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/0064976c...c435b328
* Update to 1.2.5sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/imanel/websocket-ruby/blob/master/CHANGELOG.md
* Update to 5.0.7sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/rails/sass-rails/releases
* Update to 5.0.7sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/rails/sass-rails/releases
* Update to 5.0.7sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/rails/sass-rails/releases
* Update to 6.0.0sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
* Update to 6.0.0sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
* Update to 6.0.0sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/elastic/elasticsearch-ruby/blob/6.x/CHANGELOG.md
* Update to 0.1.13sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/Azure/azure-ruby-asm-core/blob/master/ChangeLog.md
* Update to 1.11.1sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/premailer/premailer/blob/master/CHANGELOG.md
* Update to 0.11.3sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/pry/pry/blob/master/CHANGELOG.md
* Update to 2.4.0.2sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/whitequark/parser/blob/master/CHANGELOG.md
* Update to 2.10.83sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.10.83sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.10.83sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 0.4.10sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/brianmario/mysql2/releases
* Update to 0.10.7sunpoet2017-11-163-16/+4
| | | | Changes: https://github.com/rails-api/active_model_serializers/blob/0-10-stable/CHANGELOG.md
* Update to 3.2.4sunpoet2017-11-162-4/+4
| | | | Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst
* Update to 3.11sunpoet2017-11-162-5/+4
| | | | Changes: http://search.cpan.org/dist/Net/Changes
* Update to 0.54.0sunpoet2017-11-162-4/+4
| | | | Changes: https://gitlab.com/gitlab-org/gitaly-proto/commits/master
* Update to 0.017sunpoet2017-11-162-4/+6
| | | | | | - Add LICENSE_FILE Changes: http://search.cpan.org/dist/experimental/Changes
* Update to 2.075sunpoet2017-11-162-4/+4
| | | | Changes: http://search.cpan.org/dist/Compress-Raw-Zlib/Changes
* net-mgmt/mdata-client: create portswills2017-11-166-0/+49
| | | | | | | | Metadata retrieval and manipulation tools for use within guests of the SmartOS (and SDC) hypervisor. These guests may be either SmartOS Zones or KVM virtual machines. WWW: https://github.com/joyent/mdata-client
* Fix [DE]SELECTED_OPTIONS to lazily evaluate as late as possible.bdrewery2017-11-161-14/+7
| | | | | | | | | | | | | If a port modifies OPTIONS_UNSET after including bsd.port.options.mk then these values were wrong even though all of 'showconfig', 'pretty-print-config', and the package generated all had the expected options. Only Poudriere and synth use these variables for incremental build checks. Reviewed by: sjg, bapt Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D13092
* Update the u-boot-rpi2 port to use the u-boot-master port.manu2017-11-1611-388/+15
| | | | | | | | | | | | This also bring u-boot to version 2017.09 and the firmware files are no longer in this port but in sysutils/rpi-firmware. Also I'm stepping in as maintainer. Tested On: RPI2v1.1, RPI2v1.2 Reviewed by: imp Approved by: imp Differential Revision: https://reviews.freebsd.org/D13049
* Update to 5.1.3romain2017-11-162-4/+4
| | | | With hat: puppet
* Update to 5.1.3romain2017-11-162-4/+4
| | | | With hat: puppet
* Update the u-boot-rpi port to use the u-boot-master port.manu2017-11-1611-301/+17
| | | | | | | | | | | | This also bring u-boot to version 2017.09 and the firmware files are no longer in this port but in sysutils/rpi-firmware. Also I'm stepping in as maintainer. Tested On: RPI-B, RPI0v1.2, RPI0v1.3 Reviewed by: imp Approved by: imp Differential Revision: https://reviews.freebsd.org/D13048
* Update to 2.11.4romain2017-11-162-4/+4
| | | | With hat: puppet
* Update to 5.3.3romain2017-11-162-4/+4
| | | | With hat: puppet
* Update to 3.9.3romain2017-11-162-4/+4
| | | | With hat: puppet
* - Update pjsip to 2.7.1madpilot2017-11-168-13/+59
| | | | | | | | - Import patches from the asterisk project - Regenrate patches Security: 19b052c9-c533-11e7-8da5-001999f8d30b MFH: 2017Q4
* Fix vuxml build.gjb2017-11-161-1/+1
| | | | Sponsored by: The FreeBSD Foundation
* Shibboleth Service Provider Security Advisory [15 November 2017]girgen2017-11-166-15/+16
| | | | | | | | | | | An updated version of the Shibboleth Service Provider software is available which corrects a critical security issue in the "Dynamic" metadata provider plugin. Deployers making use of the affected feature should apply the relevant update at the soonest possible moment. Security: b4b7ec7d-ca27-11e7-a12d-6cc21735f730
* Information about shibbloeth2-sp security issuegirgen2017-11-161-0/+42
|
* - This vulnerability aapplies to pjsip too.madpilot2017-11-161-1/+10
| | | | - Fix typo.
* www/lighttpd: update to 1.4.48swills2017-11-163-23/+6
| | | | | PR: 223686 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
* Update to version 1.1.3pawel2017-11-162-4/+4
| | | | | | | | | | | Changelog for GSmartControl 1.1.3: - Fixed gsmartcontrol-root not launching if GDK_* variables are not set. Changelog for GSmartControl 1.1.2: - Fixed gsmartcontrol-root not passing GDK_SCALE and GDK_DPI_SCALE variables to gsmartcontrol when using PolKit. - Fixed blurriness of icons in the main window with GDK_SCALE=2. - Tweaked the main window interface.
* www/davical: update to 1.1.6swills2017-11-163-65/+5
| | | | | PR: 223684 Submitted by: Le Baron d'Merde <lbdm@privacychain.ch> (maintainer)
* sysutils/dsbmc-cli: Update to 0.1.2swills2017-11-152-4/+4
| | | | | PR: 223681 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* sysutils/dsbdriverd: Update to 0.3swills2017-11-152-4/+16
| | | | | PR: 223682 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
* net-im/py-matrix-synapse: Update to 0.25.0feld2017-11-152-4/+4
| | | | Changelog: https://github.com/matrix-org/synapse/releases/tag/v0.25.0
* - Update to 2.1.6wen2017-11-152-4/+4
|
* - Update mediawiki to 1.29.2, 1.28.3 and 1.27.4wen2017-11-156-12/+12
| | | | | | (include security fix) MFH: 2017Q4
* - Update moodle to 3.3.3, 3.2.6 and 3.1.9wen2017-11-156-15/+15
| | | | | | | (include security fix) - Adjust CONFLICTS to welcome moodle-3.4 MFH: 2017Q4
* Update to 1.9.8bland2017-11-152-5/+6
|
* Update to Wine 2.21. This includes the following changes:gerald2017-11-153-7/+7
| | | | | | | | | | | | | | | | | | - Still more metafile support in GdiPlus. - Indirect draws support in Direct 3D. - Services fixes on WoW64. - Better DPI scaling in the Shell Explorer. - Various bug fixes. On the way, generally disable PulseAudio support, not just for the Wine Staging case (where this originally only existed). [1] Talking about Wine Staging, mark that (via the STAGING option, and hence the wine-staging port as well) as BROKEN once again; that patchset still is not available yet, and we cannot wait forever. PR: 195765 [1] Reported by: dbn [1]
* Correctly name the LICENSE filedvl2017-11-151-1/+2
| | | | Reported by: pkg-fallout
* www/varnish5: Update to 5.2.1feld2017-11-152-4/+4
| | | | | | | | Changelog: https://varnish-cache.org/releases/rel5.2.1.html#rel5-2-1 MFH: 2017Q4 Security: CVE-2017-8807 Security: VSV00002
* www/varnish4: Update to 4.1.9feld2017-11-152-4/+4
| | | | | | | | Changelog: https://varnish-cache.org/releases/rel4.1.9.html#rel4-1-9 MFH: 2017Q4 Security: CVE-2017-8807 Security: VSV00002
* New port: sysutils/fdtobik2017-11-154-0/+197
| | | | | | | | | | | fd is a simple, fast and user-friendly alternative to find. While it does not seek to mirror all of find's powerful functionality, it provides sensible (opinionated) defaults for 80% of the use cases. WWW: https://github.com/sharkdp/fd PR: 223674 Submitted by: Andrey Cherkashin <andoriyu@gmail.com>
* Add shared FISH descriptiontobik2017-11-151-0/+1
|
* databases/cego: update 2.37.1 -> 2.37.3pi2017-11-152-4/+4
| | | | | | | | | | | | | | | | - Fix in CegoClient, the new comment logic by using Tokenizer does not work ( '-' characters are detected as comment tokens ). Code replaced by using posStr chain function - Adaption in CegoMain to also parse comment lines in a more sophisticated way ( same as in CegoMain ), just relevant for server batch mode - Optimization in CegoDistCuror::joinSetup, the join predicate is now analysed in a way, that a condition list is created ( via makeCNF and createCondition methods in CegoQueryHelper ). The condition list then is analysed to achieve a better cursor condition which results in improved index usage Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* graphics/sekrit-twc-zimg: update to 2.6.2jbeich2017-11-152-5/+4
| | | | | | Changes: https://github.com/sekrit-twc/zimg/compare/release-2.6.1...release-2.6.2 ABI: https://abi-laboratory.pro/tracker/timeline/z/ MFH: 2017Q4 (just 2 bug fixes)
* Update to 2.005.rakuco2017-11-152-4/+4
|
* sysutils/duplicity: Update to 0.7.15dbaio2017-11-152-5/+4
| | | | Changes: https://launchpad.net/duplicity/+milestone/0.7.15
* net/xrdp-devel: Update to 0.9.4pizzamig2017-11-155-12/+282
| | | | | | | PR: 223512 Submitted by: meta+ports@vmeta.jp (maintainer) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D13097
* x11-drivers/xorgxrdp: Update to 0.2.4pizzamig2017-11-152-7/+7
| | | | | | | PR: 223511 Submitted by: meta+ports@vmeta.jp (maintainer) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D13089
* Update to 1.10.2bapt2017-11-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Changes from 1.10.1 to 1.10.2 - pkg clean is now happy if the cache dir non existing - 410.pkg-audit now uses anticongestion on freebsd 12 - fix pkg install -r foo if foo is a disabled repository - fix elf handling on non FreeBSD - fix support for platforms without AT_SYMLINK_NOFOLLOW - fix dropping privileges on Linux - fix build with recent libbsd - fix duplicate pkg registration overwriting the existing pkg - fix again using pattern as package arch - recognize armv7 - add %q to pkg_printf(3) and pkg-query(8) to print altabi - add support for new periodic variables in multiple scripts - add an extra line when printing pkg-messages to improve readability - stop considering nfs as dangerous and if a corruption happens on nfs drive by a message the user to the highly possible reason of the corruption so that he can fix - better ABI name on linux - fix pollution of "locked" message PR: 221129 exp-run by: antoine
* Update devel/elixir-quantum to version 2.2.0.olgeni2017-11-153-5/+9
|
* - Fix license (sources mention LGPLv3+)amdmi32017-11-151-10/+7
| | | | | | | - Add LICENSE_FILE - Simplify and unsilence installation Approved by: portmgr blanket
* - Update WWWamdmi32017-11-151-7/+1
| | | | Approved by: portmgr blanket
* New port: audio/eq10q-lv2: Parametric equalizer LV2 audio pluginyuri2017-11-158-0/+156
| | | | | | PR: 222113 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12846
* Update to 1.7.0.vanilla2017-11-152-4/+4
|
* Chase upgrade of lang/sbcljrm2017-11-1514-12/+19
| | | | | | | | | All ports with SBCL fasl files must be rebuilt when the lang/sbcl package changes. Also, add a note to lang/sbcl/Makefile as a reminder of the required PORTREVISION bumps to prevent future breakage. Approved by: krion, olgeni Differential Revision: https://reviews.freebsd.org/D13087
* Fix pkg-plist for the MPG123 option -- where a different dynamicgerald2017-11-151-2/+2
| | | | library is now created.
* Note poudriere-options -p issue.bdrewery2017-11-151-0/+14
|
* Redis-backed Ruby library for queuing jobsdvl2017-11-155-0/+34
|
* Update to 1.3.1.jkim2017-11-153-5/+4
|
* Wraps Rack/Sinatra applicationsdvl2017-11-154-0/+30
|
* A lock-free logger compatible with Ruby 2.0dvl2017-11-154-0/+27
|
* Update to 1.0.3sunpoet2017-11-152-3/+4
| | | | | Changes: https://github.com/rgrove/crass/releases https://github.com/rgrove/crass/blob/master/HISTORY.md
* Update to 2.4.2sunpoet2017-11-152-4/+4
| | | | Changes: https://github.com/reactjs/react-rails/releases
* Update to 2.4.2sunpoet2017-11-152-4/+4
| | | | Changes: https://github.com/reactjs/react-rails/releases
* Update to 2.4.0.1sunpoet2017-11-152-5/+5
| | | | Changes: https://github.com/whitequark/parser/blob/master/CHANGELOG.md
* Update to 2.16.0sunpoet2017-11-152-4/+4
| | | | Changes: https://github.com/teamcapybara/capybara/blob/master/History.md
* Update to 1.0.8sunpoet2017-11-152-4/+4
| | | | Changes: https://github.com/KimNorgaard/validates_hostname/commits/master
* Update to 1.2.1sunpoet2017-11-152-4/+4
| | | | Changes: https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/CHANGELOG.rst
* Update to 1.0.1sunpoet2017-11-152-5/+4
| | | | Changes: https://github.com/google/brotli/releases
* Update to 1.23sunpoet2017-11-152-4/+4
| | | | Changes: http://search.cpan.org/dist/Unicode-Collate/Changes
* Update to 1.47sunpoet2017-11-152-4/+4
| | | | Changes: http://search.cpan.org/dist/Finance-Quote/Changes
* Add PORTSCOUTsunpoet2017-11-151-0/+2
|
* security/nss: update to 3.34jbeich2017-11-155-951/+8
| | | | | | | Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.34_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_34_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ MFH: 2017Q4
* Fix PKGBASE collision with math/mumpsantoine2017-11-151-0/+1
|
* Update to vesion 3.2.1.se2017-11-153-7/+5
|
* Update ntopng to newer upstream snapshot.madpilot2017-11-152-6/+5
|
* - Update xfce4-whiskermenu-plugin to 1.7.4madpilot2017-11-153-4/+15
| | | | | | | - Add patch to fix some warnings. PR: 223655 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
* Update devel/elixir-libring to version 1.3.0.olgeni2017-11-152-4/+4
|
* Update devel/elixir-swarm to version 3.1.0.olgeni2017-11-153-4/+11
|
* www/qt5-webkit add upstream patch to disable broken ES6 proxy supporttcberner2017-11-152-1/+19
| | | | | PR: 223668 Submitted by: Mikhail T. <mi@ALDAN.algebra.com>
* audio/sndio: Update to 1.3.0tobik2017-11-153-6/+16
| | | | Changes: https://github.com/ratchov/sndio/compare/2606d3f24eca3d7a29db3d183640524590e93e26...3d6b602fe9d64bf80f60de96375fb48f5459095e
* Update to 3.0.2ehaupt2017-11-152-4/+4
|
* www/firefox: update to 57.0 (marketed as "Firefox Quantum")jbeich2017-11-1566-8319/+216
| | | | | | | | | Not a MFH candidate due to POLA violation per redesigned UI, broken legacy addons and auto-reviewed new addons. Changes: https://www.mozilla.org/firefox/57.0/releasenotes/ PR: 222693 Tested by: pi, tobik, TrueOS
* security/vuxml: mark firefox < 57 as vulnerablejbeich2017-11-151-0/+76
|
* www/firefox: backport more FF57+ fixesjbeich2017-11-1523-1/+3818
| | | | | | | | | | No time to track down upstream commits for https://bugzilla.mozilla.org/buglist.cgi?bug_id=1384615,1386490,1393840,1403716 PR: 222859 Security: f78eac48-c3d1-4666-8de5-63ceea25a578 MFH: 2017Q4 (r454000 followup, FF57 alternative until 2018Q1)
* databases/couchdb: update to 1.7.1 incl critical security fixesdch2017-11-152-5/+4
| | | | | | | | | | | | | | - addresses 2 critical security fixes listed below - includes fix for post-1.7.0 /_all_docs returning 500 for DB members Reviewed by: olgeni (maintainer) Approved by: jrm (mentor) MFH: 2017Q4 Security: CVE-2017-12635 Security: CVE-2017-12636 Security: https://lists.apache.org/thread.html/6c405bf3f8358e6314076be9f48c89a2e0ddf00539906291ebdf0c67@%3Cdev.couchdb.apache.org%3E Sponsored by: http://iwantmyname.com/ Differential Revision: https://reviews.freebsd.org/D13076
* New port: science/erd: AcesIII electron repulsion integralsyuri2017-11-155-0/+40
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13080
* - Update to 24zi2017-11-152-5/+5
| | | | - Assign a MAINTAINER
* - Update to 2.10.2zi2017-11-152-8/+8
|
* Upgrade - endly! - to Code_Aster 13.4.0-3.thierry2017-11-1563-3154/+8936
| | | | | | | | | | | | | Notes: - I have (not yet) succeeded to enable MFront in this version; - it uses math/mumps-edf, repocopied from math/mumps; - cad/scotch is now taken out of the aster tarball; - french/eficas is no more used: to be replaced by "aster-study" in Salome_Meca (the port cad/salome should be resurrected!)
* devel/py-python-gist: Update to 0.6.0yuri2017-11-152-4/+4
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13082
* sysutils/py-filelock: Update to 2.0.13yuri2017-11-152-4/+4
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13081
* New port: science/pcmsolver: API for the Polarizable Continuum Modelyuri2017-11-155-0/+137
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13069
* devel/py-natsort: Update to 5.1.1yuri2017-11-152-4/+4
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13083
* multimedia/plexmediaserver-plexpass: Update to 1.9.7.4460feld2017-11-152-5/+5
| | | | Changelog: https://forums.plex.tv/discussion/comment/1557210#Comment_1557210
* Hand over maintainership to the first confirmed user of the new port.mi2017-11-151-1/+1
|
* comms/tio: Update to 1.27swills2017-11-152-4/+4
| | | | | PR: 223666 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* update sysutils/py-docker to 2.6.1lifanov2017-11-142-4/+4
|
* Add the service-start script graciouslymi2017-11-142-0/+31
| | | | | | Submitted by: Johan Hendriks (Do not know, how it escaped me to make one up myself.)
* Make sure what we install is stripped (i.e., debug info is removed).gerald2017-11-141-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | The straightforward way is setting INSTALL_TARGET to install-strip, which is supported by the upstream GCC build machinery. Unfortunately this fails when running as regular user (non-root) since strip requires write permission to the files in question, and we install binaries as r-xr-xr-x by default. To work around that we need to set BINMODE to allow for write access by the user, something that's common on GNU/Linux (which is why this probably has not been noticed there). This is not necessary when running as root. (A different approach suggested was to set STRIP=true, alas that leads to many files actually not being stripped. This is due to GCC using its own script install-sh that in turn uses cp, chmod, strip,... instead of our own install-* tools in many cases.) According to tests by sobomax@ and me installs of lang/gcc6 went down by about a fourth. Reported by: Ports QA Framework, miwi, sobomax Discussed with: tijl, miwi Tested by: sobomax Differential Revision: https://reviews.freebsd.org/D10357
* Fix wrong ranges of affected PHP versionstz2017-11-141-3/+4
| | | | Reported by: Adam McDougall <mcdouga9@egr.msu.edu>
* Update to the 20171112 snapshot of GCC 8.gerald2017-11-142-4/+4
|
* java/intellij: Update to version 2017.2.6, build 172.4574.11.bsam2017-11-142-4/+5
|
* Fix an issue where vpnc cannot connect to AVM Fritzbox VPNs because of wronglyehaupt2017-11-142-5/+39
| | | | | | | reported lifetimes. PR: 223664 Submitted by: stefan.wendler@tngtech.com
* Update to version 1.4.1krion2017-11-143-4/+8
| | | | | | | PR: 223336 Submitted by: satosi.kimura@nifty.ne.jp Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D12874
* multimedia/libvpx: unbreak on amd64 after r454153jbeich2017-11-142-0/+5
| | | | | | | | | | nasm -Ox -f elf64 -I./ -I"/wrkdirs/usr/ports/multimedia/libvpx/work/libvpx-1.6.1"/ -o vpx_dsp/x86/intrapred_sse2.asm.o vpx_dsp/x86/intrapred_sse2.asm vpx_dsp/x86/intrapred_sse2.asm:64: error: invalid combination of opcode and operands third_party/x86inc/x86inc.asm:1383: ... from macro `movd' defined here third_party/x86inc/x86inc.asm:1283: ... from macro `RUN_AVX_INSTR' defined here Reported by: antoine Pointy hat to: jbeich
* - Update to 2.3.0amdmi32017-11-142-4/+5
|
* - Pet portlintamdmi32017-11-141-2/+3
| | | | | | - Use proper command for static lib installation Approved by: portmgr blanket
* - Update WWWamdmi32017-11-141-1/+1
| | | | Approved by: portmgr blanket
* games/opensurge: does not build, schedule for removal on 2018-02-01rene2017-11-141-1/+4
| | | | | | | | | | | | | CMakeFiles/opensurge.dir/src/entities/particle.c.o: In function `particle_update_all': particle.c:(.text+0x113): undefined reference to `image_height' particle.c:(.text+0x126): undefined reference to `image_width' particle.c:(.text+0x1f0): undefined reference to `image_width' particle.c:(.text+0x20f): undefined reference to `image_height' particle.c:(.text+0x296): undefined reference to `image_width' particle.c:(.text+0x2b2): undefined reference to `image_height' collect2: error: ld returned 1 exit status and other files
* - make file reproducibledinoex2017-11-141-0/+9
| | | | | PR: 223660 Submitted by: ksraman.91
* sysutils/UEFITool: update to 44swills2017-11-142-4/+4
| | | | | PR: 223657 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
* Update databases/pgrouting to 2.5.2tcberner2017-11-143-20/+21
| | | | | PR: 223656 Submitted by: lbartoletti@tuxfamily.org (maintainer)
* New maintainer: Russell Haley <russ.haley@gmail.com>riggs2017-11-141-2/+2
| | | | | | | | | | | | Details: - This is the second bit of the patch in PR 222581 - Guilherme Salazar <gmesalazar@gmail.com>, the previous maintainer, has confirmed the transfer of maintainership via e-mail PR: 222581 Submitted by: russ.haley@gmail.com (new maintainer) Approved by: gmesalazar@gmail.com (previous maintainer, via email) MFH: 2017Q4