aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net/py-pyzmq: update to 19.0.2Roman Bogorodskiy2020-08-012-4/+4
| | | | Notes: svn path=/head/; revision=543905
* vim: Update to patchlevel 1334Adam Weinberger2020-08-012-4/+4
| | | | Notes: svn path=/head/; revision=543904
* Mark Broken on armv6Jochen Neumeister2020-08-011-0/+2
| | | | | | | | | | | | | | configuring additional dynamic modules adding module in /wrkdirs/usr/ports/security/modsecurity3-nginx/work/ModSecurity-nginx-1.0.1 checking for ModSecurity library ... not found checking for ModSecurity library in /usr/local/modsecurity ... not found ./configure: error: ngx_http_modsecurity_module requires the ModSecurity library. ===> Script "configure" failed unexpectedly. Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=543902
* - Update WWWDmitry Marakasov2020-08-011-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=543901
* math/wxmaxima: fix build on GCC architectiresPiotr Kubaj2020-08-011-1/+1
| | | | | | | | | | | | Use C++11 compiler: CMake Error in src/CMakeLists.txt: Target "wxmaxima" requires the language dialect "CXX11" (with compiler extensions), but CMake does not know the compile flags to use to enable it. MFH: 2020Q3 (fix build blanket)2020Q3 (fix build blanket) Notes: svn path=/head/; revision=543899
* sysutils/bsdisks: Update to 0.18Gleb Popov2020-08-013-5/+7
| | | | | | | This release features logging via syslog, contributed by Pau Amma <pauamma@gundo.com>. Notes: svn path=/head/; revision=543898
* - Update to git snapshot fbe363fAshish SHUKLA2020-08-012-6/+8
| | | | | | | - Explicitly disable selinux, and libsystemd configure flags Notes: svn path=/head/; revision=543896
* devel/codeblocks: Update to 20.03Loïc Bartoletti2020-08-013-322/+122
| | | | | | | | | | | | - Update to 20.03 - Use wxgtk3 - Remove CXXFLAGS for clang PR: 248091 Reported by: gh_origin@yahoo.com Notes: svn path=/head/; revision=543895
* Un-break build, update to 1.0.0, switch to GitHub repository.Thomas Zander2020-08-012-13/+14
| | | | | | | | | | | PR: 245933 Submitted by: shoesoft@gmx.net Reviewed by: rene, riggs Approved by: maintainer timeout MFH: 2020Q3 (build fix blanket) Notes: svn path=/head/; revision=543893
* Enable static modules (preparation for build fix of multimedia/gpac-mp4box)Thomas Zander2020-08-011-0/+2
| | | | | | | | | | PR: 245933 Reported by: shoesoft@gmx.net Reviewed by: rene, riggs MFH: 2020Q3 (build fix blanket) Notes: svn path=/head/; revision=543892
* Update to GCC 10.2 release, which is the second in the GCC 10 series andGerald Pfeifer2020-08-012-4/+4
| | | | | | | | | fixes some 94 bugs. PR: 246700 Notes: svn path=/head/; revision=543890
* Update to 8u265Greg Lewis2020-08-012-5/+5
| | | | Notes: svn path=/head/; revision=543889
* graphics/mesa-devel: update to 20.1.b.3650Jan Beich2020-08-012-5/+5
| | | | | | | Changes: https://gitlab.freedesktop.org/mesa/mesa/-/compare/b5558f2d2aa...eaf27eb512c Notes: svn path=/head/; revision=543888
* x11-servers/xwayland-devel: update to 1.20.0.703Jan Beich2020-08-012-5/+5
| | | | | | | Changes: https://gitlab.freedesktop.org/xorg/xserver/-/compare/591916ea9...aac28e162 Notes: svn path=/head/; revision=543887
* emulators/rpcs3: update to 0.0.11.10715Jan Beich2020-08-012-5/+5
| | | | | | | Changes: https://github.com/RPCS3/rpcs3/compare/ebf832214...107129f95 Notes: svn path=/head/; revision=543886
* emulators/yuzu: update to s20200731Jan Beich2020-08-013-7/+7
| | | | | | | Changes: https://github.com/yuzu-emu/yuzu/compare/b8a7b530f...0c262f8ac Notes: svn path=/head/; revision=543885
* databases/pymongo: Update to 3.11.0Babak Farrokhi2020-07-312-4/+4
| | | | Notes: svn path=/head/; revision=543884
* Restore r543838 to fix build on GCC-based systems.Mark Linimon2020-07-311-1/+1
| | | | | | | Approved by: portmgr (antoine) Notes: svn path=/head/; revision=543883
* - allow build on FreeBSD 11 with openssl from ports [1]Olli Hauer2020-07-311-2/+0
| | | | | | | | | | - remove TLS_USES = ssl, since USES = ssl already defined PR: [1] 248364 Reported by: Gerard Seiber and Michael Grimm Notes: svn path=/head/; revision=543882
* - Update to 4.2.7Ryan Steinmetz2020-07-313-6/+12
| | | | Notes: svn path=/head/; revision=543881
* security/yubico-piv-tool: Unbreak build on FreeBSD 11 with ↵Craig Leres2020-07-312-15/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | DEFAULT_VERSIONS=ssl=openssl r541879 adds a patch that disables an openssl cmake module from being invoked. But on 11.3 at least if some other package dependency pulls in openssl (or DEFAULT_VERSIONS has ssl=openssl), yubico-piv-tool is built with openssl 1.0 includes from base and openssl 1.1 libraries from the port; this fails due to openssl API changes between 1.0 and 1.1 (e.g. EVP_MD_CTX_create() became EVP_MD_CTX_new()). This is not a compile time problem on 12.1 because the base version of openssl is 1.1 (but there is no guarantee there are not other issues caused by the mixing of includes and libraries). Replace the CMakeLists.txt patch with one for patch-cmake_openssl.cmake that the cmake checks for openssl/libcrypto optional. This ensures that openssl includes and libraries are not mixed between the base and ports versions. PR: 248049 Approved by: ume (maintainer timeout, 2 weeks) Notes: svn path=/head/; revision=543880
* Revert r543819, py27 flavor is broken and required by some portsAntoine Brodin2020-07-312-7/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=543879
* x11-fonts/spleen: Update to 1.8.2Tobias Kortkamp2020-07-312-4/+4
| | | | | | | Changes: https://github.com/fcambus/spleen/blob/1.8.2/ChangeLog Notes: svn path=/head/; revision=543878
* audio/qsynth: Update to 0.6.3Tobias Kortkamp2020-07-312-4/+4
| | | | | | | Changes: https://qsynth.sourceforge.io/qsynth-downloads.html Notes: svn path=/head/; revision=543877
* lang/chibi-scheme: Update to 0.9Tobias Kortkamp2020-07-314-381/+456
| | | | | | | Changes: https://github.com/ashinn/chibi-scheme/compare/0.8...0.9 Notes: svn path=/head/; revision=543876
* Follow-up to r543872Mitchell Horne2020-07-311-0/+6
| | | | | | | | | This file was missed in the commit. Approved by: u-boot (manu) Notes: svn path=/head/; revision=543875
* devel/libfmt: Update to 7.0.2Tobias Kortkamp2020-07-3123-21/+25
| | | | | | | | Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.2 ABI: https://abi-laboratory.pro/tracker/timeline/fmt Notes: svn path=/head/; revision=543873
* New port: sysutils/u-boot-qemu-riscv64Mitchell Horne2020-07-313-0/+23
| | | | | | | | | | | | | Add a u-boot port for QEMU's 64-bit RISC-V config. A simple u-boot payload is provided that can be specified on the command line. It runs in supervisor mode, and should be paired with OpenSBI. Reviewed by: manu Approved by: u-boot (manu) Differential Revision: https://reviews.freebsd.org/D25737 Notes: svn path=/head/; revision=543872
* multimedia/libvpx: update 1.9.0Jan Beich2020-07-313-7/+6
| | | | | | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.8.2..v1.9.0 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ Reported by: portscout, Repology Notes: svn path=/head/; revision=543871
* lang/intel-compute-runtime: update to 20.30.17454Jan Beich2020-07-312-4/+4
| | | | | | | | Changes: https://github.com/intel/compute-runtime/compare/20.29.17408...20.30.17454 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=543870
* lang/nim: Update to 1.2.6Loïc Bartoletti2020-07-313-4/+5
| | | | | | | | | | | Changelog: - https://nim-lang.org/blog/2020/07/30/versions-126-and-108-released.html PR: 248390 Approved by: Neal Nelson (maintainer) Notes: svn path=/head/; revision=543869
* Enable -shared support for embedded RISC-V targetsMitchell Horne2020-07-312-1/+21
| | | | | | | | | | | | | | | | | | | Shared library support is incomplete for the RISC-V embedded elf targets, and was disabled some time ago [1]. However, it appears that it is functional enough to support basic usage, and is required to successfully build u-boot for RISC-V. This toolchain doesn't have widespread usage, so any risk of re-enabling this support is outweighed by the benefit of being able to build important ports like u-boot. Override this default. [1] https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=be1dce26256aa9f6c7742e81c8c3db9eacff079d Reviewed by: philip Approved by: philip Differential Revision: https://reviews.freebsd.org/D25735 Notes: svn path=/head/; revision=543868
* - Update to 2.4.0Dmitry Marakasov2020-07-316-26/+28
| | | | | | | | PR: 248272 Submitted by: jbeich Notes: svn path=/head/; revision=543867
* - Document python38 multiple vulnerabilitiesWen Heping2020-07-311-0/+29
| | | | Notes: svn path=/head/; revision=543865
* sysutils/mackerel-agent: Update to 0.68.2Koichiro Iwao2020-07-312-7/+7
| | | | | | | Relnotes: https://github.com/mackerelio/mackerel-agent/releases/tag/v0.68.2 Notes: svn path=/head/; revision=543864
* Update to -dev2Dmitry Sivachenko2020-07-312-4/+4
| | | | Notes: svn path=/head/; revision=543863
* Update to version 2.0.17.Dmitry Sivachenko2020-07-314-89/+4
| | | | Notes: svn path=/head/; revision=543862
* Update to the 20200725 snapshot of GCC 10.2.1, which is the first snapshotGerald Pfeifer2020-07-312-4/+4
| | | | | | | | | | | after the GCC 10.2 release (so pretty close to that). This brings one update for powerpc, two for x86, and eight for aarch64, plus more than half a dozen on middle-end/optimizers/LTO, two for C++ and seven for Fortran. Notes: svn path=/head/; revision=543861
* Update to version 2.1.8.Dmitry Sivachenko2020-07-312-4/+4
| | | | Notes: svn path=/head/; revision=543860
* Update to version 1.9.16.Dmitry Sivachenko2020-07-312-4/+4
| | | | Notes: svn path=/head/; revision=543859
* Update to version 2.2.2.Dmitry Sivachenko2020-07-312-4/+4
| | | | Notes: svn path=/head/; revision=543857
* Mark Broken on armv6: qemu: uncaught target signal 11 (Segmentation fault) - ↵Jochen Neumeister2020-07-311-0/+2
| | | | | | | | | | core dumped Reported by: fallout Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=543856
* - Update to 4.0.2TAKATSU Tomonari2020-07-312-6/+6
| | | | Notes: svn path=/head/; revision=543855
* - Fix plist with disabled NLSDmitry Marakasov2020-07-312-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=543854
* Fix broken CACHE_PURGE moduleJochen Neumeister2020-07-313-6/+5
| | | | | | | | | PR: 248252 Reported by: zi Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=543853
* - Update to 4.0.3TAKATSU Tomonari2020-07-313-27/+9
| | | | Notes: svn path=/head/; revision=543852
* Update to 2.20.0Jochen Neumeister2020-07-313-6/+19
| | | | | | | | | | | Changelog: https://github.com/prometheus/prometheus/releases/tag/v2.20.0 PR: 248355 Submitted by: David O'Rourke <dor.bsd@xm0.uk> (maintainer) Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=543851
* science/elmerfem: Update to 8.4.20200708 and fix dependenciesFernando Apesteguía2020-07-317-70/+47
| | | | | | | | | | | | | | | | | | | | * Update to commit 679a882b on the devel branch (after elmerice merge + fixes) * Removed DISTVERSIONPREFIX; we use the devel branch now, not official releases * Removed Tcl dependency; this was only used for ElmerPost, which is obsolete * Moved lots of library dependencies that were only needed for OpenCASCADE * Added OCC option for OpenCASCADE dependency; on by default. * Fixed indirect dependencies (Python 2.7 -> 3.7 and VTK 6.2 -> 8.2) * Moved WITH_QT5 and QT_FOUND to GUI_CMAKE_ON to avoid CMake warnings * Added QT5_LIBS to avoid lines longer than 80 characters in the Makefile * Removed the partial f02cb33a patch file, which is no longer needed * Removed the last sentence in pkg-descr (written for science/elmerfem-devel) * Added HelmholtzProjection.so and SpringAssembly.so to pkg-plist PR: 248246 Submitted by: henrik@gulbra.net (maintainer) Notes: svn path=/head/; revision=543850
* - Pet portlintDmitry Marakasov2020-07-312-15/+13
| | | | | | | | | | | - Switch to USES=localbase - Remove 10 year obsolete comment regarding nasm version - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=543849
* Update to 2.8.1 release.Alex Dupre2020-07-312-4/+4
| | | | Notes: svn path=/head/; revision=543848