From bc49b5d314d284d75d05c674782a93ee437b9369 Mon Sep 17 00:00:00 2001 From: jtb Date: Sun, 31 Aug 2003 01:01:55 +0000 Subject: 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. --- lang/erlang/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'lang/erlang/Makefile') 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" -- cgit v1.2.3