aboutsummaryrefslogtreecommitdiffstats
path: root/lang/erlang/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to version R10B-7.olgeni2005-08-311-4/+4
* Enable ODBC support.olgeni2005-06-281-0/+15
* Remove disabled code.olgeni2005-06-281-8/+0
* Portlint fixes.olgeni2005-06-281-1/+0
* Upgrade to version R10B-6.olgeni2005-06-241-4/+4
* Upgrade to version R10B-5.olgeni2005-05-121-4/+4
* Upgrade to version R10B-4.olgeni2005-05-011-5/+4
* Fix yield/1 bug in kernel/src/rpc.erl with code from R10B-4.olgeni2005-03-191-0/+1
* Upgrade to version R10B-3.olgeni2005-03-071-5/+4
* Fix problem in run_erl pipe creation.olgeni2005-02-071-1/+1
* Use mkdir -p to create empty directories.olgeni2005-01-291-1/+1
* Create empty directories from pkg-plist.olgeni2005-01-291-0/+5
* Enable kernel poll feature.olgeni2005-01-221-2/+2
* Fix HIPE support. Looks like GNU make is picking up ARCH fromolgeni2005-01-091-2/+3
* Fix issue with rb:show/1 (could not be called twice).olgeni2004-12-311-0/+1
* Upgrade to version r10b2.olgeni2004-12-221-13/+14
* Fix packaging, which should also fix the cascading failure on the portsolgeni2004-11-251-3/+1
* IGNORE on 4.x too since the same problems existkris2004-11-241-3/+1
* IGNORE on FreeBSD >= 5.x: Crashes at runtimekris2004-11-191-0/+4
* Add "parallel" category.olgeni2004-10-121-1/+1
* Unbreak (disable HIPE build).olgeni2004-10-121-5/+1
* BROKEN on 5.x: Does not compilekris2004-09-191-0/+4
* Enable SAE/escript function, which allows creation of standalone Erlangolgeni2004-06-271-0/+10
* Restore PORTEPOCH.olgeni2004-06-251-0/+1
* Upgrade to release R9C-2.olgeni2004-06-241-9/+4
* Upgrade to version R9C-1.olgeni2004-05-281-5/+4
* Unbreak filelib:fold_files/6, add missing clause.olgeni2004-03-121-1/+1
* Do not close a SSL connection when a finite timeout is specified andolgeni2004-03-121-1/+1
* Add ONLY_FOR_ARCHS=i386, as dependent ports consistently fail to build onolgeni2004-03-011-0/+1
* Sort variables, make portlint happier.olgeni2004-03-011-5/+5
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-4/+4
* Fix dets file corruption issue.olgeni2003-12-281-1/+1
* Look for JDK 1.4.2.olgeni2003-11-211-1/+1
* Add nsswitch support, required when running on -CURRENT.olgeni2003-09-261-1/+1
* Bump PORTREVISION for help related fixes.olgeni2003-09-061-1/+1
* The ei_decode_longlong function fails when decoding long values >olgeni2003-08-311-0/+1
* Bump PORTEPOCH.olgeni2003-08-081-0/+1
* Upgrade to release R9C-0, and start using OTP release numbers asolgeni2003-08-071-7/+4
* * Set java/jdk14 as the default JDK.olgeni2003-06-231-29/+28
* Merge more crypto related fixes for recent OpenSSL versions.olgeni2003-06-021-0/+1
* Fix build problem when using WITHOUT_X11.olgeni2003-06-011-2/+1
* Update to R9B-1.olgeni2003-03-061-5/+4
* De-pkg-comment my ports + some more.olgeni2003-02-231-0/+1
* Fix dependencies: remove USE_XLIB and depend on tk84.olgeni2003-01-021-1/+1
* Make more silent + whitespace change.olgeni2002-11-161-3/+3
* Change PLIST generation to allow installing custom libraries inolgeni2002-11-131-0/+24
* Enable threading and HiPE by default.olgeni2002-11-131-15/+1
* find -> ${FIND}.olgeni2002-11-131-2/+2
* I removed the autoconf dependency but was still calling ${AUTOCONF},olgeni2002-11-121-2/+0
* Add WITH_ERLANG_HIPE option, to enable HiPE support.olgeni2002-11-041-0/+7
* Update to version R9B-0, use ${SHAREOWN}:${SHAREGRP} ratherolgeni2002-11-031-115/+6
* Add support for WITH_ERLANG_THREADS (enables threaded I/O).olgeni2002-07-151-0/+9
* chown lib/erlang to root:wheel with proper permissions, do not use bogusolgeni2002-07-151-0/+2
* Update port to version 8.1 (R8B-1)olgeni2002-04-151-71/+75
* Add a link to the erl_call utility in ${LOCALBASE}/bin (useful for shellolgeni2002-04-011-0/+1
* Add (forgotten) build dependency on devel/autoconf213.olgeni2002-04-011-0/+2
* Update port to version 8.0 (R8B-0).olgeni2002-03-311-71/+46
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-9/+9
* Update port to version R7B-4, with updated documentation tarball. I alsoolgeni2001-10-061-27/+34
* * Point the default JAVABINDIR/JAVAPORT to the native jdk1.3olgeni2001-09-281-19/+11
* Take over maintainership.olgeni2001-06-111-1/+1
* Update port to version 7.3.0 (OTP-R7B-3), and add some improvements toolgeni2001-06-071-6/+18
* Update port to version R7B-2.olgeni2001-03-081-7/+12
* Misc. Makefile, docs and pkg-plist fixes.olgeni2001-02-201-7/+91
* Update port to erlang 7.1.0.pb2001-01-241-71/+98
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-64/+64
* Change maintainer email.alex2000-08-111-1/+1
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-4/+4
* Add USE_XLIB.asami2000-01-031-0/+1
* Update to version 6.1.0.steve2000-01-011-30/+114
* Change Id->FreeBSD.obrien1999-08-251-1/+1
* Fix to make ports work with bsd.port.mk rev. 1.306.asami1999-03-081-1/+2
* Upgrade to v47.4.1.jkoshy1999-02-261-31/+31
* Fix as BROKEN. Add MASTER_SITESflathill1998-12-281-4/+3
* BROKEN='single fetch site, which is currently behind a routing loop'obrien1998-12-271-1/+3
* PR: ports/9054flathill1998-12-251-0/+49