a372 FreshPorts -- lang/erlang
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
erlang 15.b.03.1_1,3 lang on this many watch lists=17 search for ports that depend on this port An older version of this port was marked as vulnerable.
A functional programming language from Ericsson
Maintained by: olgeni@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: parallel java
License: not specified in port


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.

WWW: http://www.erlang.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. security/openssl
  2. devel/gmake
  3. lang/perl5.14
Required To Run:
  1. security/openssl
  2. lang/perl5.14

This port is required by:

for Build for Run

To install the port: cd /usr/ports/lang/erlang/ && make install clean
To add the package: pkg_add -r erlang


Configuration Options
===> The following configuration options are available for erlang-15.b.03.1_1,3:
     DOCS=on: Build and/or install documentation
     DTRACE=off: Enable DTrace support (experimental)
     GCC46=off: Use gcc 4.6
     GS=off: Enable GS application (deprecated)
     HIPE=off: Build native HiPE compiler
     JAVA=off: Java platform support
     KQUEUE=on: Enable Kernel Poll (kqueue) support
     ODBC=off: ODBC backend
     OPENSSL=on: SSL/TLS support via OpenSSL
     SCTP=on: Enable SCTP support
     SMP=on: Enable SMP support
     THREADS=on: Threading support
     WX=off: Enable WX application
====> Options available for the single ODBC: you have to select exactly one of them
     IODBC=off: ODBC backend via iODBC
     UNIXODBC=off: ODBC backend via unixODBC
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/erlang/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2012-08-15
    Affects: users of lang/erlang
    Author: olgeni@FreeBSD.org
    Reason: 
      The lang/erlang port was updated to R15B01. Some port options
      were updated, so be sure to run "make config" in the port directory
      and check your configuration before upgrading.
    
      To upgrade Erlang and rebuild all of the dependent ports under
      the new environment:
    
      # portmaster -r erlang
      or
      # portupgrade -r lang/erlang
    
    
  • 2011-10-05
    Affects: users of lang/erlang
    Author: Jimmy Olgeni <olgeni@FreeBSD.org>
    Reason: 
      Following the R14B04 upgrade the JAVA, X11, WX and ODBC port
      options have been set to OFF by default; this will allow to replace
      lang/erlang-lite with lang/erlang for headless operation in the
      near future.
    
      If you need any of these options, run "make config" in lang/erlang
      before upgrading, or set your make.conf accordingly.
    
    
Port Moves
  • port moved here from lang/erlang-lite on 2012-08-15
    REASON: Redundant port removed

Number of commits found: 230 (showing only 30 on this page)

«  1 | 2 | 3 

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
02 Jan 2003 11:34:29
Original commit files touched by this commit  9.0_1
olgeni search for other commits by this committer
Fix dependencies: remove USE_XLIB and depend on tk84.
16 Nov 2002 00:36:00
Original commit files touched by this commit  9.0_1
olgeni search for other commits by this committer
Add installation message suggesting path to emacs mode.

Submitted by:   Marc Ernst Eddy van Woerkom <Marc.Vanwoerkom@FernUni-Hagen.de>
16 Nov 2002 00:20:07
Original commit files touched by this commit  9.0_1
olgeni search for other commits by this committer
Make more silent + whitespace change.
13 Nov 2002 10:38:23
Original commit files touched by this commit  9.0_1
olgeni search for other commits by this committer
Change PLIST generation to allow installing custom libraries in
erlang/lib. Makefile.lib lists the stock OTP libraries to avoid
cluttering the main Makefile. Time for PORTREVISION bump.
13 Nov 2002 10:33:19
Original commit files touched by this commit  9.0
olgeni search for other commits by this committer
Fix (rare) installation problem when some files already exist in bin/.
13 Nov 2002 10:31:17
Original commit files touched by this commit  9.0
olgeni search for other commits by this committer
Enable threading and HiPE by default.
13 Nov 2002 09:52:26
Original commit files touched by this commit  9.0
olgeni search for other commits by this committer
Add $FreeBSD$.
13 Nov 2002 09:05:31
Original commit files touched by this commit  9.0
olgeni search for other commits by this committer
find -> ${FIND}.
11 Nov 2002 17:36:32
Original commit files touched by this commit  9.0
olgeni search for other commits by this committer
I removed the autoconf dependency but was still calling ${AUTOCONF},
which is no longer needed.
03 Nov 2002 20:16:29
Original commit files touched by this commit  9.0
olgeni search for other commits by this committer
Add WITH_ERLANG_HIPE option, to enable HiPE support.
02 Nov 2002 18:40:49
Original commit files touched by this commit  9.0
olgeni search for other commits by this committer
Update to version R9B-0, use ${SHAREOWN}:${SHAREGRP} rather
than hardcoding root:wheel.
15 Jul 2002 15:50:46
Original commit files touched by this commit  8.1
olgeni search for other commits by this committer
Add support for WITH_ERLANG_THREADS (enables threaded I/O).
15 Jul 2002 08:56:26
Original commit files touched by this commit  8.1
olgeni search for other commits by this committer
chown lib/erlang to root:wheel with proper permissions, do not use bogus
uids from the documentation tarball.
14 Apr 2002 19:07:06
Original commit files touched by this commit  8.1
olgeni search for other commits by this committer
Update port to version 8.1 (R8B-1)

Submitted by:   Vance Shipley <vances@motivity.ca>
31 Mar 2002 18:08:42
Original commit files touched by this commit  8.0
olgeni search for other commits by this committer
Add a link to the erl_call utility in ${LOCALBASE}/bin (useful for shell
scripts controlling erlang nodes).
31 Mar 2002 17:45:15
Original commit files touched by this commit  8.0
olgeni search for other commits by this committer
Add (forgotten) build dependency on devel/autoconf213.
31 Mar 2002 10:23:43
Original commit files touched by this commit  8.0
olgeni search for other commits by this committer
Update port to version 8.0 (R8B-0).

Remove my code to handle the documentation merge for patched releases, it
was rather obscure and error-prone. I'll rewrite it in a simpler way next
time I'll need to perform the merge.

Also include a fix for erlang-mode under emacs21 (by Hal Snyder
<hal@vailsys.com> on the erlang mailing list).
08 Feb 2002 13:11:43
files touched by this commit
olgeni search for other commits by this committer
Fix diff path in patch-al.    
07 Feb 2002 20:52:33
files touched by this commit
olgeni search for other commits by this committer
Fix strerror_r conflict.    
29 Jan 2002 11:24:09
files touched by this commit
knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
05 Oct 2001 20:39:12
files touched by this commit
olgeni search for other commits by this committer
Update port to version R7B-4, with updated documentation tarball. I also   had
to rework the documentation merging process because it thought that   1.9 became
after 1.10, breaking the merge for this release.    
28 Sep 2001 12:32:00
files touched by this commit
olgeni search for other commits by this committer
* Point the default JAVABINDIR/JAVAPORT to the native jdk1.3   * Autodetect
java, enable WITHOUT_JAVA if no java exists   * Remove useless PLIST_SUBs (plist
is automatically generated)   * grep -> ${GREP}    
10 Jun 2001 21:35:08
files touched by this commit
olgeni search for other commits by this committer
Take over maintainership.    
06 Jun 2001 21:57:49
files touched by this commit
olgeni search for other commits by this committer
Update port to version 7.3.0 (OTP-R7B-3), and add some improvements to  
pkg-plist generation (vim5-style).    
07 Mar 2001 21:59:57
files touched by this commit
olgeni search for other commits by this committer
Update port to version R7B-2.    
20 Feb 2001 14:15:34
files touched by this commit
olgeni search for other commits by this committer
Misc. Makefile, docs and pkg-plist fixes.    
23 Jan 2001 20:50:39
files touched by this commit
pb search for other commits by this committer
Update port to erlang 7.1.0.   Change maintainer (agreed to by previous
maintainer).    
16 Jan 2001 17:33:20
files touched by this commit
sobomax search for other commits by this committer
Massive style enforcement - use ^I instead of spaces for variables identation.  
 
08 Oct 2000 04:17:26
files touched by this commit
asami search for other commits by this committer
Convert category lang to new layout.  
11 Aug 2000 13:46:43
files touched by this commit
alex search for other commits by this committer
Change maintainer email.    

Number of commits found: 230 (showing only 30 on this page)

«  1 | 2 | 3 

286f
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24541
Broken 216
Deprecated 478
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 132
Set to expire 516
Interactive 33
new 24 hours 3
new 48 hours7
new 7 days29
new fortnight60
new month216

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0