Port details |
- erlang14 A functional programming language from Ericsson
- 14.b.04,1 lang
=0 14.b.04,1Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2012-06-30 20:54:10
- Last Update: 2013-01-30 17:07:20
- SVN Revision: 311243
- Also Listed In: java parallel
- License: not specified in port
- WWW:
- http://www.erlang.org/
- Description:
- Erlang is a small concurrent functional programming language
developed by Ericsson. It is being used by Ericsson as a systems
programming language for large concurrent distributed systems.
WWW: http://www.erlang.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: erlang
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64 sparc64 powerpc
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- perl5.12.4 : lang/perl5.12
- Runtime dependencies:
-
- perl5.12.4 : lang/perl5.12
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for erlang-14.b.04,1:
HIPE=off: Build native HiPE compiler
JAVA=off: Java platform
KQUEUE=on: Enable Kernel Poll (kqueue) support
ODBC=off: ODBC backend
OPENSSL=on: SSL/TLS via OpenSSL
SCTP=on: Enable SCTP support
SMP=on: Enable SMP support
THREADS=on: Threading support
WX=off: Enable WX extensions
X11=off: X11 (graphics) support
====> Options available for the single ODBC: you have to select exactly one of them
IODBC=off: Build with libiodbc support
UNIXODBC=off: Build with unixODBC support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
14.b.04,1 30 Jan 2013 17:07:20 |
olgeni |
Back when Erlang R15 was imported, lang/erlang14 was added as a
safety fallback option.
Since no issues came up with R15 it can now be removed. |
14.b.04,1 10 Dec 2012 13:18:29 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
14.b.04,1 18 Aug 2012 10:28:19 |
olgeni |
Pet portlint:
- Avoid using both PORTVERSION and DISTVERSION
- Move CONFLICTS and LATEST_LINK
- Remove ABI versions from LIB_DEPENDS
Also:
- Remove unnecessary NOPORTDOCS check
- Replace NOPORTDOCS with PORT_OPTIONS:MDOCS |
14.b.04,1 16 Aug 2012 15:40:58 |
olgeni |
Fix LATEST_LINK. |
14.b.04,1 15 Aug 2012 20:13:48 |
olgeni |
- Use the same version numbering scheme as lang/erlang.
- Document conflict with Erlang R15. |
r14b04_3,1 15 Aug 2012 13:46:11 |
olgeni |
Remove conflicts with lang/erlang-lite, removed in r302575. |
r14b04_3,1 15 Aug 2012 12:03:15 |
olgeni |
Restore MAKE_JOBS_UNSAFE. |
r14b04_3,1 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
r14b04_3,1 01 Jul 2012 16:00:59 |
olgeni |
- Convert to OptionsNG and add HIPE, KQUEUE, OPENSSL, SCTP, THREADS
- Add USE_CSTD=gnu98 (fixes CLANG build)
- Remove MAKE_JOBS_UNSAFE
- Use standard ODBC, UNIXODB and IODBC knobs in optional OPTIONS_SINGLE group
- Pet portlint
PR: ports/169355
Submitted by: koobs <koobs.freebsd@gmail.com> |
r14b04_2,1 30 Jun 2012 20:53:34 |
olgeni |
Forced commit to document repocopy of lang/erlang into lang/erlang14.
Since not all Erlang software may be compatible with R15, lang/erlang14
will be used to keep R14 around for ports that still need it.
PR: ports/169386
Submitted by: olgeni
Repocopy by: marcus |