notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
erlang-runtime26 Functional programming language from Ericsson
26.2.5.4_1 lang on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 26.2.5.4_1Version of this port present on the latest quarterly branch.
Maintainer: erlang@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-05-19 10:03:06
Last Update: 2024-12-31 08:57:55
Commit Hash: 0835676
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: java parallel
License: APACHE20
WWW:
https://www.erlang.org/
Description:
Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance. This port contains a standalone runtime environment of Erlang 26 to be used during the development of OTP applications.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/erlang-runtime26-26.2.5.4_1/catalog.mk
  2. /usr/local/share/licenses/erlang-runtime26-26.2.5.4_1/LICENSE
  3. /usr/local/share/licenses/erlang-runtime26-26.2.5.4_1/APACHE20
Collapse this list.
Dependency lines:
  • erlang-runtime26>0:lang/erlang-runtime26
To install the port:
cd /usr/ports/lang/erlang-runtime26/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/erlang-runtime26
  • pkg install erlang-runtime26
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: erlang-runtime26
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1728493154 SHA256 (erlang/erlang-otp-OTP-26.2.5.4_GH0.tar.gz) = daa29766431e91489367e87f2ec34e65ce05a0f2dd48bf666829951e636f6016 SIZE (erlang/erlang-otp-OTP-26.2.5.4_GH0.tar.gz) = 62516279

Expand this list (2 items)

Collapse this list.

SHA256 (erlang/erlang-corba-5.2.1_GH0.tar.gz) = e96e9dc710c0ab3282ca5045434f5bc5ff493c22ba63fcfd764ce4d6a13a7c8f SIZE (erlang/erlang-corba-5.2.1_GH0.tar.gz) = 1400553

Collapse this list.


Packages (timestamps in pop-ups are UTC):
erlang-runtime26
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest26.2.5.4_126.2.5.4_1-26.2.5.4_126.2.5.4_1---
FreeBSD:13:quarterly26.2.5.4_126.2.5.4_126.0.226.2.5.2_126.2.5.4_126.2.126.2.126.2.1
FreeBSD:14:latest26.2.5.4_126.2.5.4_1-26.2.5.4_126.2.5.4_126.0.1-26.0.1
FreeBSD:14:quarterly26.2.5.4_126.2.5.4_1-26.2.5.2_126.2.5.4_126.2.126.2.126.2.1
FreeBSD:15:latest26.2.5.4_126.2.5.4_1n/a26.2.5.4_1n/a26.2.1_126.2.1_126.2.2
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. perl5>=5.36<5.37 : lang/perl5.36
This port is required by:
for Build
  1. databases/couchdb3

Configuration Options:
===> The following configuration options are available for erlang-runtime26-26.2.5.4_1: CHUNKS=on: Enable in-line documentation in Erlang console CORBA=on: Enable Corba support DTRACE=on: Build with DTrace probes JAVA=off: Java platform support KQUEUE=on: Enable Kernel Poll (kqueue) support ODBC=off: ODBC database backend OPENSSL=on: SSL/TLS support via OpenSSL SCTP=on: Enable SCTP support SHARING=on: Enable term copy-and-share support WX=off: Enable WX application ===> Use 'make config' to modify these settings
Options name:
lang_erlang-runtime26
USES:
compiler cpe gmake ncurses perl5 ssl
pkg-message:
For install:
To use this runtime port for development or testing, just prepend its binary path ("/usr/local/lib/erlang26/bin") to your PATH variable.
Master Sites:
  1. There is no master site for this port.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
26.2.5.4_1
31 Dec 2024 08:57:55
commit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26bcommit hash: 0835676e361bca74b28b09fe0425ed5ee958f26b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
Mk/**java.mk: Convert bsd.java.mk to USES

The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
26.2.5.4_1
25 Nov 2024 12:07:22
commit hash: 73202fb63e30430b44d63779f870866c184230dacommit hash: 73202fb63e30430b44d63779f870866c184230dacommit hash: 73202fb63e30430b44d63779f870866c184230dacommit hash: 73202fb63e30430b44d63779f870866c184230da files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/wxgtk32

New version of wxgtk32 in tree
26.2.5.4
09 Oct 2024 18:09:00
commit hash: af12687cc629b269632ac3ac660234cf7eea57c3commit hash: af12687cc629b269632ac3ac660234cf7eea57c3commit hash: af12687cc629b269632ac3ac660234cf7eea57c3commit hash: af12687cc629b269632ac3ac660234cf7eea57c3 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.2.5.4
26.2.5.2
12 Jul 2024 22:42:48
commit hash: 935ed7500a26ccc96fba792146f10df357a15629commit hash: 935ed7500a26ccc96fba792146f10df357a15629commit hash: 935ed7500a26ccc96fba792146f10df357a15629commit hash: 935ed7500a26ccc96fba792146f10df357a15629 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.2.5.2
26.2.5.1
01 Jul 2024 20:27:23
commit hash: 19d68720f1dac6176557ffa8d9c1684c4cf22608commit hash: 19d68720f1dac6176557ffa8d9c1684c4cf22608commit hash: 19d68720f1dac6176557ffa8d9c1684c4cf22608commit hash: 19d68720f1dac6176557ffa8d9c1684c4cf22608 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: drop support for FreeBSD 13.2 which reached EOL today

Thanks again to jbeich for noticing various things I overlooked.

Reviewed by:	acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision:	https://reviews.freebsd.org/D45141
26.2.5.1
25 Jun 2024 13:04:49
commit hash: 3dee5fe696ba34ef3a0db64aad214f2e9e076982commit hash: 3dee5fe696ba34ef3a0db64aad214f2e9e076982commit hash: 3dee5fe696ba34ef3a0db64aad214f2e9e076982commit hash: 3dee5fe696ba34ef3a0db64aad214f2e9e076982 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.2.5.1
26.2.5_1
29 May 2024 13:04:12
commit hash: 4f81105c64be56cc963cc5549be223d0500495fdcommit hash: 4f81105c64be56cc963cc5549be223d0500495fdcommit hash: 4f81105c64be56cc963cc5549be223d0500495fdcommit hash: 4f81105c64be56cc963cc5549be223d0500495fd files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update CORBA applications to 5.2.1
26.2.5
05 May 2024 20:46:01
commit hash: b5de341fca0f03a6d34d57a4225d4b583db6b10dcommit hash: b5de341fca0f03a6d34d57a4225d4b583db6b10dcommit hash: b5de341fca0f03a6d34d57a4225d4b583db6b10dcommit hash: b5de341fca0f03a6d34d57a4225d4b583db6b10d files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.2.5

- Update Corba to 5.2
- Use localbase:ldflags for ODBC
26.2.4
12 Apr 2024 14:51:18
commit hash: 927fe53d5541ca4636b174d2eb99aed670b61075commit hash: 927fe53d5541ca4636b174d2eb99aed670b61075commit hash: 927fe53d5541ca4636b174d2eb99aed670b61075commit hash: 927fe53d5541ca4636b174d2eb99aed670b61075 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.2.4
26.2.3
07 Mar 2024 13:39:33
commit hash: 6314e62fddba8537f06052020ba714dde741bd45commit hash: 6314e62fddba8537f06052020ba714dde741bd45commit hash: 6314e62fddba8537f06052020ba714dde741bd45commit hash: 6314e62fddba8537f06052020ba714dde741bd45 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.2.3
26.2.2
16 Feb 2024 18:43:26
commit hash: 1f9abae2aa93628b517c876d0c752f4fd51c20dacommit hash: 1f9abae2aa93628b517c876d0c752f4fd51c20dacommit hash: 1f9abae2aa93628b517c876d0c752f4fd51c20dacommit hash: 1f9abae2aa93628b517c876d0c752f4fd51c20da files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.2.2
26.2.1_1
05 Jan 2024 00:06:35
commit hash: ba2a4388bd552ffe399f059c42fa16507757c6b0commit hash: ba2a4388bd552ffe399f059c42fa16507757c6b0commit hash: ba2a4388bd552ffe399f059c42fa16507757c6b0commit hash: ba2a4388bd552ffe399f059c42fa16507757c6b0 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
lang/erlang-runtime26: add inline docs to erl shell

PR:		271541
Sponsored by:	SkunkWerks, GmbH
26.2.1
31 Dec 2023 00:37:05
commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
26.2.1
20 Dec 2023 19:15:39
commit hash: feee87f853f6005fa809c98fd6c31856f07f79facommit hash: feee87f853f6005fa809c98fd6c31856f07f79facommit hash: feee87f853f6005fa809c98fd6c31856f07f79facommit hash: feee87f853f6005fa809c98fd6c31856f07f79fa files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.2.1
26.2
13 Dec 2023 10:09:19
commit hash: 3dc7dfb2c1cba81600a1fb9bce60e940e16bcabacommit hash: 3dc7dfb2c1cba81600a1fb9bce60e940e16bcabacommit hash: 3dc7dfb2c1cba81600a1fb9bce60e940e16bcabacommit hash: 3dc7dfb2c1cba81600a1fb9bce60e940e16bcaba files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.2
26.1.2_1
23 Nov 2023 11:20:28
commit hash: 03eac77c103b637b316d6a73df7cae01986402cfcommit hash: 03eac77c103b637b316d6a73df7cae01986402cfcommit hash: 03eac77c103b637b316d6a73df7cae01986402cfcommit hash: 03eac77c103b637b316d6a73df7cae01986402cf files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/wxgtk32

New version of wxWidgets in tree
26.1.2
12 Oct 2023 11:29:37
commit hash: 5322ba7548102175677d209de7e76e84d2f12727commit hash: 5322ba7548102175677d209de7e76e84d2f12727commit hash: 5322ba7548102175677d209de7e76e84d2f12727commit hash: 5322ba7548102175677d209de7e76e84d2f12727 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.1.2
26.1.1
28 Sep 2023 12:21:08
commit hash: fc5d58bdcea5d133a06f522520d5e4187b4735f4commit hash: fc5d58bdcea5d133a06f522520d5e4187b4735f4commit hash: fc5d58bdcea5d133a06f522520d5e4187b4735f4commit hash: fc5d58bdcea5d133a06f522520d5e4187b4735f4 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.1.1
26.1
20 Sep 2023 10:13:19
commit hash: b19367a266d80ee66e294f47c7ad882172867677commit hash: b19367a266d80ee66e294f47c7ad882172867677commit hash: b19367a266d80ee66e294f47c7ad882172867677commit hash: b19367a266d80ee66e294f47c7ad882172867677 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.1
26.0.2
29 Jun 2023 17:34:22
commit hash: 9c0ad132c33ecabcd6b23ff1f2d278a3c08bd410commit hash: 9c0ad132c33ecabcd6b23ff1f2d278a3c08bd410commit hash: 9c0ad132c33ecabcd6b23ff1f2d278a3c08bd410commit hash: 9c0ad132c33ecabcd6b23ff1f2d278a3c08bd410 files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.0.2
26.0.1
08 Jun 2023 22:24:50
commit hash: ccb12a182dea237780f50a3bab74470fa41bea1dcommit hash: ccb12a182dea237780f50a3bab74470fa41bea1dcommit hash: ccb12a182dea237780f50a3bab74470fa41bea1dcommit hash: ccb12a182dea237780f50a3bab74470fa41bea1d files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
lang/erlang-runtime26: update to version 26.0.1
26.0
19 May 2023 10:00:33
commit hash: 73d4e6734cbf36f8f0b1182cc9bb73a9a08e44f1commit hash: 73d4e6734cbf36f8f0b1182cc9bb73a9a08e44f1commit hash: 73d4e6734cbf36f8f0b1182cc9bb73a9a08e44f1commit hash: 73d4e6734cbf36f8f0b1182cc9bb73a9a08e44f1 files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
lang/erlang-runtime26: new port derived from erlang-runtime25

OTP-26 is the annual major release from Ericsson's Erlang/OTP team.

- https://www.erlang.org/news/164
- https://erlang.org/download/otp_src_26.0.readme

Reviewed by:	dumbbell
Sponsored by:	VMware, Inc.
Sponsored by:	SkunkWerks, GmbH
Differential Revision: https://reviews.freebsd.org/D40126

Number of commits found: 22