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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/erlang/Makefile

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

«  1 | 2 | 3 | 4  »  

Wednesday, 24 Apr 2013
18:03 olgeni search for other commits by this committer
Fix incorrect DISTFILES and DOC_DISTFILES.
Original commitRevision:316462 
12:48 olgeni search for other commits by this committer
Only fetch the documentation files if DOCS is defined (the otp_doc_html
tarball can he heavy if you are short on bandwidth).
Original commitRevision:316426 
Sunday, 24 Feb 2013
10:48 olgeni search for other commits by this committer
Remove ONLY_FOR_ARCHS, since it seems to build everywhere.

PR:		ports/176353
Submitted by:	Brett Wynkoop <bsdbugs@wynn.com>
Original commitRevision:312864 
Thursday, 31 Jan 2013
12:49 olgeni search for other commits by this committer
Use DOCSDIR where possible.
Original commitRevision:311305 
Wednesday, 30 Jan 2013
23:42 olgeni search for other commits by this committer
Convert Makefile header to new format.
Original commitRevision:311281 
17:07 olgeni search for other commits by this committer
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.
Original commitRevision:311243 
Thursday, 10 Jan 2013
14:42 olgeni search for other commits by this committer
Fix a couple of issues, using patches from erlang-patches:

- When using an async thread pool, terminating a process that uses
the file:open/2 that specify the "compressed" option causes a crash.
(by Filipe David Manana)

- Due to a bug in ssl_manager:clean_cert_db, very time a tcp
connection was upgraded the certificates would be leaked and never
removed from the 'ssl_otp_cacertificate_db' table. (by Daniel Barney)
Original commitRevision:310183 
Friday, 7 Dec 2012
21:49 olgeni search for other commits by this committer
Upgrade to version R15B03-1, which contains a few minor improvements
over R15B03:

- Official fix for the ssl:ssl_accept/2 timeout issue.
- Revert erl_crash.dump creation behavior back to R15B02.

Feature safe:	yes
Original commitRevision:308452 
Thursday, 29 Nov 2012
21:42 olgeni search for other commits by this committer
Fix timeout issue in ssl_connection.erl.

Due to a missing function clause to handle the ssl:ssl_accept-timeout,
it was treated as a canceled timeout.

Submitted by:	Ingela Anderton Andin on erlang-bugs
Feature safe:	yes
Original commitRevision:307980 
Wednesday, 28 Nov 2012
19:35 olgeni search for other commits by this committer
Upgrade to version R15B03.

Feature safe:	yes
Original commitRevision:307930 
Tuesday, 27 Nov 2012
21:34 olgeni search for other commits by this committer
Fix crash when a table viewer in the observer application attempts
to refresh an ETS table which no longer exists.

Submitted by:	Peti Gomori on erlang-patches
Feature safe:	yes
Original commitRevision:307862 
Monday, 5 Nov 2012
14:53 olgeni search for other commits by this committer
Fix 64-bit bug in odbcserver application:

- encode_out_params should perform cast using SQL_INTEGER* rather than long*.

Submitted by:	Joseph Wayne Norton <norton@lovely.email.ne.jp> on erlang-bugs
Feature safe:	yes
Original commitRevision:307013 
Tuesday, 11 Sep 2012
20:16 olgeni search for other commits by this committer
Add configuration check: DTRACE support on amd64 requires GCC46 to
be enabled.

Building with gcc version 4.2.1 20070831 causes an infinite loop
while compiling erl_nif.c.

Discovered by:		Kenji Rikitake
Original commitRevision:304122 
Monday, 10 Sep 2012
19:09 olgeni search for other commits by this committer
- Upgrade to version R15B02
- Add GCC46 option
- Update pkg-descr with text from erlang.org
Original commitRevision:304051 
Saturday, 18 Aug 2012
10:18 olgeni search for other commits by this committer
Pet portlint:

- Avoid using both PORTVERSION and DISTVERSION
- Move CONFLICTS
Original commit
Friday, 17 Aug 2012
13:16 olgeni search for other commits by this committer
Add experimental DTrace support.

Obtained from:	Kenji Rikitake's Erlang port on github
		https://github.com/jj1bdx/erlang-freebsd-port
Original commit
Wednesday, 15 Aug 2012
20:17 olgeni search for other commits by this committer
Document conflicts with Erlang R14.
Original commit
20:01 olgeni search for other commits by this committer
- Upgrade to version R15B01, plus a general cleanup and lots of
  fixes (notably SSL and SCTP). [0]

- Switch to a more common version numbering in package name.

Submitted by:	ale[0]
Original commit
13:46 olgeni search for other commits by this committer
Remove conflicts with lang/erlang-lite, removed in r302575.
Original commit
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
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
Original commit
Friday, 20 Jul 2012
18:35 olgeni search for other commits by this committer
Restore MAKE_JOBS_UNSAFE.

PR:		ports/169987
Submitted by:	amdmi3
Original commit
Sunday, 1 Jul 2012
16:00 olgeni search for other commits by this committer
- 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>
Original commit
Monday, 6 Feb 2012
12:25 miwi search for other commits by this committer
- Chase unixODBC shlib bump
Original commit
Saturday, 3 Dec 2011
20:50 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
Original commit
Friday, 7 Oct 2011
14:49 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>
Original commit
Wednesday, 5 Oct 2011
16:21 olgeni search for other commits by this committer
Upgrade to version R14B04.
Original commit
Friday, 23 Sep 2011
22:26 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
Original commit
Thursday, 21 Jul 2011
05:03 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
Original commit
Wednesday, 25 May 2011
21:04 olgeni search for other commits by this committer
Upgrade to version R14B03.
Original commit
Wednesday, 16 Mar 2011
21:08 olgeni search for other commits by this committer
Upgrade to version R14B-02.
Original commit
Thursday, 23 Dec 2010
15:02 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>
Original commit
Wednesday, 15 Dec 2010
13:53 olgeni search for other commits by this committer
Upgrade to version R14B01.
Original commit
Friday, 29 Oct 2010
10:43 olgeni search for other commits by this committer
Add powerpc to ONLY_FOR_ARCHS since it has been reported to work.
Original commit
Thursday, 30 Sep 2010
12:40 olgeni search for other commits by this committer
Fix build on FreeBSD 6.x.

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

Noticed by:     pointyhat (erwin)
Original commit
Monday, 27 Sep 2010
20:17 olgeni search for other commits by this committer
Upgrade to version R14B, with a couple of fixes from the Erlang
mailing lists.
Original commit
Saturday, 14 Aug 2010
13:15 olgeni search for other commits by this committer
Replace LOCALBASE with PREFIX where needed.
Original commit
12:40 olgeni search for other commits by this committer
Bring back a few docs that used to live in lang/erlang-doc.
Original commit
12:39 olgeni search for other commits by this committer
Display PKGMESSAGE after installation from port.
Original commit
12:38 olgeni search for other commits by this committer
Fix a few whitespace nits.
Original commit
Wednesday, 7 Apr 2010
15:01 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
Original commit
14:33 olgeni search for other commits by this committer
Disable SMP when running erlc (it hangs at least on pointyhat builds).
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Saturday, 20 Mar 2010
20:20 olgeni search for other commits by this committer
Add missing emacs files.

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

Obtained from:  vanilla (with additional SCTP fix)
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Thursday, 28 Jan 2010
12:27 olgeni search for other commits by this committer
Add OPTIONS support.

Obtained from:  Jim Wagner <jwagner graffadmin com>
Original commit
Sunday, 3 Jan 2010
14:41 olgeni search for other commits by this committer
Remove extra whitespace, use tabs only.
Original commit
Tuesday, 29 Dec 2009
10:25 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
Original commit
Friday, 27 Nov 2009
13:21 olgeni search for other commits by this committer
Upgrade to version R13B03.

Obtained from:  Kenji Rikitake <kenji.rikitake at acm.org> (mostly)
Original commit
Monday, 26 Oct 2009
17:45 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>
Original commit
Tuesday, 22 Sep 2009
15:57 olgeni search for other commits by this committer
Upgrade to version R13B02.

Feature safe:   yes
Original commit
Sunday, 6 Sep 2009
13:34 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.
Original commit
13:29 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.
Original commit
13:20 olgeni search for other commits by this committer
Use "+=" rather than "=" when modifying CONFIGURE_ENV.
Original commit
Friday, 31 Jul 2009
13:57 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
Original commit
Wednesday, 1 Jul 2009
14:58 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>
Original commit
Saturday, 13 Jun 2009
10:02 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>
Original commit
Friday, 12 Jun 2009
15:24 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>
Original commit
Thursday, 11 Jun 2009
16:35 olgeni search for other commits by this committer
Unbreak PLIST for erlang-lite.
Original commit
16:32 olgeni search for other commits by this committer
Mark as MAKE_JOBS_UNSAFE.

PR:             ports/135479
Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru>
Original commit
11:02 olgeni search for other commits by this committer
Upgrade to version R13B01.
Original commit
Wednesday, 10 Jun 2009
15:57 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
Original commit
Thursday, 4 Jun 2009
12:19 olgeni search for other commits by this committer
Bump PORTREVISION due to the recent PLIST changes.

Noticed by:     itetcu
Original commit
11:20 olgeni search for other commits by this committer
Restore installation of erl_call.
Original commit
Wednesday, 3 Jun 2009
13:47 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)
Original commit
Monday, 23 Feb 2009
14:46 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)
Original commit
Monday, 5 Jan 2009
20:36 pav search for other commits by this committer
- Remove conditional checks for FreeBSD 5.x and older
Original commit
Monday, 17 Nov 2008
21:30 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>
Original commit
Thursday, 6 Nov 2008
16:19 olgeni search for other commits by this committer
The tarball was re-rolled to install the eunit.hrl file.
Original commit
Wednesday, 5 Nov 2008
23:32 olgeni search for other commits by this committer
Upgrade to version R12B-5.
Original commit
Sunday, 2 Nov 2008
13:50 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.
Original commit
Saturday, 1 Nov 2008
19:09 olgeni search for other commits by this committer
Unbreak SCTP support and bump PORTREVISION.
Original commit
Friday, 5 Sep 2008
19:35 olgeni search for other commits by this committer
Upgrade to version R12B-4.
Original commit
Thursday, 21 Aug 2008
06:18 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
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Saturday, 14 Jun 2008
23:39 olgeni search for other commits by this committer
Upgrade to version R12B-3.
Original commit
Friday, 6 Jun 2008
13:41 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)
Original commit
Thursday, 5 Jun 2008
23:50 olgeni search for other commits by this committer
Portlint:

FATAL: Makefile: [55]: use a tab (not space) after a variable name
Original commit
Saturday, 12 Apr 2008
12:52 olgeni search for other commits by this committer
Upgrade to release R12B-2.
Original commit
Saturday, 9 Feb 2008
10:07 olgeni search for other commits by this committer
Fix SSL linking issue on amd64.
Original commit
Thursday, 7 Feb 2008
22:40 olgeni search for other commits by this committer
Upgrade to version R12B-1.
Original commit
Sunday, 3 Feb 2008
20:42 pav search for other commits by this committer
- Mark erlang-lite BROKEN on amd64/5

Reported by:    pointyhat
Original commit
Sunday, 23 Dec 2007
21:57 olgeni search for other commits by this committer
Upgrade to version R12B-0 with OSP1 source patch.
Original commit
Saturday, 8 Sep 2007
17:14 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.
Original commit
Saturday, 4 Aug 2007
11:41 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)
Original commit
Monday, 2 Jul 2007
20:47 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
Original commit
Thursday, 14 Jun 2007
12:35 olgeni search for other commits by this committer
Upgrade to version R11B-5.
Original commit
Monday, 28 May 2007
23:48 olgeni search for other commits by this committer
Upgrade to version R11B-4.
Original commit
Saturday, 19 May 2007
20:32 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}.
Original commit
Monday, 2 Apr 2007
22:56 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
Original commit
Friday, 23 Feb 2007
20:14 olgeni search for other commits by this committer
Fix formatting exception in io:format.

Obtained from:  Hans Bolinder <hans.bolinder(at)ericsson.com>
Original commit
Tuesday, 20 Feb 2007
21:20 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>
Original commit
Thursday, 15 Feb 2007
20:57 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>
Original commit
Friday, 2 Feb 2007
13:06 olgeni search for other commits by this committer
Upgrade to version R11B-3.
Original commit
Sunday, 31 Dec 2006
23:27 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>
Original commit
Tuesday, 12 Dec 2006
13:49 olgeni search for other commits by this committer
Improve pkg-message management using SUB_FILES.
Original commit
10:57 olgeni search for other commits by this committer
Portlint: move PORTREVISION.
Original commit
10:57 olgeni search for other commits by this committer
Portlint: whitespace fixes.
Original commit
Monday, 11 Dec 2006
17:28 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.
Original commit
Saturday, 25 Nov 2006
16:47 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."
Original commit

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

«  1 | 2 | 3 | 4  »