| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: 238443
Approved by: maintainer timeout (k@stereochro.me, >2 weeks)
Notes:
svn path=/head/; revision=505450
|
|
|
|
|
|
|
|
| |
PR: 238440
Submitted by: vladimir.chukharev@gmail.com
Notes:
svn path=/head/; revision=505449
|
|
|
|
|
|
|
|
| |
PR: 238440
Submitted by: vladimir.chukharev@gmail.com (maintainer)
Notes:
svn path=/head/; revision=505448
|
|
|
|
|
|
|
|
|
| |
PR: 238402
Submitted by: varun@vagrawal.net
Approved by: maintainer timeout (myc@barev.net, > 3 weeks)
Notes:
svn path=/head/; revision=505447
|
|
|
|
| |
Notes:
svn path=/head/; revision=505446
|
|
|
|
| |
Notes:
svn path=/head/; revision=505445
|
|
|
|
| |
Notes:
svn path=/head/; revision=505444
|
|
|
|
| |
Notes:
svn path=/head/; revision=505443
|
|
|
|
|
|
|
|
|
|
|
| |
Fix drmGetNodeTypeFromFd, this should have been part of r505441
PR: 236933
Submitted by: jbeich
Reviewed by: manu
Notes:
svn path=/head/; revision=505442
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
requiring a C11 compiler.
Notes:
svn path=/head/; revision=505439
|
|
|
|
| |
Notes:
svn path=/head/; revision=505438
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/PDF-API2
Notes:
svn path=/head/; revision=505437
|
|
|
|
| |
Notes:
svn path=/head/; revision=505436
|
|
|
|
| |
Notes:
svn path=/head/; revision=505435
|
|
|
|
| |
Notes:
svn path=/head/; revision=505434
|
|
|
|
|
|
|
|
|
| |
- Update LICENSE
Changes: https://tintin.sourceforge.io/news.php
Notes:
svn path=/head/; revision=505433
|
|
|
|
|
|
|
| |
Changes: https://github.com/pydata/xarray/blob/master/doc/whats-new.rst#whats-new
Notes:
svn path=/head/; revision=505432
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Finance-Quote
Notes:
svn path=/head/; revision=505431
|
|
|
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Bread-Board
Notes:
svn path=/head/; revision=505430
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Submitted by: rgrimes via forwards
Notes:
svn path=/head/; revision=505428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
https://github.com/matteocorti/check_ssl_cert/releases
Notes:
svn path=/head/; revision=505426
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: 238623
Submitted by: Ronald Klop
Approved by: maintainer timeout (feld, 2 weeks)
Notes:
svn path=/head/; revision=505422
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Reported by: Bernhard Froehlich <decke@bluelife.at>
Notes:
svn path=/head/; revision=505420
|
|
|
|
|
|
|
| |
Changes: https://github.com/java-decompiler/jd-gui/compare/v1.6.1...v1.6.2
Notes:
svn path=/head/; revision=505419
|
|
|
|
|
|
|
| |
- Pass maintainership
Notes:
svn path=/head/; revision=505418
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=505414
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=505413
|
|
|
|
|
|
|
|
|
|
|
| |
While here modernize USES
PR: 238614
Submitted by: rene
Approved by: maintainer timeout (amdmi3, two weeks)
Notes:
svn path=/head/; revision=505412
|
|
|
|
|
|
|
|
|
|
|
| |
for removal.
PR: 238622
Submitted by: rene
Approved by: maintainer timeout (johans, 2 weeeks)
Notes:
svn path=/head/; revision=505411
|
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=505410
|
|
|
|
|
|
|
|
|
|
|
| |
for removal.
PR: 238578
Submitted by: rene
Approved by: maintainer timeout (joerg, 2 weeks)
Notes:
svn path=/head/; revision=505409
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=505408
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=505407
|
|
|
|
|
|
|
| |
Reported by: portscout
Notes:
svn path=/head/; revision=505406
|
|
|
|
| |
Notes:
svn path=/head/; revision=505405
|
|
|
|
|
|
|
|
| |
PR: 238891
Submitted by: Žygis Škulteckis <ports@zx23.net>
Notes:
svn path=/head/; revision=505404
|
|
|
|
| |
Notes:
svn path=/head/; revision=505403
|
|
|
|
| |
Notes:
svn path=/head/; revision=505402
|
|
|
|
| |
Notes:
svn path=/head/; revision=505401
|
|
|
|
| |
Notes:
svn path=/head/; revision=505400
|