summaryrefslogtreecommitdiff
path: root/lang/erlang/Makefile
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2003-08-31 01:01:55 +0000
committerjtb <jtb@pkgsrc.org>2003-08-31 01:01:55 +0000
commitbc49b5d314d284d75d05c674782a93ee437b9369 (patch)
tree8f4dda42757de66b41be7e1945b8e03edfb83ef5 /lang/erlang/Makefile
parente14180496b26a0794c2faa1c9a926129f9c51692 (diff)
downloadpkgsrc-bc49b5d314d284d75d05c674782a93ee437b9369.tar.gz
Update to version 9.2.
This version is focused on improved performance and stability, rather than introducing new functionality, hence it is called R9C. Build Process NEW The build process has been improved so that it is possible to build Erlang/OTP from source even on Windows platforms. There is also a completely new installation program for Windows. Observer crashdump_viewer NEW A HTML based tool for browsing Erlang crashdumps. The tool can handle crashdumps from OTP R7B, R8B and R9B as well but there is additional information in the crashdumps for R9C. OTP_MIBs NEW The OTP mibs that where included in the SASL application have been moved to this new application otp_mibs. This is a step too create a pure core for Erlang/OTP that does not depend on specific, non-mainstream applications such as SNMP.
Diffstat (limited to 'lang/erlang/Makefile')
-rw-r--r--lang/erlang/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 9bee8881b8f..de2431fb93e 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 16:54:01 martti Exp $
+# $NetBSD: Makefile,v 1.6 2003/08/31 01:01:55 jtb Exp $
-DISTNAME= otp_src_R9B-1
-PKGNAME= erlang-9.1
-PKGREVISION= 1
+DISTNAME= otp_src_R9C-0
+PKGNAME= erlang-9.2
CATEGORIES= lang
MASTER_SITES= http://www.erlang.org/download/
MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.erlang.org
+HOMEPAGE= http://www.erlang.org/
COMMENT= Concurrent functional programming language
DIST_SUBDIR= erlang
@@ -18,6 +17,8 @@ USE_PERL5= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-.include "../../mk/pthread.buildlink2.mk"
.include "../../security/openssl/buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
+.include "../../mk/java-vm.mk"
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"