aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* lang/sbcl: Reformat MakefileKirill Ponomarev2021-04-091-23/+22
|
* devel/icu: update to 69.1Jan Beich2021-04-087-3/+89
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* lang/gcc9-devel: Update to the 20210326 snapshot of GCC 9.3.1Gerald Pfeifer2021-04-082-4/+4
| | | | | This brings a minor tweak to how man pages are generated, powerpc tuning (for POWER 8) and two changes to the Fortran front end.
* lang/jruby: Update to 9.2.17.0Koichiro Iwao2021-04-073-153/+213
| | | | | | | | | | | | | CVEs are fixed at 9.2.15.0. PR: 253822 Reported by: Thomas Hurst <tom@hur.st> Relnotes: https://www.jruby.org/2021/03/29/jruby-9-2-17-0.html Security: CVE-2011-4815 Security: CVE-2017-17742 Security: CVE-2019-16254 Security: CVE-2020-25613 Security: CVE-2017-18640
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-0799-99/+0
| | | | Reported by: lwhsu
* lang/swi-pl: Add explicit readline dependency (D29353)Tobias Kortkamp2021-04-071-3/+3
| | | | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously got it through ninja->python->readline. ===> Building package for swi-pl-8.2.3_1 pkg-static: Unable to access file /wrkdirs/usr/ports/lang/swi-pl/work/stage/usr/local/lib/swipl/doc/packages/readline.html:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/swi-pl/work/stage/usr/local/lib/swipl/lib/amd64-freebsd/readline4pl.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/swi-pl/work/stage/usr/local/lib/swipl/library/readline.pl:No such file or directory *** Error code 1 http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/swi-pl-8.2.3_1.log PR: 254678
* lang/hermes: Make Python an explicit build dependency (D29353)Tobias Kortkamp2021-04-071-1/+1
| | | | | | | | | | | | | | This unbreaks the build when using devel/samurai. It previously was available in the configure phase through ninja which has a run dependency on Python. =======================<phase: configure >============================ ===> Missing "/usr/local/bin/python3.7" to create a binary alias at "/wrkdirs/usr/ports/lang/hermes/work/.bin/python" http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-04-04_07h37m38s/logs/errors/hermes-javascript-engine-0.7.2.20210322.log PR: 254678
* lang/cling: fix build ahead of CMake 3.20Adriaan de Groot2021-04-061-3/+2
| | | | | | | | | The --target command-line argument is ignored when not applicable in versions of CMake up to 3.20. It should never be necessary in FreeBSD ports **anyway** since we generate a build system (ninja or make) and use that, rather than building directly out of CMake. Bumping PORTREVISION even though there shouldn't be a difference.
* Remove expired ports:Rene Ladan2021-04-069-389/+0
| | | | | | | | | | | | | | | 2021-03-31 www/gtkhtml3: Obsolete by upstream, doesn't build with recent versions of pango 2021-03-31 deskutils/tomboy: Unmaintained and dead upstream, depends on deprecated libraries such as www/gtkhtml3. Upstream project is now called tomboy-ng. deskutils/tomboy-plugin-reminder: part of deskutils/tomboy 2021-03-31 devel/monodevelop: outdated, depends on deprecated library www/gtkhtml3 2021-03-31 sysutils/syslog-ng327: Not officially supported by upstream 2021-03-31 sysutils/logstash5: End of life since release of 7.3.0 2021-03-31 www/decss: Abandonware 2021-03-31 textproc/elasticsearch5: End of life since release of 7.3.0 2021-03-31 textproc/elasticsearch5-search-guard: textproc/elasticsearch5 is scheduled for removal 2021-03-31 multimedia/gnome-subtitles: outdated, depends on deprecated library www/gtkhtml3 2021-03-31 net/libproxy-mozjs: Uses EOL Python 2.7 via lang/spidermonkey52 2020-12-31 lang/spidermonkey52: Uses Python 2.7 which is EOLed upstream
* Remove expired port: lang/ruby25Rene Ladan2021-04-0611-18095/+0
|
* lang/go: Update to 1.16.3Dmitri Goutnik2021-04-062-4/+4
| | | | Changes: https://golang.org/doc/devel/release.html#go1.16.minor
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-0627-54/+6
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-06379-387/+0
|
* lang/seed7: enable on powerpc64Piotr Kubaj2021-04-061-1/+1
|
* lang/ruby27: Update to 2.7.3Koichiro Iwao2021-04-062-36/+89
| | | | | | | | | PR: 254802 Reported by: Yasuhiro Kimura <yasu@utahime.org> Reviewed by: meta (myself) Relnotes: https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-7-3-released/ Security: CVE-2021-28965 Security: CVE-2021-28966
* lang/ruby26: Update to 2.6.7Koichiro Iwao2021-04-062-50/+54
| | | | | | | | | PR: 254800 Reported by: Yasuhiro Kimura <yasu@utahime.org> Reviewed by: meta (myself) Relnotes: https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-6-7-released/ Security: CVE-2020-25613 Security: CVE-2021-28965
* lang/nwcc: enable on powerpc64Piotr Kubaj2021-04-061-1/+1
|
* lang/ruby25: Update to 2.5.9Koichiro Iwao2021-04-062-39/+45
| | | | | | | PR: 254799 Reported by: Yasuhiro Kimura <yasu@utahime.org> Reviewed by: meta (myself) Relnotes: https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-5-9-released/
* lang/seed7: enable on powerpc64lePiotr Kubaj2021-04-061-1/+1
|
* lang/nwcc: enable on powerpc64lePiotr Kubaj2021-04-061-1/+1
|
* lang/php80: Adding MySQL 8.0 'caching_sha2_password' supportMuhammad Moinur Rahman2021-04-062-4/+35
| | | | | | | | | | | | | | | | | - Pet portlint - Add non-default OPTION MYSQL80 This patch adds an OPTION for adding 'caching_sha2_password' (Default Password mechanism in MySQL >= 8.0) in php80. If the OPTION MYSQL80 is selected it will build openssl module with base PHP including mysqlnd. This will also prevent php80-openssl module from being installed in the future. php80-mysqli and php80-pdo_mysql will use mysqlnd. PR: 252420 Reported by: sean@rogue-research.com Approved by: tz Sponsored by: Bounce Experts Differential Revision: https://reviews.freebsd.org/D29491
* lang/perl5-devel: Update to latest commit.Mathieu Arnold2021-04-062-4/+4
|
* lang/intel-compute-runtime: update to 21.13.19438Jan Beich2021-04-063-9/+9
| | | | | Changes: https://github.com/intel/compute-runtime/compare/21.12.19358...21.13.19438 Reported by: GitHub (watch releases)
* lang/rust-nightly: Update to 1.53.0.20210329Tobias Kortkamp2021-03-293-7/+4
| | | | | | | | | Enable the SOURCES option again. They seem to install fine again. Changes: https://github.com/rust-lang/rust/compare/5d04957a4b...4a20eb6a9d Notes: svn path=/head/; revision=569508
* lang/mecrisp-stellaris: Update to 2.5.8Neel Chauhan2021-03-292-11/+16
| | | | | | | | | | Also, statisfy portclippy where possible PR: 254542 Submitted by: Robert Clausecker <fuz AT fuz DOT su> (maintainer) Notes: svn path=/head/; revision=569496
* Rebuild lang/rust consumers after r569489Tobias Kortkamp2021-03-292-1/+2
| | | | Notes: svn path=/head/; revision=569491
* lang/rust: Update to 1.51.0Tobias Kortkamp2021-03-298-987/+79
| | | | | | | | | | | | | | - Update devel/racer to 2.1.44 Changes: https://blog.rust-lang.org/2021/03/25/Rust-1.51.0.html PR: 254578 Reviewed by: mikael, pkubaj Exp-run by: antoine With hat: rust Differential Revision: https://reviews.freebsd.org/D29425 Notes: svn path=/head/; revision=569489
* lang/zig: backport syslog functions from masterDave Cottlehuber2021-03-294-0/+73
| | | | | | | | | These will eventually land in zig 0.8.0 Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=569453
* Update to v5.33.8-12-g99155265b6.Mathieu Arnold2021-03-292-4/+4
| | | | Notes: svn path=/head/; revision=569446
* lang/gleam: add Makefile.deps required in r569439Dave Cottlehuber2021-03-291-0/+215
| | | | | | | Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=569443
* lang/gleam: update to 0.14.4Dave Cottlehuber2021-03-292-395/+168
| | | | | | | | | | upstream has fixed port fallout reported in rust 1.51.0 Reported by: tobik Sponsored by: SkunkWerks, GmbH Notes: svn path=/head/; revision=569439
* Update to 2.1.3Kirill Ponomarev2021-03-292-6/+6
| | | | Notes: svn path=/head/; revision=569433
* Update to the 20210325 snapshot of GCC 8.4.1.Gerald Pfeifer2021-03-282-4/+4
| | | | | | | This brings minor tweaks for x86 headers and man page generation. Notes: svn path=/head/; revision=569417
* Remove expired ports:Rene Ladan2021-03-288-207/+0
| | | | | | | | 2021-03-28 security/apg: Abandonware. Please try security/makepasswd or security/rndpassw instead 2021-03-28 lang/Gofer: Old, unmaintained language Notes: svn path=/head/; revision=569404
* Convert to @touchBaptiste Daroussin2021-03-273-3/+3
| | | | Notes: svn path=/head/; revision=569365
* lang/gleam: Unbreak build with Rust 1.51.0 (D29425)Tobias Kortkamp2021-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | error: a method with this name may be added to the standard library in the future --> src/docs.rs:142:54 | 142 | unnest: module.name.iter().map(|_| "..").intersperse("/").collect(), | ^^^^^^^^^^^ | note: the lint level is defined here --> src/main.rs:1:9 | 1 | #![deny(warnings)] | ^^^^^^^^ = note: `#[deny(unstable_name_collisions)]` implied by `#[deny(warnings)]` = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919> = help: call with fully qualified syntax `itertools::Itertools::intersperse(...)` to keep using the current method Cap the lint level at warnings for now http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-03-26_19h06m01s/logs/errors/gleam-0.14.2.log PR: 254578 Notes: svn path=/head/; revision=569338
* Update to the 20210321 snapshot of GCC 11.0.1.Gerald Pfeifer2021-03-272-5/+4
| | | | Notes: svn path=/head/; revision=569304
* lang/squeak: Fix build in 14.0-currentFernando ApesteguĂ­a2021-03-268-24/+41
| | | | | | | | | | | | | | The lang/squeak ports assume B576000 and B1152000. Lack of B576000 and B1152000 at /usr/include/sys/_termios.h, lang/squeak is broken at 14.0-Current. While here, add missing USES, dependencies, reorder variables, etc. PR: 254456 Submitted by: takeshi.mutoh@gmail.com (maintainer) Notes: svn path=/head/; revision=569267
* lang/intel-compute-runtime: update to 21.12.19358Jan Beich2021-03-262-4/+4
| | | | | | | | Changes: https://github.com/intel/compute-runtime/compare/21.11.19310...21.12.19358 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=569264
* lang/rust-bootstrap: Unbreak aarch64 bootstrapTobias Kortkamp2021-03-261-1/+6
| | | | | | | | | | | | | | | | Something goes wrong when it is built with LLVM > 9. Build it with llvm90 for the time being. rustc -Cllvm-args="..." with: Unknown command line argument '-generate-arange-section'. Try: 'rustc -Cllvm-args="..." with --help' rustc -Cllvm-args="..." with: Unknown command line argument '-mergefunc-use-aliases'. Try: 'rustc -Cllvm-args="..." with --help' rustc -Cllvm-args="..." with: Unknown command line argument '-preserve-alignment-assumptions-during-inlining=false'. Try: 'rustc -Cllvm-args="..." with --help' or when built with llvm.assertions=true: Assertion failed: (hasOptions() && "No options specified!"), function ParseCommandLineOptions, file src/llvm-project/llvm/lib/Support/CommandLine.cpp, line 1344. Notes: svn path=/head/; revision=569245
* lang/ocaml: fix packaging on armv6Piotr Kubaj2021-03-261-1/+1
| | | | | | | | | | | | | pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.a:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cma:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cmi:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cmx:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cmxa:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.cmxs:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/lang/ocaml/work/stage/usr/local/lib/ocaml/raw_spacetime_lib.mli:No such file or directory Notes: svn path=/head/; revision=569239
* lang/ghc: Generate PORTDOCS pkg-plist dynamicallyDanilo G. Baio2021-03-262-2359/+2
| | | | | | | | | | This is the best approach for ports building its documentation with Sphinx in html and will save time on future Sphinx updates. Approved by: portmgr blanket Notes: svn path=/head/; revision=569233
* editors/emacs: Update to 27.2Joseph Mingrone2021-03-267-6/+7
| | | | | | | | | | | | This is a bug-fix release with no new features. https://www.gnu.org/software/emacs/news/NEWS.27.2 Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D27700 Notes: svn path=/head/; revision=569232
* Update to the 20210320 snapshot of GCC 10.2.1.Gerald Pfeifer2021-03-252-5/+4
| | | | | | | | | | This brings a fix how man pages are generated, a back port for the i386 back end, three for aarch64, one for powerpc, and 13 for the middle end and tree optimizers, and twelve for the C++ front end, two for libstdc++, four for the C front end, and three for Fortran. Notes: svn path=/head/; revision=569227
* Update to 0.8.3 release.Alex Dupre2021-03-252-4/+4
| | | | Notes: svn path=/head/; revision=569188
* Mark ports recursively depending on Python 2.7 for expiration on June 23.Rene Ladan2021-03-241-0/+3
| | | | | | | | | | | | | | For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665 Notes: svn path=/head/; revision=569118
* Fix build.Mathieu Arnold2021-03-241-0/+1
| | | | Notes: svn path=/head/; revision=569105
* Update to the 20210319 snapshot of GCC 9.3.1.Gerald Pfeifer2021-03-242-5/+4
| | | | | | | | | This brings a back port for the aarch64 back end, one for the inter- procedural optimizers, four for the tree optimizers, and one for the Fortran front end. Notes: svn path=/head/; revision=569074
* lang/rust-nightly: Update to 1.53.0.20210323Tobias Kortkamp2021-03-235-12/+74
| | | | | | | | | | - Sync patches with lang/rust - Add the rust-nightly update script Changes: https://github.com/rust-lang/rust/compare/45b3c28518...5d04957a4b Notes: svn path=/head/; revision=569013
* lang/rust-bootstrap: Add the bootstrap freefall sync scriptTobias Kortkamp2021-03-232-0/+38
| | | | Notes: svn path=/head/; revision=569008