summaryrefslogtreecommitdiff
path: root/lang (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add WWW entries to port MakefilesStefan Eßer2022-09-07328-1/+328
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* cleanup: remove trailing whitepacesTobias C. Berner2022-09-073-3/+3
|
* lang/eisl: Broken on i386Yuri Victorovich2022-09-061-0/+2
| | | | Reported by: fallout
* lang/python37: Update to 3.7.14Wen Heping2022-09-075-14/+14
|
* lang/python310: Update to 3.10.7Wen Heping2022-09-075-15/+14
|
* lang/gawk: update GNU Awk to version 5.2.0Alexey Dokuchaev2022-09-063-5/+9
| | | | Reported by: portscout
* lang/gcc13-devel: Update to 13.0.0.s20220904Lorenzo Salvadore2022-09-062-4/+4
|
* lang/kf5-kross: pet stage-qaDima Panov2022-09-051-1/+3
|
* lang/vala: update to 0.56.3Tobias C. Berner2022-09-051-3/+3
| | | | | | | | | | | | | | Changelog: * Various improvements and bug fixes: - vala: Don't unconditionally expect ObjectType of Class [#1341] - vala: Make try-statement parsing more resilient [#1304] - vala: Avoid problems with '\' in #line directives on Windows [#1353] - gidlparser: Set source reference of parameters * Bindings: - atspi-2: Fix a few binding errors - glib-2.0: Use g_abort for GLib.Process.abort() beginning with 2.50 [#1350] - gtk+-3.0: Correctly unhide BindingSet.by_class to avoid Version attribute
* lang/gcc12-devel: Update to 12.2.1.s20220903Lorenzo Salvadore2022-09-052-4/+4
|
* lang/eisl: Update 2.60 -> 2.62Yuri Victorovich2022-09-043-7/+48
| | | | Reported by: portscout
* lang/php80: Update version 8.0.22=>8.0.23Muhammad Moinur Rahman2022-09-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Core: - Fixed incorrect double to long casting in latest clang. * DBA: - Fixed LMDB driver memory leak on DB creation failure (Girgias) - Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults). * Intl: - Fixed IntlDateFormatter::formatObject() parameter type. * OPcache: - Fixed bug GH-9033 (Loading blacklist file can fail due to negative length). * PDO_SQLite: - Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). * SQLite3: - Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). * Standard: - Fixed bug GH-9017 (php_stream_sock_open_from_socket could return NULL). * Streams: - Fixed bug GH-8472 (The resource returned by stream_socket_accept may have incorrect metadata). - Fixed bug GH-8409 (SSL handshake timeout leaves persistent connections hanging). Approved by: tz (By private mail) Relnotes: https://www.php.net/ChangeLog-8.php#8.0.23 Sponsored by: Bounce Experts
* lang/php81: Update version 8.1.9=>8.1.10Muhammad Moinur Rahman2022-09-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Core: - Fixed --CGI-- support of run-tests.php. - Fixed incorrect double to long casting in latest clang. - Fixed bug GH-9266 (GC root buffer keeps growing when dtors are present). * Date: - Fixed bug GH-8730 (DateTime::diff miscalculation is same time zone of different type). - Fixed bug GH-8964 (DateTime object comparison after applying delta less than 1 second). - Fixed bug GH-9106: (DateInterval 1.5s added to DateTimeInterface is rounded down since PHP 8.1.0). - Fixed bug #81263 (Wrong result from DateTimeImmutable::diff). * DBA: - Fixed LMDB driver memory leak on DB creation failure (Girgias) - Fixed bug GH-9155 (dba_open("non-existing", "c-", "flatfile") segfaults) (cmb) * IMAP: - Fixed bug GH-9309 (Segfault when connection is used after imap_close()). * Intl: - Fixed IntlDateFormatter::formatObject() parameter type. * MBString: - Fixed bug GH-9008 (mb_detect_encoding(): wrong results with null $encodings). * OPcache: - Fixed bug GH-9033 (Loading blacklist file can fail due to negative length). - Fixed bug GH-9164 (Segfault in zend_accel_class_hash_copy). * PDO_SQLite: - Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). * SQLite3: - Fixed bug GH-9032 (SQLite3 authorizer crashes on NULL values). * Streams: - Fixed bug GH-8472 (The resource returned by stream_socket_accept may have incorrect metadata). - Fixed bug GH-8409 (SSL handshake timeout leaves persistent connections hanging). Relnotes: https://www.php.net/ChangeLog-8.php#8.1.10 Sponsored by: Bounce Experts
* lang/gcc11-devel: Update to 11.3.1.s20220902Lorenzo Salvadore2022-09-032-4/+4
|
* lang/elixir-devel: update to 1.14.0Dave Cottlehuber2022-09-023-33/+49
| | | | | | - ChangeLog https://hexdocs.pm/elixir/1.14/changelog.html Sponsored by: SkunkWerks, GmbH
* lang/purescript: Unbreak for aarch64.Gleb Popov2022-08-311-2/+0
| | | | This reverts commit 7c9b88eafda2975a8e797575b2826c3b0bf77ce6.
* lang/p5-Scalar-List-Utils: Update to 1.63Po-Chuan Hsieh2022-08-312-4/+4
| | | | Changes: https://metacpan.org/dist/Scalar-List-Utils/changes
* */*: update NGINX JavaScript 0.7.6 -> 0.7.7Sergey A. Osokin2022-08-302-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump PORTREVISION for www/nginx-devel. <ChangeLog> nginx modules: *) Feature: the number of nginx configuration contexts where js directives can be specified is extended. HTTP: js_import, js_path, js_set and js_var are allowed in server and location contexts. js_content, js_body_filter and js_header_filter are allowed in 'if' context. Stream: js_import, js_path, js_set and js_var are allowed in server context. *) Feature: added r.internal property. *) Bugfix: fixed reading response body in fetch API. *) Bugfix: fixed "js_fetch_timeout" in stream module. *) Bugfix: fixed socket leak with 0 fetch timeout. Core: *) Feature: extended "fs" module. Added fs.openSync(), fs.promises.open(), fs.fstatSync(), fs.readSync(), fs.writeSync(). The following properties of FileHandle are implemented: fd, read(), stat(), write(), close(). *) Bugfix: fixed parseInt(), parseFloat(), Symbol.for() with no arguments. </ChangeLog>
* lang/ruby*: add a patch to keep amd64-freebsd* as archBaptiste Daroussin2022-08-304-4/+36
| | | | | | In preparation for the update of config.guess/config.sub, where amd64-portbld-freebsd14.0 is reported as x86_64-portbld-freebsd14.0, Add a patch to keep the arch specific directory on amd64 being named amd64
* lang/gcc13-devel: Update to 13.0.0.s20220828Lorenzo Salvadore2022-08-292-4/+4
|
* lang/squeak: remove stale project URLStefan Eßer2022-08-291-2/+1
|
* lang/hermes: Update 0.11.0 -> 0.12.0Yuri Victorovich2022-08-284-10/+20
| | | | Reported by: portscout
* lang/gcc12-devel: Update to 12.2.1.s20220827Lorenzo Salvadore2022-08-282-4/+4
|
* lang/gnatcross-sysroot-aarch64: Use BUNDLE_LIBSFernando Apesteguía2022-08-281-3/+4
| | | | | | | | | Package declares FreeBSD-base libraries as being provided in its manifest. Use BUNDLE_LIBS so the package does not expose its libs. PR: 265570 Reported by: dfr@rabson.org MFH: 2022Q3
* lang/erlang-wx: update to version 24.3.4.4Jimmy Olgeni2022-08-272-4/+4
|
* lang/erlang-java: update to version 24.3.4.4Jimmy Olgeni2022-08-272-4/+4
|
* lang/erlang: update to version 24.3.4.4Jimmy Olgeni2022-08-272-4/+4
|
* lang/python310: Fix disabling uuid.h detection and stage-qa errorPo-Chuan Hsieh2022-08-272-5/+23
| | | | | | | | | | | - Bump PORTREVISION for package change ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/python3.10/lib-dynload/_uuid.cpython-310.so is linked to /usr/local/lib/libuuid.so.1 from misc/e2fsprogs-libuuid but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libuuid.so:misc/e2fsprogs-libuuid ... Warning: Possible REINPLACE_CMD issues: - - REINPLACE_CMD ran, but did not modify file contents: setup.py
* lang/v8: Update to 10.4.132.20Po-Chuan Hsieh2022-08-274-45/+25
| | | | Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/10.4-lkgr
* lang/gcc11-devel: Update to 11.3.1.s20220826Lorenzo Salvadore2022-08-272-5/+4
|
* lang/erlang-runtime24: update to version 24.3.4.4Jimmy Olgeni2022-08-262-4/+4
|
* lang/ghc: Use correct LLVM toolchain for the bootstrap compiler.Gleb Popov2022-08-261-1/+1
| | | | | PR: 264192 Reported by: Mark Millard <marklmi26-fbsd@yahoo.com>
* framework: add vala.mk -- easily depend on lang/valaTobias C. Berner2022-08-262-355/+356
| | | | | | | | | | | | | The vala library comes with the version in the name. Instead of updating the LIB_DEPENDS on every major vala update, LIB_DEPENDS=libvala-XX.so:lang/vala one can now just have a static USES=vala:lib For build-time dependencies on vala or valac, use USES=vala:build PR: 249940
* lang/vala: update to 0.56.2Tobias C. Berner2022-08-263-20/+58
|
* lang/rust: fix powerpc64 elfv2 rustc bootstrap checksumPiotr Kubaj2022-08-261-3/+3
| | | | | The previous checksum was wrong (size was ok). I recreated the bootstrap, which also changed its size.
* lang/gcc12: Expose non-default -stdlib=libc++ supportJan Beich2022-08-252-0/+20
| | | | | | | | | Fix -stdlib=libc++ option which produced "error: unrecognized command-line option '-stdlib=libc++'". PR: 265962 Approved by: salvadore (maintainer) Exp-run by: antoine (via bug 265964)
* lang/gcc11: Expose non-default -stdlib=libc++ supportJan Beich2022-08-252-0/+20
| | | | | | | | | Fix -stdlib=libc++ option which produced "error: unrecognized command-line option '-stdlib=libc++'". PR: 265962 Approved by: salvadore (maintainer) Exp-run by: antoine (via bug 265964)
* lang/gcc11-devel: Expose non-default -stdlib=libc++ supportJan Beich2022-08-252-0/+20
| | | | | | | | | Fix -stdlib=libc++ option which produced "error: unrecognized command-line option '-stdlib=libc++'". PR: 265962 Approved by: salvadore (maintainer) Exp-run by: antoine (via bug 265964)
* *: Return unused portsTobias Kortkamp2022-08-252-2/+2
|
* rust: bring back update to 1.63Baptiste Daroussin2022-08-258-80/+96
| | | | | | | | | | | | | | | | Revert back the revert of the update of rust and related commits This revert was drive by beside validation by portmgr via exp-run and not respectful of the etiquette we have between committers This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64. This reverts commit 04d257baa182926cff158f32cf459e560426add0. This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2. This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e. This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c. This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e. With hat: portmgr
* Revert "lang/rust: Bump revisions after 1.63.0"Piotr Kubaj2022-08-253-3/+2
| | | | | | This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d. PR: 265915
* Revert "lang/rust: Update to 1.63.0"Piotr Kubaj2022-08-255-93/+78
| | | | | | | | | This reverts commit f36cc819accadae1fefc14c203e5fbe9c74e1492. I asked for an exp-run for powerpc and powerpc64 on a recently provided cluster machine but got no reply. PR: 265915
* lang/rust: Bump revisions after 1.63.0Mikael Urankar2022-08-253-2/+3
|
* lang/rust: Update to 1.63.0Mikael Urankar2022-08-255-78/+93
| | | | | | | | Announce: https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.63.0 Tested by: mikael, pkubaj Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D36247
* lang/halide: Broken on aarch64Yuri Victorovich2022-08-231-0/+1
| | | | Reported by: fallout
* lang/luajit-devel: update to the recent commitSergey A. Osokin2022-08-233-15/+15
|
* */*: drop unnecessary permissionKoichiro Iwao2022-08-231-0/+0
| | | | | | PR: 265986 Reported by: Trond.Endrestol@ximalas.info Approved by: portmgr blanket
* lang/gcc13-devel: Update to 13.0.0.s20220821Lorenzo Salvadore2022-08-222-5/+4
|
* lang/gcc13-devel: Expose non-default -stdlib=libc++ supportJan Beich2022-08-222-0/+20
| | | | | | | | Fix -stdlib=libc++ option which produced "error: unrecognized command-line option '-stdlib=libc++'". PR: 265962 Reported by: jbeich
* KDE: Update KDE Frameworks to 5.97Tobias C. Berner2022-08-212-5/+6
| | | | | | | | | | | | | | | | | | | Sunday, 14 August 2022 KDE today announces the release of KDE Frameworks 5.97.0. KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. Announcement: https://kde.org/announcements/frameworks/5/5.97.0/ PR: 265831 Exp-run by: antoine