aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang
Commit message (Collapse)AuthorAgeFilesLines
* Fix path.Jimmy Olgeni2005-09-011-1/+1
| | | | Notes: svn path=/head/; revision=141683
* Upgrade to version R10B-7.Jimmy Olgeni2005-08-313-21/+21
| | | | Notes: svn path=/head/; revision=141581
* Enable ODBC support.Jimmy Olgeni2005-06-283-0/+36
| | | | | | | Submitted by: Alexey Slynko <slynko(at)tronet.ru> Notes: svn path=/head/; revision=138108
* Remove disabled code.Jimmy Olgeni2005-06-281-8/+0
| | | | Notes: svn path=/head/; revision=138107
* Portlint fixes.Jimmy Olgeni2005-06-281-1/+0
| | | | Notes: svn path=/head/; revision=138106
* Fix version number in example.Jimmy Olgeni2005-06-251-1/+1
| | | | Notes: svn path=/head/; revision=138024
* Upgrade to version R10B-6.Jimmy Olgeni2005-06-234-27/+28
| | | | Notes: svn path=/head/; revision=137946
* Upgrade version number in emacs configuration tip.Jimmy Olgeni2005-05-131-1/+1
| | | | Notes: svn path=/head/; revision=135187
* Upgrade to version R10B-5.Jimmy Olgeni2005-05-114-143/+26
| | | | Notes: svn path=/head/; revision=135064
* Upgrade to version R10B-4.Jimmy Olgeni2005-05-017-70/+144
| | | | Notes: svn path=/head/; revision=134433
* Fix yield/1 bug in kernel/src/rpc.erl with code from R10B-4.Jimmy Olgeni2005-03-192-0/+29
| | | | | | | | | (from the erlang-questions mailing list) Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se> Notes: svn path=/head/; revision=131635
* I forgot to commit this file (for R10B-3.)Jimmy Olgeni2005-03-071-0/+14
| | | | Notes: svn path=/head/; revision=130534
* Upgrade to version R10B-3.Jimmy Olgeni2005-03-078-158/+51
| | | | Notes: svn path=/head/; revision=130532
* Fix problem in run_erl pipe creation.Jimmy Olgeni2005-02-062-1/+15
| | | | | | | Submitted by: Peter Lund <Peter.Lund (at) lundata.se> Notes: svn path=/head/; revision=128174
* Use mkdir -p to create empty directories.Jimmy Olgeni2005-01-291-1/+1
| | | | Notes: svn path=/head/; revision=127609
* Create empty directories from pkg-plist.Jimmy Olgeni2005-01-292-0/+7
| | | | Notes: svn path=/head/; revision=127604
* Enable kernel poll feature.Jimmy Olgeni2005-01-221-2/+2
| | | | Notes: svn path=/head/; revision=127091
* Fix HIPE support. Looks like GNU make is picking up ARCH fromJimmy Olgeni2005-01-092-2/+17
| | | | | | | | | | | | | | | environment, even if it is defined in the Makefile. Given that FreeBSD's ARCH is "i386" and Erlang's ARCH is "x86", some substitutions did fail leading to a strange compiler failure[0]. Also fix a file:format_error call that produces an incorrect error message[1]. Obtained from: Brian Buchanan <bwb(at)holo.org> [0] Obtained from: Vlad Dumitrescu <vlad_dumitrescu(at)hotmail.com> [1] Notes: svn path=/head/; revision=125944
* Fix issue with rb:show/1 (could not be called twice).Jimmy Olgeni2004-12-302-0/+66
| | | | | | | Obtained from: Peter Andersson <peppe (at) erix.ericsson.se> Notes: svn path=/head/; revision=125569
* Upgrade to version r10b2.Jimmy Olgeni2004-12-2214-207/+141
| | | | Notes: svn path=/head/; revision=124830
* Fix packaging, which should also fix the cascading failure on the portsJimmy Olgeni2004-11-252-4/+1
| | | | | | | cluster. Notes: svn path=/head/; revision=122394
* IGNORE on 4.x too since the same problems existKris Kennaway2004-11-241-3/+1
| | | | Notes: svn path=/head/; revision=122256
* IGNORE on FreeBSD >= 5.x: Crashes at runtimeKris Kennaway2004-11-181-0/+4
| | | | Notes: svn path=/head/; revision=121936
* Add "parallel" category.Jimmy Olgeni2004-10-121-1/+1
| | | | | | | | PR: ports/72356 Submitted by: Marc van Woerkom <marc.vanwoerkom at fernuni-hagen.de> Notes: svn path=/head/; revision=118870
* Unbreak (disable HIPE build).Jimmy Olgeni2004-10-121-5/+1
| | | | Notes: svn path=/head/; revision=118867
* BROKEN on 5.x: Does not compileKris Kennaway2004-09-181-0/+4
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118243
* Silence a couple of debug warnings in et_viewer.Jimmy Olgeni2004-07-242-0/+28
| | | | Notes: svn path=/head/; revision=114566
* Enable SAE/escript function, which allows creation of standalone ErlangJimmy Olgeni2004-06-275-4/+47
| | | | | | | scripts. Notes: svn path=/head/; revision=112354
* Restore PORTEPOCH.Jimmy Olgeni2004-06-241-0/+1
| | | | | | | Noticed by: eik+chkversion Notes: svn path=/head/; revision=112165
* Upgrade to release R9C-2.Jimmy Olgeni2004-06-243-20/+15
| | | | Notes: svn path=/head/; revision=112118
* Upgrade to version R9C-1.Jimmy Olgeni2004-05-289-165/+35
| | | | Notes: svn path=/head/; revision=110199
* Add SIZE data.Jimmy Olgeni2004-03-181-0/+3
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104531
* Unbreak filelib:fold_files/6, add missing clause.Jimmy Olgeni2004-03-112-1/+18
| | | | | | | Obtained from: Dominic Williams (on erlang-questions) Notes: svn path=/head/; revision=103681
* Do not close a SSL connection when a finite timeout is specified andJimmy Olgeni2004-03-112-1/+15
| | | | | | | | | | triggered (also fixes ejabberd). Submitted by: demon Obtained from: Alexey Shchepin Notes: svn path=/head/; revision=103680
* Add ONLY_FOR_ARCHS=i386, as dependent ports consistently fail to build onJimmy Olgeni2004-02-291-0/+1
| | | | | | | other architectures for yet unknown reasons. Notes: svn path=/head/; revision=102552
* Sort variables, make portlint happier.Jimmy Olgeni2004-02-291-5/+5
| | | | Notes: svn path=/head/; revision=102551
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Do not install dangling symlinks.Jimmy Olgeni2004-01-242-4/+21
| | | | | | | Noticed by: Chris Pressey Notes: svn path=/head/; revision=98985
* Use the SORT macro from bsd.port.mk.Trevor Johnson2004-01-221-4/+4
| | | | Notes: svn path=/head/; revision=98788
* Fix dets file corruption issue.Jimmy Olgeni2003-12-272-1/+78
| | | | | | | Obtained from: Hans Bolinder <hasse@erix.ericsson.se> Notes: svn path=/head/; revision=96705
* Look for JDK 1.4.2.Jimmy Olgeni2003-11-201-1/+1
| | | | Notes: svn path=/head/; revision=94570
* Add nsswitch support, required when running on -CURRENT.Jimmy Olgeni2003-09-263-1/+24
| | | | | | | Obtained from: Daniel Néri <dne@mayonnaise.net> Notes: svn path=/head/; revision=89445
* Bump PORTREVISION for help related fixes.Jimmy Olgeni2003-09-061-1/+1
| | | | Notes: svn path=/head/; revision=88632
* The open_help function only looks for the netscape executable on unixJimmy Olgeni2003-09-061-0/+88
| | | | | | | | | systems. Let it look for some browsers that support the openURL command line protocol (using netscape by default). The BROWSER environment variable is used if set. Notes: svn path=/head/; revision=88631
* Fix help file pathname for debugger application.Jimmy Olgeni2003-09-063-0/+42
| | | | Notes: svn path=/head/; revision=88630
* The ei_decode_longlong function fails when decoding long values >Jimmy Olgeni2003-08-312-0/+15
| | | | | | | | | 2^32, due to a missing cast. Obtained from: Javier París Fernández <paris@dc.fi.udc.es> on erlang-questions Notes: svn path=/head/; revision=88201
* Unbreak: fix linker issue when building .so modules.Jimmy Olgeni2003-08-312-0/+39
| | | | Notes: svn path=/head/; revision=88200
* Bump PORTEPOCH.Jimmy Olgeni2003-08-071-0/+1
| | | | Notes: svn path=/head/; revision=86523
* Upgrade to release R9C-0, and start using OTP release numbers asJimmy Olgeni2003-08-078-114/+43
| | | | | | | port versions. Notes: svn path=/head/; revision=86486
* * Set java/jdk14 as the default JDK.Jimmy Olgeni2003-06-231-29/+28
| | | | | | | | | * Rearrange Makefile using bsd.port.pre.mk and bsd.port.post.mk: the check for ${JAVABINDIR}/java always returned false because JAVABINDIR depends on LOCALBASE, which was not defined because the Makefile used bsd.port.mk. Notes: svn path=/head/; revision=83496