[csw-devel] SF.net SVN: gar:[15651] csw/mgar/pkg/erlang/trunk
idogan23 at users.sourceforge.net
idogan23 at users.sourceforge.net
Mon Sep 19 13:18:27 CEST 2011
Revision: 15651
http://gar.svn.sourceforge.net/gar/?rev=15651&view=rev
Author: idogan23
Date: 2011-09-19 11:18:27 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
erlang: small update, package not finished yet
Modified Paths:
--------------
csw/mgar/pkg/erlang/trunk/Makefile
csw/mgar/pkg/erlang/trunk/checksums
Modified: csw/mgar/pkg/erlang/trunk/Makefile
===================================================================
--- csw/mgar/pkg/erlang/trunk/Makefile 2011-09-19 10:18:16 UTC (rev 15650)
+++ csw/mgar/pkg/erlang/trunk/Makefile 2011-09-19 11:18:27 UTC (rev 15651)
@@ -1,15 +1,18 @@
# $Id$
NAME = erlang
-VERSION = 1.0
-CATEGORIES = category
+VERSION = R14B03
+CATEGORIES = lang
-DESCRIPTION = Brief description
+DESCRIPTION = A functional programming language from Ericsson
define BLURB
- Long description
+ Erlang is a small concurrent functional programming language
+ developed by Ericsson. It is being used by Ericsson as a systems
+ programming language for large concurrent distributed systems.
endef
-MASTER_SITES =
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+VENDOR_URL = http://www.erlang.org/
+MASTER_SITES = http://www.erlang.org/download/
+DISTFILES = otp_src_$(VERSION).tar.gz
# File name regex to get notifications about upstream software releases
UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
@@ -18,6 +21,26 @@
# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
# UPSTREAM_MASTER_SITES =
-CONFIGURE_ARGS = $(DIRPATHS)
+WORKSRC = $(WORKDIR)/otp_src_$(VERSION)
+GARCOMPILER = GCC3
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --with-ssl
+CONFIGURE_ARGS += --enable-threads
+CONFIGURE_ARGS += --enable-smp-support
+CONFIGURE_ARGS += --enable-kernel-poll
+CONFIGURE_ARGS += --enable-hipe
+CONFIGURE_ARGS += --without-odbc
+
+SKIPTEST = 1
+
+RUNTIME_DEP_PKGS_CSWerlang += CSWemacscommon
+RUNTIME_DEP_PKGS_CSWerlang += CSWlibncurses5
+
+post-configure-modulated:
+ @echo " ==> disabling WxWidgets"
+ @touch $(WORKDIR)/otp_src_$(VERSION)/lib/wx/SKIP
+ @$(MAKECOOKIE)
+
include gar/category.mk
Modified: csw/mgar/pkg/erlang/trunk/checksums
===================================================================
--- csw/mgar/pkg/erlang/trunk/checksums 2011-09-19 10:18:16 UTC (rev 15650)
+++ csw/mgar/pkg/erlang/trunk/checksums 2011-09-19 11:18:27 UTC (rev 15651)
@@ -0,0 +1 @@
+7979e662d11476b97c462feb7c132fb7 otp_src_R14B03.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list