summaryrefslogtreecommitdiff
path: root/lang/erlang (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for WITH_ERLANG_THREADS (enables threaded I/O).Jimmy Olgeni2002-07-151-0/+9
| | | | Notes: svn path=/head/; revision=62992
* chown lib/erlang to root:wheel with proper permissions, do not use bogusJimmy Olgeni2002-07-151-0/+2
| | | | | | | uids from the documentation tarball. Notes: svn path=/head/; revision=62966
* Update port to version 8.1 (R8B-1)Jimmy Olgeni2002-04-147-129/+78
| | | | | | | Submitted by: Vance Shipley <vances@motivity.ca> Notes: svn path=/head/; revision=57692
* Add a link to the erl_call utility in ${LOCALBASE}/bin (useful for shellJimmy Olgeni2002-03-312-0/+2
| | | | | | | scripts controlling erlang nodes). Notes: svn path=/head/; revision=57077
* Add (forgotten) build dependency on devel/autoconf213.Jimmy Olgeni2002-03-311-0/+2
| | | | Notes: svn path=/head/; revision=57072
* Update port to version 8.0 (R8B-0).Jimmy Olgeni2002-03-3112-133/+129
| | | | | | | | | | | | Remove my code to handle the documentation merge for patched releases, it was rather obscure and error-prone. I'll rewrite it in a simpler way next time I'll need to perform the merge. Also include a fix for erlang-mode under emacs21 (by Hal Snyder <hal@vailsys.com> on the erlang mailing list). Notes: svn path=/head/; revision=57047
* Fix diff path in patch-al.Jimmy Olgeni2002-02-081-2/+3
| | | | | | | Submitted by: Tomasz Szymczak <ex@valis.net.pl> Notes: svn path=/head/; revision=54371
* Fix strerror_r conflict.Jimmy Olgeni2002-02-071-0/+18
| | | | Notes: svn path=/head/; revision=54320
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-9/+9
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53957
* Update port to version R7B-4, with updated documentation tarball. I alsoJimmy Olgeni2001-10-052-29/+36
| | | | | | | | had to rework the documentation merging process because it thought that 1.9 became after 1.10, breaking the merge for this release. Notes: svn path=/head/; revision=48482
* * Point the default JAVABINDIR/JAVAPORT to the native jdk1.3Jimmy Olgeni2001-09-281-19/+11
| | | | | | | | | * Autodetect java, enable WITHOUT_JAVA if no java exists * Remove useless PLIST_SUBs (plist is automatically generated) * grep -> ${GREP} Notes: svn path=/head/; revision=48243
* Take over maintainership.Jimmy Olgeni2001-06-101-1/+1
| | | | | | | Approved by: maintainer (sam@inf.enst.fr) Notes: svn path=/head/; revision=43778
* Update port to version 7.3.0 (OTP-R7B-3), and add some improvements toJimmy Olgeni2001-06-063-8/+29
| | | | | | | | | pkg-plist generation (vim5-style). Approved by: maintainer Notes: svn path=/head/; revision=43569
* Update port to version R7B-2.Jimmy Olgeni2001-03-073-4837/+14
| | | | | | | | | | | | | | | | | | A detailed changelog is available at: http://www.erlang.org/download/otp_src_R7B-2.readme (NOTICE: there is an incompatibility with the previous version: see OTP-3744) Port note: I finally removed all the lib/ files from pkg-plist, and switched to automatic plist generation because Erlang is so nice as to live in its own subdirectory. Previous plist management involved far too many %%HACKS%%, and untold hours of compilation/testing to get every combination right. Notes: svn path=/head/; revision=39202
* Misc. Makefile, docs and pkg-plist fixes.Jimmy Olgeni2001-02-202-1000/+554
| | | | | | | | | | | | | | | | | | * Put documentation in the correct directories. An UPDATED_PACKAGES variable is provided in the Makefile to select which documentation should be moved (see Makefile comments). * Move man pages out of pkg-plist. * Add man pages to Makefile. * Don't compress man pages, to support emacs erlang mode. * Don't try to compile java dependent packages if javac cannot be found: tell user to check JAVABINDIR in this case. (no functional changes to the base Erlang system) Maintainer: timed out Notes: svn path=/head/; revision=38509
* Update port to erlang 7.1.0.Pierre Beyssac2001-01-2314-4161/+5462
| | | | | | | | | | Change maintainer (agreed to by previous maintainer). PR: ports/24456 Submitted by: sam@inf.enst.fr Notes: svn path=/head/; revision=37506
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-64/+64
| | | | Notes: svn path=/head/; revision=37252
* Change maintainer email.Alexander Langer2000-08-111-1/+1
| | | | | | | Submitted by: maintainer on -ports Notes: svn path=/head/; revision=31529
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-4/+4
| | | | Notes: svn path=/head/; revision=27458
* Add USE_XLIB.Satoshi Asami2000-01-031-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=24383
* Update to version 6.1.0.Steve Price1999-12-314-649/+4358
| | | | | | | | PR: 15791 Submitted by: maintainer Notes: svn path=/head/; revision=24320
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Yet more WWW: additionsMichael Haro1999-05-031-1/+1
| | | | Notes: svn path=/head/; revision=18435
* Fix to make ports work with bsd.port.mk rev. 1.306.Satoshi Asami1999-03-081-1/+2
| | | | | | | | | | | | | | | | | | | ${MACHINE_ARCH}--freebsd${OSREL} is now passed to CONFIGURE_ARGS if GNU_CONFIGURE is defined. Take the target out of CONFIGURE_ARGS of some ports that added it explicitly; define it as ${MACHINE_ARCH}--freebsd if the port doesn't like the ${OSREL} part; define it as something else (such as ${MACHINE_ARCH}--freebsdelf if the port requires that; define it as an empty string if the port doesn't like it at all. The last might be a sign that a GNU_CONFIGURE port actually doesn't use GNU's version of configure at all; but I don't have time to go look at them all, we'll fix them as time goes on. At least we've got much fewer "-unknown-"s in the tree as the result. :) Notes: svn path=/head/; revision=17053
* Upgrade to v47.4.1.Joseph Koshy1999-02-266-114/+454
| | | | | | | | PR: ports/10236 Submitted by: Sebastian Strollo <seb@erix.ericsson.se> Notes: svn path=/head/; revision=16899
* Fix as BROKEN. Add MASTER_SITESSeiichirou Hiraoka1998-12-271-4/+3
| | | | Notes: svn path=/head/; revision=15659
* BROKEN='single fetch site, which is currently behind a routing loop'David E. O'Brien1998-12-261-1/+3
| | | | | | | Commited with single MASTER_SITE by: flathill Notes: svn path=/head/; revision=15638
* PR: ports/9054Seiichirou Hiraoka1998-12-246-0/+435
Submitted by: Ruslan@Shevchenko.Kiev.UA modern programming language from Ericsson labs Notes: svn path=/head/; revision=15596