aboutsummaryrefslogtreecommitdiff
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* devel/py-bandit: Update 1.7.0 -> 1.7.1Yuri Victorovich2021-11-132-7/+5
| | | | Reported by: portscout
* devel/libpeas: work around incomplete target dependencyJan Beich2021-11-131-0/+5
| | | | | | | | | | ../tests/libpeas/extension-c.c:32:10: fatal error: 'plugins/embedded/embedded-resources.h' file not found #include "plugins/embedded/embedded-resources.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 259080 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/22c38a000673
* devel/py-pyparsing2: NEW PortMuhammad Moinur Rahman2021-11-134-0/+32
| | | | | | | | | | | | | | | | | www/py-graphite-web is BROKEN with latest devel/py-pyparsing Pyparsing is a general parsing module for Python. Grammars are implemented directly in the client code using parsing objects, instead of externally, as with lex/yacc-type tools. Includes simple examples for parsing SQL, CORBA IDL, and 4-function math. This is 2.X branch of pyparsing. WWW: https://pypi.org/project/pyparsing/ WWW: https://github.com/pyparsing/pyparsing Reported by: tz Sponsored by: Bounce Experts
* devel/wasm3: Remove march=native.Mikael Urankar2021-11-132-0/+10
| | | | | | It breaks runtime on x86 arch and fails to build on non x86 arch. Approved by: portmgr (build fix blanket)
* devel/bazel: Unbreak on aarch64.William Muir2021-11-131-1/+5
| | | | | | | Set initial and max Java heap to 128M and 1G respectively when building Bazel under aarch64. PR: 229420
* devel/rubygem-snowplow-tracker: update to 0.8.0Matthias Fechner2021-11-132-6/+4
| | | | | Changelog: https://github.com/snowplow/snowplow-ruby-tracker/blob/master/CHANGELOG
* www/gitlab-ce: upgrade to 14.4.2Matthias Fechner2021-11-133-14/+11
| | | | | Changelog: https://about.gitlab.com/releases/2021/11/08/gitlab-14-4-2-released/
* www/gitlab-ce: security upgrade to 14.4.1Matthias Fechner2021-11-132-5/+5
| | | | | | | | | | | | This version has a problem showing files like .md files (e.g. README.md on the start page of a project). But as this bug is already present on version 14.4.0 I will deploy this now, to fix the security problems. We need to find the source why this happens and fix it later. Changelog: https://about.gitlab.com/releases/2021/10/28/security-release-gitlab-14-4-1-released/ Security: 33557582-3958-11ec-90ba-001b217b3468
* New ports required for previous rubygem updatesMatthias Fechner2021-11-137-0/+53
|
* devel/rubygem-wmi-lite: update to 1.0.5Matthias Fechner2021-11-132-3/+4
| | | | | Changelog: https://github.com/chef/wmi-lite/blob/main/CHANGELOG.md
* devel/rubygem-validate_url: update to 1.0.13Matthias Fechner2021-11-132-5/+4
|
* devel/rubygem-plist: update to 3.6.0Matthias Fechner2021-11-132-6/+7
| | | | | Changelog: https://github.com/patsplat/plist/blob/master/CHANGELOG.rdoc
* devel/rubygem-mixlib-shellout: update to 3.2.5Matthias Fechner2021-11-132-5/+4
| | | | | Changelog: https://github.com/chef/mixlib-shellout/blob/main/CHANGELOG.md
* devel/rubygem-jsonpath: update to 1.1.0Matthias Fechner2021-11-132-4/+4
| | | | | Changelog: https://github.com/joshbuddy/jsonpath/releases/tag/v1.1.0
* devel/rubygem-hana: update to 1.3.7Matthias Fechner2021-11-132-4/+4
| | | | | Changelog: https://github.com/tenderlove/hana/releases/tag/v1.3.7
* devel/rubygem-ffi-yajl: update to 2.3.4Matthias Fechner2021-11-132-4/+4
| | | | | Changelog: https://github.com/chef/ffi-yajl/blob/main/CHANGELOG.md
* devel/rubygem-declarative: update to 0.0.20Matthias Fechner2021-11-132-6/+7
| | | | | Changelog: https://github.com/apotonick/declarative/releases/tag/v0.0.20
* devel/rubygem-contracts: update to 0.11.0Matthias Fechner2021-11-132-4/+4
| | | | | Changelog: https://github.com/egonSchiele/contracts.ruby/blob/master/CHANGELOG.markdown
* devel/rubygem-license_finder: added new portMatthias Fechner2021-11-1310-0/+105
| | | | Is required for gitlab-ce.
* Revert "devel/bison: Update to 3.8.2"Matthias Andree2021-11-134-17/+105
| | | | | | | This reverts commit 09a2196b7a5ad825caac29f37ef8233317a62855. This wasn't approved by the maintainer and may require more testing. @sunpoet: My apologies for not rebasing/rearranging the mailman commits.
* devel/bison: Update to 3.8.2Matthias Andree2021-11-134-105/+17
| | | | | | | | | While here, parallelize tests - MAKE_ARGS lacks ${_MAKE_JOBS} <https://bugs.freebsd.org/259576> - USES+=gmake because the test driver only parallelizes the 700 tests with GNU make, but not with BSD make. Replace bulky and dynamic Makefile.in patch by systematic edit.
* devel/freebsd-sysroot: Add -mno-relax to the riscv64 wrapper scriptsTobias Kortkamp2021-11-133-1/+9
| | | | | | | | | | $ FREEBSD_SYSROOT_CC=clang13 /usr/local/freebsd-sysroot/riscv64/bin/cc test.c ld: error: test.c:(.text+0x0): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax On riscv64 base clang defaults to -mno-relax (per D25210). This patch has not been applied to ports LLVM. In the wrapper scripts pass -mno-relax explicitly to make it work as expected when FREEBSD_SYSROOT_CC is set to ports clang.
* devel/freebsd-sysroot: Pet portfmtTobias Kortkamp2021-11-131-2/+2
|
* devel/sdl12-compat: update to s20211111Jan Beich2021-11-132-5/+5
| | | | Changes: https://github.com/libsdl-org/sdl12-compat/compare/36a09e4...c4f9449
* devel/vc-intrinsics: update to s20211110Jan Beich2021-11-123-5/+22
| | | | Changes: https://github.com/intel/vc-intrinsics/compare/2cd5a7b...8ee8793
* devel/ocl-icd: update to 2.3.1O. Hartmann2021-11-123-6/+6
| | | | | Changes: https://github.com/OCL-dev/ocl-icd/compare/v2.2.13...v2.3.1 PR: 250562
* devel/opencl: update to 3.0.8O. Hartmann2021-11-123-15/+9
| | | | | | | | - Drop deprecated "Created by" Changes: https://github.com/KhronosGroup/OpenCL-Headers/compare/b04034a...v2021.06.30 Changes: https://github.com/KhronosGroup/OpenCL-CLHPP/compare/64c206f...v2.0.15 PR: 259431
* devel/RStudio: Update 2021.09.0+351 -> 2021.09.1+372Yuri Victorovich2021-11-122-4/+5
| | | | Reported by: portscout
* devel/llvm13: bump PORTREVISONBrooks Davis2021-11-121-1/+1
| | | | | | | The patch fixed in d326758c32dff2938c1da97c0df5926612c3efa2 broke non-powerpc platforms so we need a bump for all platforms. Requested by: kib
* devel/arm-none-eabi-newlib: automatically generate pkg-plistJoerg Wunsch2021-11-122-140/+10
| | | | | | | | | | | Now that devel/arm-none-eabi-gcc has options for different multilib layouts, the generated tree and thus pkg-plist heavily depends on the actual multilib option applied. It's thus best to automatically create the plist now. Reviewed by: kevans Differential Revision: <https://reviews.freebsd.org/D32755>
* devel/arm-none-eabi-gcc: More flexible multilib optionsJoerg Wunsch2021-11-123-3/+291
| | | | | | | | | | | | | | | | This patch introduces port build options to control GCC's multilib layout. It defaults to "disable multilib" as the port used to be set before. In order to build a compiler suitable for Cortex-M devices, select the "Optimized for Cortex-M/R" option instead. A subsequent patch to devel/arm-none-eabi-newlib will automatically create their pkg-plist which now depends on the multilib option chosen. Reviewed by: manu Differential Revision: <https://reviews.freebsd.org/D32638>
* devel/libphonenumber: update to 8.12.37Tobias C. Berner2021-11-122-4/+4
|
* devel/py-setuptools_scm: Fix portmaster build with option TOML unsetKai Knoblich2021-11-121-1/+1
| | | | | | | | | * The port textproc/py-tomli is required in environments, where devel/py-setuptools_scm is already installed, even if the TOML option is unset. PR: 259797 Reported by: Ivan Rozhuk <rozhuk.im@gmail.com>
* devel/py-setuptools_scm: Fix update with portmasterKai Knoblich2021-11-121-0/+1
| | | | | | | | * In environments where devel/py-setuptools_scm is already installed the port textproc/py-tomli is required during build time. PR: 259797 Reported by: Ivan Rozhuk <rozhuk.im@gmail.com>
* devel/sonarqube-community: update pluginsAlexander Leidinger2021-11-122-13/+13
|
* devel/py-setuptools_scm: Update to 6.3.2 [1]Kai Knoblich2021-11-122-10/+15
| | | | | | | | | | | | | | | | * Sort variables and use WRKSRC instead TEST_WRKSRC as the latter should be only used if it differs from WRKSRC. [1] * Exclude some tests that require a more recent version of devel/py-virtualenv for now. Changelog since 5.0.2: https://github.com/pypa/setuptools_scm/blob/v6.3.2/CHANGELOG.rst PR: 259445 Reported by: sunpoet [1] MFH: No (feature release with new dependencies)
* devel/py-b2sdk: Update to 1.12.0 [1]Kai Knoblich2021-11-124-14/+46
| | | | | | | | | | | | | | | * Pet portclippy/portlint [1] * Update testsuite and prepare the port for the 6.x release of devel/py-setuptools_scm while I'm here. Changelog: https://github.com/Backblaze/b2-sdk-python/releases/tag/v1.12.0 PR: 258033 Reported by: Henry <PopularMoment@protonmail.com> (maintainer) [1] Reviewed by: eduardo, koobs (earlier revision)
* devel/ruby-build: Update to 20211109Koichiro Iwao2021-11-122-4/+4
| | | | | Changes: https://github.com/rbenv/ruby-build/releases/tag/v20211109 Sponsored by: HAW International
* */*: use new nodejs USES flagMatthias Fechner2021-11-124-20/+7
| | | | | | | Simply define which nodejs version is required using the nodejs USES flag. PR: 259783 Differential Revision: https://reviews.freebsd.org/D32790
* devel/llvm13: fix install with MLIR disabledBrooks Davis2021-11-111-0/+3
| | | | | PR: 259570 (reported here, but tangential) Reported by: stephen
* devel/binutils: configure with --enable-new-dtagsTijl Coosemans2021-11-111-1/+6
| | | | | | | | | | | | | This makes binutils ld use DT_RUNPATH instead of DT_RPATH by default for FreeBSD targets and brings it in line with LLVM ld. The difference between the two is that DT_RUNPATH has a lower priority than the LD_LIBRARY_PATH environment variable. This variable is used by libtool to override DT_RUNPATH when running programs directly from the build directory (e.g. during make test). PR: 259446 Approved by: maintainer timeout (2 weeks)
* Drop maintainership on most of my portsTilman Keskinoz2021-11-113-3/+3
|
* devel/sentry-cli: Update to 0.71.0Lewis Cook2021-11-113-129/+22
| | | | Changes: https://github.com/getsentry/sentry-cli/releases/tag/1.71.0
* devel/cdecl: update to 11.5.Larry Rosenman2021-11-112-4/+4
| | | | | | | | | | | | | | | | | | | | | ChangeLog: Better error/warning locations Locations for error and warning messages have been improved. show error improvement The show command now correctly prints all possible commands to define a type when requested to show a type that doesn't exist. register warnings A deprecated warning is now printed for a register array, enum, class, struct, union, pointer, pointer to member, reference, and rvalue reference between C++11 and C++14. (Previously, a warning was printed only for built-in types and typedefs.) K&R function parameter printed as int For functions having K&R C typeless parameters, int is now printed in C89 and later since such parameters are implicitly int. show using before C++11 A show using before C++11 now prints an error. Help output Tweaked help output.
* devel/crc32c: Update to 1.1.2Gian-Simon Purkert2021-11-113-29/+4
| | | | | | | | ChangeLog: https://github.com/google/crc32c/commits/1.1.2 PR: 259271 Reported by: gspurki@gmail.com Approved by: amzo1337@gmail.com (maintainer timeout > 3 weeks)
* devel/nsync: Update to 1.24.0Gian-Simon Purkert2021-11-113-6/+6
| | | | | | | | ChangeLog: https://github.com/google/nsync/commits/v1.24.0 PR: 259274 Reported by: gspurki@gmail.com Approved by: amzo1337@gmail.com (maintainer, timeout > 3 weeks)
* devel/py-shapely: Update to 1.8.0Wen Heping2021-11-112-4/+4
|
* devel/electron12: update to 12.2.2Hiroki Tagato2021-11-1128-133/+115
| | | | | | | | | | | | | | | | | | | | | | | While here, mark as BROKEN on i386. Build on i386 fails with the error "LLVM ERROR: out of memory" while linking v8_context_snapshot_generator. Changelog: - https://github.com/electron/electron/releases/tag/v12.0.10 - https://github.com/electron/electron/releases/tag/v12.0.11 - https://github.com/electron/electron/releases/tag/v12.0.12 - https://github.com/electron/electron/releases/tag/v12.0.13 - https://github.com/electron/electron/releases/tag/v12.0.14 - https://github.com/electron/electron/releases/tag/v12.0.15 - https://github.com/electron/electron/releases/tag/v12.0.16 - https://github.com/electron/electron/releases/tag/v12.0.17 - https://github.com/electron/electron/releases/tag/v12.0.18 - https://github.com/electron/electron/releases/tag/v12.1.0 - https://github.com/electron/electron/releases/tag/v12.1.1 - https://github.com/electron/electron/releases/tag/v12.1.2 - https://github.com/electron/electron/releases/tag/v12.2.0 - https://github.com/electron/electron/releases/tag/v12.2.1 - https://github.com/electron/electron/releases/tag/v12.2.2
* devel/intel-graphics-compiler: pacify stage-qa after 80eadab44ca1Jan Beich2021-11-101-1/+2
| | | | Error: /usr/local/lib/libigc.so.1.0.1 is linked to /usr/local/llvm13/lib/libLLVM-13.so from devel/llvm13 but it is not declared as a dependency
* devel/py-pyinstaller: fix build with python 3.10Dmitry Marakasov2021-11-101-0/+12
| | | | | | | Update internal help2rst.py script to support output of from python 3.10 argparse Approved by: portmgr blanket