aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* audio/littlefly-lv2: add compiler:c11 to USESMark Linimon2021-04-111-1/+1
| | | | | | to fix build on GCC-based systems: ../xputty/widgets/xmeter_private.c:41: error: 'for' loop initial declaration used outside C99 mode
* multimedia/libvlcpp: add compiler:c++11-lang to USES to fix build on ↵Mark Linimon2021-04-111-1/+1
| | | | | | GCC-based systems: configure: error: *** A compiler with support for C++11 language features is required.
* Hook emulators/z80pack to the buildAntoine Brodin2021-04-111-0/+1
|
* sysutils/glow: Update to 1.4.1Lewis Cook2021-04-112-17/+17
| | | | | | Changes: https://github.com/charmbracelet/glow/releases/tag/v1.4.1 Approved by: mentors (implicit) MFH: 2021Q2
* net-p2p/rslsync: Update to 2.7.2Kevin Bowling2021-04-112-6/+6
| | | | | | | Changes: none expected on FreeBSD PR: 254975 Approved by: Volodymyr Kostyrko <arcade@b1t.name> (maintainer)
* devel/jetbrains-webstorm: Update to 2021.1Kevin Bowling2021-04-113-232/+138
| | | | | | | Changes https://confluence.jetbrains.com/display/WI/WebStorm+2021.1+Release+Notes PR: 254960 Approved by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer)
* devel/jetbrains-phpstorm: Update to 2021.1Kevin Bowling2021-04-113-254/+142
| | | | | | | Changes https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+2021.1+Release+Notes PR: 254959 Approved by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer)
* devel/jetbrains-goland: Update to 2021.1Kevin Bowling2021-04-113-232/+145
| | | | | | | Changes https://confluence.jetbrains.com/display/GOLAND/GoLand%2B2021.1%2BRelease%2BNotes PR: 254960 Approved by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer)
* devel/jetbrains-clion: Update to 2021.1Kevin Bowling2021-04-113-1002/+1068
| | | | | | Changes https://confluence.jetbrains.com/pages/viewpage.action?pageId=211354095 PR: 254957 Approved by: Dmitry Wagin <dmitry.wagin@ya.ru> (maintainer)
* net/astron: LICENSE_FILE is in WRKSRC not WRKDIRNeel Chauhan2021-04-111-1/+1
|
* New port: emulators/z80pack Z80 emulator with CP/M-80Stefan Eßer2021-04-116-0/+124
| | | | | | | | | | | | | This port builds only the generic Z80 emulator and installs various CP/M-80 disk images. The images can be copied into user directories and updated from within the emulation of with the cpmtools programs. The emulation covers CP-NET and MP/M-80 and addition to CP/M-1.4, CP/M-2.2, and CP/M-3.0. The port could be extended to install the full hardware emulation of some classic S-100 bus computers from ALTAIR, IMSAI, and Cromemco (including working emulation of the front panels).
* biology/minimap2: Update to 2.18Jason W. Bacon2021-04-113-9/+7
| | | | | | Numerous bug fixes and a few minor improvements Reported by: portscout
* sysutils/lsd: Update to 0.20.1Kevin Bowling2021-04-112-186/+242
| | | | | | PR: 254933 Reviewed by: William MacKay <foobaz@gmail.com> Approved by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
* net-p2p/xmrig: Update to 6.11.2Emanuel Haupt2021-04-112-4/+4
|
* devel/bmake: update to 20210314Mikolaj Golub2021-04-112-4/+4
|
* science/py-dlib: fix build on powerpc64lePiotr Kubaj2021-04-111-14/+0
| | | | The patch has been committed to upstream and actually now breaks build.
* multimedia/libbluray: Update to 1.3.0Rainer Hurling2021-04-113-7/+7
| | | | | | | Changelog: https://code.videolan.org/videolan/libbluray/-/blob/master/ChangeLog PR: 254977 Submitted by: daniel.engberg.lists@pyret.net
* multimedia/opentoonz: New port -- 2D animation softwareTobias C. Berner2021-04-116-0/+1598
| | | | | | | | | OpenToonz is a 2D animation software published by DWANGO. It is based on Toonz Studio Ghibli Version, originally developed in Italy by Digital Video, Inc., and customized by Studio Ghibli over many years of production. WWW: https://github.com/opentoonz/opentoonz
* sysutils/rubygem-bundler: Update to 2.2.16Koichiro Iwao2021-04-112-4/+4
| | | | | | | PR: 254003 Reported by: Yasuhiro Kimura <yasu@utahime.org> Tested by: meta (myself) Relnotes: https://github.com/rubygems/rubygems/blob/bundler-v2.2.16/bundler/CHANGELOG.md
* lang/c: Update to 0.14Fernando Apesteguía2021-04-112-4/+4
| | | | | | | | ChangeLog: https://github.com/ryanmjacobs/c/releases/tag/v0.14 PR: 254790 Reported by: gspurki@gmail.com Approved by: portmaster@bsdforge.com (maintainer)
* www/threema-web: fix sed's use of \s and replace it by [[:space::]]Vinícius Zavam2021-04-111-3/+4
|
* science/afni: update to 21.1.01Fernando Apesteguía2021-04-113-4/+5
|
* java/intellij-rubymine: update to 2021.1Rene Ladan2021-04-113-224/+131
| | | | Reported by: JetBrains Toolbox
* emulators/virtualbox-ose: Fix build with ports provided SSL library on 11.xGuido Falsi2021-04-111-0/+13
| | | | | | | | | | | | | | | | Due to a compiler/linker command line ordering issue, VirtualBox 6 fails to compile on 11.x when a ports provided SSL library is used. Fix the order of -L options passed to the linker where the ssl library is used. Thanks to Chad Jacob Milios <milios@ccsys.com> for suggesting the correct fix. PR: 254295 Submitted by: russo@bogodyn.org MFH: 2021Q2
* devel/py-RPyC: Update to 5.0.1Serhii (Sergey) Kozlov2021-04-113-4/+13
| | | | | | New branch has some incompatibilities with 4.x, please check out the changelog before upgrading: https://rpyc.readthedocs.io/en/latest/changelog.html#backwards-incompatible
* games/robocode: Update to 1.9.4.1Danilo G. Baio2021-04-113-6/+23
| | | | Changelog: https://robo-code.blogspot.com/2021/04/robocode-1941.html
* audio/faad: Update to 2.10.0.Thomas Zander2021-04-116-39/+10
| | | | | | | | | | | | Details: - Update to upstream version 2.10.0. - Follow upstream development to the GitHub page. - Remove references to the now-defunct former project page: http://www.audiocoding.com/ PR: 254711 Reported by: pi MFH: 2021Q2
* sysutils/battmond: Bump PORTREVISIONAlexandre C. Guimarães2021-04-111-0/+1
| | | | - I forgot to bump it during the last fix.
* editors/vscode: update to 1.55.1Hiroki Tagato2021-04-113-11/+11
| | | | Changelog: https://code.visualstudio.com/updates/v1_55
* devel/electron11: backport missing patch from www/chromium [1]Hiroki Tagato2021-04-113-1/+55
| | | | | | | | | | While here: - fix patch error when WRKDIR is within the ports git repo [2] - bump PORTREVISION PR: 254907 Submitted by: mikael [1] Reported by: many [2]
* sysutils/battmond: Fix battmond dies after first suspendAlexandre C. Guimarães2021-04-111-0/+18
| | | | | | | - Fix won't acting if battery level suddenly drops to zero PR: 251618 251619 Submitted by: dirtystickyfloor@web.de Approved by: ntarmos@gmail.com (maintainer timeout, 127 days)
* devel/scons: drop dependency on gnu M4Baptiste Daroussin2021-04-102-13/+1
| | | | Our version of m4 supports the necessary -E switch for 2 years now
* security/sops: Update to 3.7.1Dmitri Goutnik2021-04-112-6/+6
| | | | Changes: https://github.com/mozilla/sops/releases/tag/v3.7.1
* Pet MOVEDlintFlorian Smeets2021-04-111-4/+4
| | | | Fix a couple of warnings found while preparing a port removal
* net-im/ejabberd: Update to 21.04Ashish SHUKLA2021-04-113-88/+90
| | | | - Add LUA option for importing from Prosody
* Update databases/percona56-* to 5.6.51-91.0Florian Smeets2021-04-112-4/+4
|
* audio/poly-lv2: add compiler:c11 to USES to fix build on GCC-based systemsMark Linimon2021-04-111-1/+1
| | | | chorus.cpp:203: error: 'nullptr' was not declared in this scope
* update to 3.6.20210410Olli Hauer2021-04-112-5/+5
|
* textproc/ugrep: Update to 3.1.11Ashish SHUKLA2021-04-112-4/+4
| | | | Reported by: portscout
* devel/bit: Update to 1.0.6Ashish SHUKLA2021-04-113-10/+20
| | | | | | - Add patch to fix FreeBSD support with a dependency Reported by: portscout
* lang/gcc11-devel: Update to the 20210328 snapshot of GCC 11.0.1Gerald Pfeifer2021-04-112-4/+4
|
* Update Worker and AVFS to versions 4.8.0 and 1.1.4, respectively.Alexey Dokuchaev2021-04-114-8/+6
| | | | Approved by: maintainer
* cad/py-ocp: mark BROKENAdriaan de Groot2021-04-102-17/+3
| | | | | | | | | | The update to OpenCascade (to 7.5) broke this port, because it relies on all kinds of internals (it's a wrapper, after all). Remove the patching-of-problematic-C++ because that's definitely not needed against current OpenCascade, but the rest of the port is out of my league. Maintainer has been notified.
* Fix KDE_INVENT useAdriaan de Groot2021-04-101-0/+1
| | | | | | | | | Not all GitLab installations are the same; KDE_INVENT is one that still uses the "old" naming scheme, so set WRKSRC for ports that use that (all of which as "this should be a temporary solution until there is a real release again"). Fixes build failures (patch, actually, since the extracted directories didn't match expectations) in e.g. audio/amarok.
* audio/harp: fix build on 13- and 14-Adriaan de Groot2021-04-105-3/+45
| | | | | | | | Multiple "plugins" defined a translation-unit global variable `h`, leading to linker errors. Those are supposed to be used only from that TU, so make them static, drop BROKEN, and bump PORTREVISION because there is a microscopic change in symbols in the package.
* multimedia/ffmpeg: fix build on powerpc64*Piotr Kubaj2021-04-102-146/+13
| | | | | | | | vec_xl function is already defined in altivec.h. Don't redefine it. While here, remove the previous patch that is no longer needed with LLVM 11. Since for LTO LLVM 9 is used, switch to GCC for LTO option.
* misc/wmcalendar: fix build post LLVM 11 importPiotr Kubaj2021-04-101-4/+1
| | | | Submitted by: jhibbits
* devel/awscli: Update 1.19.48 -> 1.19.49Bradley T. Hughes2021-04-102-5/+5
| | | | Sponsored by: Miles AS
* devel/py-botocore: Update 1.20.48 -> 1.20.49Bradley T. Hughes2021-04-102-4/+4
| | | | Sponsored by: Miles AS
* README: Point links to the new documentationDanilo G. Baio2021-04-101-2/+2
|