aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert r501849 and restore the previous behaviour. No functional change.Jung-uk Kim2019-05-172-10/+26
|
* Update to the Wine 4.0.1 maintenance release.Gerald Pfeifer2019-05-172-4/+4
| | | | This brings various bug fixes and Sinhala and Tamil translation updates.
* Bug 237550 - games/py-fife: fix build with GCC-based architecturesPiotr Kubaj2019-05-171-3/+1
| | | | | | | Add USES=compiler:c++11-lang to fix build on GCC architectures. PR: 237550 Approved by: fiziologus@gmail.com (maintainer timeout), mentors (implicit approval)
* databases/galera: fix build with GCC-based architecturesPiotr Kubaj2019-05-171-2/+1
| | | | | | | Add USES=compiler:c++11-lang to fix build when base GCC is used. PR: 237559 Approved by: mentors (implicit approval)
* multimedia/libav: fix build with GCC-based architecturesPiotr Kubaj2019-05-171-1/+1
| | | | | | | Add USES=compiler:c++11-lang to fix build on GCC architectures. PR: 237561 Approved by: dem.procopiou@gmail.com (maintainer timeout), mentors (implicit approval)
* Update `graphics/alembic' to version 1.7.11.Alexey Dokuchaev2019-05-172-5/+4
| | | | Reported by: portscout
* Work around a build issue.Jung-uk Kim2019-05-171-0/+1
|
* - Update WWWDmitry Marakasov2019-05-171-1/+1
| | | | Approved by: portmgr blanket
* Mark devel_full and devel_nox flavors BROKENAntoine Brodin2019-05-171-0/+4
| | | | Reported by: pkg-fallout
* - Add LICENSEDmitry Marakasov2019-05-172-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* databases/pgpool-II-40: Upgrade from 4.0.4 to 4.0.5Torsten Zuehlsdorff2019-05-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Enhancements - Doc: Improve Reference II, PCP commands document. (Tatsuo Ishii) - Speed up failover when all of backends are down. (Tatsuo Ishii) - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii) - Doc: add restrictions entry. (Takuma Hoshiai) Bug fixes - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng) - Remove unused .sgml file. (Takuma Hoshiai) - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii) - Fix black_function_list's broken default value. (Tatsuo Ishii) - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii) - Fix DROP DATABASE failure. (Tatsuo Ishii) - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai) - Add missing test/watchdog_setup to EXTRA_DIST. (bug 470) (Bo Peng) - Doc: mention that multi-statement queries are sent to primary node only. (bug 492) (Tatsuo Ishii) - Fix md5 auth broken in raw mode with more than 1 backends. (bug 491) (Tatsuo Ishii) - Test: Fix occasional regression test failure of 014.watchdog_test_quorum_bypass. (Tatsuo Ishii) - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii) - Fix compiler warnings. (Tatsuo Ishii) - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii) Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-4-0-5.html MFH: 2019Q2
* databases/pgpool-II-37: Upgrade from 3.7.9 to 3.7.10Torsten Zuehlsdorff2019-05-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog Enhancements - Doc: Improve Reference II, PCP commands document. (Tatsuo Ishii) - Speed up failover when all of backends are down. (Tatsuo Ishii) - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii) - Doc: add restrictions entry. (Takuma Hoshiai) Bug fixes - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng) - Remove unused .sgml file. (Takuma Hoshiai) - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii) - Fix black_function_list's broken default value. (Tatsuo Ishii) - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii) - Fix DROP DATABASE failure. (Tatsuo Ishii) - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai) - Add missing test/watchdog_setup to EXTRA_DIST. (bug 470) (Bo Peng) - Doc: mention that multi-statement queries are sent to primary node only. (bug 492) (Tatsuo Ishii) - Test: Fix occasional regression test failure of 014.watchdog_test_quorum_bypass. (Tatsuo Ishii) - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii) - Fix compiler warnings. (Tatsuo Ishii) - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii) MFH: 2019Q2
* databases/pgpool-II-36: Upgrade from 3.6.16 to 3.6.17Torsten Zuehlsdorff2019-05-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Enhancements - Doc: Improve Reference II, PCP commands document. (Tatsuo Ishii) - Speed up failover when all of backends are down. (Tatsuo Ishii) - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii) - Doc: add restrictions entry. (Takuma Hoshiai) Bug fixes - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng) - Remove unused .sgml file. (Takuma Hoshiai) - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii) - Fix black_function_list's broken default value. (Tatsuo Ishii) - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii) - Fix DROP DATABASE failure. (Tatsuo Ishii) - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai) - Add missing test/watchdog_setup to EXTRA_DIST. (bug 470) (Bo Peng) - Doc: mention that multi-statement queries are sent to primary node only. (bug 492) (Tatsuo Ishii) - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii) - Fix compiler warnings. (Tatsuo Ishii) - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii) Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-6-17.html MFH: 2019Q2
* databases/pgpool-II-35: Upgrade from 3.5.20 to 3.5.21Torsten Zuehlsdorff2019-05-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Enhancements - Speed up failover when all of backends are down. (Tatsuo Ishii) - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii) Bug fixes - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng) - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii) - Fix black_function_list's broken default value. (Tatsuo Ishii) - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii) - Fix DROP DATABASE failure. (Tatsuo Ishii) - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai) - Abort session if failover/failback is ongoing to prevent potential segfault. (bug 481, bug 482) (Tatsuo Ishii) - Fix compiler warnings. (Tatsuo Ishii) - Fix memory leak in "batch" mode in extended query. (bug 468) (Tatsuo Ishii) Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-5-21.html MFH: 2019Q2
* databases/pgpool: Upgrade from 3.4.23 to 3.4.24Torsten Zuehlsdorff2019-05-172-4/+4
| | | | | | | | | | | | | | | | | | | | | | Changelog: Enhancements - Speed up failover when all of backends are down. (Tatsuo Ishii) - pgpool-recovery extension and pgpool_setup is now ready for the next major release PostgreSQL 12. (Tatsuo Ishii) Bug fixes - Fix the wrong error message "ERROR: connection cache is full", when all backend nodes are down. (bug 487) (Bo Peng) - Avoid exit/fork storm of pool_worker_child process. (Tatsuo Ishii) - Fix black_function_list's broken default value. (Tatsuo Ishii) - Fix "not enough space in buffer" error. (bug 499) (Tatsuo Ishii) - The error occurred while processing error message returned from backend and the cause is that the query string in question is too big. Problem is, the buffer is in fixed size (8192 bytes). Eliminate the fixed size buffer and use palloced buffer instead. This also saves some memory copy work. - Fix DROP DATABASE failure. (Tatsuo Ishii) - Fix wrong variable in read_status_file() function. (bug 493) (Takuma Hoshiai) - Fix compiler warnings. (Tatsuo Ishii) Changelog taken from: http://www.pgpool.net/docs/latest/en/html/release-3-4-24.html
* Unbreak at runtime after py-websocket-client upgradeAntoine Brodin2019-05-172-2/+35
|
* Unbreak at runtimeAntoine Brodin2019-05-171-1/+8
| | | | Pointy hat: koobs
* www/py-praw: Update to 6.2.0Kubilay Kocak2019-05-173-51/+30
| | | | | | | | - Pet portlint, NO_ARCH in USE{S} section Changelog: https://github.com/praw-dev/praw/blob/v6.2.0/CHANGES.rst
* www/py-prawcore: Expand 'PRAW' in pkg-descrKubilay Kocak2019-05-172-1/+3
| | | | | | | | The "PRAW" acronym is unusual enough to warrant expansion in pkg-descr, with additional reference to the consuming port www/py-praw providing further breadcrumbs. Suggested by: pi
* www/py-websocket-client: Update to 0.56.0Kubilay Kocak2019-05-173-19/+15
| | | | | | | | | | | | | | | | | | | - Update LICENSE [1] - Update pkg-descr, add WWW: URL - Add USE_PYTHON=concurrent, package installs a script - Remove backports.ssl_match_hostname dependency, only needed for Python < 2.7.9 [2] Changelog: https://github.com/websocket-client/websocket-client/blob/v0.56.0/ChangeLog [1] https://github.com/websocket-client/websocket-client/commit/e94ed9e078c7772a7dc0a115da1a34c493f290b6 [2] https://github.com/websocket-client/websocket-client/commit/f7f5f70681c621d169b82fc842cb2396265203d5 Reviewed by: alfred (maintainer) Approved by: alfred (maintainer) Differential Revision: D20283
* Update to 12.0.1.12.2 which includes powerpc64 support.Greg Lewis2019-05-172-4/+4
| | | | PR: 237370
* Update to 11.0.3.7.2 which includes powerpc64 support.Greg Lewis2019-05-172-4/+4
| | | | PR: 237208
* [NEW PORT] www/py-prawcore: Low-level communication layer for PRAW 4+Kubilay Kocak2019-05-175-0/+58
| | | | | | | | | | | | | prawcore is a low-level communication layer for PRAW 4+. Features: * Dynamic rate limiting based on reddit's response headers. * Authorization URL generation * Retrieval of access and refresh tokens from authorization grants * Access and refresh token revocation WWW: https://github.com/praw-dev/prawcore
* www/firefox: switch to rc2Jan Beich2019-05-172-5/+5
| | | | Changes: https://hg.mozilla.org/releases/mozilla-release/pushloghtml?startdate=2019-05-14&enddate=2019-05-17
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-05-171-0/+2
|
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-05-171-0/+2
|
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-05-171-0/+2
|
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-05-171-0/+2
|
* Update to 2.1.1Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | | Changes: https://github.com/socketry/multipart-post/blob/master/History.txt https://github.com/socketry/multipart-post/commits/master
* Update to 5.8.2Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | Changes: https://opennebula.org/release/
* Update to 2.11.273Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.273Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.273Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 0.15.4Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | Changes: https://github.com/pallets/werkzeug/releases
* Update to 0.10.2Sunpoet Po-Chuan Hsieh2019-05-172-6/+11
| | | | Changes: https://github.com/theskumar/python-dotenv/blob/master/README.md#changelog
* Update to 0.38.0Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | Changes: https://github.com/instagrambot/instabot/commits/master
* Update to 1.15.1Sunpoet Po-Chuan Hsieh2019-05-172-5/+5
| | | | Changes: https://github.com/googleapis/google-cloud-python/releases
* Update to 1.0.0Sunpoet Po-Chuan Hsieh2019-05-172-5/+5
| | | | Changes: https://github.com/googleapis/google-cloud-python/releases
* Update to 1.11.0Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | Changes: https://github.com/googleapis/google-cloud-python/releases
* Update to 3.0.4Sunpoet Po-Chuan Hsieh2019-05-172-5/+4
| | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS
* Update to 2.29.1Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | Changes: https://docs.openstack.org/oslo.serialization/latest/user/history.html
* Update to 4.3.20Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | Changes: https://github.com/timothycrosley/isort/releases
* Update to 4.23.3Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | Changes: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
* Update to 2.0Sunpoet Po-Chuan Hsieh2019-05-172-5/+5
| | | | Changes: https://github.com/rq/django-rq/blob/master/CHANGELOG.md
* Update to 0.13.0Sunpoet Po-Chuan Hsieh2019-05-172-5/+5
| | | | Changes: https://github.com/Martiusweb/asynctest/commits/master
* Update to 1.41Sunpoet Po-Chuan Hsieh2019-05-172-4/+5
| | | | Changes: https://metacpan.org/changes/distribution/MooseX-App
* Update to 9.10Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Minion
* Update to 1.60Sunpoet Po-Chuan Hsieh2019-05-172-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Devel-PatchPerl
* Update to 5.2.30.Jung-uk Kim2019-05-178-16/+14
| | | | https://www.virtualbox.org/wiki/Changelog-5.2#v30
* - Update to 2.14.0Danilo Egea Gondolfo2019-05-172-5/+5
|
* The Wine Staging patchset is now available for Wine 4.8.Gerald Pfeifer2019-05-171-1/+3
|
* Upgrade to v.2.6.2.Thierry Thomas2019-05-172-4/+4
|
* databases/kbibtex: update to 0.8.91 (newer snapshot)Tobias C. Berner2019-05-173-13/+13
|
* sysutils/bareos-server: Fix build with GCC-based architecturesPiotr Kubaj2019-05-171-1/+2
| | | | | | | | | Add USES=compiler:c++11-lang: CMake Error in core/src/plugins/filed/CMakeLists.txt: Target "bpipe-fd" requires the language dialect "CXX11" (with compiler extensions), but CMake does not know the compile flags to use to enable it. Approved by: mentors (implicit approval)
* - Update to 1.14.2Danilo Egea Gondolfo2019-05-172-4/+4
|
* net/py-cloudflare-scrape: update to 2.0.4Tobias C. Berner2019-05-172-4/+4
|
* - Update to 1.37Philippe Audeoud2019-05-172-4/+4
| | | | - Added starttime attributes and subroutine
* www/firefox-esr: update to 60.7.0Jan Beich2019-05-173-5/+54
| | | | Changes: https://www.mozilla.org/firefox/60.7.0/releasenotes/
* - Update to 0.70Philippe Audeoud2019-05-172-4/+4
|
* multimedia/libdc1394: update to 2.2.6Tobias C. Berner2019-05-174-17/+6
| | | | - remove patch, there is no indication why it was needed.
* sysutils/py-borgmatic: update 1.3.3 to 1.3.4Vinícius Zavam2019-05-172-4/+4
| | | | Approved by: mentors (implicit)
* lang/groovy: update 2.4.16 to 2.4.17Vinícius Zavam2019-05-172-6/+6
| | | | Approved by: mentors (implicit)
* Remove expired ports:Rene Ladan2019-05-1713-132/+3
| | | | | | 2019-05-14 databases/py-pg_pqueue: Upstream no longer maintained 2019-05-14 math/py-symeig: Consider using science/py-scipy as this library is included in py-scipy since 0.7 and onwards 2019-05-15 databases/py-mysql-connector-python2: Please consider using databases/py-mysql-connector-python which has been updated to latest upstream version
* New port: science/simgrid: Simulator of the behavior of large-scale ↵Yuri Victorovich2019-05-176-0/+178
| | | | distributed systems
* Update to 2.8Matthew Seaman2019-05-164-17/+20
| | | | | | Regenerate patches ChangeLog: https://sourceforge.net/projects/pgbarman/files/2.8/
* Update to 12.0.11:Kirill Ponomarev2019-05-162-4/+4
| | | | | | | - FreeBSD cloud image - Chase if_tap/if_tun consoliation (r347241) Submitted by: maintainer
* - Re-add lang/clipsWen Heping2019-05-165-1/+45
| | | | | | | | - Update to 6.30 - Add LICENSE - Take maintainership - Update COMMENT - Pet portlint
* devel/ghq: Update to 0.12.3Tobias Kortkamp2019-05-162-13/+16
| | | | Changes: https://github.com/motemen/ghq/blob/v0.12.3/CHANGELOG.md#v0123-2019-05-16
* - Update to 0.36Wen Heping2019-05-162-4/+4
|
* Mk/bsd.sanity.mk: Prevent false positive with SSL_DEFAULT!=base after r499267Tobias Kortkamp2019-05-161-0/+2
| | | | | | | | | | | | | | | | | | With SSL_DEFAULT!=base USES=ssl sets OPENSSL_LDFLAGS and any port with an OPENSSL option like net/haproxy gets a false positive error like: /!\ haproxy-1.9.8: Makefile errors /!\ The following options helpers are incorrectly set after bsd.port.options.mk and are ineffective: OPENSSL_LDFLAGS *** Error code 1 Whitelist OPENSSL_LDFLAGS to prevent this. Reported by: mfechner (via ports-committers) Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D20275
* Accpet the new syslog-ng321 from our upstream Balabit, the companyCy Schubert2019-05-169-0/+906
| | | | | | | | | | that authored and maintains syslog-ng. Peter suggested that this new port become the default syslog-ng port pointed to by the syslog-ng metaport a week from this commit. Submitted by: Peter Czanik (CzP) <peter.czanik@balabit.com> Balabit (a OneIdentity company) / syslog-ng upstream
* astro/kstars: readd accidentally dropped epochTobias C. Berner2019-05-161-0/+1
| | | | | Pointy hat: tcberner Reported by: fluffy
* Update to v1.3.1.Mateusz Piotrowski2019-05-162-6/+5
|
* games/hedgewars: Fix build on i386 arch.Gleb Popov2019-05-161-2/+4
| | | | | | | It turned out that GHC is still required in the build process to create a small utility program written in Haskell and used in the build. Reported by: antoine Reviewed by: tcberner (mentor, implicit)
* - Fix whitespaceDmitry Marakasov2019-05-162-5/+5
| | | | | | | | - Add USES=gnome - Pet portlint - Update WWW Approved by: portmgr blanket
* audio/traverso: Remove unnecessary patches and Makefile linesYuri Victorovich2019-05-163-24/+0
|
* New port: audio/traverso: Digital audio workstation (DAW) with an innovative ↵Yuri Victorovich2019-05-169-0/+108
| | | | user interface
* - Update WWWDmitry Marakasov2019-05-161-1/+1
| | | | Approved by: portmgr blanket
* - Update to 7.4.0Wen Heping2019-05-163-6/+5
|
* Update to 9.14.2.Mathieu Arnold2019-05-164-15/+15
|
* Update to 9.11.7.Mathieu Arnold2019-05-164-14/+14
|
* lint MOVED file.Mathieu Arnold2019-05-161-5/+5
| | | | | | | Remove ending dots. Fixup dates typo. For some reason, databases/ruby-gdbm was moved on 2019-04-02 but the MOVED entry referenced 2019-02-18.
* Remove expired dns/bind913 port.Mathieu Arnold2019-05-1622-1921/+1
|
* llvm50 was removedAntoine Brodin2019-05-161-4/+1
|
* Update to 0.5.2.Xin LI2019-05-162-4/+4
|
* Attempt to unbreak INDEX on aarch64Antoine Brodin2019-05-161-4/+0
|
* x11/kf5-frameworkintegration: switch to respin 5.58.1Tobias C. Berner2019-05-162-4/+4
| | | | | There was a bug in the 5.58.0 release, which got fixed in: https://github.com/KDE/frameworkintegration/commit/e0df1f28231c54d0f92213b2a62428df578e581a
* devel/gzstream: Link with ${CXX}Tobias Kortkamp2019-05-161-3/+3
| | | | | | | | | | | | | | | | | libgzstream is a C++ library so should be linked with libc++. This should unbreak consumers like audio/pianod2 after base r345349. Also use INSTALL_LIB to install the library and make the build respect LDFLAGS. ld: error: /usr/local/lib/libgzstream.so: undefined reference to std::__1::basic_streambuf<char, std::__1::char_traits<char> >::imbue(std::__1::locale const&) ... ld: error: /usr/local/lib/libgzstream.so: undefined reference to std::__1::ios_base::init(void*) ld: error: /usr/local/lib/libgzstream.so: undefined reference to std::__1::basic_ios<char, std::__1::char_traits<char> >::~basic_ios() ld: error: /usr/local/lib/libgzstream.so: undefined reference to typeinfo for std::__1::basic_streambuf<char, std::__1::char_traits<char> > ld: error: /usr/local/lib/libgzstream.so: undefined reference to typeinfo for std::__1::basic_ios<char, std::__1::char_traits<char> > ld: error: /usr/local/lib/libgzstream.so: undefined reference to vtable for __cxxabiv1::__vmi_class_type_info http://beefy12.nyi.freebsd.org/data/head-amd64-default/p501607_s347555/logs/errors/pianod2-301.log
* astro/kstars: update to 3.2.2Tobias C. Berner2019-05-162-5/+4
|
* New port: audio/muse-sequencer: Digital audio workstation (DAW) with support ↵Yuri Victorovich2019-05-166-0/+288
| | | | for both Audio and MIDI
* Completely remove a "nullfied" ifdef rather than making the codeCy Schubert2019-05-161-7/+12
| | | | | | | | | unreachable. Though this is only a cosmetic change it syncs the port with base commit r347642, making it easier to compare the two when diagnosing problems in one or the other. This was discovered tonight while reviewing some code following my discussion regarding an issue lwhsu@ was having earlier today.
* Remove the gratuitous redefinition of MIN to MINAB. This brings theCy Schubert2019-05-161-32/+0
| | | | port in greater sync with base.
* Resolve the following error discovered in DEVELOPER mode.Cy Schubert2019-05-161-7/+7
| | | | | | These options name have characters outside of [-_A-Z0-9]: IKEv2 MSCHAPv2
* Remove the pleonastic initialization and test for eloop_initialized.Cy Schubert2019-05-161-28/+0
| | | | | | | This change has no functional effect on the resulting package therefore a PORTREVISION bump is not necessary. Discovered while discussing wpa_supplicant with lwhsu@ today.
* Update to version 1.0Steven Kreuzer2019-05-162-4/+4
|
* Update to version 1.2.3Steven Kreuzer2019-05-162-5/+5
|
* Update amazon-ssm-agent to 2.3.612.0.Colin Percival2019-05-168-21/+74
| | | | | | | | | | | This adds support for "sessions", aka. creating a remote shell via the Agent. In order to support this, an "ssm-user" account is created when the package is installed; we create this via pkg-install rather than the USERS= / UIDs functionality, since ssm-user needs to be in wheel and needs to have a home directory. Thanks to: Alexey Milevsky
* Reset maintainer to hamradio@FreeBSD.orgSoeren Straarup2019-05-161-4/+5
|
* lang/rust-nightly: update to 1.36.0.20190516Jan Beich2019-05-162-4/+4
| | | | Changes: https://github.com/rust-lang/rust/compare/a9ec99f4201e...7158ed9cbea8
* multimedia/aom: update to 1.0.0.1775Jan Beich2019-05-162-5/+5
| | | | Changes: https://aomedia.googlesource.com/aom/+log/0c74c8524..a06cc5ddb
* emulators/rpcs3: update to 0.0.6.8105Jan Beich2019-05-162-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/22f61caf9...3753d27ab
* - Update to 5.1.6.1Wen Heping2019-05-162-5/+4
|
* - Update to 1.12.0Danilo Egea Gondolfo2019-05-162-4/+4
|
* Update category in shells/zsh-syntax-highlighting,zsh-autosuggestionsJoseph Mingrone2019-05-162-2/+2
| | | | This should have been done in r501751.
* Move zsh-autosuggestions and zsh-syntax-highlighting from textproc to shellsJoseph Mingrone2019-05-1612-2/+4
|
* New port, git-prompt.zsh: asynchronous Git prompt for ZshJoseph Mingrone2019-05-164-0/+39
| | | | WWW: https://github.com/woefe/git-prompt.zsh
* devel/arcanist: Split into arcanist-lib and arcanist.Chris Rees2019-05-168-34/+65
| | | | | | | | | | | | The arcanist port has always conflicted with archivers/arc, but if the port is installed without the symlink in PREFIX/bin, there is no issue. A user expecting to be able to use arcanist in this way can alias arcanist in their .cshrc or similar and only install the -lib port. Approved by: grembo (maintainer) Differential Revision: https://reviews.freebsd.org/D19920
* net/google-cloud-sdk: update to 246.0.0Steve Wills2019-05-162-4/+4
|
* www/minio: update to 2019.05.14.23.57.45Steve Wills2019-05-162-108/+107
|
* databases/mariadb103-server: Security update to 10.3.15Bernard Spil2019-05-168-171/+102
| | | | | | | - refactored Makefile using more OPTIONS helpers MFH: 2019Q2 Security: 4e1997e8-5de0-11e9-b95c-b499baebfeaf
* Update KDE Frameworks to 5.58.0Tobias C. Berner2019-05-1688-242/+323
| | | | | | | | Announcement: https://kde.org/announcements/kde-frameworks-5.58.0.php Exp-run by: antoine PR: 237888
* Update pyqt to 5.12.2 (with it sip to 4.19.17)Tobias C. Berner2019-05-168-15/+14
| | | | | Exp-run by: antoine PR: 237889
* Upgrade to v1.29.0.Thierry Thomas2019-05-162-4/+4
| | | | Release notes at <https://github.com/libuv/libuv/releases/tag/v1.29.0>.
* multimedia/kaffeine: update to 2.0.17Tobias C. Berner2019-05-162-4/+4
|
* textproc/kdiff3: update to 1.8.0Tobias C. Berner2019-05-162-5/+4
|
* New port: net-im/kaidan -- A user-friendly XMPP client for every device.Tobias C. Berner2019-05-165-0/+39
| | | | | | Kaidan is a simple, user-friendly Jabber/XMPP client providing a modern user interface using Kirigami and QtQuick. The back-end of Kaidan is written in C++ using the QXmpp XMPP client library and Qt 5.
* Mark deprecated.Thierry Thomas2019-05-161-0/+4
| | | | | The neubot client has been retired: see http://www.neubot.org/2019/01/retiring-neubot-client.html
* Update to 2.0-dev3Dmitry Sivachenko2019-05-163-4/+6
|
* devel/bear: Update to version 2.4.0Joseph Mingrone2019-05-162-4/+4
| | | | | Upstream changes: https://github.com/rizsotto/Bear/blob/master/ChangeLog.md#240-20190512
* www/ufdbguard: upgrade 1.34.1 -> 1.34.3Kurt Jaeger2019-05-166-101/+26
| | | | | | | PR: 236222 Requested by: ncrogers@gmail.com Submitted by: timp87@gmail.com (maintainer) Relnotes: https://www.urlfilterdb.com/products/releases.html
* textproc/unrtf: upgrade 0.21.9 -> 0.21.10Kurt Jaeger2019-05-162-4/+4
| | | | | | | | - Ensure option --quiet does what it is supposed to. Thanks to submitter, closes issue #44487 PR: 237729 Approved by: jharris@widomaker.com (maintainer)
* net/intel-ixl-kmod: Cap netmap support at 12.xSerhii (Sergey) Kozlov2019-05-151-1/+1
| | | | | | | Netmap is no longer supported in the port-provided driver since 13.0. Use in-kernel iflib version instead. Sponsored by: Intel Corporation
* Fix runtime system detectionSunpoet Po-Chuan Hsieh2019-05-152-0/+12
| | | | | | | - Bump PORTREVISION for package change PR: 237736 Submitted by: yuri, Rainer Hurling <rhurlin@gwdg.de>
* Update to 3.0.0Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
| | | | Changes: https://github.com/jonashaag/bjoern/blob/master/CHANGELOG
* Update to 0.6.0Sunpoet Po-Chuan Hsieh2019-05-152-5/+5
| | | | Changes: https://github.com/Yubico/python-fido2/releases
* Update to 1.29Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/YAML
* Update to 2.00Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Text-CSV
* Update to 1.14Sunpoet Po-Chuan Hsieh2019-05-153-8/+14
| | | | | | | | - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/Graphics-ColorNames-WWW
* Update to 0.15Sunpoet Po-Chuan Hsieh2019-05-152-5/+6
| | | | Changes: https://metacpan.org/changes/distribution/Time-Duration-Parse
* Add LICENSE_FILE and NO_ARCHSunpoet Po-Chuan Hsieh2019-05-151-0/+3
|
* Update to 1.33Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Devel-Cover
* Update to 2.134Sunpoet Po-Chuan Hsieh2019-05-153-5/+8
| | | | Changes: https://metacpan.org/changes/distribution/Config-Model
* Update to 1.57Sunpoet Po-Chuan Hsieh2019-05-152-6/+8
| | | | Changes: https://metacpan.org/changes/distribution/B-C
* Update to 2.03Sunpoet Po-Chuan Hsieh2019-05-152-5/+6
| | | | Changes: https://metacpan.org/changes/distribution/Data-Page
* Update to 2019.05.12Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
|
* Update to 0.23.2Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
| | | | Changes: https://github.com/DataDog/dd-trace-rb/releases
* Update to 2.11.272Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.272Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 2.11.272Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
| | | | Changes: https://github.com/aws/aws-sdk-ruby/releases
* Update to 0.37.0Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
| | | | Changes: https://github.com/instagrambot/instabot/commits/master
* Update to 4.3.19Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
| | | | Changes: https://github.com/timothycrosley/isort/releases
* Update to 4.23.2Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
| | | | Changes: https://github.com/HypothesisWorks/hypothesis/blob/master/hypothesis-python/docs/changes.rst
* Update to 1.10.0Sunpoet Po-Chuan Hsieh2019-05-152-5/+4
| | | | Changes: https://github.com/kislyuk/argcomplete/releases
* Add NOT_FOR_ARCHSSunpoet Po-Chuan Hsieh2019-05-151-0/+3
| | | | TileDB is currently only available as a 64-bit library.
* Update to 1.13Sunpoet Po-Chuan Hsieh2019-05-152-13/+7
| | | | | | | | - Update MASTER_SITES - Fix *_DEPENDS: Crypt::OpenSSL::* requirement was removed since 1.04 - Take maintainership Changes: https://metacpan.org/changes/distribution/Net-DNS-SEC
* Update to 4.003Sunpoet Po-Chuan Hsieh2019-05-152-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Config-Model-Tester
* Use GCC 7 instead of GCC 5 when the base system doesn't have libc++.Brooks Davis2019-05-151-3/+3
| | | | | | | We'd use USE_GCC=yes, but GCC 8 doesn't like the obsolete C++ in this obsolete codebase. Requested by: gerald
* Move devel/modules2tuple to ports-mgmt/modules2tupleMateusz Piotrowski2019-05-156-2/+3
| | | | | | | | The reason is that modules2tuple is a tool useful to port maintainer to generate contents for GH_TUPLE for ports written in Go. PR: 237907 Approved by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* Upgrade port to address CVE-2018-16860.Timur I. Bakeyev2019-05-152-7/+7
| | | | Security: CVE-2018-16860
* xen: add fixes for XSA-297 (MDS)Roger Pau Monné2019-05-1522-3/+2635
| | | | | | Sponsored by: Citrix Systems R&D Reviewed by: mat Differential revision: https://reviews.freebsd.org/D20265
* Update to the 20190512 snapshot of GCC 10.0.0. This brings a new binaryGerald Pfeifer2019-05-154-4/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bin/lto-dump which may be helpful if you employ link-time optimization (LTO). Forward port r499061 | gerald | 2019-04-15 from lang/gcc8 and gcc8-devel [1]: GCC has two runtime libraries: The static library libgcc.a (-lgcc) and the shared library libgcc_s.so (-lgcc_s). Both implement many of the same functions but they also each have their unique functions. When GCC links programs and libraries there are three possibilities: 1. gcc -static-libgcc or gcc -static: -lgcc => Just use libgcc.a. 2. gcc -shared-libgcc: -lgcc_s -lgcc => Link with libgcc_s first, so libgcc.a is only used for its unique functions. 3. gcc: -lgcc -Wl,--as-needed -lgcc_s -Wl,--no-as-needed => Link with libgcc.a first so libgcc_s is only used for its unique functions (_Unwind_* functions). Approach 3 is the default for gcc and it's also what clang and clang++ use; approach 2 is the default for gfortran, g++ and probably other front ends. This patch makes 3 the default for gfortran. It significantly reduces the use of libgcc_s. The _Unwind_* functions are also available in the old base system libgcc_s which means this reduces the need for -rpath /usr/local/lib/gccN in ports that depend on libraries built with gfortran. Consider a dependency tree like this: prog -> libA -> libgcc_s (old base system libgcc_s is fine) -> libB -> libgcc_s (libB built with gfortran, needs new libgcc_s) Here prog needs to be linked with -rpath /usr/local/lib/gccN even if it's a normal C program compiled with clang. Without -rpath it will fail to start because it loads old libgcc_s first as a dependency of libA and then it fails to load libB. With this patch libB works with old base system libgcc_s or may not need libgcc_s at all, so prog does not need to be linked with -rpath. PR: 208120 [1] Submitted by: tijl [1]
* www/py-django-mezzanine: Update to 4.3.1Kubilay Kocak2019-05-152-9/+9
| | | | | | Changelog: https://github.com/stephenmcd/mezzanine/blob/4.3.1/CHANGELOG
* www/py-django-mezzanine-grappelli: Update to 0.5.2Kubilay Kocak2019-05-152-6/+6
|
* www/py-django-mezzanine-filebrowser: Update to 0.5.0Kubilay Kocak2019-05-152-6/+6
|
* Update py-html5-parser to 0.4.6Guido Falsi2019-05-152-4/+4
|
* - Add LICENSEDmitry Marakasov2019-05-152-1/+4
| | | | | | - Update WWW Approved by: portmgr blanket
* New port: textproc/markdownfmt: Tool for linting and formatting Markdown ↵Mateusz Piotrowski2019-05-154-0/+47
| | | | | | | | | | | in-place (similar to gofmt) markdownfmt is a linter similar to gofmt but for the Markdown language. It is capable of autoformatting Markdown files in-place or generating diffs with linting applied. Also, it is used in many plugins for formatting Markdown files written for text editors like Vim or Emacs. WWW: https://github.com/shurcooL/markdownfmt
* Add explicit build depend on python, since it's actually used duringGuido Falsi2019-05-151-1/+2
| | | | | | | the install phase. PR: 237862 Submitted by: Christopher <inbox@alleghenycomputer.com>
* Update to 2.1.8Jochen Neumeister2019-05-152-3/+4
| | | | Sponsored by: Netzkommune GmbH
* devel/py-vcrpy: Update to 2.0.1Kubilay Kocak2019-05-152-17/+13
| | | | | | Changelog: https://github.com/kevin1024/vcrpy/releases
* Update to 4.7Jochen Neumeister2019-05-153-23/+4
| | | | | | | | | | | | | | | | | Changelog: - Bug 4942: --with-filedescriptors does not do anything - Bug 4928: Cannot convert non-IPv4 to IPv4 - Bug 4823: assertion failed: "lowestOffset () <= target_offset" - Bug 4796: comm.cc !isOpen(conn->fd) assertion when rotating logs - Fix squidclient authentication to origin servers - Fix stack-based buffer-overflow when parsing SNMP messages - Add support for buffer-size= to UDP logging - TLS: When using OpenSSL, trust intermediate CAs from trusted store PR: 237882 Submitted by: timp87@gmail.com (maintainer) Sponsored by: Netzkommune GmbH
* - Update WWWDmitry Marakasov2019-05-151-3/+3
| | | | | | - Whitespace fixes Approved by: portmgr blanket
* Configurable Progress bars, they may include percentage, elapsed time,Wen Heping2019-05-154-0/+33
| | | | | | | | | and/or the estimated completion time. They work in terminals, in 'Emacs' 'ESS', 'RStudio', 'Windows' 'Rgui' and the 'macOS' 'R.app'. The package also provides a 'C++' 'API', that works with or without 'Rcpp'. WWW: https://cran.r-project.org/web/packages/progress/
* devel/kore: Update to 3.3.0Tobias Kortkamp2019-05-153-6/+10
| | | | Changes: https://kore.io/releases/3.3.0#changelog
* Pretty, human readable formatting of quantities.Wen Heping2019-05-154-0/+27
| | | | WWW: https://cran.r-project.org/web/packages/prettyunits/
* net/mediastreamer: Explicitly link with libthr after base r345349Tobias Kortkamp2019-05-151-1/+2
| | | | | | | | This should unbreak the build of net/liblinphone. ld: error: /usr/local/lib/libmediastreamer_base.so.10: undefined reference to pthread_setschedparam http://beefy12.nyi.freebsd.org/data/head-amd64-default/p501607_s347555/logs/errors/liblinphone-3.12.0_1.log
* Update to 2.0.0Romain Tartière2019-05-157-270/+32
| | | | | | | puppetdb-cli was rewritten in Ruby, so the port was moved from databases/puppetdb-cli to databases/rubygem-puppetdb_cli. With hat: puppet
* New port: databases/rubygem-pl-puppetdb-rubyRomain Tartière2019-05-154-0/+26
| | | | | | | | Simple Ruby client library for PuppetDB API WWW: http://rubygems.org/gems/pl-puppetdb-ruby With hat: puppet
* Re-add: math/curvYuri Victorovich2019-05-155-0/+129
|
* science/lammps: Update patch_30Apr2019 -> patch_15May2019Yuri Victorovich2019-05-153-11/+7
| | | | Reported by: github notification
* devel/upnp: Update to 1.8.4Tobias Kortkamp2019-05-159-322/+75
| | | | | | | | - Bump revision of consumers for shared library change Changes: http://pupnp.sourceforge.net/ChangeLog PR: 234669 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
* Remove expired ports:Tobias Kortkamp2019-05-1523-969/+2
| | | | | 2019-05-15 sysutils/djmount: Unmaintained upstream and does not build with upnp >= 1.8 2019-05-15 multimedia/vdr-plugin-upnp: Unmaintained upstream and does not build with upnp >= 1.8
* net-p2p/amule*: Fix badly rebased patches from r499598Tobias Kortkamp2019-05-152-28/+30
| | | | PR: 237407
* graphics/librsvg2-rust: Update to 2.45.6Tobias Kortkamp2019-05-152-16/+7
| | | | Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.6.news
* - add JAVA and QT5 option, improve library stripping.Stephen Montgomery-Smith2019-05-152-34/+39
| | | | | | | - Bump portrevision. PR: 237854 Submitted by: phascolarctos@protonmail.ch
* lang/rust: Update to 1.34.2Tobias Kortkamp2019-05-1562-34/+197
| | | | | | | | | | | - While here add patches from [1] for LibreSSL 2.9.1 support [1] https://github.com/sfackler/rust-openssl/pull/1097 Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html PR: 237495 [1] Security: 37528379-76a8-11e9-a4fd-00012e582166
* Add recent lang/rust security advisoryTobias Kortkamp2019-05-151-0/+36
|
* - Fix mistake in r501675, where OSVERSION was tested in a place where itStephen Montgomery-Smith2019-05-151-5/+7
| | | | wasn't yet defined.
* - Remove share/info/dir from pkg-plist, because it is a generated fileStephen Montgomery-Smith2019-05-152-2/+1
| | | | | | | which is updated during installing packages. PR: 237774 Submitted by: Ting-Wei Lan <lantw44@gmail.com>
* - Mark broken for recent versions of FreeBSD.Stephen Montgomery-Smith2019-05-151-0/+4
| | | | Reported by: pkg-fallout@
* sysutils/slurm-wlm: Upgrade to 18.08.7Jason W. Bacon2019-05-1510-298/+411
| | | | | | Improve default settings for FreeBSD Reviewed by: jrm
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-05-151-1/+3
|
* sysutils/devcpu-data: 1.22Sean Bruno2019-05-154-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Intel is now releasing microcode updates on Github - https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files - Update to 2019514 release Microcode Updates since last release of FreeBSD Package: == 20190514 Release == -- Updates upon 20190312 release -- Processor Identifier Version Products Model Stepping F-MO-S/PI Old->New ---- new platforms ---------------------------------------- VLV C0 6-37-8/02 00000838 Atom Z series VLV C0 6-37-8/0C 00000838 Celeron N2xxx, Pentium N35xx VLV D0 6-37-9/0F 0000090c Atom E38xx CHV C0 6-4c-3/01 00000368 Atom X series CHV D0 6-4c-4/01 00000411 Atom X series CLX-SP B1 6-55-7/bf 05000021 Xeon Scalable Gen2 ---- updated platforms ------------------------------------ SNB D2/G1/Q0 6-2a-7/12 0000002e->0000002f Core Gen2 IVB E1/L1 6-3a-9/12 00000020->00000021 Core Gen3 HSW C0 6-3c-3/32 00000025->00000027 Core Gen4 BDW-U/Y E0/F0 6-3d-4/c0 0000002b->0000002d Core Gen5 IVB-E/EP C1/M1/S1 6-3e-4/ed 0000042e->0000042f Core Gen3 X Series; Xeon E5 v2 IVB-EX D1 6-3e-7/ed 00000714->00000715 Xeon E7 v2 HSX-E/EP Cx/M1 6-3f-2/6f 00000041->00000043 Core Gen4 X series; Xeon E5 v3 HSX-EX E0 6-3f-4/80 00000013->00000014 Xeon E7 v3 HSW-U C0/D0 6-45-1/72 00000024->00000025 Core Gen4 HSW-H C0 6-46-1/32 0000001a->0000001b Core Gen4 BDW-H/E3 E0/G0 6-47-1/22 0000001e->00000020 Core Gen5 SKL-U/Y D0/K1 6-4e-3/c0 000000c6->000000cc Core Gen6 BDX-ML B0/M0/R0 6-4f-1/ef 0b00002e->00000036 Xeon E5/E7 v4; Core i7-69xx/68xx SKX-SP H0/M0/U0 6-55-4/b7 0200005a->0000005e Xeon Scalable SKX-D M1 6-55-4/b7 0200005a->0000005e Xeon D-21xx BDX-DE V1 6-56-2/10 00000019->0000001a Xeon D-1520/40 BDX-DE V2/3 6-56-3/10 07000016->07000017 Xeon D-1518/19/21/27/28/31/33/37/41/48, Pentium D1507/08/09/17/19 BDX-DE Y0 6-56-4/10 0f000014->0f000015 Xeon D-1557/59/67/71/77/81/87 BDX-NS A0 6-56-5/10 0e00000c->0e00000d Xeon D-1513N/23/33/43/53 APL D0 6-5c-9/03 00000036->00000038 Pentium N/J4xxx, Celeron N/J3xxx, Atom x5/7-E39xx SKL-H/S R0/N0 6-5e-3/36 000000c6->000000cc Core Gen6; Xeon E3 v5 DNV B0 6-5f-1/01 00000024->0000002e Atom C Series GLK B0 6-7a-1/01 0000002c->0000002e Pentium Silver N/J5xxx, Celeron N/J4xxx AML-Y22 H0 6-8e-9/10 0000009e->000000b4 Core Gen8 Mobile KBL-U/Y H0 6-8e-9/c0 0000009a->000000b4 Core Gen7 Mobile CFL-U43e D0 6-8e-a/c0 0000009e->000000b4 Core Gen8 Mobile WHL-U W0 6-8e-b/d0 000000a4->000000b8 Core Gen8 Mobile WHL-U V0 6-8e-d/94 000000b2->000000b8 Core Gen8 Mobile KBL-G/H/S/E3 B0 6-9e-9/2a 0000009a->000000b4 Core Gen7; Xeon E3 v6 CFL-H/S/E3 U0 6-9e-a/22 000000aa->000000b4 Core Gen8 Desktop, Mobile, Xeon E CFL-S B0 6-9e-b/02 000000aa->000000b4 Core Gen8 CFL-H/S P0 6-9e-c/22 000000a2->000000ae Core Gen9 CFL-H R0 6-9e-d/22 000000b0->000000b8 Core Gen9 Mobile == 20190312 Release == -- Updates upon 20180807 release -- Processor Identifier Version Products Model Stepping F-MO-S/PI Old->New ---- new platforms ---------------------------------------- AML-Y22 H0 6-8e-9/10 0000009e Core Gen8 Mobile WHL-U W0 6-8e-b/d0 000000a4 Core Gen8 Mobile WHL-U V0 6-8e-d/94 000000b2 Core Gen8 Mobile CFL-S P0 6-9e-c/22 000000a2 Core Gen9 Desktop CFL-H R0 6-9e-d/22 000000b0 Core Gen9 Mobile ---- updated platforms ------------------------------------ HSX-E/EP Cx/M1 6-3f-2/6f 0000003d->00000041 Core Gen4 X series; Xeon E5 v3 HSX-EX E0 6-3f-4/80 00000012->00000013 Xeon E7 v3 SKX-SP H0/M0/U0 6-55-4/b7 0200004d->0000005a Xeon Scalable SKX-D M1 6-55-4/b7 0200004d->0000005a Xeon D-21xx BDX-DE V1 6-56-2/10 00000017->00000019 Xeon D-1520/40 BDX-DE V2/3 6-56-3/10 07000013->07000016 Xeon D-1518/19/21/27/28/31/33/37/41/48, Pentium D1507/08/09/17/19 BDX-DE Y0 6-56-4/10 0f000012->0f000014 Xeon D-1557/59/67/71/77/81/87 BDX-NS A0 6-56-5/10 0e00000a->0e00000c Xeon D-1513N/23/33/43/53 APL D0 6-5c-9/03 00000032->00000036 Pentium N/J4xxx, Celeron N/J3xxx, Atom x5/7-E39xx APL E0 6-5c-a/03 0000000c->00000010 Atom x5/7-E39xx GLK B0 6-7a-1/01 00000028->0000002c Pentium Silver N/J5xxx, Celeron N/J4xxx KBL-U/Y H0 6-8e-9/c0 0000008e->0000009a Core Gen7 Mobile CFL-U43e D0 6-8e-a/c0 00000096->0000009e Core Gen8 Mobile KBL-H/S/E3 B0 6-9e-9/2a 0000008e->0000009a Core Gen7; Xeon E3 v6 CFL-H/S/E3 U0 6-9e-a/22 00000096->000000aa Core Gen8 Desktop, Mobile, Xeon E CFL-S B0 6-9e-b/02 0000008e->000000aa Core Gen8 Reviewed by: mat swills emaste markj Obtained from: Intel Corporation Security: yes Differential Revision: https://reviews.freebsd.org/D20236
* Re-add: misc/openvdbYuri Victorovich2019-05-156-0/+202
|
* Document the latest Flash Player vulnerability.Jung-uk Kim2019-05-151-0/+29
| | | | https://helpx.adobe.com/security/products/flash-player/apsb19-26.html
* Update to 32.0.0.192.Jung-uk Kim2019-05-153-5/+5
| | | | https://helpx.adobe.com/security/products/flash-player/apsb19-26.html
* Switch from pycryptodome to pycryptodomex to allow concurrent installationAntoine Brodin2019-05-153-3/+15
| | | | with ports requiring pycrypto
* Update to 5.1.8Antoine Brodin2019-05-158-122/+121
| | | | Build system switched from gnu configure to gmake
* science/py-qcelemental: Update 0.3.3 -> 0.4.0Yuri Victorovich2019-05-152-4/+4
| | | | Reported by: portscout
* www/py-django-contrib-comments: Update to 1.9.1Kubilay Kocak2019-05-142-5/+4
| | | | | | Changelog: https://github.com/django/django-contrib-comments/blob/1.9.1/HISTORY.rst
* Fixup those depends again.Mathieu Arnold2019-05-141-3/+4
| | | | Pointy hat: mat
* Fixup Python dependencies.Mathieu Arnold2019-05-141-10/+24
|
* www/py-django-markwhat: Update to 1.6.1Kubilay Kocak2019-05-142-5/+7
| | | | | | Changelog: https://github.com/Alir3z4/django-markwhat/blob/1.6.1/ChangeLog.rst
* - Update to 2.177Li-Wen Hsu2019-05-142-4/+4
| | | | Sponsored by: The FreeBSD Foundation
* devel/py-tox: Update to 3.10.0Kubilay Kocak2019-05-142-14/+19
| | | | | | Changelog: https://tox.readthedocs.io/en/latest/changelog.html#v3-10-0-2019-05-13
* audio/audacity: update to 2.3.2Steve Wills2019-05-149-54/+69
| | | | | | | While here, improve formatting PR: 237891 Submitted by: Jack <xxjack12xx@gmail.com> (maintainer)
* [NEW PORT] devel/py-pytest-forked: Run tests in isolated forked subprocessesKubilay Kocak2019-05-144-0/+34
| | | | | | | pytest plugin to run each test in a forked subprocess. This is an extraction of the xdist --forked module. WWW: https://github.com/pytest-dev/pytest-forked
* devel/awscli: Update 1.16.153 -> 1.16.157Bradley T. Hughes2019-05-142-5/+5
| | | | Sponsored by: Miles AS
* devel/py-botocore: Update 1.12.143 -> 1.12.147Bradley T. Hughes2019-05-142-4/+4
| | | | Sponsored by: Miles AS
* - Update to 3.36Wen Heping2019-05-142-5/+6
|
* devel/py-pytest-xdist: Update to 1.28.0Kubilay Kocak2019-05-142-11/+9
| | | | | | Changelog: https://github.com/pytest-dev/pytest-xdist/blob/v1.28.0/CHANGELOG.rst
* Update netbeans to 11.0.Koop Mast2019-05-144-22/+533
|
* - Add missed dependency on plasma-workspace-wallpapersDima Panov2019-05-141-2/+3
|
* devel/py-pytest: Update to 4.5.0Kubilay Kocak2019-05-143-24/+19
| | | | | | | | Changelog: https://github.com/pytest-dev/pytest/blob/4.5.0/CHANGELOG.rst Approved by: koobs (python, maintainer)
* devel/creduce: update to 2.10.0Steve Wills2019-05-142-10/+10
|
* Limit thread safe locales to FreeBSD 12+.Mathieu Arnold2019-05-142-2/+8
|
* - Add option to depend on plasma-workspace (to enable shutdown on completion ↵Dima Panov2019-05-141-1/+8
| | | | support)
* security/py-tuf: Update to 0.11.1Kubilay Kocak2019-05-144-21/+32
| | | | | | | | - Remove setup.py patch, we'll invoke tests directly for now Changelog: https://github.com/theupdateframework/tuf/releases/tag/v0.11.1
* - Update to 1.0.10Wen Heping2019-05-142-4/+4
|
* - Update to 4.3.1Wen Heping2019-05-142-4/+4
|
* Mark as BROKEN: unfetchableJochen Neumeister2019-05-142-0/+4
| | | | | | | There is a new rollout for the french and the japanese wordpress. As long as it is investigated why a new rollout exists, both ports are marked as BROKEN. Sponsored by: Netzkommune GmbH
* Sort categories Makefile and hook forgotten ports to the build.Mathieu Arnold2019-05-147-11/+12
| | | | Pointy hat: bofh, glewis, gerald, swills, manu, ijiao, sunpoet, egypcio
* www/py-django-cors-headers: update to 3.0.1Steve Wills2019-05-142-4/+4
|
* Update to version 4.9.11.Dmitry Sivachenko2019-05-142-4/+4
|
* Do not strip static library.Vanilla I. Shu2019-05-141-3/+4
| | | | Submitted by: tobik@
* - Fix LICENSEDmitry Marakasov2019-05-142-2/+5
| | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Update WWW Approved by: portmgr blanket
* [NEW PORT] security/py-securesystemslib: Cryptographic and general-purpose ↵Kubilay Kocak2019-05-144-0/+43
| | | | | | | | | | | | | | | routines securesystemslib supports public-key and general-purpose cryptography, such as ECDSA, Ed25519, RSA, SHA256, SHA512, etc. Most of the cryptographic operations are performed by the cryptography and PyNaCl libraries, but verification of Ed25519 signatures can be done in pure Python. WWW: https://github.com/secure-systems-lab/securesystemslib [1] https://github.com/secure-systems-lab/securesystemslib/issues/166 [2] https://github.com/secure-systems-lab/securesystemslib/issues/167
* Update to 345Emanuel Haupt2019-05-142-4/+4
|
* Update to 3.0.10Jochen Neumeister2019-05-142-4/+4
| | | | Sponsored by: Netzkommune GmbH
* - Update WWWDmitry Marakasov2019-05-143-4/+5
| | | | - Cosmetic fixes
* Add phpunit8 to CONFLICTS_INSTALLJochen Neumeister2019-05-141-1/+1
| | | | Sponsored by: Netzkommune GmbH
* benchmarks/vegeta: update 12.4.0 to 12.5.1Vinícius Zavam2019-05-142-4/+4
| | | | Approved by: mentors (implicit)
* devel/py-pluggy: Fix typo in pkg-descrTobias Kortkamp2019-05-141-1/+1
|
* sysutils/py-borgmatic: update 1.3.2 to 1.3.3Vinícius Zavam2019-05-142-4/+4
| | | | Approved by: mentors (implicit)
* Update to 8.1.5Jochen Neumeister2019-05-142-4/+4
| | | | Sponsored by: Netzkommune GmbH
* Update to 7.5.11Jochen Neumeister2019-05-142-4/+4
| | | | Sponsored by: Netzkommune GmbH
* - Update to 5.4.2Wen Heping2019-05-142-4/+4
|
* - Update to 5.2.5Wen Heping2019-05-142-4/+4
|
* devel/py-pluggy: Update to 0.11.0Kubilay Kocak2019-05-143-6/+7
| | | | | | | | | - Add TEST_DEPENDS for test target missing at last commit - Pet portlint: pkg-descr contained !7-bit ASCII characters Changelog: https://github.com/pytest-dev/pluggy/blob/0.11.0/CHANGELOG.rst
* devel/py-buildbot{-*}: Update to 2.3.0Kubilay Kocak2019-05-1414-29/+28
| | | | | | Changelog: https://docs.buildbot.net/current/relnotes/index.html#buildbot-2-3-0-2019-05-06
* devel/fastcrc: Unbreak build with lldTobias Kortkamp2019-05-141-2/+2
| | | | | | | | | | | ld: error: can't create dynamic relocation R_386_32 against local symbol in readonly segment; recompile object files with -fPIC or pass '-Wl,-z,notext' to allow text relocations in the output >>> defined in fastcrc.o >>> referenced by fastcrc.asm >>> fastcrc.o:(.text+0x854) http://beefy11.nyi.freebsd.org/data/head-i386-default/p501351_s347498/logs/errors/fastcrc-1.0.log While here simplify do-install.
* textproc/py-Tempita: Take MAINTAINER'ship Add LICENSEKubilay Kocak2019-05-142-2/+6
|
* databases/cego: upgrade 2.44.12 -> 2.44.13Kurt Jaeger2019-05-142-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Further recovery fix in CegoTableManager::insertDataTable In case of an insert exception ( e.g. duplicate pkey ), a checkpoint is forced now after deleteData to ensure file consistency In CegoObjectManager::insertPageData a second checkpoint is forced after data copy, if a previous checkpoint has occured. Otherwise this insert might be ignored during recovery because of lower LSN - Fix in CegoBTreeManager::checkDuplicate, the check for uflag ( returned CegoBTreeNode::valueExists ) to check for high value is not enough if, entries have been deleted from node. Instead, all subsequent pages have to be checked until a value higher is found - Introduced CegoBufferPool::getCPCount() to return to current checkpoint count. This method is used by CegoTableManager, CegoObjectManager and CegoTransactionManager to decide, if a consitency checkpoint is required - Version passed checkCrashRecovery with the following parameters NUMRUN=100 DOTRANSACTION=-dotransaction ARANGE=10000 AINTERVAL=500 ACOUNT=30000 PRIMARY=primary POOLSIZE=191 All relevant checkpoint situations have been observed over all run Submitted by: Bjoern Lemke <lemke@lemke-it.com>
* Update to the 20190509 snapshot of GCC 7.4.1.Gerald Pfeifer2019-05-142-4/+4
|
* graphics/gmic: Update 2.6.1 -> 2.6.2Yuri Victorovich2019-05-142-5/+4
|
* Update to 6.1.6.Vanilla I. Shu2019-05-143-6/+12
|
* Update to 0.11.1.Vanilla I. Shu2019-05-143-4/+6
|
* math/py-cvxpy: Update 1.0.21 -> 1.0.22Yuri Victorovich2019-05-142-6/+5
| | | | Reported by: portscout
* www/py-rfc3986: Update 1.3.1 -> 1.3.2Yuri Victorovich2019-05-142-4/+5
| | | | Reported by: portscout
* - Update to 1.21Wen Heping2019-05-142-3/+4
|
* - Update to 0.106Wen Heping2019-05-142-4/+4
|
* - Update to 0.20.3Wen Heping2019-05-142-5/+4
| | | | | | PR: 237759 Submitted by: wenheping2000@hotmail.com(myself) Approved by: demon@(maintainer)
* - Update moodle to 3.5.6 and 3.6.4Wen Heping2019-05-144-8/+8
|
* Add new port devel/rubygem-irb, Interactive RubyKoichiro Iwao2019-05-144-0/+31
| | | | | | | | | Ruby 2.6 requires this gem port. ${PREFIX}/bin/irb installed by lang/ruby26 is just a wrapper script of this gem. PR: 237870 Submitted by: myself Differential Revision: https://reviews.freebsd.org/D20254
* lang/rust-nightly: update to 1.36.0.20190514Jan Beich2019-05-142-4/+4
| | | | Changes: https://github.com/rust-lang/rust/compare/d595b113584f...a9ec99f4201e
* devel/rust-cbindgen: update to 0.8.7Jan Beich2019-05-142-3/+3
| | | | Changes: https://github.com/eqrion/cbindgen/compare/v0.8.6...v0.8.7
* multimedia/aom: update to 1.0.0.1759Jan Beich2019-05-142-5/+5
| | | | Changes: https://aomedia.googlesource.com/aom/+log/b2280edfa..0c74c8524
* www/firefox: update to 67.0Jan Beich2019-05-1410-1044/+24
| | | | | | | | Changes: https://www.mozilla.org/firefox/67.0/releasenotes/ PR: 236651 Security: 44b6dfbf-4ef7-4d52-ad52-2b1b05d81272 MFH: 2019Q2 Differential Revision: https://reviews.freebsd.org/D19654
* emulators/rpcs3: update to 0.0.6.8094Jan Beich2019-05-142-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/8194c92f1...22f61caf9
* Revert r501506 since USES=python change in devel/py-marshmallow is revertedSunpoet Po-Chuan Hsieh2019-05-141-1/+1
|