FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 9:39 AM BST
Port details
erlang r14b04_2,1 lang on this many watch lists=19 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 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/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
lang/erlang-lite

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake, lang/perl5.8
Required To Run: lang/perl5.8

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-r14b04_2,1:
     JAVA=off (default) "Enable Java applications"
     X11=off (default) "Enable X11 support"
     WX=off (default) "Enable WX extensions"
     ODBC=off (default) "Enable ODBC"
     SMP=on (default) "Enable SMP"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/erlang/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 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.
    
    

Number of commits found: 205 (showing only 100 on this page)

1 | 2 | 3  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
06 Feb 2012 12:25:50
Original commit files touched by this commit  r14b04_2,1
miwi search for other commits by this committer
- Chase unixODBC shlib bump
14 Jan 2012 08:57:23
Original commit files touched by this commit  r14b04_1,1
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
03 Dec 2011 20:50:21
Original commit files touched by this commit  r14b04_1,1
olgeni search for other commits by this committer
Fix TOOLS_VSN version number.

Remove ERTS_VSN from PLIST_SUB while I'm here.

No PORTREVISION bump since only pkg-message is affected.

Reported by:    stas
Feature safe:   yes
17 Oct 2011 22:53:57
Original commit files touched by this commit  r14b04_1,1
olgeni search for other commits by this committer
Do not include util.h.

If net/libbgpdump was installed then the Erlang build would pick
up a stray util.h and fail to build.

No PORTREVISION bump required: existing installations are just fine.

Reported by:    Kurt Jaeger <pi opsec eu>
07 Oct 2011 14:49:14
Original commit files touched by this commit  r14b04_1,1
olgeni search for other commits by this committer
Update documentation tarball checksum due to minor errors.

PR:             ports/161369
Submitted by:   Besedin Konstantin <besedin.k gmail com>
05 Oct 2011 16:21:40
Original commit files touched by this commit  r14b04,1
olgeni search for other commits by this committer
Upgrade to version R14B04.
23 Sep 2011 22:26:39
Original commit files touched by this commit  r14b03,1
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
21 Jul 2011 05:03:02
Original commit files touched by this commit  r14b03,1
linimon search for other commits by this committer
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk.  As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no).  Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.

Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .

PR:             ports/158969
Submitted by:   rene
Tested on:      pointyhat-west -exp
25 May 2011 21:04:59
Original commit files touched by this commit  r14b03,1
olgeni search for other commits by this committer
Upgrade to version R14B03.
16 Mar 2011 21:08:26
Original commit files touched by this commit  r14b02,1
olgeni search for other commits by this committer
Upgrade to version R14B-02.
23 Dec 2010 15:02:17
Original commit files touched by this commit  r14b01_1,1
olgeni search for other commits by this committer
In FreeBSD jails, the source and destination address of connections
to localhost are changed to be the IP address of the jail.

Consider connections from the host's IP address to itself (e.g., the
source and destination address match) to be local for the access
control checks.

Reported by:    <tom diogunix com>
Obtained from:  Michael Santos <michael santos gmail com>
15 Dec 2010 13:53:00
Original commit files touched by this commit  r14b01,1
olgeni search for other commits by this committer
Upgrade to version R14B01.
29 Oct 2010 10:43:18
Original commit files touched by this commit  r14b,1
olgeni search for other commits by this committer
Add powerpc to ONLY_FOR_ARCHS since it has been reported to work.
30 Sep 2010 12:40:49
Original commit files touched by this commit  r14b,1
olgeni search for other commits by this committer
Fix build on FreeBSD 6.x.

Noticed by:     ashish
29 Sep 2010 10:57:54
Original commit files touched by this commit  r14b,1
olgeni search for other commits by this committer
Fix fetching of doc file from MASTER_SITE_LOCAL.

Noticed by:     pointyhat (erwin)
27 Sep 2010 20:17:16
Original commit files touched by this commit  r14b,1
olgeni search for other commits by this committer
Upgrade to version R14B, with a couple of fixes from the Erlang
mailing lists.
14 Aug 2010 13:15:03
Original commit files touched by this commit  r13b04_3,1
olgeni search for other commits by this committer
Replace LOCALBASE with PREFIX where needed.
14 Aug 2010 12:40:33
Original commit files touched by this commit  r13b04_3,1
olgeni search for other commits by this committer
Bring back a few docs that used to live in lang/erlang-doc.
14 Aug 2010 12:39:08
Original commit files touched by this commit  r13b04_2,1
olgeni search for other commits by this committer
Display PKGMESSAGE after installation from port.
14 Aug 2010 12:38:26
Original commit files touched by this commit  r13b04_2,1
olgeni search for other commits by this committer
Fix a few whitespace nits.
23 Jul 2010 13:23:23
Original commit files touched by this commit  r13b04_2,1
olgeni search for other commits by this committer
Remove obsolete message about nsswitch.conf in FreeBSD 5.x (no
PORTREVISION bump, which would be overkill for this).
07 Apr 2010 22:04:49
Original commit files touched by this commit  r13b04_2,1
olgeni search for other commits by this committer
Patch erlc.c to automatically pass the "-smp disable" arguments to
the Erlang runtime.

This should hopefully fix the pointyhat build hangs which seem
related to the Erlang SMP runtime (beam.smp).
07 Apr 2010 15:01:53
Original commit files touched by this commit  r13b04_2,1
olgeni search for other commits by this committer
Revert 1.152, which cannot possibly work until erl is installed in
${LOCALBASE}...

Pointy hat to:  olgeni
07 Apr 2010 14:33:40
Original commit files touched by this commit  r13b04_2,1
olgeni search for other commits by this committer
Disable SMP when running erlc (it hangs at least on pointyhat builds).
28 Mar 2010 06:47:48
Original commit files touched by this commit  r13b04_2,1
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
27 Mar 2010 00:15:24
Original commit files touched by this commit  r13b04_2
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
20 Mar 2010 20:20:59
Original commit files touched by this commit  r13b04_1,1
olgeni search for other commits by this committer
Add missing emacs files.

Obtained from:  Nico Kruber <kruber at zib dot de>
15 Mar 2010 15:30:57
Original commit files touched by this commit  r13b04,1
olgeni search for other commits by this committer
Upgrade to version r13b04.

Obtained from:  vanilla (with additional SCTP fix)
05 Feb 2010 11:46:55
Original commit files touched by this commit  r13b03_1,1
dinoex search for other commits by this committer
- update to jpeg-8
28 Jan 2010 12:27:01
Original commit files touched by this commit  r13b03,1
olgeni search for other commits by this committer
Add OPTIONS support.

Obtained from:  Jim Wagner <jwagner graffadmin com>
03 Jan 2010 14:41:32
Original commit files touched by this commit  r13b03,1
olgeni search for other commits by this committer
Remove extra whitespace, use tabs only.
29 Dec 2009 10:25:55
Original commit files touched by this commit  r13b03,1
miwi search for other commits by this committer
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src

PR:     ports/136065 ports/127469
Submitted by:   N.J. Mann <njm@njm.me.uk> and Aldis Berjoza
<killasmurf86@gmail.com>

- Early identify port CONFLICTS

PR:     137855
Submitted by:           Piotr Smyrak <smyru@heron.pl>

- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.

Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.

Submitted by:   Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)

- Fix some whitespaces

Tested with:    exp-run
27 Nov 2009 13:21:58
Original commit files touched by this commit  r13b03,1
olgeni search for other commits by this committer
Upgrade to version R13B03.

Obtained from:  Kenji Rikitake <kenji.rikitake at acm.org> (mostly)
26 Oct 2009 17:45:08
Original commit files touched by this commit  r13b02_1,1
olgeni search for other commits by this committer
Improve Emacs indentation code (the try/after clause is now handled correctly.)

Obtained from:  Steve Vinoski <vinoski at gmail.com>
22 Sep 2009 15:57:01
Original commit files touched by this commit  r13b02,1
olgeni search for other commits by this committer
Upgrade to version R13B02.

Feature safe:   yes
06 Sep 2009 13:34:11
Original commit files touched by this commit  r13b01_6,1
olgeni search for other commits by this committer
Add "buildplt" target to Makefile. When invoked, it builds a full
PLT database in the user's home directory for the dialyzer application.
However, this operation is very expensive and should only be performed
if necessary, as dialyzer already provides a minimal PLT by default.
06 Sep 2009 13:29:38
Original commit files touched by this commit  r13b01_6,1
olgeni search for other commits by this committer
Remove NOPRECIOUSMAKEVARS; when ARCH is i386, set ARCH=x86 in MAKE_ARGS.

If the Erlang port was built as a dependency of another port,
ARCH=i386 was set for some reason and the Hipe build would fail.
06 Sep 2009 13:20:07
Original commit files touched by this commit  r13b01_6,1
olgeni search for other commits by this committer
Use "+=" rather than "=" when modifying CONFIGURE_ENV.
31 Jul 2009 13:57:52
Original commit files touched by this commit  r13b01_6,1
dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
15 Jul 2009 16:56:10
Original commit files touched by this commit  r13b01_5,1
dougb search for other commits by this committer
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
01 Jul 2009 14:58:04
Original commit files touched by this commit  r13b01_5,1
olgeni search for other commits by this committer
The per-thread last floating point exception pointer is not initialized
to NULL when it is allocated. As a result, spurious floating point
exceptions are reported.

Obtained from:  David Reiss <dreiss at cs.stanford.edu>
13 Jun 2009 10:02:42
Original commit files touched by this commit  r13b01_4,1
olgeni search for other commits by this committer
Add bugfix for ei_decode_big.

"The high order bits of the 16-bits digit (short) are read, even if
the byte (at u[(i*2)+1]) doesn't belong to the big. In other words,
big numbers such as 16#1234567890 with an odd number of bytes are
decoded with a garbage byte (i.e. 16#XX1234567890)."

http://erlang.org/pipermail/erlang-bugs/2008-October/001023.html

Obtained from:  Paul Guyot <pguyot at kallisys.net>
12 Jun 2009 15:24:53
Original commit files touched by this commit  r13b01_3,1
olgeni search for other commits by this committer
files/patch-lib_compiler_src_beam__utils.erl:

Fix "Internal consistency check failed" compiler error.

Obtained from:  Bjorn Gustavsson <bgustavsson at gmail.com>

files/patch-lib_inets_src_http__client_http.erl:

The process would hang because {stream,{self,once}} is not recognized as an
invalid option.

Obtained from:  Adam Kocoloski <adam.kocoloski at gmail.com>
11 Jun 2009 16:35:12
Original commit files touched by this commit  r13b01_2,1
olgeni search for other commits by this committer
Unbreak PLIST for erlang-lite.
11 Jun 2009 16:32:24
Original commit files touched by this commit  r13b01_1,1
olgeni search for other commits by this committer
Mark as MAKE_JOBS_UNSAFE.

PR:             ports/135479
Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru>
11 Jun 2009 11:02:03
Original commit files touched by this commit  r13b01_1,1
olgeni search for other commits by this committer
Upgrade to version R13B01.
10 Jun 2009 15:57:29
Original commit files touched by this commit  r13b_1,1
olgeni search for other commits by this committer
Remove dependency on GCC 4.3: allow proper CFLAGS to reach lib/wx/configure.

Obtained from:  vanilla
04 Jun 2009 12:19:13
Original commit files touched by this commit  r13b_1,1
olgeni search for other commits by this committer
Bump PORTREVISION due to the recent PLIST changes.

Noticed by:     itetcu
04 Jun 2009 11:20:54
Original commit files touched by this commit  r13b,1
olgeni search for other commits by this committer
Restore installation of erl_call.
04 Jun 2009 10:32:58
Original commit files touched by this commit  r12b5_3,1
olgeni search for other commits by this committer
Add missing application: erts-5.7.1.

Noticed by:     QAT
03 Jun 2009 13:47:15
Original commit files touched by this commit  r13b,1
olgeni search for other commits by this committer
Upgrade to version R13B.

Submitted by:   Kenji Rikitake <kenji.rikitake at acm.org> (with a few changes)
23 Feb 2009 14:46:38
Original commit files touched by this commit  r12b5_2,1
mm search for other commits by this committer
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:      pointyhat (pav)
05 Jan 2009 20:36:33
Original commit files touched by this commit  r12b5_2,1
pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
17 Nov 2008 21:30:16
Original commit files touched by this commit  r12b5_2,1
olgeni search for other commits by this committer
Fix an issue related to mktime(3) returning -1 when tm_isdst is true but the
timestamp cannot be represented. Previously, -1 was interpreted as a valid
result leading erlang:localtime_to_universaltime/2 to return {{1969, 12, 31},
{23, 59, 59}}.

A detailed explanation may be found here:

  http://www.erlang.org/pipermail/erlang-bugs/2008-November/001077.html

Obtained from:  Paul Guyot <pguyot at kallisys.net>
06 Nov 2008 16:19:03
Original commit files touched by this commit  r12b5_1,1
olgeni search for other commits by this committer
The tarball was re-rolled to install the eunit.hrl file.
05 Nov 2008 23:32:22
Original commit files touched by this commit  r12b5,1
olgeni search for other commits by this committer
Upgrade to version R12B-5.
02 Nov 2008 14:26:41
Original commit files touched by this commit  r12b4_1,1
olgeni search for other commits by this committer
Add correct exit code patch.
02 Nov 2008 13:59:27
Original commit files touched by this commit  r12b4_1,1
olgeni search for other commits by this committer
Retire incorrect patch (QAT).
02 Nov 2008 13:50:08
Original commit files touched by this commit  r12b4_1,1
olgeni search for other commits by this committer
Create missing empty directory from pkg-plist to avoid a pkg_delete warning.

Make sure that Install exits with 0 (restore previous patch).

No PORTREVISION change needed.
01 Nov 2008 19:09:27
Original commit files touched by this commit  r12b4_1,1
olgeni search for other commits by this committer
Unbreak SCTP support and bump PORTREVISION.
01 Nov 2008 19:07:47
Original commit files touched by this commit  r12b4,1
olgeni search for other commits by this committer
Add support for Firefox and Seamonkey.
01 Nov 2008 19:06:19
Original commit files touched by this commit  r12b4,1
olgeni search for other commits by this committer
Remove obsolete patches.
01 Nov 2008 16:38:07
Original commit files touched by this commit  r12b4,1
olgeni search for other commits by this committer
Remove obsolete patch.
05 Sep 2008 19:35:41
Original commit files touched by this commit  r12b4,1
olgeni search for other commits by this committer
Upgrade to version R12B-4.
21 Aug 2008 06:18:49
Original commit files touched by this commit  r12b3,1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
14 Jun 2008 23:39:42
Original commit files touched by this commit  r12b3,1
olgeni search for other commits by this committer
Upgrade to version R12B-3.
06 Jun 2008 13:41:15
Original commit files touched by this commit  r12b2_1,1
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
05 Jun 2008 23:50:18
Original commit files touched by this commit  r12b2,1
olgeni search for other commits by this committer
Portlint:

FATAL: Makefile: [55]: use a tab (not space) after a variable name
12 Apr 2008 12:52:31
Original commit files touched by this commit  r12b2,1
olgeni search for other commits by this committer
Upgrade to release R12B-2.
09 Feb 2008 10:07:35
Original commit files touched by this commit  r12b1,1
olgeni search for other commits by this committer
Fix SSL linking issue on amd64.
07 Feb 2008 22:40:17
Original commit files touched by this commit  r12b1,1
olgeni search for other commits by this committer
Upgrade to version R12B-1.
03 Feb 2008 20:42:09
Original commit files touched by this commit  r12b0.1,1
pav search for other commits by this committer
- Mark erlang-lite BROKEN on amd64/5

Reported by:    pointyhat
23 Dec 2007 21:57:50
Original commit files touched by this commit  r12b0.1,1
olgeni search for other commits by this committer
Upgrade to version R12B-0 with OSP1 source patch.
08 Sep 2007 17:14:55
Original commit files touched by this commit  r11b5_1,1
linimon search for other commits by this committer
Move the USE_* variables before the inclusion of bsd.port.pre.mk to fix
building in the new bsd.perl.mk order.
04 Aug 2007 11:41:31
Original commit files touched by this commit  r11b5_1,1
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
31 Jul 2007 21:22:04
Original commit files touched by this commit  r11b5_1,1
olgeni search for other commits by this committer
Force use of libcrypto.so. This will fix the build on amd64 (tested on sledge).

PR:             ports/114022
Submitted by:   benno
02 Jul 2007 20:47:53
Original commit files touched by this commit  r11b5_1,1
olgeni search for other commits by this committer
* Use gcc(1) rather than ld(1) to link the crypto_drv.so port driver, else the
Erlang runtime would fail to load it.

* Use the correct struct member when compiling SCTP support (this should unbreak
CURRENT).

Submitted by:   dumbbell
14 Jun 2007 12:36:16
Original commit files touched by this commit  r11b5,1
olgeni search for other commits by this committer
Add missing patch after R11B-5 upgrade.
14 Jun 2007 12:35:24
Original commit files touched by this commit  r11b5,1
olgeni search for other commits by this committer
Upgrade to version R11B-5.
01 Jun 2007 09:36:32
Original commit files touched by this commit  r11b4,1
olgeni search for other commits by this committer
Add missing files.

Noticed by:     kris
28 May 2007 23:48:29
Original commit files touched by this commit  r11b4,1
olgeni search for other commits by this committer
Upgrade to version R11B-4.
19 May 2007 20:32:57
Original commit files touched by this commit  r11b3_4,1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
02 Apr 2007 22:56:15
Original commit files touched by this commit  r11b3_3,1
pav search for other commits by this committer
- Convert existing ports to a new bsd.tcl.mk order

PR:             ports/109097
Submitted by:   Martin Matuska <martin@matuska.org>
Tested on:      pointyhat exp-run
23 Feb 2007 20:14:54
Original commit files touched by this commit  r11b3_3,1
olgeni search for other commits by this committer
Fix formatting exception in io:format.

Obtained from:  Hans Bolinder <hans.bolinder(at)ericsson.com>
20 Feb 2007 21:20:42
Original commit files touched by this commit  r11b3_2,1
olgeni search for other commits by this committer
The Erlang runtime could occasionally segfault when writing erl_crash.dump
files, due to a fixed size buffer. Using encode_size_struct will fix it.

Obtained from:  Christopher Faulet <christopher.faulet(at)capflam.org>
20 Feb 2007 19:38:33
Original commit files touched by this commit  r11b3_1,1
olgeni search for other commits by this committer
Remove some debug code that was included into the release.
15 Feb 2007 20:57:03
Original commit files touched by this commit  r11b3_1,1
olgeni search for other commits by this committer
Fix "edoc: error in layout 'edoc_layout'" issue.

Obtained from:  Bertil Karlsson <bertil.karlsson(at)ericsson.com>
15 Feb 2007 20:56:21
Original commit files touched by this commit  r11b3,1
olgeni search for other commits by this committer
Fix http:request error.

Obtained from:  Ingela Anderton Andin <ingela(at)erix.ericsson.se>
08 Feb 2007 22:41:36
Original commit files touched by this commit  r11b3,1
olgeni search for other commits by this committer
Fix dialyzer_init_plt path.
02 Feb 2007 13:06:22
Original commit files touched by this commit  r11b3,1
olgeni search for other commits by this committer
Upgrade to version R11B-3.
31 Dec 2006 23:27:18
Original commit files touched by this commit  r11b2_2,1
olgeni search for other commits by this committer
Fix R11B-2 SMP timer race condition bug.

Obtained from:  Rickard Green <rickard.s.green(at)ericsson.com>
12 Dec 2006 13:49:02
Original commit files touched by this commit  r11b2_1,1
olgeni search for other commits by this committer
Improve pkg-message management using SUB_FILES.
12 Dec 2006 10:57:59
Original commit files touched by this commit  r11b2_1,1
olgeni search for other commits by this committer
Portlint: move PORTREVISION.
12 Dec 2006 10:57:16
Original commit files touched by this commit  r11b2_1,1
olgeni search for other commits by this committer
Portlint: whitespace fixes.
11 Dec 2006 17:28:59
Original commit files touched by this commit  r11b2_1,1
olgeni search for other commits by this committer
Disable automatic PLT generation. Add the following patches:

* patch-lib_dialyzer_src_Makefile

  Avoid computing the PLT when building the port. It may take so
  long that the port building cluster thinks this is a runaway port.

* patch-lib_dialyzer_src_dialyzer__cl.erl

  Trick dialyzer into building the PLT even after the port is installed.

* patch-lib_dialyzer_src_dialyzer__cl__parse.erl

  Let every user have his own initial PLT in ~/.dialyzer_init_plt.
  When dialyzer is invoked the PLT will be rebuilt if needed.

This commit will fix both ports/105869 and the pointyhat port checks.
25 Nov 2006 16:47:07
Original commit files touched by this commit  r11b2,1
olgeni search for other commits by this committer
Upgrade to release R11B-2.

Support for kqueue has been disabled. From the release notes:

http://www.erlang.org/download/otp_src_R11B-2.readme

"Note: configure will refuse to enable kernel poll support on FreeBSD since
kqueue have problems with (at least) pipes on all version of FreeBSD that we
have tested."
17 Nov 2006 06:45:48
Original commit files touched by this commit  r11b1,1
kris search for other commits by this committer
BROKEN on sparc64: does not build
12 Sep 2006 22:41:00
Original commit files touched by this commit  r11b1,1
olgeni search for other commits by this committer
Restore patch-erts_configure: this should fix the amd64 build.

Noticed by:     infofarmer
07 Sep 2006 13:11:48
Original commit files touched by this commit  r11b1,1
olgeni search for other commits by this committer
Update version number.
07 Sep 2006 11:59:57
Original commit files touched by this commit  r11b1,1
olgeni search for other commits by this committer
Upgrade to version R11B-1.

Number of commits found: 205 (showing only 100 on this page)

1 | 2 | 3  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23675
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 5
new 48 hours19
new 7 days62
new fortnight185
new month256

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.269 seconds.