non port: lang/erlang-man/Makefile |
Number of commits found: 14 |
Sunday, 12 Jan 2025
|
18:26 Dave Cottlehuber (dch)
lang/erlang{,-doc,-java,-man,-wx}: update to OTP26 latest
Sponsored by: SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D48305
12b48a4 |
Monday, 13 Mar 2023
|
05:57 Jimmy Olgeni (olgeni)
lang/erlang-man: update to version 25.3
- Use GitHub for MASTER_SITES.
faaf804b |
Wednesday, 1 Mar 2023
|
14:45 Jimmy Olgeni (olgeni)
lang/erlang-man: update to version 25.2
a1cfbe0 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
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)
b7f0544 |
Wednesday, 18 May 2022
|
20:20 Jimmy Olgeni (olgeni)
lang/erlang-man: update to version 24.3
fd9b45c |
Wednesday, 26 Jan 2022
|
10:54 Jimmy Olgeni (olgeni)
lang/erlang-man: Update to version 24.2
4237625 |
Friday, 1 Oct 2021
|
22:38 Jimmy Olgeni (olgeni)
lang/erlang-man: Update to version 24.1.
15d5d95 |
Thursday, 30 Sep 2021
|
22:02 Dave Cottlehuber (dch) Author: Jimmy Olgeni
lang/erlang-man: Update to version 24.0.
8c7f732 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 23 Jan 2020
|
11:59 dch
lang/erlang*: include serious scheduler bugfixes
OTP-16371
Taking a scheduler offline could cause timers set while executing on
that scheduler to be delayed until the scheduler was put online again.
This bug was introduced in ERTS version 10.0 (OTP 21.0).
OTP-16378 | ERL-1125
The ets:update_counter/4 core dumped when given an ordered_set with
write_concurrency enabled and an invalid position.
OTP-16379
A process calling erlang:system_flag(multi_scheduling, block) could end
up blocked waiting for the operation to complete indefinitely.
Reviewed by: olgeni
MFH: 2020Q1
Sponsored by: SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D23313
 |
Wednesday, 30 Oct 2019
|
12:44 olgeni
lang/erlang-man: fix installation path.
At some point I put the man pages outside their "man/" directory,
so both man(1) and "erl -man" could not find them.
 |
Monday, 27 May 2019
|
12:34 olgeni
lang/erlang, lang/erlang-java, lang/erlang-wx: upgrade to 21.3.8.2.
- Add support for CORBA applications that were removed from recent
releases, and enable them by default as they were before. They follow a
separate GH_TAGNAME.
- Remove obsolete GS application.
- SMP is now enabled by default.
lang/erlang-doc, lang/erlang-man: upgrade to 21.3.
- Add missing NO_ARCH.
Differential Revision: https://reviews.freebsd.org/D19911
 |
Saturday, 13 Apr 2019
|
09:39 olgeni
lang/erlang: split man pages into lang/erlang-man, and add the FOP/PDF options.
Erlang man pages are delivered as a separate distfile; with this commit
lang/erlang depends on the GitHub sources only. The MANPAGES option now just
adds a dependency on lang/erlang-man.
This allows man pages to be upgraded independently and cover more recent
Erlang runtimes.
The FOP option has been added to allow building the full documentation from
sources. When enabled, man pages will be built and installed based on the
latest sources. When PDF is enabled, documentation in PDF format will also be
installed. These options are disabled by default as they depend on
textprop/fop, and thus Java/X11.
On Erlang 21 the Corba applications have been moved to a separate repository
upstream, but their build still requires a full source tree, so they are not
really independent.
FOP/PDF are provided for when Corba support will be merged back after the
Erlang 21 upgrade. This will make it possible to build the documentation that
has been removed upstream and is no longer delivered in the prebuilt
documentation distfile.
 |
Number of commits found: 14 |