summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* misc/osinfo-db: update to 20201218Roman Bogorodskiy2020-12-273-4/+5
|
* - Update to 8.2.3Wen Heping2020-12-273-1358/+1096
| | | | | - Remove DOCS option - Add tcmalloc option
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* science/wannier90: Fix registration of libwannier in ldconfig by adding the ↵Yuri Victorovich2020-12-271-6/+14
| | | | | | | symlink; Add the 'test' target. PR: 252162 Submitted by: thierry
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-271-0/+1
| | | | PR: 251774
* games/3omns: move to new homeJan Beich2020-12-272-2/+2
| | | | fetch: https://github.com/chazomaticus/3omns/releases/download/0.2/3omns-0.2.tar.xz: Not Found
* x11-wm/river: update to s20201227Jan Beich2020-12-272-5/+5
| | | | Changes: https://github.com/ifreund/river/compare/1732c69...c51f217
* devel/ncurses: update to 20201219 snapshotSteve Wills2020-12-272-4/+4
|
* security/nss: update to 3.60.1Jan Beich2020-12-272-1/+154
| | | | | | | | - Temporarily patch-update due to missing distfile Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.60.1_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_60_1_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/
* print/harfbuzz: update to 2.7.4Jan Beich2020-12-273-6/+12
| | | | | | | Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/2.7.3 Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/2.7.4 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ Reported by: GitHub (watch releases)
* security/teleport: update to 4.3.9Steve Wills2020-12-272-4/+4
|
* databases/redisdesktopmanager: update to 2020.7Steve Wills2020-12-262-4/+4
|
* databases/mroonga: Update version 10.07=>10.10Muhammad Moinur Rahman2020-12-262-4/+4
| | | | Relnotes: https://mroonga.org/en/blog/2020/12/04/mroonga-10.09.html
* devel/gitlab-runner: update to 13.7.0Steve Wills2020-12-262-19/+19
|
* textproc/p5-Spreadsheet-Read: drop maintainershipSteve Wills2020-12-261-1/+1
|
* devel/godep: mark deprecatedSteve Wills2020-12-261-1/+4
| | | | While here, drop maintainership since I no longer use this
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-261-0/+1
| | | | PR: 251774
* graphics/gstreamer1-plugins-vulkan: enable Wayland with libglvndJan Beich2020-12-261-2/+3
| | | | PR: 240784
* x11-wm/river: update to s20201226Jan Beich2020-12-262-5/+5
| | | | Changes: https://github.com/ifreund/river/compare/760c88b...1732c69
* emulators/rpcs3: update to 0.0.13.11478Jan Beich2020-12-262-5/+5
| | | | Changes: https://github.com/RPCS3/rpcs3/compare/439932495...92e5bb88e
* graphics/shaderc: clean upJan Beich2020-12-263-14/+60
| | | | | | | | | - Optionally build tests - Connect to "make test" - Enable examples (not installed) - Define complete version - Document patches - Improve style
* devel/got: fix build on GCC architecturesPiotr Kubaj2020-12-261-1/+1
| | | | /wrkdirs/usr/ports/devel/got/work/got-0.45/got/../lib/diffreg.c:51: error: initializer element is not constant
* devel/arduino-irremote: Update pkg-descr WWWCraig Leres2020-12-261-1/+1
|
* Enable updating of locked portsStefan Eßer2020-12-262-75/+92
| | | | | | | | | It was already possible to override the locked status of a package, but the deinstallation of the old version failed and made the update fail. After this change the package is temporarily unlocked during the upgrade. Reported by: rkoberman@gmail.com (Kevin Oberman)
* sysutils/glow: Update to 1.3.0Rainer Hurling2020-12-262-11/+14
| | | | | | | | Changelog: https://github.com/charmbracelet/glow/releases/v1.3.0 PR: 252169 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Approved by: arrowd, tcberner (mentors, implicit)
* graphics/shaderc: unbreak consumers with ld.bfd after r559203Jan Beich2020-12-262-11/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setEntryPoint(char const*)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TPoolAllocator::push()' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TProgram::~TProgram()' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::GetKhronosToolId()' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::FinalizeProcess()' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setShiftUboBinding(unsigned int)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TIntermediate::getBaseAlignmentScalar(glslang::TType const&, int&)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setShiftSsboBinding(unsigned int)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setStringsWithLengthsAndNames(char const* const*, int const*, char const* const*, int)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setResourceSetBinding(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::getInfoLog()' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::TShader(EShLanguage)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TIntermediate::computeTypeLocationSize(glslang::TType const&, EShLanguage)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::InitializeProcess()' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TIntermediate::improperStraddle(glslang::TType const&, int, int)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setAutoMapBindings(bool)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TPoolAllocator::allocate(unsigned int)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setAutoMapLocations(bool)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setHlslIoMapping(bool)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TPoolAllocator::pop()' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TProgram::getInfoLog()' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setShiftSamplerBinding(unsigned int)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::preprocess(TBuiltInResource const*, int, EProfile, bool, bool, EShMessages, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >*, glslang::TShader::Includer&)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setShiftTextureBinding(unsigned int)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::~TShader()' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setShiftImageBinding(unsigned int)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TProgram::mapIO(glslang::TIoMapResolver*, glslang::TIoMapper*)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TIntermediate::getMemberAlignment(glslang::TType const&, int&, int&, glslang::TLayoutPacking, bool)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TProgram::TProgram()' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `spvtools::utils::BitVector::Or(spvtools::utils::BitVector const&)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setInvertY(bool)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::GetThreadPoolAllocator()' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::parse(TBuiltInResource const*, int, EProfile, bool, bool, EShMessages, glslang::TShader::Includer&)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TProgram::link(EShMessages)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setShiftUavBinding(unsigned int)' //usr/local/lib/libshaderc_shared.so.1: undefined reference to `glslang::TShader::setNanMinMaxClamp(bool)' cc: error: linker command failed with exit code 1 (use -v to see invocation)
* Restrict to Java 8, since this doesn't compile with Java 11Greg Lewis2020-12-261-0/+1
| | | | PR: 251774
* www/youtube_dl: update to 2020.12.26Jan Beich2020-12-262-4/+4
| | | | | Changes: https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.26 Reported by: GitHub (watch releases)
* dns/dnscontrol: Update to 3.5.1Bernhard Froehlich2020-12-262-4/+4
|
* Try to fix pkg builder.Michael Reifenberger2020-12-264-3/+61
| | | | | | Add sample environment config file. PR: 252129 # Used different approach.
* textproc/groonga: Update version 10.0.8=>10.0.9Muhammad Moinur Rahman2020-12-262-5/+5
| | | | Relnotes: https://groonga.org/en/blog/2020/12/01/groonga-10.0.9.html
* finance/kmymoney: Support Python 3.x for the Weboob pluginJason E. Hale2020-12-262-2/+8
| | | | | | PR: 249683 Submitted by: Oleg Sidorkin <osidorkin@gmail.com> Reported by: swills
* security/create-cert: Update to 2.8.Craig Leres2020-12-262-4/+4
| | | | | | | | - Add overrides for size of the key (-b bits), the certificate duration (-d days), and the digest (-D digest). - Fix a bug that ignored config file certificate duration and always used 3650 days.
* x11/mako: switch to upstreamed patchesJan Beich2020-12-262-6/+6
|
* print/py-frescobaldi: Update to 3.1.3Rainer Hurling2020-12-262-5/+4
| | | | | | | | Changelog: https://github.com/frescobaldi/frescobaldi/blob/v3.1.3/ChangeLog PR: 252161 Submitted by: Martin Neubauer <m.ne@gmx.net> (maintainer) Approved by: arrowd, tcberner (mentors, implicit)
* audio/picard: Update to 2.5.5Jason E. Hale2020-12-262-5/+4
| | | | Changes: https://picard.musicbrainz.org/changelog/
* games/OpenDiablo2: update to latest commitKurt Jaeger2020-12-263-43/+43
| | | | | PR: 251982 Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> (maintainer)
* Update to upstream snapshot as of 2020-12-25.Thomas Zander2020-12-265-9/+7
|
* pdfpc: update to 4.5.0Baptiste Daroussin2020-12-263-6/+8
|
* Update to 1.16.1Baptiste Daroussin2020-12-262-4/+4
| | | | | | Fixes: pkg audit -q output Reported by: many
* x11-toolkits/gtk-layer-shell: minor fixesJan Beich2020-12-261-2/+7
| | | | | - Add TEST option to build extra files required by "make test" - Sort USE_*
* x11-toolkits/gtk-layer-shell: take maintainershipJan Beich2020-12-261-1/+1
| | | | | PR: 252153 Approved by: Greg V (previous maintainer)
* Update to version 2.4-dev4Dmitry Sivachenko2020-12-262-4/+4
|
* www/minio: update to 2020.12.26.01.35.54Steve Wills2020-12-262-5/+8
|
* Back port part of r554055 | gerald | 2020-11-04 from lang/gcc10-devel:Gerald Pfeifer2020-12-261-1/+0
| | | | | | Also remove SSP_UNSAFE which was added by r327697 in 2013 to the pre-pre-...-predecessor of this port and does not appear necessary any longer.
* sysutils/currtime: pass maintainershipMikael Urankar2020-12-261-1/+1
| | | | | PR: 252149 Submitted by: Neel Chauhan