aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update devel/kdevelop and attendant ports to latest upstream 5.4.1adridg2019-08-1311-112/+205
| | | | | | | | | | | | | | | Release announcement: https://www.kdevelop.org/news/kdevelop-541-released Various small bugfixes over 5.4.0, which was announced at https://www.kdevelop.org/news/kdevelop-540-released and *that* introduced Meson build support, Scratchpads, and clang-tidy. The port chases upstream, with one exception: the QDebug categories are specifically dropped back to "old" style, so they live in ${LOCALBASE}/etc/xdg with the rest, instead of the new-fangled and we-need-to-think-about-this ${LOCALBASE}/share/qdebug-categories5/
* biology/bolt-lmm: Upgrade to 2.3.4jwb2019-08-137-120/+63
| | | | | | Remove previously upstreamed patches New Makefile patch that preserves default behavior and should be palatable to upstream
* Drop nop PORTREVISION_19 from devel/subversion addon portstobik2019-08-134-4/+0
| | | | devel/subversion19 has been removed.
* games/freeminer: enable building on powerpc64pkubaj2019-08-131-0/+1
| | | | | | | | Luajit is not available on powerpc64. This itself doesn't fix build with GCC on powerpc64 currently, but it does fix build when experimental patches for Clang in base are used. Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D21241
* Mk/bsd.sanity.mk: Flag non-integer PORTREVISION/PORTEPOCHtobik2019-08-138-11/+16
| | | | | | | | | | | | | Currently they are not checked and something like PORTREVISION=foo or just PORTREVISION= is accepted. Some ports use indirection via custom variables for them so it is worthwhile to check that they are set to sane values. While here fix ports that currently have non-integer PORTREVISION or PORTEPOCH. Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D21225
* Style: move GH_* variables closer to each other0mp2019-08-131-3/+0
| | | | | | | Fixes invalid change I introduced in r482963. Reported by: mat Differential Revision: https://reviews.freebsd.org/D17699
* - Update to 1.0.18vsevolod2019-08-133-7/+8
| | | | | | | | - Remove random hack as it's meaningful merely on Linux - Skip bump of revision as public API has not changed PR: 236602 Reported by: Oleh Hushchenkov <o.hushchenkov@gmail.com>
* Update to 1.3.3. No significant user-visible changes.naddy2019-08-134-42/+25
|
* Thinking about r508819 a bit more, make sure nothing depends on fetchmat2019-08-133-3/+3
| | | | directly in ports.
* xen-{tools/kernel}: update to 4.12.1royger2019-08-1325-2698/+10
| | | | | | Sponsored by: Citrix Systems R&D Approved by: mat Differential revision: https://reviews.freebsd.org/D21227
* mojolicious: Update to 8.23adamw2019-08-132-6/+6
|
* Update to 12.0.2+10.2glewis2019-08-134-13/+24
|
* sysuilts/pot: Update to 0.9.0pizzamig2019-08-134-8/+14
| | | | | | | | Many changes, from 0.6.1 to 0.9.0 A lot of work to make pot more friendly and to be used with nomad. Changes: https://github.com/pizzamig/pot/releases Sponsored by: trivago N.V.
* Force ports depending on a fetch target to actually run checksum.mat2019-08-131-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | This prevents an improbable MITM attack on dependencies where the target is "fetch" and the port is built manuallt. (Which means a port depends on a dependency being fetched, but not built or anything else.) In this case, as the target is only "fetch", the distribution files of the dependency are not checked against the dependency's distinfo file. One could, in theory, impersonate the dependency's master site and provide a malicious distribution file. The ports that could in theory be affected are russian/gd, ukrainian/gd, and ukrainian/webalizer. They are only affected when building manually, as when building with poudriere, the *-depends target do not have network access, and the build would fail if the distribution files are not already present. (From the dependencies being built normally, where checksum would have ran.) The detail is described here: https://www.reddit.com/r/BSD/comments/br62hm/freebsd_cryptographic_bypass_and_mitmbased/ Reported by: emaste (on IRC) Reviewed by: swills emaste antoine MFH: 2019Q3 Differential Revision: https://reviews.freebsd.org/D21230
* Make fetchable again. The distfile was rerolled a week after initialtijl2019-08-132-5/+4
| | | | | | release. The only changes are in CHANGES, README.md, and src/gtk-3.20/scss/apps/_gnome-applications.scss where a style change was added for Gnome app Geary.
* mail/astroid: fix build with GCC-based architecturespkubaj2019-08-131-1/+2
| | | | | | | | Use C11 compiler: /usr/local/include/webkitgtk-4.0/webkit2/WebKitUserContentFilterStore.h:49: error: redefinition of typedef 'WebKitUserContentFilter' /usr/local/include/webkitgtk-4.0/webkit2/WebKitUserContent.h:141: error: previous declaration of 'WebKitUserContentFilter' was here Approved by: mentors (implicit approval)
* - Update WWWamdmi32019-08-131-1/+1
| | | | Approved by: portmgr blanket
* science/py-onnx: fix build with GCC-based architecturespkubaj2019-08-131-1/+1
| | | | | | | Use C11 compiler because of: /wrkdirs/usr/ports/science/py-onnx/work-py36/onnx-1.5.0/onnx/onnxifi_loader.c:121: error: 'struct onnxifi_library' has no member named 'functions' Approved by: mentors (implicit approval)
* Update to the 20190808 snapshot of GCC 7.4.1, skipping the 20190801gerald2019-08-132-4/+4
| | | | | | snapshot which did not bring actual changes. This brings backports for two issues on the Fortran side.
* Document www/gitlab-ce vulnerabilities.mfechner2019-08-131-0/+32
|
* Update to 11.0.4+11.2glewis2019-08-135-24/+24
|
* - Update to 8.7.6acm2019-08-133-4/+19
| | | | ChangeLog at: https://www.drupal.org/project/drupal/releases/8.7.6
* editors/emacs-devel: Update to 2019-08-12 commit, 2b329edjrm2019-08-133-8/+7
| | | | | This fixes Emacs bug #37006, which could prevent the garbage collector from running.
* - Fix build on powerpc64acm2019-08-131-1/+3
| | | | | PR: 239414 Submitted by: pkubaj
* - Update to 4.0.8acm2019-08-133-6/+26
| | | | | | | - Fix path to SOGo in Apache configuraton file [1] PR: 235175 [1] Submitted by: Robert Schulze [1]
* - Update to 4.0.8acm2019-08-133-5/+5
|
* - Fix build on non-x86acm2019-08-132-3/+13
| | | | | | | - Fix build on powerpc64 PR: 239437 Submitted by: pkubaj
* lang/rust-nightly: update to 1.38.0.20190813jbeich2019-08-132-4/+4
| | | | Changes: https://github.com/rust-lang/rust/compare/9703ef666123...60960a260f7b
* multimedia/aom: update to 1.0.0.2235jbeich2019-08-132-5/+5
| | | | Changes: https://aomedia.googlesource.com/aom/+log/9666276ac..fc1404d58
* emulators/rpcs3: update to 0.0.6.8465jbeich2019-08-132-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/94d33003a...d48d424b1
* science/py-tensorflow-estimator: Add NO_ARCH=yes; Fix build for the port ↵yuri2019-08-131-3/+6
| | | | name having hyphen (vs. underscore) in PORTNAME.
* graphics/jogamp-jogl:makc2019-08-132-4/+4
| | | | | | - Switch to x11-toolkits/swt which is newer than swt-devel port PR: 219186
* - remove valid endpoints from codejgh2019-08-134-1/+63
| | | | | - patches submitted upstream - bump revision
* - Update to 0.8tota2019-08-132-5/+5
|
* java/intellij: Update to version 2019.2.bsam2019-08-137-9886/+10263
| | | | | PR: 239790 Submitted by: Dmitry Wagin <dmitry.wagin@ya.ru>
* net/liveMedia: fix build with GCC-based architecturespkubaj2019-08-131-1/+1
| | | | | | | Use C++11 compiler: MPEG2TransportStreamParser.hh:107: error: a class-key must be used when declaring a friend Approved by: mentors (implicit approval)
* Fix gemspec for rubygem-rack-test 1.1.0 updatesunpoet2019-08-132-2/+3
| | | | - Bump PORTREVISION for package change
* Update to 1.1.0sunpoet2019-08-132-7/+8
| | | | | | - Update version requirement of RUN_DEPENDS Changes: https://github.com/rack-test/rack-test/releases
* Fix gemspec for rubygem-rack-test 1.1.0 updatesunpoet2019-08-132-1/+2
| | | | - Bump PORTREVISION for package change
* Update to 3.12.1sunpoet2019-08-133-6/+6
| | | | | | | - Update WWW Changes: https://github.com/puma/puma/releases https://github.com/puma/puma/blob/master/History.md
* Revert rubygem-mini_portile2 change in r502877sunpoet2019-08-132-3/+14
| | | | | | | | | | | | - Bump PORTREVISION for dependency change We do not need mini_portile/mini_portile2. It was removed since r355100 and r494447. mini_portile2 is used to download and build the libraries which is already handled by our ports framework very well. Furthermore, it is not needed when using system libraries (CONFIGURE_ARGS=--use-system-libraries). Reference: https://lists.freebsd.org/pipermail/svn-ports-all/2019-March/209423.html https://github.com/sparklemotion/nokogiri/blob/v1.10.3/ext/nokogiri/extconf.rb#L447-L471
* Update to 12.3.3sunpoet2019-08-132-4/+4
| | | | Changes: https://github.com/ruby/rake/blob/master/History.rdoc
* Update to 1.64sunpoet2019-08-132-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/DBD-SQLite
* Update to 20190808sunpoet2019-08-132-4/+4
|
* Update to 2019.08.11sunpoet2019-08-132-4/+4
|
* Update to 0.1.4sunpoet2019-08-132-9/+9
| | | | | | | - Update LICENSE - Take maintainership Changes: https://github.com/faye/websocket-extensions-ruby/blob/master/CHANGELOG.md
* Update to 0.7.1sunpoet2019-08-132-7/+7
| | | | | | | - Update LICENSE - Take maintainership Changes: https://github.com/faye/websocket-driver-ruby/blob/master/CHANGELOG.md
* Fix gemspec for rubygem-rack-test 1.1.0 updatesunpoet2019-08-132-1/+2
| | | | - Bump PORTREVISION for package change
* Update to 3.7.4sunpoet2019-08-132-4/+4
| | | | Changes: https://github.com/sass/ruby-sass/blob/stable/doc-src/SASS_CHANGELOG.md
* Update version requirement of RUN_DEPENDSsunpoet2019-08-131-4/+4
|
* Update version requirement of RUN_DEPENDSsunpoet2019-08-131-4/+4
|
* Update version requirement of RUN_DEPENDSsunpoet2019-08-131-4/+4
|
* Update to 0.3.3sunpoet2019-08-132-8/+8
| | | | | | - Take maintainership Changes: https://github.com/minad/mimemagic/blob/master/CHANGELOG.md
* Update to 1.6.0sunpoet2019-08-133-6/+6
| | | | | | | - Update WWW - Take maintainership Changes: https://github.com/ruby-i18n/i18n/releases
* Update version requirement of RUN_DEPENDSsunpoet2019-08-131-1/+1
|
* Update to 2.1.2sunpoet2019-08-133-6/+6
| | | | | | - Update WWW Changes: https://github.com/faker-ruby/faker/blob/master/CHANGELOG.md
* Update to 8.0.0sunpoet2019-08-132-4/+4
| | | | Changes: https://github.com/cucumber/cucumber-expressions-ruby/commits/master
* Update to 1.0.1sunpoet2019-08-132-8/+9
| | | | | | - Take maintainership Changes: https://github.com/enkessler/childprocess/blob/master/CHANGELOG.md
* Update to 3.28.0sunpoet2019-08-132-8/+9
| | | | | | - Update version requirement of RUN_DEPENDS Changes: https://github.com/teamcapybara/capybara/blob/master/History.md
* Update to 1.4.4sunpoet2019-08-132-7/+6
| | | | | | | - Update version requirement of RUN_DEPENDS - Take maintainership Changes: https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md
* Update to 0.3.4sunpoet2019-08-132-8/+13
| | | | | | | | | - Add LICENSE - Update version requirement of RUN_DEPENDS - Add NO_ARCH - Take maintainership Changes: https://github.com/brooklynDev/airborne/blob/master/CHANGELOG.md
* Update to 1.4.1sunpoet2019-08-132-7/+8
| | | | | | | - Take maintainership Changes: https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc https://github.com/sparklemotion/sqlite3-ruby/commits/master
* Take maintainershipsunpoet2019-08-131-1/+1
|
* Update to 0.4.2.9sunpoet2019-08-132-6/+5
| | | | | Changes: https://github.com/KimiNewt/pyshark/releases https://github.com/KimiNewt/pyshark/commits/master
* Update to 2019.2sunpoet2019-08-132-4/+4
| | | | Changes: https://pecl.php.net/package-changelog.php?package=timezonedb
* Update to 2.5.7sunpoet2019-08-132-5/+5
| | | | Changes: https://metacpan.org/changes/distribution/Mouse
* Update to 7.1.0sunpoet2019-08-134-8/+19
| | | | | | | - Add LICENSE_FILE - Convert PORTEXAMPLES to PLIST entries Changes: https://github.com/leethomason/tinyxml2/commits/master
* Add rubygem-chromedriver-helper 2.1.1sunpoet2019-08-134-0/+40
| | | | | | | | | | | | | chromedriver-helper installs an executable, chromedriver-helper, in your gem path, and configures Selenium to invoke it as the web driver. This script will, if necessary, download the appropriate binary for your platform and install it into ~/.chromedriver-helper, then exec it. Easy peasy! Individual projects can even select which version of chromedriver they want to run. WWW: https://github.com/flavorjones/chromedriver-helper
* x11/wev: add new portjbeich2019-08-134-0/+37
|
* x11/virtboard: add new portjbeich2019-08-134-0/+49
| | | | | | | Virtboard is an on screen keyboard based on wayland-keyboard, and serving as a test bed for new input method protocols. https://source.puri.sm/Librem5/virtboard
* textproc/scdoc: switch to dynamic linkingjbeich2019-08-131-0/+2
| | | | Let binary packages take advantage of newer libc.
* textproc/scdoc: drop DIST_SUBDIRjbeich2019-08-132-5/+3
| | | | Obtained from: mail/aerc
* net-mgmt/statsd: schedule for removal on 2019-11-01 due to expired www/node6rene2019-08-131-1/+4
| | | | While here fix FATAL portlint error.
* textproc/kibana5* : schedule for removal on 2019-11-01, they depend on ↵rene2019-08-132-0/+6
| | | | expired www/node6
* www/yarn: remove support for expired www/node6 backendrene2019-08-131-3/+1
|
* Remove expired port:rene2019-08-1311-2270/+1
| | | | 2019-05-08 sysutils/openhpi: Broken for more than 6 months
* sysutils/cluster-glue: remove support for expired sysutils/openhpirene2019-08-131-6/+3
|
* Remove expired port:rene2019-08-1312-396/+1
| | | | 2019-05-08 cad/elmerfem: Broken for more than 6 months
* www/chromium: Sync sndio backend with OpenBSD and unbreak build after r508722tobik2019-08-132-2/+7
| | | | | | | | | | | | | | | ../../media/audio/openbsd/audio_manager_openbsd.cc:158:14: error: allocating an object of abstract class type 'media::SndioAudioOutputStream' return new SndioAudioOutputStream(params, this); ^ ../../media/audio/audio_io.h:117:16: note: unimplemented pure virtual method 'Flush' in 'SndioAudioOutputStream' virtual void Flush() = 0; PR: 239802 Submitted by: tobik Reported by: kib Tested by: kib Approved by: chromium (cpm) MFH: 2019Q3 (together with r508722)
* ports-mgmt/modules2tuple: Update to 1.8.0tobik2019-08-132-5/+4
| | | | | | Changes: https://github.com/dmgk/modules2tuple/releases/tag/v1.8.0 PR: 239804 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
* New port: science/py-tensorflow-estimator: TensorFlow Estimator, an API to ↵yuri2019-08-136-0/+209
| | | | | | | | | | | | simplify machine learning programming Dependencies are unusual for science/py-tensorflow-estimator: science/py-tensorflow imports science/py-tensorflow-estimator in its python code, but science/py-tensorflow-estimator is a separate project that depends on science/py-tensorflow in order to build. PR: 226400 Submitted by: Anthony <amzo1337@gmail.com>
* sysutils/potnet: Update to 0.3.1pizzamig2019-08-132-4/+4
| | | | | Changes: https://github.com/pizzamig/potnet/releases/tag/0.3.1 Sponsored by: trivago N.V.
* - Update to 5.51tota2019-08-122-4/+4
|
* - Update to 1.1tota2019-08-122-6/+6
|
* - Update to 0.4-1tota2019-08-122-5/+4
|
* - Update to 1.4.1tota2019-08-122-6/+5
|
* Update to latest commit.mat2019-08-125-16/+22
|
* Update to v5.31.2-94-g96684a73b5.mat2019-08-123-6/+6
|
* Mark Perl 5.28 as DEPRECATED.mat2019-08-121-2/+2
|
* Bump PORTREVISION in accordance with editors/semi update.nobutaka2019-08-122-0/+2
|
* - Switch to the version maintained by the developers of Wanderlust.nobutaka2019-08-128-65/+27
| | | | - Update to the snapshot on 2019-07-08.
* - Switch to the version maintained by the developers of Wanderlust.nobutaka2019-08-1213-474/+29
| | | | - Update to the snapshot on 2019-05-26.
* Bump PORTREVISION in accordance with editors/apel update.nobutaka2019-08-121-0/+1
|
* - Switch to the version maintained by the developers of Wanderlust.nobutaka2019-08-1210-2292/+9
| | | | - Update to the snapshot on 2019-04-07.
* Add an entry for the Perl default version change.mat2019-08-121-0/+8
|
* Upgrade to 2.0.17krion2019-08-123-16/+8
| | | | | PR: 239640 Submitted by: adamw
* - Update to 1.2.2tota2019-08-122-7/+4
|
* Update to 0.5.0.mat2019-08-122-149/+142
| | | | | | PR: 239778 Submitted by: mat Reviewed by: maintainer
* Update the default Perl version to 5.30.mat2019-08-121-1/+1
| | | | | | PR: 239742 Submitted by: mat Exp-run by: antoine
* Add new port devel/robin-map, a hash map and hash set libraryrodrigo2019-08-124-0/+36
| | | | | | | | | | | | | C++ implementation of a fast hash map and hash set using open-addressing and linear robin hood hashing with backward shift deletion to resolve collisions. https://github.com/Tessil/robin-map Required to update graphics/openimageio (PR 239587) PR: 239587 Submitted by: Shane <FreeBSD@ShaneWare.Biz>
* Changelog:db2019-08-127-38/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ## [3.8.0.0] - 2019-08-09 Witness me! Tonight, we release GNU Radio 3.8.0.0. It's the first minor release version since more than six years, not without pride this community stands to face the brightest future SDR on general purpose hardware ever had. Since we've not been documenting changes in the shape of a Changelog for the whole of the development that happened since GNU Radio 3.7.0, I'm afraid that these release notes will be more of a GLTL;DR (git log too long; didn't read) than a detailed account of what has changed. What has _not** changed is the fact that GNU Radio is centered around a very simple truth: > Let the developers hack on DSP. Software interfaces are for humans, not the > other way around. And so, compared to the later 3.7 releases, nothing has fundamentally modified the way one develops signal processing systems with GNU Radio: You write blocks, and you combine blocks to be part of a larger signal processing flow graph. With that as a success story, we of course have faced quite a bit of change in the systems we use to develop and in the people that develop GNU Radio. This has lead to several changes that weren't compatible with 3.7. **This is an excerpt only:** ### Fixed #### Project Scope - Roughly 36 dBBug, (ETOOMANYBUGS) - Fixed .so versioning ### Changed #### Project Scope - C++11 - merged the wholeness of the `next` branch - Dependency version bumps: CMake, GCC, MSVC, Swig, Boost - New dependencies: MPIR/GMP, Qt5, gsm, codec2 - Removed dependencies: libusb, Qt4, CppUnit - Python: Python 2 & Python 3 compatible. 3.8 will be the last Py2k-compatible release series - gengen was replaced by templates (if you don't know gengen, don't do any research; save yourself that sorrow) - Modern CMake (as far as feasible at this point) - VOLK version updated to v2.0.0 - .clang-format file now dictates coding style - clang-format'ed the whole tree. - installed CMake files now tell about configuration #### gnuradio-runtime - reworked fractional tag time handling, especially in the context of resamplers #### GRC - C++ generation as option - YAML instead of XML - removed `blks2` - much better canvas tooling - consistent gobject usage - ROUNDED ARROWS #### gr-qtgui - moving from Qt4 to Qt5 #### gr-utils - `gr_modtool` now vastly improved #### gr-vocoder - improved versatility - removed in-tree libgsm, libcodec2, use system-wide libs ### Removed #### Project Scope - Modules `gr-comedi`, `gr-fcd` and `gr-wxgui` are gone #### gr-comedi - nobody could remember who used this, or for what. It has seen 0 active code contributions in the 3.7 lifecycle #### gr-digital - python-based `packet_encoder` and related tools: Bugs that were sporadic and never fixed, so after long deprecation, we're removing it #### gr-fcd - since it's currently untestable by the CI, it's being removed, as there was no code contributions. Generally, we strive to include all batteries with GNU Radio. Re-integration within a more general SDR interface would be desirable. #### gr-utils - removed PyQwt (dead) based tools #### gr-wxgui - Unmaintained, breaks on increasingly many systems, always was slower than Qtgui. We've been starting to tell people to migrate to Qt since at least 2015. Now, we're finally removing it. ==== Mike English notes: Note that the 3.8.0.0 tarball is again available from https://www.gnuradio.org/releases/gnuradio/ and the volk dependency (a submodule in the git repo) is included so we can do away with USES_GITHUB and go back to building from the official release tarball. I've run this through portlint and poudriere already, so it should apply cleanly. ==== PR: ports/239793 Submitted by: mike.english@gmail.com
* lang/ponyc: Update to 0.30.0tobik2019-08-124-33/+5
| | | | | | Changes: https://github.com/ponylang/ponyc/issues/3221 PR: 239581 Submitted by: Greg V <greg@unrelenting.technology> (maintainer)
* Upgrade textproc/smu to v1.5rodrigo2019-08-123-5/+5
| | | | | | | | | few bugfixes: - remove useless .hgtags - fix shortlinks when -n is not given - Make documentation slightly more English The WWW link now points to the github page since the legacy webserver is unavailable
* devel/raylib: Update to 2.5.0tobik2019-08-122-7/+9
| | | | | PR: 239270 Submitted by: Martin Filla <freebsd@sysctl.cz> (maintainer)
* sysutils/yank: Update to 1.2.0tobik2019-08-122-4/+4
| | | | Changes: https://github.com/mptre/yank/releases/tag/v1.2.0
* Fix typoantoine2019-08-121-1/+1
|
* net/ocserv: Fix typos in pkg-descrcpm2019-08-121-2/+2
| | | | | PR: 239577 Submitted by: Mikael Urankar <mikael.urankar@gmail.com>
* www/chromium: Update to 76.0.3809.100cpm2019-08-12264-1525/+1689
| | | | | | | Changelog: https://chromium.googlesource.com/chromium/src/+log/75.0.3770.142..76.0.3809.100?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de> MFH: 2019Q3
* Fix install with Perl 5.30 and all future possible versions.mat2019-08-121-0/+17
| | | | PR: 239742.
* Fix install for Perl > 5.10.mat2019-08-121-6/+13
| | | | | | (Yes, really.) PR: 239742
* Update to upstream version 36.0.0riggs2019-08-123-16/+4
| | | | | | | | Details: - Bug fixes and enhancements, see https://mkvtoolnix.download/doc/NEWS.md MFH: 2019Q3 (hat: ports-secteam)
* science/erkale: correctionyuri2019-08-121-1/+1
|
* science/erkale: Update g20190412 -> g20190812yuri2019-08-124-13/+8
|
* - Update WWWamdmi32019-08-121-1/+1
| | | | Approved by: portmgr blanket
* devel/elfio: Update to 3.4.arrowd2019-08-122-5/+5
| | | | | Submitted by: james.wright@digital-chaos.com (maintainer) Differential Revision: https://reviews.freebsd.org/D21185
* Update to 2.0.10.tijl2019-08-123-8/+8
| | | | MFH: 2019Q3 (2.0.9 is now unfetchable)
* Update `archivers/libdeflate' to version 1.3.danfe2019-08-123-20/+17
| | | | Reported by: portscout
* [NEW] devel/go-bindata-assetfs: serves embedded files with net/http supportegypcio2019-08-124-0/+45
| | | | | | | go-bindata-assetfs serves embedded files from go-bindata with Go's net/http support, allowing packages to serve http static content. WWW: https://github.com/elazarl/go-bindata-assetfs
* Ensure _GNU_SOURCE is now longer defined on powerpc64 (which was agerald2019-08-122-0/+28
| | | | | | | | | | | | | | | | | regression from the GCC 8 series). The technical background is that a consolidation in upstream GCC made non-GNU platforms include gnu-user.h and then undefined some macros in rs6000/freebsd.h, but missed doing the same in rs6000/freebsd64.h. The has now been included upstream and the current snapshot that the lang/gcc9-devel port tracks; carrying files/patch-powerpc64-no-_GNU_SOURCE in this port should become obsolete with the GCC 9.2 release. (As this should be a very short-lived measure, bump PORTREVISION only for powerpc64 to avoid all other users having to rebuild, too.) PR: 239648
* shells/ksh93: Attempt to fix r508705 and unbreak indextobik2019-08-121-6/+6
| | | | | | | | | | | It fails basic sanity checks: make: "/usr/ports/shells/ksh93/Makefile" line 16: Malformed conditional (${USE_GCC} == "9") make: Fatal errors encountered -- cannot continue make: stopped in /usr/ports/shells/ksh93 PR: 239644 Pointy hat: cy
* Update to the latest cfengine gitub commit.cy2019-08-122-5/+5
|
* Update to the latest MIT KRB5 github commit.cy2019-08-122-5/+5
|
* Update to the latest att/ast github commit.cy2019-08-122-5/+5
|
* Mark broken when USE_GCC=9. Upstream git commitcy2019-08-121-0/+4
| | | | | | | | | | | | 63e9edcb6084d4b164439065e2d71f3e900ec3c7 resolves this issue. Unfortunately it does not apply, requiring this port to be upated to ksh93 well into ksh93-devel. Bringing ksh93 up to the ksh93-devel or shy of it would negate the justification for ksh93's existence. It is therefore recommended that people use ksh93-devel on architectures that use GCC 9 or use GCC 8. PR: 239644 Reported by: pkubaj@
* Whitespace adjustment.cy2019-08-121-1/+1
|
* Workaround for infinite recursion crashglewis2019-08-122-0/+13
| | | | | | | | | | * FreeBSD crashes on infinite recursion rather than throwing a stack overflow because the stack address of the fault is in the page below the guard area. Workaround this by rounding down the fault address to the nearest page boundary. Investigation is still under way into what may be causing this but this appears to prevent it in simple test cases. PR: 222146
* devel/py-virtualenvwrapper: Allow Python 3 buildskoobs2019-08-121-8/+12
| | | | | | | | | | | | | | | | | | | virtualenvwrapper supports Python 3, remove unnecessary limitation on 2.7 accordingly. A dependency (sphinxcontrib-bitbucket) Python 3 build/run error was fixed in ports r508699, which is required by virtualenvwrapper for its DOCS option/build. While I'm here: - Level up ports compliance (NO_ARCH, USES/USE order) - Remove unecessary DOCS_VARS DOCSDIR override (concurrent does this) - Patch virtualenvwrapper command invocations (virtualenv, virtualenv-clone) to use Python version-specific filenames Approved by: portmgr (blanket(s): ports compliance, python compliance) MFH: 2019Q3
* textproc/py-sphinxcontrib-bitbucket: Fix Python 3 build/runkoobs2019-08-123-6/+25
| | | | | | | | | | | | | | | | | | | | | | | Fix Python 3 build, identified while testing devel/py-virtualenvwrapper: Exception occurred: File "/usr/local/lib/python3.7/site-packages/sphinx/registry.py", line 196, in load_extension mod = __import__(extname, None, None, ['setup']) File "/usr/local/lib/python3.7/site-packages/sphinxcontrib/bitbucket.py", line 26 except AttributeError, err: ^ SyntaxError: invalid syntax While I'm here, level up ports/python compliance: - Add python to CATEGORIES - Add LICENSE/LICENSE_FILE - Add NO_ARCH - Add missing RUN_DEPENDS - Correct RUN_DEPENDS version-specs Approved by: portmgr (blanket(s): build fix, ports compliance, dependencies) MFH: 2019Q3
* update games/wtf to 20190728 snapshot from NetBSDlifanov2019-08-122-4/+4
|
* update sysutils/debootstrap to 1.0.115lifanov2019-08-123-5/+6
|
* update sysutils/terraform to 0.12.6lifanov2019-08-122-4/+4
|
* update sysutils/ansible to 2.8.3lifanov2019-08-122-4/+4
| | | | https://github.com/ansible/ansible/blob/v2.8.3/changelogs/CHANGELOG-v2.8.rst
* science/nwchem: Update 6.8.1.20190606 -> 6.8.1.20190809yuri2019-08-122-6/+5
|
* games/openbor: untabify after r508689jbeich2019-08-123-9/+9
|
* x11/waybar: fix memory statsjbeich2019-08-122-16/+17
| | | | | | src/modules/memory.cpp:72:5: runtime error: unsigned integer overflow: 4982552 * 4096 cannot be represented in type 'unsigned int' Reported by: -fsanitize=integer
* games/openbor: fix free memory statsjbeich2019-08-129-29/+29
| | | | | | source/ramlib/ram.c:137:18: runtime error: unsigned integer overflow: 9420649 * 4096 cannot be represented in type 'unsigned int' Reported by: -fsanitize=integer
* dmd2 is past its best before date and has expired. Upstream is unable tocy2019-08-1212-1262/+1
| | | | | | | | address statfs64 issues as (self hosted) dmd does not support versioned symbols as llvm and gcc do. Upstream is unable to resolve. https://issues.dlang.org/show_bug.cgi?id=17596 https://issues.dlang.org/show_bug.cgi?id=18885
* Correct best before date.cy2019-08-121-1/+1
| | | | Reported by: rene@
* devel/opengrok: remove support for EOL tomcat6rene2019-08-121-4/+1
|
* www/jspwiki: remove support for EOL tomcat6, bump PORTREVISIONrene2019-08-121-11/+1
|
* www/bigbluebutton: mark for removal on 2019-11-01 due to www/tomcat6rene2019-08-121-0/+3
|
* www/pebble: mark for removal on 2019-11-01 due to tomcat6rene2019-08-121-0/+3
|
* www/axis2: drop tomcat6 as a suported option, bump PORTREVISIONrene2019-08-121-5/+3
|
* graphics/deegree-csw: remove support for EOL tomcat6, bump PORTREVISIONrene2019-08-121-13/+1
|
* graphics/deegree-wms: remove support for EOL tomcat6, bump PORTREVISIONrene2019-08-121-13/+1
|
* graphics/deegree-wcs: remove support for EOL tomcat6, bump PORTREVISIONrene2019-08-121-13/+1
|
* graphics/deegree-wpvs: drop support for EOL tomcat6, bump PORTREVISIONrene2019-08-121-13/+1
|
* graphics/barbecue: remove support for EOL tomcat6, bump PORTREVISIONrene2019-08-121-13/+2
|
* graphics/deegree-wps: remove support for EOL tomcat6, bump PORTREVISIONrene2019-08-121-13/+1
|
* graphics/deegree-igeoportal: remove option for EOL tomcat6, bump PORTREVISIONrene2019-08-121-13/+1
|
* graphics/deegree-wfs: drop support for EOL Tomcat6, bump PORTREVISIONrene2019-08-121-13/+1
|
* dmd1 is no longer supported upstream.cy2019-08-121-0/+4
|
* graphics/bitmap: Backport the pull request adding more functionality, ex. ↵yuri2019-08-122-1/+7
| | | | C++-styled write image functions
* databases/freetds-devel: Fix typosbofh2019-08-121-3/+2
|
* databases/freetds-devel: Update version 1.1.50=>1.1.51bofh2019-08-122-5/+7
| | | | | | | - Add https MASTER_SITES [1] PR: 239445 [1] Submitted by: p5B2E9A8F@t-online.de [1]
* Switch to base compiler on powerpc64martymac2019-08-121-4/+0
| | | | | PR: 239762 Submitted by: pkubaj
* Include the notify directory, for all those new features mentioned in thedvl2019-08-122-0/+13
| | | | | | previous commit. Reported by: Ken
* biology/checkm: Update 1.0.16 -> 1.0.17yuri2019-08-122-4/+4
| | | | Reported by: portscout
* net/savvycan: This adds net/savvycan which is a CAN bus reverseleres2019-08-124-0/+62
| | | | | | | | | engineering and capture tool. It supports EVTV hardware, socketCAN compatible devices, and other hardware. Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D21212
* deskutils/cfiles: Update 1.7.2 -> 1.8yuri2019-08-122-5/+4
| | | | Reported by: portscout
* www/madsonic: remove optional dependency on expired www/tomcat6rene2019-08-121-12/+1
|
* devel/gitblit: always depend on Tomcat 7, Tomcat 6 is EOL.rene2019-08-122-10/+3
| | | | Bump PORTREVISION
* Remove expired port:rene2019-08-128-334/+1
| | | | 2019-05-08 textproc/sphinxsearch-devel: Broken for more than 6 months
* Revert r508261, it's even more BROKENantoine2019-08-122-5/+8
| | | | Reported by: pkg-fallout
* math/bitwise: Update 0.33 -> 0.40yuri2019-08-122-4/+4
| | | | Reported by: portscout
* www/ljdump: force use of python 2.7pi2019-08-121-2/+2
| | | | | | | PR: 239643 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Reported by: Victor Sudakov <vas@mpeks.tomsk.su> MFH: 2019Q3
* Make devel/qt5-qdoc use LLVM_DEFAULT instead of hard-coded versionadridg2019-08-121-3/+3
| | | | | | | | | | | | | Having the version hard-coded makes it hard to chase LLVM updates; having a different LLVM version from the rest of the stack -- in particular from what mesa uses -- means building an extra LLVM just for parsing documentation from Qt modules. linimon@ suggests using an easily-spotted variable in PR 239740 but we can go one better and just use the LLVM that's there. PR: 239740 Submitted by: linimon
* biology/gperiodic: upgrade 2.0.10 -> 3.0.3pi2019-08-123-23/+39
| | | | | | | | - new mastersite PR: 239642 Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Relnotes: https://sourceforge.net/p/gperiodic/code/HEAD/tree/branches/3.0.3/ChangeLog
* Update to 2.1.0sunpoet2019-08-122-8/+7
| | | | | | - Take maintainership Changes: https://github.com/rails/spring/blob/master/CHANGELOG.md
* Document the removal of unnecessary portssunpoet2019-08-121-0/+4
| | | | | | | - devel/rubygem-spring-rails5 - devel/rubygem-spring-rails50 - www/rubygem-turbolinks-rails5 - www/rubygem-turbolinks-rails50
* Remove www/rubygem-turbolinks-rails5sunpoet2019-08-124-30/+0
| | | | www/rubygem-turbolinks does not have rails version specific dependency after RUN_DEPENDS fixed.
* Remove www/rubygem-turbolinks-rails5sunpoet2019-08-124-30/+0
| | | | www/rubygem-turbolinks does not have rails version specific dependency after RUN_DEPENDS fixed.
* Remove devel/rubygem-spring-rails5sunpoet2019-08-124-31/+0
| | | | devel/rubygem-spring does not have rails version specific dependency after 2.1.0 update.
* Remove devel/rubygem-spring-rails5sunpoet2019-08-124-31/+0
| | | | devel/rubygem-spring does not have rails version specific dependency after 2.1.0 update.
* Update RUN_DEPENDSsunpoet2019-08-121-2/+3
| | | | - Bump PORTREVISION for dependency change
* Update RUN_DEPENDSsunpoet2019-08-121-3/+4
| | | | - Bump PORTREVISION for dependency change
* Update version requirement of RUN_DEPENDSsunpoet2019-08-121-3/+4
|
* Add NO_ARCHsunpoet2019-08-121-0/+2
|
* Add NO_ARCHsunpoet2019-08-121-0/+2
|
* Add NO_ARCHsunpoet2019-08-121-0/+2
|
* Add NO_ARCHsunpoet2019-08-121-0/+2
|
* Add NO_ARCHsunpoet2019-08-121-0/+2
|
* Add NO_ARCHsunpoet2019-08-121-0/+2
|
* Take maintainershipsunpoet2019-08-121-3/+4
|
* Fix RUN_DEPENDSsunpoet2019-08-121-5/+6
| | | | | - Bump PORTREVISION for dependency change - Take maintainership
* Add LICENSE_FILEsunpoet2019-08-121-3/+4
| | | | - Take maintainership
* Take maintainershipsunpoet2019-08-121-6/+8
|
* Update to 1.007005 (1.7.5)sunpoet2019-08-123-20/+5
| | | | | | | - Fix DISTNAME - Bump PORTREVISION for package change Changes: https://metacpan.org/changes/distribution/BioPerl
* Move devel/rubygem-web-console to devel/rubygem-web-console-rails5sunpoet2019-08-121-0/+1
|
* Move devel/rubygem-web-console to devel/rubygem-web-console-rails5sunpoet2019-08-124-1/+2
|
* Add rubygem-spring-watcher-listen 2.0.1sunpoet2019-08-124-0/+36
| | | | | | | | | | | | Listen watcher for Spring This gem makes Spring watch the filesystem for changes using Listen rather than by polling the filesystem. On larger projects this means spring will be more responsive, more accurate and use less cpu on local filesystems. WWW: https://github.com/jonleighton/spring-watcher-listen
* Add rubygem-dalli 2.7.10sunpoet2019-08-124-0/+32
| | | | | | | | | | | Dalli is a high performance pure Ruby client for accessing memcached servers. It works with memcached 1.4+ only as it uses the newer binary protocol. It should be considered a replacement for the memcache-client gem. The name is a variant of Salvador Dali for his famous painting The Persistence of Memory. WWW: https://github.com/petergoldstein/dalli
* databases/freetds: Update version 1.1.11=>1.1.12bofh2019-08-122-5/+6
| | | | | | | - Add https MASTER_SITES [1] PR: 239445 [1] Submitted by: p5B2E9A8F@t-online.de [1]
* x11/waybar: add new portjbeich2019-08-125-0/+166
| | | | | | | | | | | | | | | | | | | | | Waybar is highly customizable Wayland bar for Sway and wlroots based compositors providing the following features: - Sway (Workspaces, Binding mode, Focused window name) - Tray [#21](https://github.com/Alexays/Waybar/issues/21) - Local time - Battery (Linux-only) - Network (Linux-only) - Pulseaudio - Memory - Cpu load average - Temperature (Linux-only) - MPD - Custom scripts - Multiple output configuration - And much more customizations https://github.com/Alexays/Waybar
* Move devel/py-mimeparse to devel/py-python-mimeparsesunpoet2019-08-121-0/+1
|
* graphics/dataplot: Fix distinfo after r508362tobik2019-08-111-2/+2
| | | | | | | | | => usnistgov-dataplot-20190426-7236db0_GH0.tar.gz is not in /usr/ports/graphics/dataplot/distinfo. => Either /usr/ports/graphics/dataplot/distinfo is out of date, or => usnistgov-dataplot-20190426-7236db0_GH0.tar.gz is spelled incorrectly. *** Error code 1 Pointy hat: pfg
* Update to 2.8.2dvl2019-08-112-5/+4
| | | | | | | | | | | | | * Support notifications for renewal: email, mailgun, sendgrid, IFTTT, pushover etc. https://github.com/Neilpang/acme.sh/wiki/notify * add deploy hook to docker containers: https://github.com/Neilpang/acme.sh/wiki/deploy-to-docker-containers * dns api: Schlundtech, NLnetLabs , acmeproxy, durabledns, Active24, MaraDNS, regru, jdcloud.com(?????????), Vultr, hexonet * Support cloudflare new dns api Token format * bug fixes. re https://github.com/Neilpang/acme.sh/releases/tag/2.8.2
* devel/ghidra: Fix build error caused by cache cleanuptobik2019-08-111-2/+1
| | | | | | | | | | | | | | | The issue seems to be caused by Gradle caches being cleaned up between build sessions [1]. It did not come up before because the cached files were not old enough to be deleted. Cleanup happens after a build session, so running the two build targets (yajswDevUnpack and buildGhidra) in the same session fixes the issue. [1] https://docs.gradle.org/current/userguide/directory_layout.html#dir:gradle_user_home:cache_cleanup) PR: 239472 Submitted by: Tamas Szakaly <sghctoma@gmail.com> (maintainer)
* Update to 3.8.0.0-rc2db2019-08-113-45/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Changelog All notable changes to GNU Radio will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html), starting with version 3.7.12.0. Older Logs can be found in `docs/RELEASE-NOTES-*`. ## [3.8.0.0-rc2] - 2019-07-20 This is the second release candidate for GNU Radio 3.8. ### Fixed #### Project Scope - Last minute patch lead to SWIG libraries not getting installed into the right Python paths #### gr-utils - `gr_modtool`: Paths with spaces in them used to break ### Changed #### GRC - Copy & Paste behaviour now like on 3.7: appending numbers to block IDs only on conflicts ## [3.8.0.0-rc1] - 2019-07-17 This is the release candidate for GNU Radio 3.8. For brevity reasons, this document does NOT contain a complete CHANGELOG comparing 3.8.0.0 to 3.7.0, because the development model changed underway, and there's no human-feasible way to detangle the changes from more than six years of development. The major user-relevant changes will be noted here in the actual release. What we can do here is point out that we've got a glorious amount of 215 individual contributors that added at least one commit since 3.7.0. This is a **big** step towards the future of the world's most popular FOSS SDR framework. Let us ride eternal, shiny and chrome. Pet Portlint PR: ports/239345 Submitted by: mike.english@gmail.com
* www/p5-WWW-Mechanize-PhantomJS: mark for removal due to lang/phantomjsrene2019-08-111-0/+3
|
* www/grafana3: mark for removal on 2019-12-01 due to lang/phantomjsrene2019-08-111-1/+4
|
* devel/py-PyExecJS: remove optional support for expired lang/phantomjsrene2019-08-112-4/+1
|
* Update to upstream release 2019.08.11riggs2019-08-113-5/+8
| | | | | | Details: - Upstream release 2019.08.11 adds new feature: demultiplexing support for MPEG Transport Streams
* Update WWWsunpoet2019-08-111-1/+1
| | | | Approved by: portmgr (blanket)
* Update RUN_DEPENDSsunpoet2019-08-111-4/+5
| | | | | - While I'm here, sort *_DEPENDS - Bump PORTREVISION for dependency change
* Update RUN_DEPENDSsunpoet2019-08-111-3/+4
| | | | - Bump PORTREVISION for dependency change
* Update to 3.142.3sunpoet2019-08-113-9/+9
| | | | | | | - Update WWW - Take maintainership Changes: https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES
* Update version requirement of RUN_DEPENDSsunpoet2019-08-111-6/+6
| | | | - Take maintainership
* Update version requirement of RUN_DEPENDSsunpoet2019-08-111-6/+6
| | | | - Take maintainership
* Cosmetic changesunpoet2019-08-111-2/+2
|
* Cosmetic changesunpoet2019-08-111-2/+2
|
* Cosmetic changesunpoet2019-08-111-3/+4
|
* Update RUN_DEPENDSsunpoet2019-08-111-2/+2
| | | | - Bump PORTREVISION for dependency change
* Update to 1.130sunpoet2019-08-112-6/+7
| | | | Changes: https://metacpan.org/changes/distribution/Geo-GeoNames
* Convert PORTDOCS and PORTEXAMPLES to PLIST entriessunpoet2019-08-112-5/+12
|
* Update WWWsunpoet2019-08-111-1/+1
|
* Update to 2.087sunpoet2019-08-112-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/IO-Compress-Lzop
* Update to 2.087sunpoet2019-08-112-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/IO-Compress-Lzma
* Update to 2.087sunpoet2019-08-112-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/IO-Compress-Lzf
* Update to 2.087sunpoet2019-08-112-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/IO-Compress
* Update to 2.087sunpoet2019-08-112-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Compress-Raw-Zlib
* Update to 2.087sunpoet2019-08-112-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Compress-Raw-Lzma
* Update to 2.087sunpoet2019-08-112-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Compress-Raw-Bzip2
* Cosmetic changesunpoet2019-08-111-5/+5
|
* Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2019-08-111-1/+1
|
* Add rubygem-google-cloud-storage 1.20.0sunpoet2019-08-114-0/+36
| | | | | | | | Google Cloud Storage (docs) allows you to store data on Google infrastructure with very high reliability, performance and availability, and can be used to distribute large data objects to users via direct download. WWW: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-storage
* Move devel/py-mimeparse to decel/py-python-mimeparsesunpoet2019-08-114-3/+2
|
* devel/py-libvirt: update to 5.6.0novel2019-08-112-4/+4
|
* devel/libvirt: update to 5.6.0novel2019-08-113-6/+8
|
* net/py-pyzmq: update to 18.1.0novel2019-08-112-4/+4
|
* Update to the 20180803 snapshot of GCC 9.1.1.gerald2019-08-112-4/+4
| | | | | | | | | This brings a larger number of backports for the testsuite, a fix for Fortran, one for rs6000 (aka powerpc*) and most importantly now longer has _GNU_SOURCE defined on powerpc64 (which was a regression from the GCC 8 series [1]). PR: 239648 [1]
* - Update WWWamdmi32019-08-111-1/+1
| | | | Approved by: portmgr blanket
* These ports now build on aarch64.linimon2019-08-112-3/+0
| | | | Approved by: portmgr (tier-2 blanket)
* sysutils/crate: Update 0.1.2 -> 0.1.3yuri2019-08-112-4/+4
| | | | | | Fixes 11.3 build. Reported by: jbeich (11.3 breakage)
* graphics/netpbm: Update to 10.87.01tobik2019-08-112-5/+5
| | | | Changes: https://gitlab.com/tobiask/netpbm/raw/v10.87.01/doc/HISTORY
* textproc/nuspell: consistently use PORTNAME in PLIST_FILESjbeich2019-08-111-1/+1
|
* x11/kanshi: unbreak on GCC architecturesjbeich2019-08-111-1/+1
| | | | | | | cc1: warnings being treated as errors ../parser.c: In function 'parse_config': ../parser.c:266: warning: 'key' may be used uninitialized in this function ../parser.c:266: note: 'key' was declared here
* graphics/kanshi: add new portjbeich2019-08-114-0/+44
| | | | | | | | | | | | | kanshi allows you to define output profiles that are automatically enabled and disabled on hotplug. For instance, this can be used to turn a laptop's internal screen off when docked. This is a Wayland equivalent for tools like autorandr. kanshi can be used on Wayland compositors supporting wlr-output-management protocol. Sway users: kanshi requires Sway 1.2 or later. https://wayland.emersion.fr/kanshi/
* textproc/nuspell: rename DOCS to MANPAGES for consistencyjbeich2019-08-112-3/+4
|
* graphics/drm_info: add new portjbeich2019-08-114-0/+29
| | | | | Small utility to dump info about DRM devices. Suports JSON output. Dumps can be shared on https://drmdb.emersion.fr/
* net/waypipe: update to 0.5.0jbeich2019-08-113-6/+71
| | | | | Changes: https://gitlab.freedesktop.org/mstoeckl/waypipe/compare/v0.4.0...v0.5.0 MFH: 2019Q3 (better OpenGL support on Intel)
* mail/thunderbird: update to 68.0jbeich2019-08-1127-34604/+178
| | | | Changes: https://www.thunderbird.net/thunderbird/68.0/releasenotes/
* lang/rust-nightly: update to 1.38.0.20190811jbeich2019-08-112-4/+4
| | | | Changes: https://github.com/rust-lang/rust/compare/c4715198b50d...9703ef666123
* multimedia/aom: update to 1.0.0.2231jbeich2019-08-112-5/+5
| | | | Changes: https://aomedia.googlesource.com/aom/+log/008d3404b..9666276ac
* multimedia/rav1e: update to s20190809jbeich2019-08-112-29/+26
| | | | Changes: https://github.com/xiph/rav1e/compare/df6451a...ec0c7787
* multimedia/svt-av1: update to 0.6.0.158jbeich2019-08-112-5/+5
| | | | Changes: https://github.com/OpenVisualCloud/SVT-AV1/compare/97d9dc62...d0f64ffa
* emulators/rpcs3: update to 0.0.6.8457jbeich2019-08-112-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/05813c7e9...94d33003a
* emulators/citra: update to s20190810jbeich2019-08-113-7/+7
| | | | Changes: https://github.com/citra-emu/citra/compare/76aec4d67...d18d2a0a1
* devel/py-adb: update to 1.3.0.9 (snapshot)jbeich2019-08-112-5/+5
| | | | Changes: https://github.com/google/python-adb/compare/0e50795...d0be33c
* Add compiler:c++11-lang to USES to fix build on gcc-based architectures:linimon2019-08-111-1/+1
| | | | | | | | Target "hNN_WT__MD_435082866799_000" requires the language dialect "CXX11" (with compiler extensions), but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)