Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bugfix: ssh_sftp:connect/2,3 hangs when remote the host is unknown. | olgeni | 2006-06-19 | 2 | -0/+17 |
| | | | | Obtained from: Dmitriy Kargapolov <dmitry.kargapolov(at)corp.idt.net> | ||||
* | Fix list matching problem on 64bit architectures. | olgeni | 2006-06-19 | 1 | -0/+14 |
| | | | | Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se> | ||||
* | Add sparc64 to ONLY_FOR_ARCHS. | olgeni | 2006-06-19 | 1 | -1/+1 |
| | | | | | PR: ports/96688 Submitted by: Shaun Amott <shaun@inerd.com> | ||||
* | Upgrade to release R11B-0. | olgeni | 2006-05-28 | 12 | -110/+140 |
| | |||||
* | Register CONFLICTS with recently added lang/erlang-lite | garga | 2006-05-09 | 1 | -0/+2 |
| | |||||
* | Add support for amd64 (from ports/83001, modified). | olgeni | 2006-03-20 | 2 | -2/+29 |
| | | | | | PR: ports/83001 Submitted by: Rasmus Kaj <kaj(at)kth.se> | ||||
* | Improve OSVERSION check for threading issues, using 502102 ("5.2-CURRENT | olgeni | 2006-03-20 | 1 | -1/+1 |
| | | | | | | | after change of default thread library from libc_r to libpthread.") PR: ports/94161 Submitted by: Shaun Amott <shaun(at)inerd.com> | ||||
* | Upgrade to version R10B-10 (with dialyzer patch). | olgeni | 2006-03-15 | 7 | -49/+64 |
| | |||||
* | Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. | ade | 2006-03-07 | 1 | -0/+1 |
| | | | | | Discussed with: kris Approved by: portmgr (implicit) | ||||
* | Upgrade to current bsd.java.mk syntax. | olgeni | 2006-02-13 | 1 | -2/+2 |
| | |||||
* | * Clean up Java support. | olgeni | 2006-02-04 | 2 | -50/+49 |
| | | | | | | | | * Use USE_TK. * Make sure that ODBC is not built if WITHOUT_ODBC is defined. * Disable ODBC if ${OSVERSION} < 500000. * Fix pkg-plist using PLIST_SUB. * Fix some portlint warnings. | ||||
* | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry | edwin | 2006-01-22 | 1 | -2/+2 |
| | | | | | Approved by: krion@ PR: ports/88711 (related) | ||||
* | Upgrade to version R10B-9. | olgeni | 2005-12-15 | 6 | -75/+40 |
| | |||||
* | Add bugfix for SSL distribution protocol. | olgeni | 2005-11-10 | 2 | -0/+24 |
| | | | | Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se> | ||||
* | Add SHA256 checksums. | olgeni | 2005-11-10 | 1 | -0/+3 |
| | |||||
* | Upgrade to release R10B-8. | olgeni | 2005-10-28 | 7 | -46/+54 |
| | |||||
* | Fix typo in sample configuration. | olgeni | 2005-10-24 | 1 | -0/+14 |
| | |||||
* | Fix path. | olgeni | 2005-09-01 | 1 | -1/+1 |
| | |||||
* | Upgrade to version R10B-7. | olgeni | 2005-08-31 | 3 | -21/+21 |
| | |||||
* | Enable ODBC support. | olgeni | 2005-06-28 | 3 | -0/+36 |
| | | | | Submitted by: Alexey Slynko <slynko(at)tronet.ru> | ||||
* | Remove disabled code. | olgeni | 2005-06-28 | 1 | -8/+0 |
| | |||||
* | Portlint fixes. | olgeni | 2005-06-28 | 1 | -1/+0 |
| | |||||
* | Fix version number in example. | olgeni | 2005-06-25 | 1 | -1/+1 |
| | |||||
* | Upgrade to version R10B-6. | olgeni | 2005-06-23 | 4 | -27/+28 |
| | |||||
* | Upgrade version number in emacs configuration tip. | olgeni | 2005-05-13 | 1 | -1/+1 |
| | |||||
* | Upgrade to version R10B-5. | olgeni | 2005-05-11 | 4 | -143/+26 |
| | |||||
* | Upgrade to version R10B-4. | olgeni | 2005-05-01 | 7 | -70/+144 |
| | |||||
* | Fix yield/1 bug in kernel/src/rpc.erl with code from R10B-4. | olgeni | 2005-03-19 | 2 | -0/+29 |
| | | | | | | (from the erlang-questions mailing list) Obtained from: Bjorn Gustavsson <bjorn(at)erix.ericsson.se> | ||||
* | I forgot to commit this file (for R10B-3.) | olgeni | 2005-03-07 | 1 | -0/+14 |
| | |||||
* | Upgrade to version R10B-3. | olgeni | 2005-03-07 | 8 | -158/+51 |
| | |||||
* | Fix problem in run_erl pipe creation. | olgeni | 2005-02-06 | 2 | -1/+15 |
| | | | | Submitted by: Peter Lund <Peter.Lund (at) lundata.se> | ||||
* | Use mkdir -p to create empty directories. | olgeni | 2005-01-29 | 1 | -1/+1 |
| | |||||
* | Create empty directories from pkg-plist. | olgeni | 2005-01-29 | 2 | -0/+7 |
| | |||||
* | Enable kernel poll feature. | olgeni | 2005-01-22 | 1 | -2/+2 |
| | |||||
* | Fix HIPE support. Looks like GNU make is picking up ARCH from | olgeni | 2005-01-09 | 2 | -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] | ||||
* | Fix issue with rb:show/1 (could not be called twice). | olgeni | 2004-12-30 | 2 | -0/+66 |
| | | | | Obtained from: Peter Andersson <peppe (at) erix.ericsson.se> | ||||
* | Upgrade to version r10b2. | olgeni | 2004-12-22 | 14 | -207/+141 |
| | |||||
* | Fix packaging, which should also fix the cascading failure on the ports | olgeni | 2004-11-25 | 2 | -4/+1 |
| | | | | cluster. | ||||
* | IGNORE on 4.x too since the same problems exist | kris | 2004-11-24 | 1 | -3/+1 |
| | |||||
* | IGNORE on FreeBSD >= 5.x: Crashes at runtime | kris | 2004-11-18 | 1 | -0/+4 |
| | |||||
* | Add "parallel" category. | olgeni | 2004-10-12 | 1 | -1/+1 |
| | | | | | PR: ports/72356 Submitted by: Marc van Woerkom <marc.vanwoerkom at fernuni-hagen.de> | ||||
* | Unbreak (disable HIPE build). | olgeni | 2004-10-12 | 1 | -5/+1 |
| | |||||
* | BROKEN on 5.x: Does not compile | kris | 2004-09-18 | 1 | -0/+4 |
| | | | | Approved by: portmgr (self) | ||||
* | Silence a couple of debug warnings in et_viewer. | olgeni | 2004-07-24 | 2 | -0/+28 |
| | |||||
* | Enable SAE/escript function, which allows creation of standalone Erlang | olgeni | 2004-06-27 | 5 | -4/+47 |
| | | | | scripts. | ||||
* | Restore PORTEPOCH. | olgeni | 2004-06-24 | 1 | -0/+1 |
| | | | | Noticed by: eik+chkversion | ||||
* | Upgrade to release R9C-2. | olgeni | 2004-06-24 | 3 | -20/+15 |
| | |||||
* | Upgrade to version R9C-1. | olgeni | 2004-05-28 | 9 | -165/+35 |
| | |||||
* | Add SIZE data. | olgeni | 2004-03-18 | 1 | -0/+3 |
| | | | | Submitted by: trevor | ||||
* | Unbreak filelib:fold_files/6, add missing clause. | olgeni | 2004-03-11 | 2 | -1/+18 |
| | | | | Obtained from: Dominic Williams (on erlang-questions) |