aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net/py-portend: update to 2.4Steve Wills2019-06-302-4/+5
| | | | | | | | PR: 238443 Approved by: maintainer timeout (k@stereochro.me, >2 weeks) Notes: svn path=/head/; revision=505450
* devel/py-pyface: remove concurrentSteve Wills2019-06-301-1/+1
| | | | | | | | PR: 238440 Submitted by: vladimir.chukharev@gmail.com Notes: svn path=/head/; revision=505449
* devel/py-pyface: Update to 6.1.0Steve Wills2019-06-302-5/+6
| | | | | | | | PR: 238440 Submitted by: vladimir.chukharev@gmail.com (maintainer) Notes: svn path=/head/; revision=505448
* graphics/yed: update to 3.19Steve Wills2019-06-302-3/+3
| | | | | | | | | PR: 238402 Submitted by: varun@vagrawal.net Approved by: maintainer timeout (myc@barev.net, > 3 weeks) Notes: svn path=/head/; revision=505447
* New Samba 4.10 port.Timur I. Bakeyev2019-06-3072-3182/+2442
| | | | Notes: svn path=/head/; revision=505446
* Repocopy of samba48 to introduce samba410Timur I. Bakeyev2019-06-3094-0/+16095
| | | | Notes: svn path=/head/; revision=505445
* sysutils/lsof: quiet portlint.Larry Rosenman2019-06-301-1/+1
| | | | Notes: svn path=/head/; revision=505444
* databases/mariadb104-server: Add MariaDB 10.4 portBernard Spil2019-06-3036-0/+1655
| | | | Notes: svn path=/head/; revision=505443
* graphics/libdrm: fix drmGetNodeTypeFromFdNiclas Zeising2019-06-301-1/+1
| | | | | | | | | | | Fix drmGetNodeTypeFromFd, this should have been part of r505441 PR: 236933 Submitted by: jbeich Reviewed by: manu Notes: svn path=/head/; revision=505442
* graphics/libdrm: Update to 2.4.98Niclas Zeising2019-06-304-41/+39
| | | | | | | | | | | Update graphics/libdrm to 2.4.98 [1] Change to use the meson build system instead of autotools. [2] PR: 235430 [1], 237411 [2] Submitted by: Greg V [1], jbiech [2] Notes: svn path=/head/; revision=505441
* x11/libpciaccess: Update to 0.14.0Niclas Zeising2019-06-304-46/+370
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update x11/libpciaccess to 0.14.0. Rework the patch to match what has been submitted upstream. Remove old code that was used before PCIOCGETBAR. PCIOCGETBAR has been part of FreeBSD for a long time. Remove check for if pci_io.pi_sel.pc_domain exists. This has been the case for quite some time. Add a function to detect if a driver has been attached to a PCI device Implement pci_device_freebsd_open_io, this fixes runtime of xf86-video-qxl and possibly other drivers [1] Reformat and try to apply upstream style. Side note, instead of trying to patch configure, I've elected to change configure.ac and add a dependency on autoreconf. The difference between the previous configure and a new configure generated by the patched configure.ac is quite large. PR: 238590 [1] Submitted by: cem [1] Obtained from: FreeBSD Graphics Team development repo Sponsored by: B3 Init (zeising) Notes: svn path=/head/; revision=505440
* Yash is explicitly written in C99. GCC 4.2 can handle this withoutChristian Weisgerber2019-06-301-1/+2
| | | | | | | requiring a C11 compiler. Notes: svn path=/head/; revision=505439
* Update to 2.23.0.Joe Marcus Clarke2019-06-302-4/+4
| | | | Notes: svn path=/head/; revision=505438
* Update to 2.034Sunpoet Po-Chuan Hsieh2019-06-302-4/+4
| | | | | | | Changes: https://metacpan.org/changes/distribution/PDF-API2 Notes: svn path=/head/; revision=505437
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-06-301-0/+2
| | | | Notes: svn path=/head/; revision=505436
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-06-301-0/+2
| | | | Notes: svn path=/head/; revision=505435
* Add NO_ARCHSunpoet Po-Chuan Hsieh2019-06-301-0/+2
| | | | Notes: svn path=/head/; revision=505434
* Update to 2.01.8Sunpoet Po-Chuan Hsieh2019-06-302-5/+5
| | | | | | | | | - Update LICENSE Changes: https://tintin.sourceforge.io/news.php Notes: svn path=/head/; revision=505433
* Update to 0.12.2Sunpoet Po-Chuan Hsieh2019-06-302-4/+4
| | | | | | | Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new Notes: svn path=/head/; revision=505432
* Update to 1.48Sunpoet Po-Chuan Hsieh2019-06-303-20/+19
| | | | | | | Changes: https://metacpan.org/changes/distribution/Finance-Quote Notes: svn path=/head/; revision=505431
* Update to 0.37Sunpoet Po-Chuan Hsieh2019-06-302-6/+7
| | | | | | | Changes: https://metacpan.org/changes/distribution/Bread-Board Notes: svn path=/head/; revision=505430
* Add p5-JSON-Parse 0.55Sunpoet Po-Chuan Hsieh2019-06-305-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | JSON::Parse is a module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 7159".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers validation of JSON via "valid_json", which returns true or false depending on whether the JSON is correct or not, and "assert_valid_json", which produces a descriptive fatal error if the JSON is invalid. A function "json_file_to_perl" reads JSON from a file, and there is a safer version of "parse_json" called "parse_json_safe" which doesn't throw exceptions. For special cases of parsing, there are also methods "new" and "run", which create a JSON parsing object and run it on text. See "METHODS". JSON::Parse accepts only UTF-8 as input. See "UTF-8 only" and "Handling of Unicode". WWW: https://metacpan.org/release/JSON-Parse Notes: svn path=/head/; revision=505429
* multimedia/smplayer: reset maintainer who no longer uses FreeBSDRene Ladan2019-06-301-1/+1
| | | | | | | Submitted by: rgrimes via forwards Notes: svn path=/head/; revision=505428
* x11/libX11: Update to 1.6.8Niclas Zeising2019-06-304-5/+19
| | | | | | | | | | | | | | | | | | | Update x11/libX11 to 1.6.8 This is a farirly big update Add a patch from upstream to fix a build issue when X headers aren't installed in the default search path of the compiler. Changelog: https://lists.x.org/archives/xorg-announce/2019-June/002997.html Obtained from: Graphics Team development repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs Sponsored by: B3 Init Notes: svn path=/head/; revision=505427
* check_ssl_cert: update to 1.85.1Christoph Moench-Tegeder2019-06-302-4/+4
| | | | | | | https://github.com/matteocorti/check_ssl_cert/releases Notes: svn path=/head/; revision=505426
* Switch mesa and related ports to llvm80Niclas Zeising2019-06-3011-43/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch mesa over to use llvm80 instead of llvm60. Make it use the global LLVM_DEFAULT instead of deciding for ourself which llvm version to use. [1] Fix build of lang/beginet [1] Add patch from upstream to fix build of devel/libclc. The patch is taken from the git mirror of devel/libclc rather than the SVN repo, for convenience. Add a patch from mesa upstream preventing certain error messages when using amdgpu [2] Add a notice to bsd.default-versions.mk asking that the graphics team be informed before the llvm version is changed. Enable llvm and gallium on MIPS. As far as I can tell, this used to be the default before this change. Bump portrevisions since dependencies changed. PR: 230789 [1], [2] Submitted by: jbeich [1], tobik [2] Obtained from: FreeBSD Graphics Team development repo https://github.com/FreeBSDDesktop/freebsd-ports/commits/feature/mesa-llvm80 Sponsored by: B3 Init (zeising) Notes: svn path=/head/; revision=505425
* h2o{,-devel}: Improve rc.d/h2o, freshen h2o.confAdam Weinberger2019-06-306-22/+16
| | | | | | | | | | | | | | | | rc.d/h2o: - Add a configtest target - Fix a bug that could prevent the script from locating the PIDfile path h2o.conf: - Remove entries that are defaults PR: 238888 Approved by: maintainer (dch) MFH: 2019Q2 Notes: svn path=/head/; revision=505423
* net-mgmt/unifi5: update to 5.10.24Rene Ladan2019-06-302-5/+4
| | | | | | | | | PR: 238623 Submitted by: Ronald Klop Approved by: maintainer timeout (feld, 2 weeks) Notes: svn path=/head/; revision=505422
* www/qt5-webkit: update to 5.512.0-alpha3Tobias C. Berner2019-06-308-130/+28
| | | | | | | | | | This release contains a lot of bug- and security fixes, as well as support modern OS versions https://github.com/qtwebkit/qtwebkit/releases/tag/qtwebkit-5.212.0-alpha3 Notes: svn path=/head/; revision=505421
* - Fix WWWDmitry Marakasov2019-06-301-1/+1
| | | | | | | Reported by: Bernhard Froehlich <decke@bluelife.at> Notes: svn path=/head/; revision=505420
* java/jd-gui: Update to 1.6.2Tobias Kortkamp2019-06-302-6/+6
| | | | | | | Changes: https://github.com/java-decompiler/jd-gui/compare/v1.6.1...v1.6.2 Notes: svn path=/head/; revision=505419
* - Update to 1.0.0TAKATSU Tomonari2019-06-302-5/+5
| | | | | | | - Pass maintainership Notes: svn path=/head/; revision=505418
* - Update to 2.1.0 [1]TAKATSU Tomonari2019-06-302-9/+9
| | | | | | | | | | | | | - Update RUN_DEPENDS to fit 2.1.0 [1] - Remove "Created by:" line [1] - Pet portlint - Pass maintainership PR: 238836 [1] Submitted by: meta@ Notes: svn path=/head/; revision=505417
* Remove expired ports:Rene Ladan2019-06-30184-10782/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-06-30 sysutils/cfengine33: No longer supported upstream 2019-06-30 sysutils/cfengine-masterfiles38: No longer supported upstream 2019-06-30 sysutils/cfengine39: No longer supported upstream 2019-06-30 sysutils/cfengine-masterfiles37: NO longer supported upstream 2019-06-30 sysutils/cfengine37: No longer supported upstream 2019-06-30 net/morebalance: Abandonware and depends on expiring games/libggz 2019-06-30 sysutils/cfengine36: No longer supported upstream 2019-06-30 sysutils/cfengine-masterfiles36: No longer supported upstream 2019-06-30 sysutils/cfengine34: No longer supported upstream 2019-06-30 sysutils/cfengine35: No longer supported upstream 2019-06-30 sysutils/cfengine-masterfiles39: No longer supported upstream 2019-06-30 devel/py-typed-ast12: Use devel/py-typed-ast instead 2019-06-30 devel/rubygem-devise-rails50: Use devel/rubygem-devise (depends on Rails 5.0) instead 2019-06-30 security/rubygem-devise-two-factor-rails50: Use security/rubygem-devise-two-factor (depends on Rails 5.0) instead 2019-06-30 emulators/qemu-riscv: The development has been moved to the upstream 2019-06-30 games/libggz: Abandonware 2019-06-30 games/ggz-txt-client: Abandonware 2019-06-30 games/ggz-sdl-games: Abandonware 2019-06-30 games/ggz-client-libs: Abandonware 2019-06-30 games/ggz-gtk-client: Abandonware 2019-06-30 games/ggz-gtk-games: Abandonware 2019-06-30 sysutils/cfengine38: No longer supported upstream 2019-06-30 devel/llvm40: Obsolete and unmaintained 2019-06-30 www/axis: Abandonware; use www/axis2 instead 2019-06-30 sysutils/cfengine32: No longer supported upstream 2019-06-30 devel/py-msgpack05: Use devel/py-msgpack instead 2019-06-30 devel/rubygem-fastthread: Does not build for all supported Ruby version 2019-06-30 www/rubygem-responders-rails50: Use www/rubygem-responders (depends on Rails 5.0) instead Notes: svn path=/head/; revision=505416
* x11/xfd x11/xload: Don't mark as broken on aarch64Niclas Zeising2019-06-302-4/+0
| | | | | | | | | | Don't mark x11/xfd and x11/xload as broken on aarch64, they build. PR: 237739 Submitted by: linimon Notes: svn path=/head/; revision=505415
* Update to the 20180628 snapshot of GCC 8.3.1.Gerald Pfeifer2019-06-302-4/+4
| | | | Notes: svn path=/head/; revision=505414
* - Update WWWDmitry Marakasov2019-06-301-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=505413
* games/egoboo: include dirent.h instead of sys/dir.h which is going away.Rene Ladan2019-06-302-6/+8
| | | | | | | | | | | While here modernize USES PR: 238614 Submitted by: rene Approved by: maintainer timeout (amdmi3, two weeks) Notes: svn path=/head/; revision=505412
* graphics/xpaint: include dirent.h instead of sys/dir.h which is scheduledRene Ladan2019-06-301-0/+20
| | | | | | | | | | | for removal. PR: 238622 Submitted by: rene Approved by: maintainer timeout (johans, 2 weeeks) Notes: svn path=/head/; revision=505411
* - Update WWWDmitry Marakasov2019-06-301-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=505410
* deskutils/xpostit: include dirent.h instead of sys/dir.h which is scheduledRene Ladan2019-06-301-0/+20
| | | | | | | | | | | for removal. PR: 238578 Submitted by: rene Approved by: maintainer timeout (joerg, 2 weeks) Notes: svn path=/head/; revision=505409
* net/clash: Update 0.14.0 -> 0.15.0Yuri Victorovich2019-06-302-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=505408
* audio/gsequencer: Update 2.2.6 -> 2.2.7Yuri Victorovich2019-06-302-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=505407
* science/h5z-zfp: Update 0.9.0 -> 1.0.1Yuri Victorovich2019-06-303-22/+13
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=505406
* devel/zfp: Update 0.5.4 -> 0.5.5Yuri Victorovich2019-06-303-5/+8
| | | | Notes: svn path=/head/; revision=505405
* dns/coredns: Add rc scriptYuri Victorovich2019-06-302-0/+48
| | | | | | | | PR: 238891 Submitted by: Žygis Škulteckis <ports@zx23.net> Notes: svn path=/head/; revision=505404
* Update to the snapshot on 2019-06-23.MANTANI Nobutaka2019-06-302-6/+5
| | | | Notes: svn path=/head/; revision=505403
* www/qutebrowser: update to 1.6.3Roman Bogorodskiy2019-06-302-4/+4
| | | | Notes: svn path=/head/; revision=505402
* emulators/rpcs3: oops, r505399 didn't buildJan Beich2019-06-301-1/+14
| | | | Notes: svn path=/head/; revision=505401
* net/py-pyzmq: update to 18.0.2Roman Bogorodskiy2019-06-302-4/+4
| | | | Notes: svn path=/head/; revision=505400