aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version R14B-02.Jimmy Olgeni2011-03-164-52/+53
| | | | Notes: svn path=/head/; revision=271045
* In FreeBSD jails, the source and destination address of connectionsJimmy Olgeni2010-12-232-0/+34
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=266792
* Upgrade to version R14B01.Jimmy Olgeni2010-12-157-126/+49
| | | | Notes: svn path=/head/; revision=266347
* Add powerpc to ONLY_FOR_ARCHS since it has been reported to work.Jimmy Olgeni2010-10-291-1/+1
| | | | Notes: svn path=/head/; revision=263721
* Fix build on FreeBSD 6.x.Jimmy Olgeni2010-09-301-0/+4
| | | | | | | Noticed by: ashish Notes: svn path=/head/; revision=262164
* Fix fetching of doc file from MASTER_SITE_LOCAL.Jimmy Olgeni2010-09-291-1/+1
| | | | | | | Noticed by: pointyhat (erwin) Notes: svn path=/head/; revision=262092
* Upgrade to version R14B, with a couple of fixes from the ErlangJimmy Olgeni2010-09-2710-106/+114
| | | | | | | mailing lists. Notes: svn path=/head/; revision=261973
* Replace LOCALBASE with PREFIX where needed.Jimmy Olgeni2010-08-141-2/+2
| | | | Notes: svn path=/head/; revision=259214
* Bring back a few docs that used to live in lang/erlang-doc.Jimmy Olgeni2010-08-143-7/+48
| | | | Notes: svn path=/head/; revision=259212
* Display PKGMESSAGE after installation from port.Jimmy Olgeni2010-08-141-0/+1
| | | | Notes: svn path=/head/; revision=259211
* Fix a few whitespace nits.Jimmy Olgeni2010-08-141-13/+13
| | | | Notes: svn path=/head/; revision=259210
* Remove obsolete message about nsswitch.conf in FreeBSD 5.x (noJimmy Olgeni2010-07-231-4/+0
| | | | | | | PORTREVISION bump, which would be overkill for this). Notes: svn path=/head/; revision=258088
* Patch erlc.c to automatically pass the "-smp disable" arguments toJimmy Olgeni2010-04-071-0/+13
| | | | | | | | | | the Erlang runtime. This should hopefully fix the pointyhat build hangs which seem related to the Erlang SMP runtime (beam.smp). Notes: svn path=/head/; revision=252413
* Revert 1.152, which cannot possibly work until erl is installed in ↵Jimmy Olgeni2010-04-071-1/+0
| | | | | | | | | ${LOCALBASE}... Pointy hat to: olgeni Notes: svn path=/head/; revision=252391
* Disable SMP when running erlc (it hangs at least on pointyhat builds).Jimmy Olgeni2010-04-071-0/+1
| | | | Notes: svn path=/head/; revision=252388
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Add missing emacs files.Jimmy Olgeni2010-03-202-0/+18
| | | | | | | Obtained from: Nico Kruber <kruber at zib dot de> Notes: svn path=/head/; revision=251313
* Upgrade to version r13b04.Jimmy Olgeni2010-03-1515-176/+96
| | | | | | | Obtained from: vanilla (with additional SCTP fix) Notes: svn path=/head/; revision=251084
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Add OPTIONS support.Jimmy Olgeni2010-01-281-4/+14
| | | | | | | Obtained from: Jim Wagner <jwagner graffadmin com> Notes: svn path=/head/; revision=248751
* Remove extra whitespace, use tabs only.Jimmy Olgeni2010-01-031-3/+3
| | | | Notes: svn path=/head/; revision=247062
* - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with srcMartin Wilke2009-12-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=246839
* Upgrade to version R13B03.Jimmy Olgeni2009-11-275-280/+87
| | | | | | | Obtained from: Kenji Rikitake <kenji.rikitake at acm.org> (mostly) Notes: svn path=/head/; revision=244847
* Improve Emacs indentation code (the try/after clause is now handled correctly.)Jimmy Olgeni2009-10-262-0/+208
| | | | | | | Obtained from: Steve Vinoski <vinoski at gmail.com> Notes: svn path=/head/; revision=243354
* Upgrade to version R13B02.Jimmy Olgeni2009-09-227-91/+49
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241917
* Add "buildplt" target to Makefile. When invoked, it builds a fullJimmy Olgeni2009-09-061-0/+9
| | | | | | | | | 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. Notes: svn path=/head/; revision=240956
* Remove NOPRECIOUSMAKEVARS; when ARCH is i386, set ARCH=x86 in MAKE_ARGS.Jimmy Olgeni2009-09-061-1/+4
| | | | | | | | 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. Notes: svn path=/head/; revision=240955
* Use "+=" rather than "=" when modifying CONFIGURE_ENV.Jimmy Olgeni2009-09-061-1/+1
| | | | Notes: svn path=/head/; revision=240951
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-4/+3
| | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=237892
* The per-thread last floating point exception pointer is not initializedJimmy Olgeni2009-07-012-1/+14
| | | | | | | | | | to NULL when it is allocated. As a result, spurious floating point exceptions are reported. Obtained from: David Reiss <dreiss at cs.stanford.edu> Notes: svn path=/head/; revision=236869
* Add bugfix for ei_decode_big.Jimmy Olgeni2009-06-132-1/+18
| | | | | | | | | | | | | | "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> Notes: svn path=/head/; revision=235681
* files/patch-lib_compiler_src_beam__utils.erl:Jimmy Olgeni2009-06-123-1/+31
| | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=235652
* Unbreak PLIST for erlang-lite.Jimmy Olgeni2009-06-111-4/+7
| | | | Notes: svn path=/head/; revision=235589
* Mark as MAKE_JOBS_UNSAFE.Jimmy Olgeni2009-06-111-0/+1
| | | | | | | | PR: ports/135479 Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> Notes: svn path=/head/; revision=235588
* Upgrade to version R13B01.Jimmy Olgeni2009-06-115-77/+59
| | | | Notes: svn path=/head/; revision=235576
* Remove dependency on GCC 4.3: allow proper CFLAGS to reach lib/wx/configure.Jimmy Olgeni2009-06-102-1/+13
| | | | | | | Obtained from: vanilla Notes: svn path=/head/; revision=235548
* Bump PORTREVISION due to the recent PLIST changes.Jimmy Olgeni2009-06-041-0/+1
| | | | | | | Noticed by: itetcu Notes: svn path=/head/; revision=235162
* Restore installation of erl_call.Jimmy Olgeni2009-06-042-1/+2
| | | | Notes: svn path=/head/; revision=235161
* Add missing application: erts-5.7.1.Jimmy Olgeni2009-06-041-0/+1
| | | | | | | Noticed by: QAT Notes: svn path=/head/; revision=235159
* Upgrade to version R13B.Jimmy Olgeni2009-06-036-104/+317
| | | | | | | Submitted by: Kenji Rikitake <kenji.rikitake at acm.org> (with a few changes) Notes: svn path=/head/; revision=235117
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-1/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-8/+0
| | | | Notes: svn path=/head/; revision=225297
* Fix an issue related to mktime(3) returning -1 when tm_isdst is true but the ↵Jimmy Olgeni2008-11-173-1/+45
| | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=222989
* The tarball was re-rolled to install the eunit.hrl file.Jimmy Olgeni2008-11-062-3/+4
| | | | Notes: svn path=/head/; revision=222455
* Upgrade to version R12B-5.Jimmy Olgeni2008-11-058-82/+92
| | | | Notes: svn path=/head/; revision=222432
* Add correct exit code patch.Jimmy Olgeni2008-11-021-0/+11
| | | | Notes: svn path=/head/; revision=222325
* Retire incorrect patch (QAT).Jimmy Olgeni2008-11-021-11/+0
| | | | Notes: svn path=/head/; revision=222324
* Create missing empty directory from pkg-plist to avoid a pkg_delete warning.Jimmy Olgeni2008-11-022-1/+18
| | | | | | | | | Make sure that Install exits with 0 (restore previous patch). No PORTREVISION change needed. Notes: svn path=/head/; revision=222323